0byt3m1n1
Path:
/
data
/
18
/
3
/
1
/
112
/
3653764
/
meta
/
4064454
/
mysql.backup
/
[
Home
]
File: geny_wp.mysqlv112.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv112 Database: geny_wp -- ------------------------------------------------------ -- Server version 5.0.91 /*!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 `g516db_bp_activity` -- DROP TABLE IF EXISTS `g516db_bp_activity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_bp_activity` ( `id` bigint(20) NOT NULL auto_increment, `user_id` bigint(20) NOT NULL, `component` varchar(75) NOT NULL, `type` varchar(75) NOT NULL, `action` text NOT NULL, `content` longtext NOT NULL, `primary_link` text NOT NULL, `item_id` bigint(20) NOT NULL, `secondary_item_id` bigint(20) default NULL, `date_recorded` datetime NOT NULL, `hide_sitewide` tinyint(1) default '0', `mptt_left` int(11) NOT NULL default '0', `mptt_right` int(11) NOT NULL default '0', `is_spam` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `date_recorded` (`date_recorded`), KEY `user_id` (`user_id`), KEY `item_id` (`item_id`), KEY `secondary_item_id` (`secondary_item_id`), KEY `component` (`component`), KEY `type` (`type`), KEY `mptt_left` (`mptt_left`), KEY `mptt_right` (`mptt_right`), KEY `hide_sitewide` (`hide_sitewide`), KEY `is_spam` (`is_spam`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_bp_activity` -- LOCK TABLES `g516db_bp_activity` WRITE; /*!40000 ALTER TABLE `g516db_bp_activity` DISABLE KEYS */; INSERT INTO `g516db_bp_activity` VALUES (1,1,'members','last_activity','','','',0,NULL,'2015-09-21 08:58:45',0,0,0,0); /*!40000 ALTER TABLE `g516db_bp_activity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_bp_activity_meta` -- DROP TABLE IF EXISTS `g516db_bp_activity_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_bp_activity_meta` ( `id` bigint(20) NOT NULL auto_increment, `activity_id` bigint(20) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`id`), KEY `activity_id` (`activity_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_bp_activity_meta` -- LOCK TABLES `g516db_bp_activity_meta` WRITE; /*!40000 ALTER TABLE `g516db_bp_activity_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_bp_activity_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_bp_notifications` -- DROP TABLE IF EXISTS `g516db_bp_notifications`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_bp_notifications` ( `id` bigint(20) NOT NULL auto_increment, `user_id` bigint(20) NOT NULL, `item_id` bigint(20) NOT NULL, `secondary_item_id` bigint(20) default NULL, `component_name` varchar(75) NOT NULL, `component_action` varchar(75) NOT NULL, `date_notified` datetime NOT NULL, `is_new` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `item_id` (`item_id`), KEY `secondary_item_id` (`secondary_item_id`), KEY `user_id` (`user_id`), KEY `is_new` (`is_new`), KEY `component_name` (`component_name`), KEY `component_action` (`component_action`), KEY `useritem` (`user_id`,`is_new`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_bp_notifications` -- LOCK TABLES `g516db_bp_notifications` WRITE; /*!40000 ALTER TABLE `g516db_bp_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_bp_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_bp_notifications_meta` -- DROP TABLE IF EXISTS `g516db_bp_notifications_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_bp_notifications_meta` ( `id` bigint(20) NOT NULL auto_increment, `notification_id` bigint(20) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`id`), KEY `notification_id` (`notification_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_bp_notifications_meta` -- LOCK TABLES `g516db_bp_notifications_meta` WRITE; /*!40000 ALTER TABLE `g516db_bp_notifications_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_bp_notifications_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_bp_xprofile_data` -- DROP TABLE IF EXISTS `g516db_bp_xprofile_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_bp_xprofile_data` ( `id` bigint(20) unsigned NOT NULL auto_increment, `field_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `value` longtext NOT NULL, `last_updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `field_id` (`field_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_bp_xprofile_data` -- LOCK TABLES `g516db_bp_xprofile_data` WRITE; /*!40000 ALTER TABLE `g516db_bp_xprofile_data` DISABLE KEYS */; INSERT INTO `g516db_bp_xprofile_data` VALUES (1,1,1,'genywebmaster','2015-09-17 03:50:13'),(2,1,2,'Dang Truong','2015-08-26 16:04:10'); /*!40000 ALTER TABLE `g516db_bp_xprofile_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_bp_xprofile_fields` -- DROP TABLE IF EXISTS `g516db_bp_xprofile_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_bp_xprofile_fields` ( `id` bigint(20) unsigned NOT NULL auto_increment, `group_id` bigint(20) unsigned NOT NULL, `parent_id` bigint(20) unsigned NOT NULL, `type` varchar(150) NOT NULL, `name` varchar(150) NOT NULL, `description` longtext NOT NULL, `is_required` tinyint(1) NOT NULL default '0', `is_default_option` tinyint(1) NOT NULL default '0', `field_order` bigint(20) NOT NULL default '0', `option_order` bigint(20) NOT NULL default '0', `order_by` varchar(15) NOT NULL default '', `can_delete` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`), KEY `group_id` (`group_id`), KEY `parent_id` (`parent_id`), KEY `field_order` (`field_order`), KEY `can_delete` (`can_delete`), KEY `is_required` (`is_required`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_bp_xprofile_fields` -- LOCK TABLES `g516db_bp_xprofile_fields` WRITE; /*!40000 ALTER TABLE `g516db_bp_xprofile_fields` DISABLE KEYS */; INSERT INTO `g516db_bp_xprofile_fields` VALUES (1,1,0,'textbox','Name','',1,0,0,0,'',0); /*!40000 ALTER TABLE `g516db_bp_xprofile_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_bp_xprofile_groups` -- DROP TABLE IF EXISTS `g516db_bp_xprofile_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_bp_xprofile_groups` ( `id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(150) NOT NULL, `description` mediumtext NOT NULL, `group_order` bigint(20) NOT NULL default '0', `can_delete` tinyint(1) NOT NULL, PRIMARY KEY (`id`), KEY `can_delete` (`can_delete`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_bp_xprofile_groups` -- LOCK TABLES `g516db_bp_xprofile_groups` WRITE; /*!40000 ALTER TABLE `g516db_bp_xprofile_groups` DISABLE KEYS */; INSERT INTO `g516db_bp_xprofile_groups` VALUES (1,'Base','',0,0); /*!40000 ALTER TABLE `g516db_bp_xprofile_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_bp_xprofile_meta` -- DROP TABLE IF EXISTS `g516db_bp_xprofile_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_bp_xprofile_meta` ( `id` bigint(20) NOT NULL auto_increment, `object_id` bigint(20) NOT NULL, `object_type` varchar(150) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`id`), KEY `object_id` (`object_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_bp_xprofile_meta` -- LOCK TABLES `g516db_bp_xprofile_meta` WRITE; /*!40000 ALTER TABLE `g516db_bp_xprofile_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_bp_xprofile_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_commentmeta` -- DROP TABLE IF EXISTS `g516db_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_commentmeta` -- LOCK TABLES `g516db_commentmeta` WRITE; /*!40000 ALTER TABLE `g516db_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_comments` -- DROP TABLE IF EXISTS `g516db_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_comments` -- LOCK TABLES `g516db_comments` WRITE; /*!40000 ALTER TABLE `g516db_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_huge_itslider_images` -- DROP TABLE IF EXISTS `g516db_huge_itslider_images`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_huge_itslider_images` ( `id` int(11) unsigned NOT NULL auto_increment, `name` varchar(100) default NULL, `slider_id` varchar(200) default NULL, `description` text, `image_url` text, `sl_url` varchar(128) default NULL, `sl_type` text NOT NULL, `link_target` text NOT NULL, `sl_stitle` text NOT NULL, `sl_sdesc` text NOT NULL, `sl_postlink` text NOT NULL, `ordering` int(11) NOT NULL, `published` tinyint(4) unsigned default NULL, `published_in_sl_width` tinyint(4) unsigned default NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_huge_itslider_images` -- LOCK TABLES `g516db_huge_itslider_images` WRITE; /*!40000 ALTER TABLE `g516db_huge_itslider_images` DISABLE KEYS */; INSERT INTO `g516db_huge_itslider_images` VALUES (1,'','1','','http://genewyork.com/wp-content/plugins/slider-image/Front_images/slides/slide1.jpg','http://huge-it.com','image','on','','','',1,1,NULL),(2,'Simple Usage','1','','http://genewyork.com/wp-content/plugins/slider-image/Front_images/slides/slide2.jpg','http://huge-it.com','image','on','','','',2,1,NULL),(3,'Huge-IT Slider','1','The slider allows having unlimited amount of images with their titles and descriptions. The slider uses autogenerated shortcodes making it easier for the users to add it to the custom location.','http://genewyork.com/wp-content/plugins/slider-image/Front_images/slides/slide3.jpg','http://huge-it.com','image','on','','','',3,1,NULL),(5,'','4','','http://genewyork.com/wp-content/uploads/2015/06/Classroom_5.jpg','','','','','','',4,2,1),(6,'','4','','http://genewyork.com/wp-content/uploads/2015/06/Computer_Room_1.jpg','','','','','','',5,2,1),(7,'','4','','http://genewyork.com/wp-content/uploads/2015/06/Elevator_Hall_1.jpg','','','','','','',0,2,1),(8,'','4','','http://genewyork.com/wp-content/uploads/2015/06/Elevetor_Hall_2.jpg','','','','','','',1,2,1),(9,'','4','','http://genewyork.com/wp-content/uploads/2015/06/Lobby2.jpg','','','','','','',2,2,1),(10,'','4','','http://genewyork.com/wp-content/uploads/2015/06/Library.jpg','','','','','','',6,2,1),(11,'','4','','http://genewyork.com/wp-content/uploads/2015/06/Classroom_3.jpg','','','','','','',3,2,1),(12,'','5','','http://genewyork.com/wp-content/uploads/2015/06/Classroom_3.jpg','','','','','','',0,2,1),(13,'','5','','http://genewyork.com/wp-content/uploads/2015/08/Classroom_5.jpg','','','','','','',0,2,1),(14,'','5','','http://genewyork.com/wp-content/uploads/2015/06/Computer_Room_1.jpg','','','','','','',0,2,1),(15,'','5','','http://genewyork.com/wp-content/uploads/2015/06/Elevator_Hall_1.jpg','','','','','','',0,2,1),(16,'','5','','http://genewyork.com/wp-content/uploads/2015/06/Elevetor_Hall_2.jpg','','','','','','',0,2,1),(17,'','5','','http://genewyork.com/wp-content/uploads/2015/06/Library.jpg','','','','','','',0,2,1),(18,'','5','','http://genewyork.com/wp-content/uploads/2015/06/Lobby2.jpg','','','','','','',0,2,1); /*!40000 ALTER TABLE `g516db_huge_itslider_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_huge_itslider_params` -- DROP TABLE IF EXISTS `g516db_huge_itslider_params`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_huge_itslider_params` ( `id` int(11) unsigned NOT NULL auto_increment, `name` varchar(50) NOT NULL, `title` varchar(200) NOT NULL, `description` text NOT NULL, `value` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=133 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_huge_itslider_params` -- LOCK TABLES `g516db_huge_itslider_params` WRITE; /*!40000 ALTER TABLE `g516db_huge_itslider_params` DISABLE KEYS */; INSERT INTO `g516db_huge_itslider_params` VALUES (89,'slider_crop_image','Slider crop image','Slider crop image','resize'),(90,'slider_title_color','Slider title color','Slider title color','000000'),(91,'slider_title_font_size','Slider title font size','Slider title font size','13'),(92,'slider_description_color','Slider description color','Slider description color','ffffff'),(93,'slider_description_font_size','Slider description font size','Slider description font size','13'),(94,'slider_title_position','Slider title position','Slider title position','right-top'),(95,'slider_description_position','Slider description position','Slider description position','right-bottom'),(96,'slider_title_border_size','Slider Title border size','Slider Title border size','0'),(97,'slider_title_border_color','Slider title border color','Slider title border color','ffffff'),(98,'slider_title_border_radius','Slider title border radius','Slider title border radius','4'),(99,'slider_description_border_size','Slider description border size','Slider description border size','0'),(100,'slider_description_border_color','Slider description border color','Slider description border color','ffffff'),(101,'slider_description_border_radius','Slider description border radius','Slider description border radius','0'),(102,'slider_slideshow_border_size','Slider border size','Slider border size','0'),(103,'slider_slideshow_border_color','Slider border color','Slider border color','ffffff'),(104,'slider_slideshow_border_radius','Slider border radius','Slider border radius','0'),(105,'slider_navigation_type','Slider navigation type','Slider navigation type','1'),(106,'slider_navigation_position','Slider navigation position','Slider navigation position','bottom'),(107,'slider_title_background_color','Slider title background color','Slider title background color','ffffff'),(108,'slider_description_background_color','Slider description background color','Slider description background color','000000'),(109,'slider_title_transparent','Slider title has background','Slider title has background','on'),(110,'slider_description_transparent','Slider description has background','Slider description has background','on'),(111,'slider_slider_background_color','Slider slider background color','Slider slider background color','ffffff'),(112,'slider_dots_position','slider dots position','slider dots position','top'),(113,'slider_active_dot_color','slider active dot color','','ffffff'),(114,'slider_dots_color','slider dots color','','000000'),(115,'slider_description_width','Slider description width','Slider description width','70'),(116,'slider_description_height','Slider description height','Slider description height','50'),(117,'slider_description_background_transparency','slider description background transparency','slider description background transparency','70'),(118,'slider_description_text_align','description text-align','description text-align','justify'),(119,'slider_title_width','slider title width','slider title width','30'),(120,'slider_title_height','slider title height','slider title height','50'),(121,'slider_title_background_transparency','slider title background transparency','slider title background transparency','70'),(122,'slider_title_text_align','title text-align','title text-align','right'),(123,'slider_title_has_margin','title has margin','title has margin','on'),(124,'slider_description_has_margin','description has margin','description has margin','on'),(125,'slider_show_arrows','Slider show left right arrows','Slider show left right arrows','on'),(126,'loading_icon_type','Slider loading icon type','Slider loading icon type','1'),(127,'slider_thumb_count_slides','Slide thumbs count','Slide thumbs count','3'),(128,'slider_dots_position_new','Slide Dots Position','Slide Dots Position','dotstop'),(129,'slider_thumb_back_color','Thumbnail Background Color','Thumbnail Background Color','FFFFFF'),(130,'slider_thumb_passive_color','Passive Thumbnail Color','Passive Thumbnail Color','FFFFFF'),(131,'slider_thumb_passive_color_trans','Passive Thumbnail Color Transparency','Passive Thumbnail Color Transparency','50'),(132,'slider_thumb_height','Slider Thumb Height','Slider Thumb Height','100'); /*!40000 ALTER TABLE `g516db_huge_itslider_params` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_huge_itslider_sliders` -- DROP TABLE IF EXISTS `g516db_huge_itslider_sliders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_huge_itslider_sliders` ( `id` int(11) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL, `sl_height` int(11) unsigned default NULL, `sl_width` int(11) unsigned default NULL, `pause_on_hover` text, `slider_list_effects_s` text, `description` text, `param` text, `sl_position` text NOT NULL, `ordering` int(11) NOT NULL, `published` text, `sl_loading_icon` text NOT NULL, `show_thumb` varchar(255) NOT NULL default 'dotstop', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_huge_itslider_sliders` -- LOCK TABLES `g516db_huge_itslider_sliders` WRITE; /*!40000 ALTER TABLE `g516db_huge_itslider_sliders` DISABLE KEYS */; INSERT INTO `g516db_huge_itslider_sliders` VALUES (1,'My First Slider',375,600,'on','random','4000','1000','center',1,'300','','dotstop'),(5,'New slider',700,1000,'on','fade','4000','1000','center',1,'300','off','dotstop'); /*!40000 ALTER TABLE `g516db_huge_itslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_cms_nav_cache` -- DROP TABLE IF EXISTS `g516db_icl_cms_nav_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_cms_nav_cache` ( `id` bigint(20) NOT NULL auto_increment, `cache_key` varchar(128) NOT NULL, `type` varchar(128) NOT NULL, `data` text NOT NULL, `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_cms_nav_cache` -- LOCK TABLES `g516db_icl_cms_nav_cache` WRITE; /*!40000 ALTER TABLE `g516db_icl_cms_nav_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_icl_cms_nav_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_content_status` -- DROP TABLE IF EXISTS `g516db_icl_content_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_content_status` ( `rid` bigint(20) NOT NULL, `nid` bigint(20) NOT NULL, `timestamp` datetime NOT NULL, `md5` varchar(32) NOT NULL, PRIMARY KEY (`rid`), KEY `nid` (`nid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_content_status` -- LOCK TABLES `g516db_icl_content_status` WRITE; /*!40000 ALTER TABLE `g516db_icl_content_status` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_icl_content_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_core_status` -- DROP TABLE IF EXISTS `g516db_icl_core_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_core_status` ( `id` bigint(20) NOT NULL auto_increment, `rid` bigint(20) NOT NULL, `module` varchar(16) NOT NULL, `origin` varchar(64) NOT NULL, `target` varchar(64) NOT NULL, `status` smallint(6) NOT NULL, PRIMARY KEY (`id`), KEY `rid` (`rid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_core_status` -- LOCK TABLES `g516db_icl_core_status` WRITE; /*!40000 ALTER TABLE `g516db_icl_core_status` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_icl_core_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_flags` -- DROP TABLE IF EXISTS `g516db_icl_flags`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_flags` ( `id` int(11) NOT NULL auto_increment, `lang_code` varchar(10) NOT NULL, `flag` varchar(32) NOT NULL, `from_template` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `lang_code` (`lang_code`) ) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_flags` -- LOCK TABLES `g516db_icl_flags` WRITE; /*!40000 ALTER TABLE `g516db_icl_flags` DISABLE KEYS */; INSERT INTO `g516db_icl_flags` VALUES (1,'ar','ar.png',0),(2,'bg','bg.png',0),(3,'bs','bs.png',0),(4,'ca','ca.png',0),(5,'cs','cs.png',0),(6,'cy','cy.png',0),(7,'da','da.png',0),(8,'de','de.png',0),(9,'el','el.png',0),(10,'en','en.png',0),(11,'eo','eo.png',0),(12,'es','es.png',0),(13,'et','et.png',0),(14,'eu','eu.png',0),(15,'fa','fa.png',0),(16,'fi','fi.png',0),(17,'fr','fr.png',0),(18,'ga','ga.png',0),(19,'he','he.png',0),(20,'hi','hi.png',0),(21,'hr','hr.png',0),(22,'hu','hu.png',0),(23,'hy','hy.png',0),(24,'id','id.png',0),(25,'is','is.png',0),(26,'it','it.png',0),(27,'ja','ja.png',0),(28,'ko','ko.png',0),(29,'ku','ku.png',0),(30,'la','la.png',0),(31,'lt','lt.png',0),(32,'lv','lv.png',0),(33,'mk','mk.png',0),(34,'mn','mn.png',0),(35,'mo','mo.png',0),(36,'ms','ms.png',0),(37,'mt','mt.png',0),(38,'nb','nb.png',0),(39,'ne','ne.png',0),(40,'nl','nl.png',0),(41,'pa','pa.png',0),(42,'pl','pl.png',0),(43,'pt-br','pt-br.png',0),(44,'pt-pt','pt-pt.png',0),(45,'qu','qu.png',0),(46,'ro','ro.png',0),(47,'ru','ru.png',0),(48,'sk','sk.png',0),(49,'sl','sl.png',0),(50,'so','so.png',0),(51,'sq','sq.png',0),(52,'sr','sr.png',0),(53,'sv','sv.png',0),(54,'ta','ta.png',0),(55,'th','th.png',0),(56,'tr','tr.png',0),(57,'uk','uk.png',0),(58,'ur','ur.png',0),(59,'uz','uz.png',0),(60,'vi','vi.png',0),(61,'yi','yi.png',0),(62,'zh-hans','zh-hans.png',0),(63,'zh-hant','zh-hant.png',0),(64,'zu','zu.png',0); /*!40000 ALTER TABLE `g516db_icl_flags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_languages` -- DROP TABLE IF EXISTS `g516db_icl_languages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_languages` ( `id` int(11) NOT NULL auto_increment, `code` varchar(7) NOT NULL, `english_name` varchar(128) NOT NULL, `major` tinyint(4) NOT NULL default '0', `active` tinyint(4) NOT NULL, `default_locale` varchar(8) default NULL, `tag` varchar(8) default NULL, `encode_url` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`), UNIQUE KEY `english_name` (`english_name`) ) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_languages` -- LOCK TABLES `g516db_icl_languages` WRITE; /*!40000 ALTER TABLE `g516db_icl_languages` DISABLE KEYS */; INSERT INTO `g516db_icl_languages` VALUES (1,'en','English',1,1,'en_US','en-US',0),(2,'es','Spanish',1,0,'es_ES','es-ES',0),(3,'de','German',1,0,'de_DE','de-DE',0),(4,'fr','French',1,0,'fr_FR','fr-FR',0),(5,'ar','Arabic',0,0,'ar','ar',0),(6,'bs','Bosnian',0,0,'','',0),(7,'bg','Bulgarian',0,0,'bg_BG','bg-BG',0),(8,'ca','Catalan',0,0,'ca','ca',0),(9,'cs','Czech',0,0,'cs_CZ','cs-CZ',0),(10,'sk','Slovak',0,0,'sk_SK','sk-SK',0),(11,'cy','Welsh',0,0,'cy','cy',0),(12,'da','Danish',1,0,'da_DK','da-DK',0),(13,'el','Greek',0,0,'el','el',0),(14,'eo','Esperanto',0,0,'eo','eo',0),(15,'et','Estonian',0,0,'et','et',0),(16,'eu','Basque',0,0,'eu','eu',0),(17,'fa','Persian',0,0,'fa_IR','fa-IR',0),(18,'fi','Finnish',0,0,'fi','fi',0),(19,'ga','Irish',0,0,'','',0),(20,'he','Hebrew',0,0,'he_IL','he-IL',0),(21,'hi','Hindi',0,0,'','',0),(22,'hr','Croatian',0,0,'hr','hr',0),(23,'hu','Hungarian',0,0,'hu_HU','hu-HU',0),(24,'hy','Armenian',0,0,'','',0),(25,'id','Indonesian',0,0,'id_ID','id-ID',0),(26,'is','Icelandic',0,0,'is_IS','is-IS',0),(27,'it','Italian',1,0,'it_IT','it-IT',0),(28,'ja','Japanese',1,1,'ja','ja',0),(29,'ko','Korean',0,1,'ko_KR','ko-KR',0),(30,'ku','Kurdish',0,0,'ku','ku',0),(31,'la','Latin',0,0,'','',0),(32,'lv','Latvian',0,0,'lv','lv',0),(33,'lt','Lithuanian',0,0,'lt','lt',0),(34,'mk','Macedonian',0,0,'mk_MK','mk-MK',0),(35,'mt','Maltese',0,0,'','',0),(36,'mo','Moldavian',0,0,'','',0),(37,'mn','Mongolian',0,0,'','',0),(38,'ne','Nepali',0,0,'','',0),(39,'nl','Dutch',1,0,'nl_NL','nl-NL',0),(40,'nb','Norwegian Bokmål',0,0,'nb_NO','nb-NO',0),(41,'pa','Punjabi',0,0,'','',0),(42,'pl','Polish',0,0,'pl_PL','pl-PL',0),(43,'pt-pt','Portuguese, Portugal',0,0,'pt_PT','pt-PT',0),(44,'pt-br','Portuguese, Brazil',0,0,'pt_BR','pt-BR',0),(45,'qu','Quechua',0,0,'','',0),(46,'ro','Romanian',0,0,'ro_RO','ro-RO',0),(47,'ru','Russian',1,0,'ru_RU','ru-RU',0),(48,'sl','Slovenian',0,0,'sl_SI','sl-SI',0),(49,'so','Somali',0,0,'','',0),(50,'sq','Albanian',0,0,'','',0),(51,'sr','Serbian',0,0,'sr_RS','sr-RS',0),(52,'sv','Swedish',0,0,'sv_SE','sv-SE',0),(53,'ta','Tamil',0,0,'','',0),(54,'th','Thai',0,0,'th','th',0),(55,'tr','Turkish',0,0,'tr','tr',0),(56,'uk','Ukrainian',0,0,'uk_UA','uk-UA',0),(57,'ur','Urdu',0,0,'','',0),(58,'uz','Uzbek',0,0,'uz_UZ','uz-UZ',0),(59,'vi','Vietnamese',0,0,'vi','vi',0),(60,'yi','Yiddish',0,0,'','',0),(61,'zh-hans','Chinese (Simplified)',1,1,'zh_CN','zh-CN',0),(62,'zu','Zulu',0,0,'','',0),(63,'zh-hant','Chinese (Traditional)',1,0,'zh_TW','zh-TW',0),(64,'ms','Malay',0,0,'ms_MY','ms-MY',0); /*!40000 ALTER TABLE `g516db_icl_languages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_languages_translations` -- DROP TABLE IF EXISTS `g516db_icl_languages_translations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_languages_translations` ( `id` int(11) NOT NULL auto_increment, `language_code` varchar(7) NOT NULL, `display_language_code` varchar(7) NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `language_code` (`language_code`,`display_language_code`) ) ENGINE=MyISAM AUTO_INCREMENT=4097 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_languages_translations` -- LOCK TABLES `g516db_icl_languages_translations` WRITE; /*!40000 ALTER TABLE `g516db_icl_languages_translations` DISABLE KEYS */; INSERT INTO `g516db_icl_languages_translations` VALUES (1,'en','en','English'),(2,'en','es','Inglés'),(3,'en','de','Englisch'),(4,'en','fr','Anglais'),(5,'en','ar','الإنجليزية'),(6,'en','bs','English'),(7,'en','bg','Английски'),(8,'en','ca','English'),(9,'en','cs','Angličtina'),(10,'en','sk','Angličtina'),(11,'en','cy','English'),(12,'en','da','English'),(13,'en','el','Αγγλικα'),(14,'en','eo','English'),(15,'en','et','English'),(16,'en','eu','English'),(17,'en','fa','English'),(18,'en','fi','englanti'),(19,'en','ga','English'),(20,'en','he','אנגלית'),(21,'en','hi','English'),(22,'en','hr','Engleski'),(23,'en','hu','angol'),(24,'en','hy','English'),(25,'en','id','English'),(26,'en','is','English'),(27,'en','it','Inglese'),(28,'en','ja','英語'),(29,'en','ko','영어'),(30,'en','ku','English'),(31,'en','la','English'),(32,'en','lv','English'),(33,'en','lt','English'),(34,'en','mk','English'),(35,'en','mt','English'),(36,'en','mo','English'),(37,'en','mn','English'),(38,'en','ne','English'),(39,'en','nl','Engels'),(40,'en','nb','Engelsk'),(41,'en','pa','English'),(42,'en','pl','angielski'),(43,'en','pt-pt','Inglês'),(44,'en','pt-br','Inglês'),(45,'en','qu','English'),(46,'en','ro','Engleză'),(47,'en','ru','Английский'),(48,'en','sl','Angleščina'),(49,'en','so','English'),(50,'en','sq','English'),(51,'en','sr','енглески'),(52,'en','sv','Engelska'),(53,'en','ta','English'),(54,'en','th','อังกฤษ'),(55,'en','tr','İngilizce'),(56,'en','uk','English'),(57,'en','ur','English'),(58,'en','uz','English'),(59,'en','vi','English'),(60,'en','yi','English'),(61,'en','zh-hans','英语'),(62,'en','zu','English'),(63,'en','zh-hant','英語'),(64,'en','ms','English'),(65,'es','en','Spanish'),(66,'es','es','Español'),(67,'es','de','Spanisch'),(68,'es','fr','Espagnol'),(69,'es','ar','الأسبانية'),(70,'es','bs','Spanish'),(71,'es','bg','Испански'),(72,'es','ca','Spanish'),(73,'es','cs','Španělský'),(74,'es','sk','Španielčina'),(75,'es','cy','Spanish'),(76,'es','da','Spanish'),(77,'es','el','Ισπανικα'),(78,'es','eo','Spanish'),(79,'es','et','Spanish'),(80,'es','eu','Spanish'),(81,'es','fa','Spanish'),(82,'es','fi','espanja'),(83,'es','ga','Spanish'),(84,'es','he','ספרדית'),(85,'es','hi','Spanish'),(86,'es','hr','španjolski'),(87,'es','hu','spanyol'),(88,'es','hy','Spanish'),(89,'es','id','Spanish'),(90,'es','is','Spanish'),(91,'es','it','Spagnolo'),(92,'es','ja','スペイン語'),(93,'es','ko','스페인어'),(94,'es','ku','Spanish'),(95,'es','la','Spanish'),(96,'es','lv','Spanish'),(97,'es','lt','Spanish'),(98,'es','mk','Spanish'),(99,'es','mt','Spanish'),(100,'es','mo','Spanish'),(101,'es','mn','Spanish'),(102,'es','ne','Spanish'),(103,'es','nl','Spaans'),(104,'es','nb','Spansk'),(105,'es','pa','Spanish'),(106,'es','pl','hiszpański'),(107,'es','pt-pt','Espanhol'),(108,'es','pt-br','Espanhol'),(109,'es','qu','Spanish'),(110,'es','ro','Spaniolă'),(111,'es','ru','Испанский'),(112,'es','sl','Španščina'),(113,'es','so','Spanish'),(114,'es','sq','Spanish'),(115,'es','sr','шпански'),(116,'es','sv','Spanska'),(117,'es','ta','Spanish'),(118,'es','th','สเปน'),(119,'es','tr','İspanyolca'),(120,'es','uk','Spanish'),(121,'es','ur','Spanish'),(122,'es','uz','Spanish'),(123,'es','vi','Spanish'),(124,'es','yi','Spanish'),(125,'es','zh-hans','西班牙语'),(126,'es','zu','Spanish'),(127,'es','zh-hant','西班牙語'),(128,'es','ms','Spanish'),(129,'de','en','German'),(130,'de','es','Alemán'),(131,'de','de','Deutsch'),(132,'de','fr','Allemand'),(133,'de','ar','الألمانية'),(134,'de','bs','German'),(135,'de','bg','Немски'),(136,'de','ca','German'),(137,'de','cs','Němec'),(138,'de','sk','Nemčina'),(139,'de','cy','German'),(140,'de','da','German'),(141,'de','el','Γερμανικα'),(142,'de','eo','German'),(143,'de','et','German'),(144,'de','eu','German'),(145,'de','fa','German'),(146,'de','fi','saksa'),(147,'de','ga','German'),(148,'de','he','גרמנית'),(149,'de','hi','German'),(150,'de','hr','Njemački'),(151,'de','hu','német'),(152,'de','hy','German'),(153,'de','id','German'),(154,'de','is','German'),(155,'de','it','Tedesco'),(156,'de','ja','ドイツ語'),(157,'de','ko','독어'),(158,'de','ku','German'),(159,'de','la','German'),(160,'de','lv','German'),(161,'de','lt','German'),(162,'de','mk','German'),(163,'de','mt','German'),(164,'de','mo','German'),(165,'de','mn','German'),(166,'de','ne','German'),(167,'de','nl','Duits'),(168,'de','nb','Tysk'),(169,'de','pa','German'),(170,'de','pl','niemiecki'),(171,'de','pt-pt','Alemão'),(172,'de','pt-br','Alemão'),(173,'de','qu','German'),(174,'de','ro','Germană'),(175,'de','ru','Немецкий'),(176,'de','sl','Nemščina'),(177,'de','so','German'),(178,'de','sq','German'),(179,'de','sr','немачки'),(180,'de','sv','Tyska'),(181,'de','ta','German'),(182,'de','th','เยอรมัน'),(183,'de','tr','Almanca'),(184,'de','uk','German'),(185,'de','ur','German'),(186,'de','uz','German'),(187,'de','vi','German'),(188,'de','yi','German'),(189,'de','zh-hans','德语'),(190,'de','zu','German'),(191,'de','zh-hant','德語'),(192,'de','ms','German'),(193,'fr','en','French'),(194,'fr','es','Francés'),(195,'fr','de','Französisch'),(196,'fr','fr','Français'),(197,'fr','ar','الفرنسية'),(198,'fr','bs','French'),(199,'fr','bg','Френски'),(200,'fr','ca','French'),(201,'fr','cs','Francouzština'),(202,'fr','sk','Francúzština'),(203,'fr','cy','French'),(204,'fr','da','French'),(205,'fr','el','Γαλλικα'),(206,'fr','eo','French'),(207,'fr','et','French'),(208,'fr','eu','French'),(209,'fr','fa','French'),(210,'fr','fi','ranska'),(211,'fr','ga','French'),(212,'fr','he','צרפתית'),(213,'fr','hi','French'),(214,'fr','hr','Francuzi'),(215,'fr','hu','francia'),(216,'fr','hy','French'),(217,'fr','id','French'),(218,'fr','is','French'),(219,'fr','it','Francese'),(220,'fr','ja','フランス語'),(221,'fr','ko','불어'),(222,'fr','ku','French'),(223,'fr','la','French'),(224,'fr','lv','French'),(225,'fr','lt','French'),(226,'fr','mk','French'),(227,'fr','mt','French'),(228,'fr','mo','French'),(229,'fr','mn','French'),(230,'fr','ne','French'),(231,'fr','nl','Frans'),(232,'fr','nb','Fransk'),(233,'fr','pa','French'),(234,'fr','pl','francuski'),(235,'fr','pt-pt','Francês'),(236,'fr','pt-br','Francês'),(237,'fr','qu','French'),(238,'fr','ro','Franceză'),(239,'fr','ru','Французский'),(240,'fr','sl','Francoščina'),(241,'fr','so','French'),(242,'fr','sq','French'),(243,'fr','sr','француски'),(244,'fr','sv','Franska'),(245,'fr','ta','French'),(246,'fr','th','ฝรั่งเศส'),(247,'fr','tr','Fransızca'),(248,'fr','uk','French'),(249,'fr','ur','French'),(250,'fr','uz','French'),(251,'fr','vi','French'),(252,'fr','yi','French'),(253,'fr','zh-hans','法语'),(254,'fr','zu','French'),(255,'fr','zh-hant','法語'),(256,'fr','ms','French'),(257,'ar','en','Arabic'),(258,'ar','es','Árabe'),(259,'ar','de','Arabisch'),(260,'ar','fr','Arabe'),(261,'ar','ar','العربية'),(262,'ar','bs','Arabic'),(263,'ar','bg','Арабски'),(264,'ar','ca','Arabic'),(265,'ar','cs','Arabština'),(266,'ar','sk','Arabčina'),(267,'ar','cy','Arabic'),(268,'ar','da','Arabic'),(269,'ar','el','Αραβικα'),(270,'ar','eo','Arabic'),(271,'ar','et','Arabic'),(272,'ar','eu','Arabic'),(273,'ar','fa','Arabic'),(274,'ar','fi','arabia'),(275,'ar','ga','Arabic'),(276,'ar','he','ערבית'),(277,'ar','hi','Arabic'),(278,'ar','hr','Arapski'),(279,'ar','hu','arab'),(280,'ar','hy','Arabic'),(281,'ar','id','Arabic'),(282,'ar','is','Arabic'),(283,'ar','it','Arabo'),(284,'ar','ja','アラビア語'),(285,'ar','ko','아랍어'),(286,'ar','ku','Arabic'),(287,'ar','la','Arabic'),(288,'ar','lv','Arabic'),(289,'ar','lt','Arabic'),(290,'ar','mk','Arabic'),(291,'ar','mt','Arabic'),(292,'ar','mo','Arabic'),(293,'ar','mn','Arabic'),(294,'ar','ne','Arabic'),(295,'ar','nl','Arabisch'),(296,'ar','nb','Arabisk'),(297,'ar','pa','Arabic'),(298,'ar','pl','arabski'),(299,'ar','pt-pt','Árabe'),(300,'ar','pt-br','Árabe'),(301,'ar','qu','Arabic'),(302,'ar','ro','Arabică'),(303,'ar','ru','Арабский'),(304,'ar','sl','Arabščina'),(305,'ar','so','Arabic'),(306,'ar','sq','Arabic'),(307,'ar','sr','арапски'),(308,'ar','sv','Arabiska'),(309,'ar','ta','Arabic'),(310,'ar','th','อารบิก'),(311,'ar','tr','Arapça'),(312,'ar','uk','Arabic'),(313,'ar','ur','Arabic'),(314,'ar','uz','Arabic'),(315,'ar','vi','Arabic'),(316,'ar','yi','Arabic'),(317,'ar','zh-hans','阿拉伯语'),(318,'ar','zu','Arabic'),(319,'ar','zh-hant','阿拉伯語'),(320,'ar','ms','Arabic'),(321,'bs','en','Bosnian'),(322,'bs','es','Bosnio'),(323,'bs','de','Bosnisch'),(324,'bs','fr','Bosnien'),(325,'bs','ar','البوسنية'),(326,'bs','bs','Bosnian'),(327,'bs','bg','Босненски'),(328,'bs','ca','Bosnian'),(329,'bs','cs','Bosenština'),(330,'bs','sk','Bosniačtina'),(331,'bs','cy','Bosnian'),(332,'bs','da','Bosnian'),(333,'bs','el','Βοσνιακα'),(334,'bs','eo','Bosnian'),(335,'bs','et','Bosnian'),(336,'bs','eu','Bosnian'),(337,'bs','fa','Bosnian'),(338,'bs','fi','bosnia'),(339,'bs','ga','Bosnian'),(340,'bs','he','בוסנית'),(341,'bs','hi','Bosnian'),(342,'bs','hr','Bosanski'),(343,'bs','hu','bosnyák'),(344,'bs','hy','Bosnian'),(345,'bs','id','Bosnian'),(346,'bs','is','Bosnian'),(347,'bs','it','Bosniaco'),(348,'bs','ja','ボスニア語'),(349,'bs','ko','보즈니아어'),(350,'bs','ku','Bosnian'),(351,'bs','la','Bosnian'),(352,'bs','lv','Bosnian'),(353,'bs','lt','Bosnian'),(354,'bs','mk','Bosnian'),(355,'bs','mt','Bosnian'),(356,'bs','mo','Bosnian'),(357,'bs','mn','Bosnian'),(358,'bs','ne','Bosnian'),(359,'bs','nl','Bosnisch'),(360,'bs','nb','Bosnisk'),(361,'bs','pa','Bosnian'),(362,'bs','pl','bośniacki'),(363,'bs','pt-pt','Bósnio'),(364,'bs','pt-br','Bósnio'),(365,'bs','qu','Bosnian'),(366,'bs','ro','Bosniacă'),(367,'bs','ru','Боснийский'),(368,'bs','sl','Bosanski'),(369,'bs','so','Bosnian'),(370,'bs','sq','Bosnian'),(371,'bs','sr','босански'),(372,'bs','sv','Bosniska'),(373,'bs','ta','Bosnian'),(374,'bs','th','บอสเนียน'),(375,'bs','tr','Boşnakça'),(376,'bs','uk','Bosnian'),(377,'bs','ur','Bosnian'),(378,'bs','uz','Bosnian'),(379,'bs','vi','Bosnian'),(380,'bs','yi','Bosnian'),(381,'bs','zh-hans','波斯尼亚语'),(382,'bs','zu','Bosnian'),(383,'bs','zh-hant','波士尼亞語'),(384,'bs','ms','Bosnian'),(385,'bg','en','Bulgarian'),(386,'bg','es','Búlgaro'),(387,'bg','de','Bulgarisch'),(388,'bg','fr','Bulgare'),(389,'bg','ar','البلغارية'),(390,'bg','bs','Bulgarian'),(391,'bg','bg','Български'),(392,'bg','ca','Bulgarian'),(393,'bg','cs','Bulharština'),(394,'bg','sk','Bulharčina'),(395,'bg','cy','Bulgarian'),(396,'bg','da','Bulgarian'),(397,'bg','el','Βουλγαρικα'),(398,'bg','eo','Bulgarian'),(399,'bg','et','Bulgarian'),(400,'bg','eu','Bulgarian'),(401,'bg','fa','Bulgarian'),(402,'bg','fi','bulgaria'),(403,'bg','ga','Bulgarian'),(404,'bg','he','בולגרית'),(405,'bg','hi','Bulgarian'),(406,'bg','hr','Bugarski'),(407,'bg','hu','bolgár'),(408,'bg','hy','Bulgarian'),(409,'bg','id','Bulgarian'),(410,'bg','is','Bulgarian'),(411,'bg','it','Bulgaro'),(412,'bg','ja','ブルガリア語'),(413,'bg','ko','불가리아어'),(414,'bg','ku','Bulgarian'),(415,'bg','la','Bulgarian'),(416,'bg','lv','Bulgarian'),(417,'bg','lt','Bulgarian'),(418,'bg','mk','Bulgarian'),(419,'bg','mt','Bulgarian'),(420,'bg','mo','Bulgarian'),(421,'bg','mn','Bulgarian'),(422,'bg','ne','Bulgarian'),(423,'bg','nl','Bulgaars'),(424,'bg','nb','Bulgarian'),(425,'bg','pa','Bulgarian'),(426,'bg','pl','bułgarski'),(427,'bg','pt-pt','Búlgaro'),(428,'bg','pt-br','Búlgaro'),(429,'bg','qu','Bulgarian'),(430,'bg','ro','Bulgară'),(431,'bg','ru','Болгарский'),(432,'bg','sl','Bolgarščina'),(433,'bg','so','Bulgarian'),(434,'bg','sq','Bulgarian'),(435,'bg','sr','бугарски'),(436,'bg','sv','Bulgariska'),(437,'bg','ta','Bulgarian'),(438,'bg','th','บัลแกเรียน'),(439,'bg','tr','Bulgarca'),(440,'bg','uk','Bulgarian'),(441,'bg','ur','Bulgarian'),(442,'bg','uz','Bulgarian'),(443,'bg','vi','Bulgarian'),(444,'bg','yi','Bulgarian'),(445,'bg','zh-hans','保加利亚语'),(446,'bg','zu','Bulgarian'),(447,'bg','zh-hant','保加利亞語'),(448,'bg','ms','Bulgarian'),(449,'ca','en','Catalan'),(450,'ca','es','Catalán'),(451,'ca','de','Katalanisch'),(452,'ca','fr','Catalan'),(453,'ca','ar','الكاتالوينية'),(454,'ca','bs','Catalan'),(455,'ca','bg','Каталонски'),(456,'ca','ca','Català'),(457,'ca','cs','Katalánština'),(458,'ca','sk','Katalánčina'),(459,'ca','cy','Catalan'),(460,'ca','da','Catalan'),(461,'ca','el','Καταλανικα'),(462,'ca','eo','Catalan'),(463,'ca','et','Catalan'),(464,'ca','eu','Catalan'),(465,'ca','fa','Catalan'),(466,'ca','fi','katalaani'),(467,'ca','ga','Catalan'),(468,'ca','he','קטלאנית'),(469,'ca','hi','Catalan'),(470,'ca','hr','Katalonski'),(471,'ca','hu','katalán'),(472,'ca','hy','Catalan'),(473,'ca','id','Catalan'),(474,'ca','is','Catalan'),(475,'ca','it','Catalano'),(476,'ca','ja','カタルーニャ語'),(477,'ca','ko','카탈로니아어'),(478,'ca','ku','Catalan'),(479,'ca','la','Catalan'),(480,'ca','lv','Catalan'),(481,'ca','lt','Catalan'),(482,'ca','mk','Catalan'),(483,'ca','mt','Catalan'),(484,'ca','mo','Catalan'),(485,'ca','mn','Catalan'),(486,'ca','ne','Catalan'),(487,'ca','nl','Catalaans'),(488,'ca','nb','catalan'),(489,'ca','pa','Catalan'),(490,'ca','pl','kataloński'),(491,'ca','pt-pt','Catalão'),(492,'ca','pt-br','Catalão'),(493,'ca','qu','Catalan'),(494,'ca','ro','Catalană'),(495,'ca','ru','Каталанский'),(496,'ca','sl','Katalonščina'),(497,'ca','so','Catalan'),(498,'ca','sq','Catalan'),(499,'ca','sr','каталонски'),(500,'ca','sv','Katalanska'),(501,'ca','ta','Catalan'),(502,'ca','th','คะตะลาน'),(503,'ca','tr','Katalan dili'),(504,'ca','uk','Catalan'),(505,'ca','ur','Catalan'),(506,'ca','uz','Catalan'),(507,'ca','vi','Catalan'),(508,'ca','yi','Catalan'),(509,'ca','zh-hans','加泰罗尼亚语'),(510,'ca','zu','Catalan'),(511,'ca','zh-hant','加泰羅尼亞語'),(512,'ca','ms','Catalan'),(513,'cs','en','Czech'),(514,'cs','es','Checo'),(515,'cs','de','Tschechisch'),(516,'cs','fr','Tchèque'),(517,'cs','ar','التشيكية'),(518,'cs','bs','Czech'),(519,'cs','bg','Чешки'),(520,'cs','ca','Czech'),(521,'cs','cs','Čeština'),(522,'cs','sk','Čeština'),(523,'cs','cy','Czech'),(524,'cs','da','Czech'),(525,'cs','el','Τσεχικη'),(526,'cs','eo','Czech'),(527,'cs','et','Czech'),(528,'cs','eu','Czech'),(529,'cs','fa','Czech'),(530,'cs','fi','tsekki'),(531,'cs','ga','Czech'),(532,'cs','he','צ\'כית'),(533,'cs','hi','Czech'),(534,'cs','hr','češki'),(535,'cs','hu','cseh'),(536,'cs','hy','Czech'),(537,'cs','id','Czech'),(538,'cs','is','Czech'),(539,'cs','it','Ceco'),(540,'cs','ja','チェコ語'),(541,'cs','ko','체코슬로바키아어'),(542,'cs','ku','Czech'),(543,'cs','la','Czech'),(544,'cs','lv','Czech'),(545,'cs','lt','Czech'),(546,'cs','mk','Czech'),(547,'cs','mt','Czech'),(548,'cs','mo','Czech'),(549,'cs','mn','Czech'),(550,'cs','ne','Czech'),(551,'cs','nl','Tsjechisch'),(552,'cs','nb','Czech'),(553,'cs','pa','Czech'),(554,'cs','pl','czeski'),(555,'cs','pt-pt','Tcheco'),(556,'cs','pt-br','Tcheco'),(557,'cs','qu','Czech'),(558,'cs','ro','Cehă'),(559,'cs','ru','Чешский'),(560,'cs','sl','Češčina'),(561,'cs','so','Czech'),(562,'cs','sq','Czech'),(563,'cs','sr','чешки'),(564,'cs','sv','Tjeckiska'),(565,'cs','ta','Czech'),(566,'cs','th','เช็ก'),(567,'cs','tr','Çekçe'),(568,'cs','uk','Czech'),(569,'cs','ur','Czech'),(570,'cs','uz','Czech'),(571,'cs','vi','Czech'),(572,'cs','yi','Czech'),(573,'cs','zh-hans','捷克语'),(574,'cs','zu','Czech'),(575,'cs','zh-hant','捷克語'),(576,'cs','ms','Czech'),(577,'sk','en','Slovak'),(578,'sk','es','Eslavo'),(579,'sk','de','Slawisch'),(580,'sk','fr','Slave'),(581,'sk','ar','السلافية'),(582,'sk','bs','Slovak'),(583,'sk','bg','Словашки'),(584,'sk','ca','Slovak'),(585,'sk','cs','Slovenština'),(586,'sk','sk','Slovenčina'),(587,'sk','cy','Slovak'),(588,'sk','da','Slovak'),(589,'sk','el','Σλαβικη'),(590,'sk','eo','Slovak'),(591,'sk','et','Slovak'),(592,'sk','eu','Slovak'),(593,'sk','fa','Slovak'),(594,'sk','fi','slaavi'),(595,'sk','ga','Slovak'),(596,'sk','he','סלאבית'),(597,'sk','hi','Slovak'),(598,'sk','hr','Slovak'),(599,'sk','hu','szláv'),(600,'sk','hy','Slovak'),(601,'sk','id','Slovak'),(602,'sk','is','Slovak'),(603,'sk','it','Slavo'),(604,'sk','ja','スラヴ語派'),(605,'sk','ko','슬라브어'),(606,'sk','ku','Slovak'),(607,'sk','la','Slovak'),(608,'sk','lv','Slovak'),(609,'sk','lt','Slovak'),(610,'sk','mk','Slovak'),(611,'sk','mt','Slovak'),(612,'sk','mo','Slovak'),(613,'sk','mn','Slovak'),(614,'sk','ne','Slovak'),(615,'sk','nl','Slavisch'),(616,'sk','nb','Slovak'),(617,'sk','pa','Slovak'),(618,'sk','pl','słowacki'),(619,'sk','pt-pt','Eslavo'),(620,'sk','pt-br','Eslavo'),(621,'sk','qu','Slovak'),(622,'sk','ro','Slavă'),(623,'sk','ru','Славянский'),(624,'sk','sl','Slovaščina'),(625,'sk','so','Slovak'),(626,'sk','sq','Slovak'),(627,'sk','sr','словачки'),(628,'sk','sv','Slavisk'),(629,'sk','ta','Slovak'),(630,'sk','th','สลาวิก'),(631,'sk','tr','Slav dili'),(632,'sk','uk','Slovak'),(633,'sk','ur','Slovak'),(634,'sk','uz','Slovak'),(635,'sk','vi','Slovak'),(636,'sk','yi','Slovak'),(637,'sk','zh-hans','斯拉夫语'),(638,'sk','zu','Slovak'),(639,'sk','zh-hant','斯拉夫語'),(640,'sk','ms','Slovak'),(641,'cy','en','Welsh'),(642,'cy','es','Galés'),(643,'cy','de','Walisisch'),(644,'cy','fr','Gallois'),(645,'cy','ar','الولزية'),(646,'cy','bs','Welsh'),(647,'cy','bg','Уелски'),(648,'cy','ca','Welsh'),(649,'cy','cs','Velšský'),(650,'cy','sk','Welština'),(651,'cy','cy','Cymraeg'),(652,'cy','da','Welsh'),(653,'cy','el','Welsh'),(654,'cy','eo','Welsh'),(655,'cy','et','Welsh'),(656,'cy','eu','Welsh'),(657,'cy','fa','Welsh'),(658,'cy','fi','kymri'),(659,'cy','ga','Welsh'),(660,'cy','he','וולשית'),(661,'cy','hi','Welsh'),(662,'cy','hr','Velški'),(663,'cy','hu','vels'),(664,'cy','hy','Welsh'),(665,'cy','id','Welsh'),(666,'cy','is','Welsh'),(667,'cy','it','Gallese'),(668,'cy','ja','ウェールズ語'),(669,'cy','ko','웨일즈어'),(670,'cy','ku','Welsh'),(671,'cy','la','Welsh'),(672,'cy','lv','Welsh'),(673,'cy','lt','Welsh'),(674,'cy','mk','Welsh'),(675,'cy','mt','Welsh'),(676,'cy','mo','Welsh'),(677,'cy','mn','Welsh'),(678,'cy','ne','Welsh'),(679,'cy','nl','Welsh'),(680,'cy','nb','Welsh'),(681,'cy','pa','Welsh'),(682,'cy','pl','walijski'),(683,'cy','pt-pt','Galês'),(684,'cy','pt-br','Galês'),(685,'cy','qu','Welsh'),(686,'cy','ro','Galeză'),(687,'cy','ru','Валлийский'),(688,'cy','sl','Welsh'),(689,'cy','so','Welsh'),(690,'cy','sq','Welsh'),(691,'cy','sr','велшки'),(692,'cy','sv','Walesiska'),(693,'cy','ta','Welsh'),(694,'cy','th','เวลช์'),(695,'cy','tr','Galce'),(696,'cy','uk','Welsh'),(697,'cy','ur','Welsh'),(698,'cy','uz','Welsh'),(699,'cy','vi','Welsh'),(700,'cy','yi','Welsh'),(701,'cy','zh-hans','威尔士语'),(702,'cy','zu','Welsh'),(703,'cy','zh-hant','威爾士語'),(704,'cy','ms','Welsh'),(705,'da','en','Danish'),(706,'da','es','Danés'),(707,'da','de','Dänisch'),(708,'da','fr','Danois'),(709,'da','ar','الدانماركية'),(710,'da','bs','Danish'),(711,'da','bg','Датски'),(712,'da','ca','Danish'),(713,'da','cs','Dánský'),(714,'da','sk','Dánčina'),(715,'da','cy','Danish'),(716,'da','da','Dansk'),(717,'da','el','Δανεζικα'),(718,'da','eo','Danish'),(719,'da','et','Danish'),(720,'da','eu','Danish'),(721,'da','fa','Danish'),(722,'da','fi','tanska'),(723,'da','ga','Danish'),(724,'da','he','דנית'),(725,'da','hi','Danish'),(726,'da','hr','Danski'),(727,'da','hu','dán'),(728,'da','hy','Danish'),(729,'da','id','Danish'),(730,'da','is','Danish'),(731,'da','it','Danese'),(732,'da','ja','デンマーク語'),(733,'da','ko','덴마크어'),(734,'da','ku','Danish'),(735,'da','la','Danish'),(736,'da','lv','Danish'),(737,'da','lt','Danish'),(738,'da','mk','Danish'),(739,'da','mt','Danish'),(740,'da','mo','Danish'),(741,'da','mn','Danish'),(742,'da','ne','Danish'),(743,'da','nl','Deens'),(744,'da','nb','Danish'),(745,'da','pa','Danish'),(746,'da','pl','duński'),(747,'da','pt-pt','Dinamarquês'),(748,'da','pt-br','Dinamarquês'),(749,'da','qu','Danish'),(750,'da','ro','Daneză'),(751,'da','ru','Датский'),(752,'da','sl','Danščina'),(753,'da','so','Danish'),(754,'da','sq','Danish'),(755,'da','sr','дански'),(756,'da','sv','Danska'),(757,'da','ta','Danish'),(758,'da','th','เดนมาร์ก'),(759,'da','tr','Danca'),(760,'da','uk','Danish'),(761,'da','ur','Danish'),(762,'da','uz','Danish'),(763,'da','vi','Danish'),(764,'da','yi','Danish'),(765,'da','zh-hans','丹麦语'),(766,'da','zu','Danish'),(767,'da','zh-hant','丹麥語'),(768,'da','ms','Danish'),(769,'el','en','Greek'),(770,'el','es','Griego'),(771,'el','de','Griechisch'),(772,'el','fr','Grec moderne'),(773,'el','ar','اليونانية'),(774,'el','bs','Greek'),(775,'el','bg','Гръцки'),(776,'el','ca','Greek'),(777,'el','cs','Řečtina'),(778,'el','sk','Gréčtina'),(779,'el','cy','Greek'),(780,'el','da','Greek'),(781,'el','el','Ελληνικα'),(782,'el','eo','Greek'),(783,'el','et','Greek'),(784,'el','eu','Greek'),(785,'el','fa','Greek'),(786,'el','fi','kreikka'),(787,'el','ga','Greek'),(788,'el','he','יוונית'),(789,'el','hi','Greek'),(790,'el','hr','Grčki'),(791,'el','hu','görög'),(792,'el','hy','Greek'),(793,'el','id','Greek'),(794,'el','is','Greek'),(795,'el','it','Greco'),(796,'el','ja','ギリシア語'),(797,'el','ko','그리스어'),(798,'el','ku','Greek'),(799,'el','la','Greek'),(800,'el','lv','Greek'),(801,'el','lt','Greek'),(802,'el','mk','Greek'),(803,'el','mt','Greek'),(804,'el','mo','Greek'),(805,'el','mn','Greek'),(806,'el','ne','Greek'),(807,'el','nl','Grieks'),(808,'el','nb','Gresk'),(809,'el','pa','Greek'),(810,'el','pl','grecki'),(811,'el','pt-pt','Grego'),(812,'el','pt-br','Grego'),(813,'el','qu','Greek'),(814,'el','ro','Greacă'),(815,'el','ru','Греческий'),(816,'el','sl','Greek'),(817,'el','so','Greek'),(818,'el','sq','Greek'),(819,'el','sr','грчки'),(820,'el','sv','Grekiska'),(821,'el','ta','Greek'),(822,'el','th','กรีก'),(823,'el','tr','Yunanca'),(824,'el','uk','Greek'),(825,'el','ur','Greek'),(826,'el','uz','Greek'),(827,'el','vi','Greek'),(828,'el','yi','Greek'),(829,'el','zh-hans','希腊语'),(830,'el','zu','Greek'),(831,'el','zh-hant','希臘語'),(832,'el','ms','Greek'),(833,'eo','en','Esperanto'),(834,'eo','es','Esperanto'),(835,'eo','de','Esperanto'),(836,'eo','fr','Espéranto'),(837,'eo','ar','الاسبرانتو'),(838,'eo','bs','Esperanto'),(839,'eo','bg','Есперанто'),(840,'eo','ca','Esperanto'),(841,'eo','cs','Esperanto'),(842,'eo','sk','Esperanto'),(843,'eo','cy','Esperanto'),(844,'eo','da','Esperanto'),(845,'eo','el','Εσπεραντο'),(846,'eo','eo','Esperanta'),(847,'eo','et','Esperanto'),(848,'eo','eu','Esperanto'),(849,'eo','fa','Esperanto'),(850,'eo','fi','esperanto'),(851,'eo','ga','Esperanto'),(852,'eo','he','אספרנטו'),(853,'eo','hi','Esperanto'),(854,'eo','hr','Esperanto'),(855,'eo','hu','eszperantó'),(856,'eo','hy','Esperanto'),(857,'eo','id','Esperanto'),(858,'eo','is','Esperanto'),(859,'eo','it','Esperanto'),(860,'eo','ja','エスペラント語'),(861,'eo','ko','에스페란토어'),(862,'eo','ku','Esperanto'),(863,'eo','la','Esperanto'),(864,'eo','lv','Esperanto'),(865,'eo','lt','Esperanto'),(866,'eo','mk','Esperanto'),(867,'eo','mt','Esperanto'),(868,'eo','mo','Esperanto'),(869,'eo','mn','Esperanto'),(870,'eo','ne','Esperanto'),(871,'eo','nl','Esperanto'),(872,'eo','nb','Esperanto'),(873,'eo','pa','Esperanto'),(874,'eo','pl','esperanto'),(875,'eo','pt-pt','Esperanto'),(876,'eo','pt-br','Esperanto'),(877,'eo','qu','Esperanto'),(878,'eo','ro','Esperanto'),(879,'eo','ru','Эсперанто'),(880,'eo','sl','Esperanto'),(881,'eo','so','Esperanto'),(882,'eo','sq','Esperanto'),(883,'eo','sr','есперанто'),(884,'eo','sv','Esperanto'),(885,'eo','ta','Esperanto'),(886,'eo','th','เอสเปอรันโต'),(887,'eo','tr','Esperanto'),(888,'eo','uk','Esperanto'),(889,'eo','ur','Esperanto'),(890,'eo','uz','Esperanto'),(891,'eo','vi','Esperanto'),(892,'eo','yi','Esperanto'),(893,'eo','zh-hans','世界语'),(894,'eo','zu','Esperanto'),(895,'eo','zh-hant','世界語'),(896,'eo','ms','Esperanto'),(897,'et','en','Estonian'),(898,'et','es','Estonio'),(899,'et','de','Estnisch'),(900,'et','fr','Estonien'),(901,'et','ar','الأستونية'),(902,'et','bs','Estonian'),(903,'et','bg','Естонски'),(904,'et','ca','Estonian'),(905,'et','cs','Estonština'),(906,'et','sk','Estónčina'),(907,'et','cy','Estonian'),(908,'et','da','Estonian'),(909,'et','el','Εσθονικα'),(910,'et','eo','Estonian'),(911,'et','et','Eesti'),(912,'et','eu','Estonian'),(913,'et','fa','Estonian'),(914,'et','fi','eesti'),(915,'et','ga','Estonian'),(916,'et','he','אסטונית'),(917,'et','hi','Estonian'),(918,'et','hr','Estonski'),(919,'et','hu','észt'),(920,'et','hy','Estonian'),(921,'et','id','Estonian'),(922,'et','is','Estonian'),(923,'et','it','Estone'),(924,'et','ja','エストニア語'),(925,'et','ko','에스토니아어'),(926,'et','ku','Estonian'),(927,'et','la','Estonian'),(928,'et','lv','Estonian'),(929,'et','lt','Estonian'),(930,'et','mk','Estonian'),(931,'et','mt','Estonian'),(932,'et','mo','Estonian'),(933,'et','mn','Estonian'),(934,'et','ne','Estonian'),(935,'et','nl','Ests'),(936,'et','nb','Estonian'),(937,'et','pa','Estonian'),(938,'et','pl','estoński'),(939,'et','pt-pt','Estoniano'),(940,'et','pt-br','Estoniano'),(941,'et','qu','Estonian'),(942,'et','ro','Estoniană'),(943,'et','ru','Эстонский'),(944,'et','sl','Estonščina'),(945,'et','so','Estonian'),(946,'et','sq','Estonian'),(947,'et','sr','естонски'),(948,'et','sv','Estniska'),(949,'et','ta','Estonian'),(950,'et','th','เอสโตเนียน'),(951,'et','tr','Estonya dili'),(952,'et','uk','Estonian'),(953,'et','ur','Estonian'),(954,'et','uz','Estonian'),(955,'et','vi','Estonian'),(956,'et','yi','Estonian'),(957,'et','zh-hans','爱沙尼亚语'),(958,'et','zu','Estonian'),(959,'et','zh-hant','愛沙尼亞語'),(960,'et','ms','Estonian'),(961,'eu','en','Basque'),(962,'eu','es','Euskera'),(963,'eu','de','Baskisch'),(964,'eu','fr','Basque'),(965,'eu','ar','لغة الباسك'),(966,'eu','bs','Basque'),(967,'eu','bg','Баски'),(968,'eu','ca','Basque'),(969,'eu','cs','Basque'),(970,'eu','sk','Baskičtina'),(971,'eu','cy','Basque'),(972,'eu','da','Basque'),(973,'eu','el','Βασκικα'),(974,'eu','eo','Basque'),(975,'eu','et','Basque'),(976,'eu','eu','Euskara'),(977,'eu','fa','Basque'),(978,'eu','fi','baski'),(979,'eu','ga','Basque'),(980,'eu','he','בסקית'),(981,'eu','hi','Basque'),(982,'eu','hr','Baskijski'),(983,'eu','hu','baszk'),(984,'eu','hy','Basque'),(985,'eu','id','Basque'),(986,'eu','is','Basque'),(987,'eu','it','Basco'),(988,'eu','ja','バスク語'),(989,'eu','ko','바스크어'),(990,'eu','ku','Basque'),(991,'eu','la','Basque'),(992,'eu','lv','Basque'),(993,'eu','lt','Basque'),(994,'eu','mk','Basque'),(995,'eu','mt','Basque'),(996,'eu','mo','Basque'),(997,'eu','mn','Basque'),(998,'eu','ne','Basque'),(999,'eu','nl','Baskisch'),(1000,'eu','nb','Basque'),(1001,'eu','pa','Basque'),(1002,'eu','pl','baskijski'),(1003,'eu','pt-pt','Basco'),(1004,'eu','pt-br','Basco'),(1005,'eu','qu','Basque'),(1006,'eu','ro','Bască'),(1007,'eu','ru','Баскский'),(1008,'eu','sl','Baskovščina'),(1009,'eu','so','Basque'),(1010,'eu','sq','Basque'),(1011,'eu','sr','баскијски'),(1012,'eu','sv','Baskiska'),(1013,'eu','ta','Basque'),(1014,'eu','th','บาสค์'),(1015,'eu','tr','Bask dili'),(1016,'eu','uk','Basque'),(1017,'eu','ur','Basque'),(1018,'eu','uz','Basque'),(1019,'eu','vi','Basque'),(1020,'eu','yi','Basque'),(1021,'eu','zh-hans','巴斯克语'),(1022,'eu','zu','Basque'),(1023,'eu','zh-hant','巴斯克語'),(1024,'eu','ms','Basque'),(1025,'fa','en','Persian'),(1026,'fa','es','Persa'),(1027,'fa','de','Persisch'),(1028,'fa','fr','Perse'),(1029,'fa','ar','الفارسية'),(1030,'fa','bs','Persian'),(1031,'fa','bg','Персийски'),(1032,'fa','ca','Persian'),(1033,'fa','cs','Perský'),(1034,'fa','sk','Perzština'),(1035,'fa','cy','Persian'),(1036,'fa','da','Persian'),(1037,'fa','el','Περσικος'),(1038,'fa','eo','Persian'),(1039,'fa','et','Persian'),(1040,'fa','eu','Persian'),(1041,'fa','fa','فارسی'),(1042,'fa','fi','persia'),(1043,'fa','ga','Persian'),(1044,'fa','he','פרסית'),(1045,'fa','hi','Persian'),(1046,'fa','hr','Perzijski'),(1047,'fa','hu','perzsa'),(1048,'fa','hy','Persian'),(1049,'fa','id','Persian'),(1050,'fa','is','Persian'),(1051,'fa','it','Persiano'),(1052,'fa','ja','ペルシア語'),(1053,'fa','ko','페르시아어'),(1054,'fa','ku','Persian'),(1055,'fa','la','Persian'),(1056,'fa','lv','Persian'),(1057,'fa','lt','Persian'),(1058,'fa','mk','Persian'),(1059,'fa','mt','Persian'),(1060,'fa','mo','Persian'),(1061,'fa','mn','Persian'),(1062,'fa','ne','Persian'),(1063,'fa','nl','Perzisch'),(1064,'fa','nb','Persisk'),(1065,'fa','pa','Persian'),(1066,'fa','pl','perski'),(1067,'fa','pt-pt','Persa'),(1068,'fa','pt-br','Persa'),(1069,'fa','qu','Persian'),(1070,'fa','ro','Persană'),(1071,'fa','ru','Персидский'),(1072,'fa','sl','Perzijski'),(1073,'fa','so','Persian'),(1074,'fa','sq','Persian'),(1075,'fa','sr','персијски'),(1076,'fa','sv','Persiska'),(1077,'fa','ta','Persian'),(1078,'fa','th','เปอร์เซียน'),(1079,'fa','tr','Farsça'),(1080,'fa','uk','Persian'),(1081,'fa','ur','Persian'),(1082,'fa','uz','Persian'),(1083,'fa','vi','Persian'),(1084,'fa','yi','Persian'),(1085,'fa','zh-hans','波斯语'),(1086,'fa','zu','Persian'),(1087,'fa','zh-hant','波斯語'),(1088,'fa','ms','Persian'),(1089,'fi','en','Finnish'),(1090,'fi','es','Finlandés'),(1091,'fi','de','Finnisch'),(1092,'fi','fr','Finnois'),(1093,'fi','ar','الفنلندية'),(1094,'fi','bs','Finnish'),(1095,'fi','bg','Фински'),(1096,'fi','ca','Finnish'),(1097,'fi','cs','Finský'),(1098,'fi','sk','Fínština'),(1099,'fi','cy','Finnish'),(1100,'fi','da','Finnish'),(1101,'fi','el','Φινλανδικη'),(1102,'fi','eo','Finnish'),(1103,'fi','et','Finnish'),(1104,'fi','eu','Finnish'),(1105,'fi','fa','Finnish'),(1106,'fi','fi','Suomi'),(1107,'fi','ga','Finnish'),(1108,'fi','he','פינית'),(1109,'fi','hi','Finnish'),(1110,'fi','hr','Finski'),(1111,'fi','hu','finn'),(1112,'fi','hy','Finnish'),(1113,'fi','id','Finnish'),(1114,'fi','is','Finnish'),(1115,'fi','it','Finlandese'),(1116,'fi','ja','フィンランド語'),(1117,'fi','ko','핀란드어'),(1118,'fi','ku','Finnish'),(1119,'fi','la','Finnish'),(1120,'fi','lv','Finnish'),(1121,'fi','lt','Finnish'),(1122,'fi','mk','Finnish'),(1123,'fi','mt','Finnish'),(1124,'fi','mo','Finnish'),(1125,'fi','mn','Finnish'),(1126,'fi','ne','Finnish'),(1127,'fi','nl','Fins'),(1128,'fi','nb','Finsk'),(1129,'fi','pa','Finnish'),(1130,'fi','pl','fiński'),(1131,'fi','pt-pt','Finlandês'),(1132,'fi','pt-br','Finlandês'),(1133,'fi','qu','Finnish'),(1134,'fi','ro','Finlandeză'),(1135,'fi','ru','Финский'),(1136,'fi','sl','Finski'),(1137,'fi','so','Finnish'),(1138,'fi','sq','Finnish'),(1139,'fi','sr','фински'),(1140,'fi','sv','Finska'),(1141,'fi','ta','Finnish'),(1142,'fi','th','ฟินนิช'),(1143,'fi','tr','Fince'),(1144,'fi','uk','Finnish'),(1145,'fi','ur','Finnish'),(1146,'fi','uz','Finnish'),(1147,'fi','vi','Finnish'),(1148,'fi','yi','Finnish'),(1149,'fi','zh-hans','芬兰语'),(1150,'fi','zu','Finnish'),(1151,'fi','zh-hant','芬蘭語'),(1152,'fi','ms','Finnish'),(1153,'ga','en','Irish'),(1154,'ga','es','Irlandés'),(1155,'ga','de','Irisch'),(1156,'ga','fr','Irlandais'),(1157,'ga','ar','الأيرلندية'),(1158,'ga','bs','Irish'),(1159,'ga','bg','Ирландски'),(1160,'ga','ca','Irish'),(1161,'ga','cs','Irský'),(1162,'ga','sk','Írština'),(1163,'ga','cy','Irish'),(1164,'ga','da','Irish'),(1165,'ga','el','Ιρλανδικα'),(1166,'ga','eo','Irish'),(1167,'ga','et','Irish'),(1168,'ga','eu','Irish'),(1169,'ga','fa','Irish'),(1170,'ga','fi','iiri'),(1171,'ga','ga','Gaeilge'),(1172,'ga','he','אירית'),(1173,'ga','hi','Irish'),(1174,'ga','hr','Irci'),(1175,'ga','hu','ír'),(1176,'ga','hy','Irish'),(1177,'ga','id','Irish'),(1178,'ga','is','Irish'),(1179,'ga','it','Irlandese'),(1180,'ga','ja','アイルランド語'),(1181,'ga','ko','아일랜드어'),(1182,'ga','ku','Irish'),(1183,'ga','la','Irish'),(1184,'ga','lv','Irish'),(1185,'ga','lt','Irish'),(1186,'ga','mk','Irish'),(1187,'ga','mt','Irish'),(1188,'ga','mo','Irish'),(1189,'ga','mn','Irish'),(1190,'ga','ne','Irish'),(1191,'ga','nl','Iers'),(1192,'ga','nb','Irish'),(1193,'ga','pa','Irish'),(1194,'ga','pl','irlandzki'),(1195,'ga','pt-pt','Irlandês'),(1196,'ga','pt-br','Irlandês'),(1197,'ga','qu','Irish'),(1198,'ga','ro','Irlandeză'),(1199,'ga','ru','Ирландский'),(1200,'ga','sl','Irski'),(1201,'ga','so','Irish'),(1202,'ga','sq','Irish'),(1203,'ga','sr','ирски'),(1204,'ga','sv','Irländska'),(1205,'ga','ta','Irish'),(1206,'ga','th','ไอริช'),(1207,'ga','tr','İrlanda dili'),(1208,'ga','uk','Irish'),(1209,'ga','ur','Irish'),(1210,'ga','uz','Irish'),(1211,'ga','vi','Irish'),(1212,'ga','yi','Irish'),(1213,'ga','zh-hans','爱尔兰语'),(1214,'ga','zu','Irish'),(1215,'ga','zh-hant','愛爾蘭語'),(1216,'ga','ms','Irish'),(1217,'he','en','Hebrew'),(1218,'he','es','Hebreo'),(1219,'he','de','Hebräisch'),(1220,'he','fr','Hébreu'),(1221,'he','ar','العبرية'),(1222,'he','bs','Hebrew'),(1223,'he','bg','Иврит'),(1224,'he','ca','Hebrew'),(1225,'he','cs','Hebrejština'),(1226,'he','sk','Hebrejčina'),(1227,'he','cy','Hebrew'),(1228,'he','da','Hebrew'),(1229,'he','el','Εβραικα'),(1230,'he','eo','Hebrew'),(1231,'he','et','Hebrew'),(1232,'he','eu','Hebrew'),(1233,'he','fa','Hebrew'),(1234,'he','fi','heprea'),(1235,'he','ga','Hebrew'),(1236,'he','he','עברית'),(1237,'he','hi','Hebrew'),(1238,'he','hr','Hebrejski'),(1239,'he','hu','héber'),(1240,'he','hy','Hebrew'),(1241,'he','id','Hebrew'),(1242,'he','is','Hebrew'),(1243,'he','it','Ebraico'),(1244,'he','ja','ヘブライ語'),(1245,'he','ko','히브리어'),(1246,'he','ku','Hebrew'),(1247,'he','la','Hebrew'),(1248,'he','lv','Hebrew'),(1249,'he','lt','Hebrew'),(1250,'he','mk','Hebrew'),(1251,'he','mt','Hebrew'),(1252,'he','mo','Hebrew'),(1253,'he','mn','Hebrew'),(1254,'he','ne','Hebrew'),(1255,'he','nl','Hebreeuws'),(1256,'he','nb','Hebraisk'),(1257,'he','pa','Hebrew'),(1258,'he','pl','hebrajski'),(1259,'he','pt-pt','Hebraico'),(1260,'he','pt-br','Hebraico'),(1261,'he','qu','Hebrew'),(1262,'he','ro','Ebraică'),(1263,'he','ru','Иврит'),(1264,'he','sl','Hebrejščina'),(1265,'he','so','Hebrew'),(1266,'he','sq','Hebrew'),(1267,'he','sr','Хебрејски'),(1268,'he','sv','Hebreiska'),(1269,'he','ta','Hebrew'),(1270,'he','th','ฮิบรู'),(1271,'he','tr','İbranice'),(1272,'he','uk','Hebrew'),(1273,'he','ur','Hebrew'),(1274,'he','uz','Hebrew'),(1275,'he','vi','Hebrew'),(1276,'he','yi','Hebrew'),(1277,'he','zh-hans','希伯来语'),(1278,'he','zu','Hebrew'),(1279,'he','zh-hant','希伯來語'),(1280,'he','ms','Hebrew'),(1281,'hi','en','Hindi'),(1282,'hi','es','Hindi'),(1283,'hi','de','Hindi'),(1284,'hi','fr','Hindi'),(1285,'hi','ar','الهندية'),(1286,'hi','bs','Hindi'),(1287,'hi','bg','Хинди'),(1288,'hi','ca','Hindi'),(1289,'hi','cs','Hindština'),(1290,'hi','sk','Hindčina'),(1291,'hi','cy','Hindi'),(1292,'hi','da','Hindi'),(1293,'hi','el','Ινδικα'),(1294,'hi','eo','Hindi'),(1295,'hi','et','Hindi'),(1296,'hi','eu','Hindi'),(1297,'hi','fa','Hindi'),(1298,'hi','fi','hindi'),(1299,'hi','ga','Hindi'),(1300,'hi','he','הודית'),(1301,'hi','hi','हिन्दी'),(1302,'hi','hr','Hindski'),(1303,'hi','hu','hindi'),(1304,'hi','hy','Hindi'),(1305,'hi','id','Hindi'),(1306,'hi','is','Hindi'),(1307,'hi','it','Hindi'),(1308,'hi','ja','ヒンディー語'),(1309,'hi','ko','힌두어'),(1310,'hi','ku','Hindi'),(1311,'hi','la','Hindi'),(1312,'hi','lv','Hindi'),(1313,'hi','lt','Hindi'),(1314,'hi','mk','Hindi'),(1315,'hi','mt','Hindi'),(1316,'hi','mo','Hindi'),(1317,'hi','mn','Hindi'),(1318,'hi','ne','Hindi'),(1319,'hi','nl','Hindi'),(1320,'hi','nb','Hindi'),(1321,'hi','pa','Hindi'),(1322,'hi','pl','hindi'),(1323,'hi','pt-pt','Hindi'),(1324,'hi','pt-br','Hindi'),(1325,'hi','qu','Hindi'),(1326,'hi','ro','Hindi'),(1327,'hi','ru','Хинди'),(1328,'hi','sl','Hindi'),(1329,'hi','so','Hindi'),(1330,'hi','sq','Hindi'),(1331,'hi','sr','хинди'),(1332,'hi','sv','Hindi'),(1333,'hi','ta','Hindi'),(1334,'hi','th','ฮินดิ'),(1335,'hi','tr','Hintçe'),(1336,'hi','uk','Hindi'),(1337,'hi','ur','Hindi'),(1338,'hi','uz','Hindi'),(1339,'hi','vi','Hindi'),(1340,'hi','yi','Hindi'),(1341,'hi','zh-hans','印地语'),(1342,'hi','zu','Hindi'),(1343,'hi','zh-hant','印地語'),(1344,'hi','ms','Hindi'),(1345,'hr','en','Croatian'),(1346,'hr','es','Croata'),(1347,'hr','de','Kroatisch'),(1348,'hr','fr','Croate'),(1349,'hr','ar','الكرواتية'),(1350,'hr','bs','Croatian'),(1351,'hr','bg','Хърватски'),(1352,'hr','ca','Croatian'),(1353,'hr','cs','Chorvatský'),(1354,'hr','sk','Chorvátština'),(1355,'hr','cy','Croatian'),(1356,'hr','da','Croatian'),(1357,'hr','el','Κροατικα'),(1358,'hr','eo','Croatian'),(1359,'hr','et','Croatian'),(1360,'hr','eu','Croatian'),(1361,'hr','fa','Croatian'),(1362,'hr','fi','kroatia'),(1363,'hr','ga','Croatian'),(1364,'hr','he','קרוטאית'),(1365,'hr','hi','Croatian'),(1366,'hr','hr','Hrvatski'),(1367,'hr','hu','horvát'),(1368,'hr','hy','Croatian'),(1369,'hr','id','Croatian'),(1370,'hr','is','Croatian'),(1371,'hr','it','Croato'),(1372,'hr','ja','クロアチア語'),(1373,'hr','ko','크로아시아어'),(1374,'hr','ku','Croatian'),(1375,'hr','la','Croatian'),(1376,'hr','lv','Croatian'),(1377,'hr','lt','Croatian'),(1378,'hr','mk','Croatian'),(1379,'hr','mt','Croatian'),(1380,'hr','mo','Croatian'),(1381,'hr','mn','Croatian'),(1382,'hr','ne','Croatian'),(1383,'hr','nl','Kroatisch'),(1384,'hr','nb','Kroatisk'),(1385,'hr','pa','Croatian'),(1386,'hr','pl','chorwacki'),(1387,'hr','pt-pt','Croata'),(1388,'hr','pt-br','Croata'),(1389,'hr','qu','Croatian'),(1390,'hr','ro','Croată'),(1391,'hr','ru','Хорватский'),(1392,'hr','sl','Hrvaški'),(1393,'hr','so','Croatian'),(1394,'hr','sq','Croatian'),(1395,'hr','sr','хрватски'),(1396,'hr','sv','Kroatiska'),(1397,'hr','ta','Croatian'),(1398,'hr','th','โครเอเชีย'),(1399,'hr','tr','Hırvatça'),(1400,'hr','uk','Croatian'),(1401,'hr','ur','Croatian'),(1402,'hr','uz','Croatian'),(1403,'hr','vi','Croatian'),(1404,'hr','yi','Croatian'),(1405,'hr','zh-hans','克罗地亚语'),(1406,'hr','zu','Croatian'),(1407,'hr','zh-hant','克羅地亞語'),(1408,'hr','ms','Croatian'),(1409,'hu','en','Hungarian'),(1410,'hu','es','Húngaro'),(1411,'hu','de','Ungarisch'),(1412,'hu','fr','Hongrois'),(1413,'hu','ar','الهنغارية'),(1414,'hu','bs','Hungarian'),(1415,'hu','bg','Унгарски'),(1416,'hu','ca','Hungarian'),(1417,'hu','cs','Maďarština'),(1418,'hu','sk','Maďarčina'),(1419,'hu','cy','Hungarian'),(1420,'hu','da','Hungarian'),(1421,'hu','el','Ουγγρικα'),(1422,'hu','eo','Hungarian'),(1423,'hu','et','Hungarian'),(1424,'hu','eu','Hungarian'),(1425,'hu','fa','Hungarian'),(1426,'hu','fi','unkari'),(1427,'hu','ga','Hungarian'),(1428,'hu','he','הונגרית'),(1429,'hu','hi','Hungarian'),(1430,'hu','hr','Mađarski'),(1431,'hu','hu','Magyar'),(1432,'hu','hy','Hungarian'),(1433,'hu','id','Hungarian'),(1434,'hu','is','Hungarian'),(1435,'hu','it','Ungherese'),(1436,'hu','ja','ハンガリー語'),(1437,'hu','ko','헝가리어'),(1438,'hu','ku','Hungarian'),(1439,'hu','la','Hungarian'),(1440,'hu','lv','Hungarian'),(1441,'hu','lt','Hungarian'),(1442,'hu','mk','Hungarian'),(1443,'hu','mt','Hungarian'),(1444,'hu','mo','Hungarian'),(1445,'hu','mn','Hungarian'),(1446,'hu','ne','Hungarian'),(1447,'hu','nl','Hongaars'),(1448,'hu','nb','Ungarsk'),(1449,'hu','pa','Hungarian'),(1450,'hu','pl','węgierski'),(1451,'hu','pt-pt','Húngaro'),(1452,'hu','pt-br','Húngaro'),(1453,'hu','qu','Hungarian'),(1454,'hu','ro','Ungară'),(1455,'hu','ru','Венгерский'),(1456,'hu','sl','Madžarski'),(1457,'hu','so','Hungarian'),(1458,'hu','sq','Hungarian'),(1459,'hu','sr','мађарски'),(1460,'hu','sv','Ungerska'),(1461,'hu','ta','Hungarian'),(1462,'hu','th','ฮังการี'),(1463,'hu','tr','Macarca'),(1464,'hu','uk','Hungarian'),(1465,'hu','ur','Hungarian'),(1466,'hu','uz','Hungarian'),(1467,'hu','vi','Hungarian'),(1468,'hu','yi','Hungarian'),(1469,'hu','zh-hans','匈牙利语'),(1470,'hu','zu','Hungarian'),(1471,'hu','zh-hant','匈牙利語'),(1472,'hu','ms','Hungarian'),(1473,'hy','en','Armenian'),(1474,'hy','es','Armenio'),(1475,'hy','de','Armenisch'),(1476,'hy','fr','Arménien'),(1477,'hy','ar','الأرمينية'),(1478,'hy','bs','Armenian'),(1479,'hy','bg','Арменски'),(1480,'hy','ca','Armenian'),(1481,'hy','cs','Arménský'),(1482,'hy','sk','Arménčina'),(1483,'hy','cy','Armenian'),(1484,'hy','da','Armenian'),(1485,'hy','el','Αρμενικα'),(1486,'hy','eo','Armenian'),(1487,'hy','et','Armenian'),(1488,'hy','eu','Armenian'),(1489,'hy','fa','Armenian'),(1490,'hy','fi','armenia'),(1491,'hy','ga','Armenian'),(1492,'hy','he','ארמנית'),(1493,'hy','hi','Armenian'),(1494,'hy','hr','Armenac'),(1495,'hy','hu','örmény'),(1496,'hy','hy','հայերեն'),(1497,'hy','id','Armenian'),(1498,'hy','is','Armenian'),(1499,'hy','it','Armeno'),(1500,'hy','ja','アルメニア語'),(1501,'hy','ko','아르메니아어'),(1502,'hy','ku','Armenian'),(1503,'hy','la','Armenian'),(1504,'hy','lv','Armenian'),(1505,'hy','lt','Armenian'),(1506,'hy','mk','Armenian'),(1507,'hy','mt','Armenian'),(1508,'hy','mo','Armenian'),(1509,'hy','mn','Armenian'),(1510,'hy','ne','Armenian'),(1511,'hy','nl','Armeens'),(1512,'hy','nb','Armensk'),(1513,'hy','pa','Armenian'),(1514,'hy','pl','ormiański'),(1515,'hy','pt-pt','Arménio'),(1516,'hy','pt-br','Arménio'),(1517,'hy','qu','Armenian'),(1518,'hy','ro','Armeană'),(1519,'hy','ru','Армянский'),(1520,'hy','sl','Armenski'),(1521,'hy','so','Armenian'),(1522,'hy','sq','Armenian'),(1523,'hy','sr','јерменски'),(1524,'hy','sv','Armeniska'),(1525,'hy','ta','Armenian'),(1526,'hy','th','อาร์เมเนีย'),(1527,'hy','tr','Ermenice'),(1528,'hy','uk','Armenian'),(1529,'hy','ur','Armenian'),(1530,'hy','uz','Armenian'),(1531,'hy','vi','Armenian'),(1532,'hy','yi','Armenian'),(1533,'hy','zh-hans','亚美尼亚语'),(1534,'hy','zu','Armenian'),(1535,'hy','zh-hant','亞美尼亞語'),(1536,'hy','ms','Armenian'),(1537,'id','en','Indonesian'),(1538,'id','es','Indonesio'),(1539,'id','de','Indonesisch'),(1540,'id','fr','Indonésien'),(1541,'id','ar','الأندونيسية'),(1542,'id','bs','Indonesian'),(1543,'id','bg','Индонезийски'),(1544,'id','ca','Indonesian'),(1545,'id','cs','Indonéský'),(1546,'id','sk','Indonézčina'),(1547,'id','cy','Indonesian'),(1548,'id','da','Indonesian'),(1549,'id','el','Ινδονησιακα'),(1550,'id','eo','Indonesian'),(1551,'id','et','Indonesian'),(1552,'id','eu','Indonesian'),(1553,'id','fa','Indonesian'),(1554,'id','fi','indonesia'),(1555,'id','ga','Indonesian'),(1556,'id','he','אינדונזית'),(1557,'id','hi','Indonesian'),(1558,'id','hr','Indonezijski'),(1559,'id','hu','indonéz'),(1560,'id','hy','Indonesian'),(1561,'id','id','Indonesia'),(1562,'id','is','Indonesian'),(1563,'id','it','Indonesiano'),(1564,'id','ja','インドネシア語'),(1565,'id','ko','인도네시아어'),(1566,'id','ku','Indonesian'),(1567,'id','la','Indonesian'),(1568,'id','lv','Indonesian'),(1569,'id','lt','Indonesian'),(1570,'id','mk','Indonesian'),(1571,'id','mt','Indonesian'),(1572,'id','mo','Indonesian'),(1573,'id','mn','Indonesian'),(1574,'id','ne','Indonesian'),(1575,'id','nl','Indonesisch'),(1576,'id','nb','Indonesian'),(1577,'id','pa','Indonesian'),(1578,'id','pl','indonezyjski'),(1579,'id','pt-pt','Indonésio'),(1580,'id','pt-br','Indonésio'),(1581,'id','qu','Indonesian'),(1582,'id','ro','Indoneziană'),(1583,'id','ru','Индонезийский'),(1584,'id','sl','Indonezijski'),(1585,'id','so','Indonesian'),(1586,'id','sq','Indonesian'),(1587,'id','sr','индонезијски'),(1588,'id','sv','Indonesiska'),(1589,'id','ta','Indonesian'),(1590,'id','th','อินโดนีเซีย'),(1591,'id','tr','Endonezya dili'),(1592,'id','uk','Indonesian'),(1593,'id','ur','Indonesian'),(1594,'id','uz','Indonesian'),(1595,'id','vi','Indonesian'),(1596,'id','yi','Indonesian'),(1597,'id','zh-hans','印度尼西亚语'),(1598,'id','zu','Indonesian'),(1599,'id','zh-hant','印尼語'),(1600,'id','ms','Indonesian'),(1601,'is','en','Icelandic'),(1602,'is','es','Islandés'),(1603,'is','de','Isländisch'),(1604,'is','fr','Islandais'),(1605,'is','ar','الأيسلاندية'),(1606,'is','bs','Icelandic'),(1607,'is','bg','Исландски'),(1608,'is','ca','Icelandic'),(1609,'is','cs','Islandský'),(1610,'is','sk','Islančina'),(1611,'is','cy','Icelandic'),(1612,'is','da','Icelandic'),(1613,'is','el','Ισλανδικα'),(1614,'is','eo','Icelandic'),(1615,'is','et','Icelandic'),(1616,'is','eu','Icelandic'),(1617,'is','fa','Icelandic'),(1618,'is','fi','islanti'),(1619,'is','ga','Icelandic'),(1620,'is','he','איסלנדית'),(1621,'is','hi','Icelandic'),(1622,'is','hr','Islandski'),(1623,'is','hu','izlandi'),(1624,'is','hy','Icelandic'),(1625,'is','id','Icelandic'),(1626,'is','is','Íslenska'),(1627,'is','it','Islandese'),(1628,'is','ja','アイスランド語'),(1629,'is','ko','아이슬랜드어'),(1630,'is','ku','Icelandic'),(1631,'is','la','Icelandic'),(1632,'is','lv','Icelandic'),(1633,'is','lt','Icelandic'),(1634,'is','mk','Icelandic'),(1635,'is','mt','Icelandic'),(1636,'is','mo','Icelandic'),(1637,'is','mn','Icelandic'),(1638,'is','ne','Icelandic'),(1639,'is','nl','Ijslands'),(1640,'is','nb','Islandsk'),(1641,'is','pa','Icelandic'),(1642,'is','pl','islandzki'),(1643,'is','pt-pt','Islandês'),(1644,'is','pt-br','Islandês'),(1645,'is','qu','Icelandic'),(1646,'is','ro','Islandeză'),(1647,'is','ru','Исландский'),(1648,'is','sl','Islandski'),(1649,'is','so','Icelandic'),(1650,'is','sq','Icelandic'),(1651,'is','sr','исландски'),(1652,'is','sv','Isländska'),(1653,'is','ta','Icelandic'),(1654,'is','th','ไอซ์แลนด์'),(1655,'is','tr','İzlandaca'),(1656,'is','uk','Icelandic'),(1657,'is','ur','Icelandic'),(1658,'is','uz','Icelandic'),(1659,'is','vi','Icelandic'),(1660,'is','yi','Icelandic'),(1661,'is','zh-hans','冰岛语'),(1662,'is','zu','Icelandic'),(1663,'is','zh-hant','冰島語'),(1664,'is','ms','Icelandic'),(1665,'it','en','Italian'),(1666,'it','es','Italiano'),(1667,'it','de','Italienisch'),(1668,'it','fr','Italien'),(1669,'it','ar','الإيطالية'),(1670,'it','bs','Italian'),(1671,'it','bg','Италиански'),(1672,'it','ca','Italian'),(1673,'it','cs','Ital'),(1674,'it','sk','Taliančina'),(1675,'it','cy','Italian'),(1676,'it','da','Italian'),(1677,'it','el','Ιταλικα'),(1678,'it','eo','Italian'),(1679,'it','et','Italian'),(1680,'it','eu','Italian'),(1681,'it','fa','Italian'),(1682,'it','fi','italia'),(1683,'it','ga','Italian'),(1684,'it','he','איטלקית'),(1685,'it','hi','Italian'),(1686,'it','hr','Talijanski'),(1687,'it','hu','olasz'),(1688,'it','hy','Italian'),(1689,'it','id','Italian'),(1690,'it','is','Italian'),(1691,'it','it','Italiano'),(1692,'it','ja','イタリア語'),(1693,'it','ko','이태리어'),(1694,'it','ku','Italian'),(1695,'it','la','Italian'),(1696,'it','lv','Italian'),(1697,'it','lt','Italian'),(1698,'it','mk','Italian'),(1699,'it','mt','Italian'),(1700,'it','mo','Italian'),(1701,'it','mn','Italian'),(1702,'it','ne','Italian'),(1703,'it','nl','Italiaans'),(1704,'it','nb','Italiensk'),(1705,'it','pa','Italian'),(1706,'it','pl','włoski'),(1707,'it','pt-pt','Italiano'),(1708,'it','pt-br','Italiano'),(1709,'it','qu','Italian'),(1710,'it','ro','Italiană'),(1711,'it','ru','Итальянский'),(1712,'it','sl','Italijanski'),(1713,'it','so','Italian'),(1714,'it','sq','Italian'),(1715,'it','sr','италијански'),(1716,'it','sv','Italienska'),(1717,'it','ta','Italian'),(1718,'it','th','อิตาลี'),(1719,'it','tr','İtalyanca'),(1720,'it','uk','Italian'),(1721,'it','ur','Italian'),(1722,'it','uz','Italian'),(1723,'it','vi','Italian'),(1724,'it','yi','Italian'),(1725,'it','zh-hans','意大利语'),(1726,'it','zu','Italian'),(1727,'it','zh-hant','義大利語'),(1728,'it','ms','Italian'),(1729,'ja','en','Japanese'),(1730,'ja','es','Japonés'),(1731,'ja','de','Japanisch'),(1732,'ja','fr','Japonais'),(1733,'ja','ar','اليابانية'),(1734,'ja','bs','Japanese'),(1735,'ja','bg','Японски'),(1736,'ja','ca','Japanese'),(1737,'ja','cs','Japonský'),(1738,'ja','sk','Japonština'),(1739,'ja','cy','Japanese'),(1740,'ja','da','Japanese'),(1741,'ja','el','Ιαπωνικα'),(1742,'ja','eo','Japanese'),(1743,'ja','et','Japanese'),(1744,'ja','eu','Japanese'),(1745,'ja','fa','Japanese'),(1746,'ja','fi','japani'),(1747,'ja','ga','Japanese'),(1748,'ja','he','יפנית'),(1749,'ja','hi','Japanese'),(1750,'ja','hr','Japanski'),(1751,'ja','hu','japán'),(1752,'ja','hy','Japanese'),(1753,'ja','id','Japanese'),(1754,'ja','is','Japanese'),(1755,'ja','it','Giapponese'),(1756,'ja','ja','日本語'),(1757,'ja','ko','일어'),(1758,'ja','ku','Japanese'),(1759,'ja','la','Japanese'),(1760,'ja','lv','Japanese'),(1761,'ja','lt','Japanese'),(1762,'ja','mk','Japanese'),(1763,'ja','mt','Japanese'),(1764,'ja','mo','Japanese'),(1765,'ja','mn','Japanese'),(1766,'ja','ne','Japanese'),(1767,'ja','nl','Japans'),(1768,'ja','nb','Japansk'),(1769,'ja','pa','Japanese'),(1770,'ja','pl','japoński'),(1771,'ja','pt-pt','Japonês'),(1772,'ja','pt-br','Japonês'),(1773,'ja','qu','Japanese'),(1774,'ja','ro','Japoneză'),(1775,'ja','ru','Японский'),(1776,'ja','sl','Japonski'),(1777,'ja','so','Japanese'),(1778,'ja','sq','Japanese'),(1779,'ja','sr','јапански'),(1780,'ja','sv','Japanska'),(1781,'ja','ta','Japanese'),(1782,'ja','th','ญี่ปุ่น'),(1783,'ja','tr','Japonca'),(1784,'ja','uk','Japanese'),(1785,'ja','ur','Japanese'),(1786,'ja','uz','Japanese'),(1787,'ja','vi','Japanese'),(1788,'ja','yi','Japanese'),(1789,'ja','zh-hans','日语'),(1790,'ja','zu','Japanese'),(1791,'ja','zh-hant','日語'),(1792,'ja','ms','Japanese'),(1793,'ko','en','Korean'),(1794,'ko','es','Coreano'),(1795,'ko','de','Koreanisch'),(1796,'ko','fr','Coréen'),(1797,'ko','ar','الكورية'),(1798,'ko','bs','Korean'),(1799,'ko','bg','Корейски'),(1800,'ko','ca','Korean'),(1801,'ko','cs','Korejský'),(1802,'ko','sk','Kórejčina'),(1803,'ko','cy','Korean'),(1804,'ko','da','Korean'),(1805,'ko','el','Κορεατικα'),(1806,'ko','eo','Korean'),(1807,'ko','et','Korean'),(1808,'ko','eu','Korean'),(1809,'ko','fa','Korean'),(1810,'ko','fi','korea'),(1811,'ko','ga','Korean'),(1812,'ko','he','קוראנית'),(1813,'ko','hi','Korean'),(1814,'ko','hr','Korejski'),(1815,'ko','hu','koreai'),(1816,'ko','hy','Korean'),(1817,'ko','id','Korean'),(1818,'ko','is','Korean'),(1819,'ko','it','Coreano'),(1820,'ko','ja','韓国語'),(1821,'ko','ko','한국어'),(1822,'ko','ku','Korean'),(1823,'ko','la','Korean'),(1824,'ko','lv','Korean'),(1825,'ko','lt','Korean'),(1826,'ko','mk','Korean'),(1827,'ko','mt','Korean'),(1828,'ko','mo','Korean'),(1829,'ko','mn','Korean'),(1830,'ko','ne','Korean'),(1831,'ko','nl','Koreaans'),(1832,'ko','nb','Koreanske'),(1833,'ko','pa','Korean'),(1834,'ko','pl','koreański'),(1835,'ko','pt-pt','Coreano'),(1836,'ko','pt-br','Coreano'),(1837,'ko','qu','Korean'),(1838,'ko','ro','Coreană'),(1839,'ko','ru','Корейский'),(1840,'ko','sl','Korejski'),(1841,'ko','so','Korean'),(1842,'ko','sq','Korean'),(1843,'ko','sr','корејски'),(1844,'ko','sv','Koreanska'),(1845,'ko','ta','Korean'),(1846,'ko','th','เกาหลี'),(1847,'ko','tr','Kore dili'),(1848,'ko','uk','Korean'),(1849,'ko','ur','Korean'),(1850,'ko','uz','Korean'),(1851,'ko','vi','Korean'),(1852,'ko','yi','Korean'),(1853,'ko','zh-hans','韩语'),(1854,'ko','zu','Korean'),(1855,'ko','zh-hant','韓語'),(1856,'ko','ms','Korean'),(1857,'ku','en','Kurdish'),(1858,'ku','es','Kurdo'),(1859,'ku','de','Kurdisch'),(1860,'ku','fr','Kurde'),(1861,'ku','ar','الكردية'),(1862,'ku','bs','Kurdish'),(1863,'ku','bg','Кюрдски'),(1864,'ku','ca','Kurdish'),(1865,'ku','cs','Kurdský'),(1866,'ku','sk','Kurdština'),(1867,'ku','cy','Kurdish'),(1868,'ku','da','Kurdish'),(1869,'ku','el','Κουρδικα'),(1870,'ku','eo','Kurdish'),(1871,'ku','et','Kurdish'),(1872,'ku','eu','Kurdish'),(1873,'ku','fa','Kurdish'),(1874,'ku','fi','kurdi'),(1875,'ku','ga','Kurdish'),(1876,'ku','he','כורדית'),(1877,'ku','hi','Kurdish'),(1878,'ku','hr','Kurdski'),(1879,'ku','hu','kurd'),(1880,'ku','hy','Kurdish'),(1881,'ku','id','Kurdish'),(1882,'ku','is','Kurdish'),(1883,'ku','it','Curdo'),(1884,'ku','ja','クルド語'),(1885,'ku','ko','쿠르드어'),(1886,'ku','ku','Kurdish'),(1887,'ku','la','Kurdish'),(1888,'ku','lv','Kurdish'),(1889,'ku','lt','Kurdish'),(1890,'ku','mk','Kurdish'),(1891,'ku','mt','Kurdish'),(1892,'ku','mo','Kurdish'),(1893,'ku','mn','Kurdish'),(1894,'ku','ne','Kurdish'),(1895,'ku','nl','Koerdish'),(1896,'ku','nb','Kurdisk'),(1897,'ku','pa','Kurdish'),(1898,'ku','pl','kurdyjski'),(1899,'ku','pt-pt','Curdo'),(1900,'ku','pt-br','Curdo'),(1901,'ku','qu','Kurdish'),(1902,'ku','ro','Kurdă'),(1903,'ku','ru','Курдский'),(1904,'ku','sl','Kurdščina'),(1905,'ku','so','Kurdish'),(1906,'ku','sq','Kurdish'),(1907,'ku','sr','курдски'),(1908,'ku','sv','Kurdiska'),(1909,'ku','ta','Kurdish'),(1910,'ku','th','เคอร์ดิช'),(1911,'ku','tr','Kürtçe'),(1912,'ku','uk','Kurdish'),(1913,'ku','ur','Kurdish'),(1914,'ku','uz','Kurdish'),(1915,'ku','vi','Kurdish'),(1916,'ku','yi','Kurdish'),(1917,'ku','zh-hans','库尔德语'),(1918,'ku','zu','Kurdish'),(1919,'ku','zh-hant','庫爾德語'),(1920,'ku','ms','Kurdish'),(1921,'la','en','Latin'),(1922,'la','es','Latín'),(1923,'la','de','Latein'),(1924,'la','fr','Latin'),(1925,'la','ar','اللاتينية'),(1926,'la','bs','Latin'),(1927,'la','bg','Латински'),(1928,'la','ca','Latin'),(1929,'la','cs','Latina'),(1930,'la','sk','Latinčina'),(1931,'la','cy','Latin'),(1932,'la','da','Latin'),(1933,'la','el','Λατινικη'),(1934,'la','eo','Latin'),(1935,'la','et','Latin'),(1936,'la','eu','Latin'),(1937,'la','fa','Latin'),(1938,'la','fi','latina'),(1939,'la','ga','Latin'),(1940,'la','he','לטינית'),(1941,'la','hi','Latin'),(1942,'la','hr','Latin'),(1943,'la','hu','latin'),(1944,'la','hy','Latin'),(1945,'la','id','Latin'),(1946,'la','is','Latin'),(1947,'la','it','Latino'),(1948,'la','ja','ラテン語'),(1949,'la','ko','라틴어'),(1950,'la','ku','Latin'),(1951,'la','la','Latin'),(1952,'la','lv','Latin'),(1953,'la','lt','Latin'),(1954,'la','mk','Latin'),(1955,'la','mt','Latin'),(1956,'la','mo','Latin'),(1957,'la','mn','Latin'),(1958,'la','ne','Latin'),(1959,'la','nl','Latijn'),(1960,'la','nb','Latin'),(1961,'la','pa','Latin'),(1962,'la','pl','łaciński'),(1963,'la','pt-pt','Latim'),(1964,'la','pt-br','Latim'),(1965,'la','qu','Latin'),(1966,'la','ro','Latină'),(1967,'la','ru','Латинский'),(1968,'la','sl','Latinščina'),(1969,'la','so','Latin'),(1970,'la','sq','Latin'),(1971,'la','sr','латински'),(1972,'la','sv','Latin'),(1973,'la','ta','Latin'),(1974,'la','th','ละติน'),(1975,'la','tr','Latince'),(1976,'la','uk','Latin'),(1977,'la','ur','Latin'),(1978,'la','uz','Latin'),(1979,'la','vi','Latin'),(1980,'la','yi','Latin'),(1981,'la','zh-hans','拉丁语'),(1982,'la','zu','Latin'),(1983,'la','zh-hant','拉丁語'),(1984,'la','ms','Latin'),(1985,'lv','en','Latvian'),(1986,'lv','es','Letón'),(1987,'lv','de','Lettisch'),(1988,'lv','fr','Letton'),(1989,'lv','ar','اللاتفية'),(1990,'lv','bs','Latvian'),(1991,'lv','bg','Латвийски'),(1992,'lv','ca','Latvian'),(1993,'lv','cs','Lotyština'),(1994,'lv','sk','Lotyština'),(1995,'lv','cy','Latvian'),(1996,'lv','da','Latvian'),(1997,'lv','el','Λετονικα'),(1998,'lv','eo','Latvian'),(1999,'lv','et','Latvian'),(2000,'lv','eu','Latvian'),(2001,'lv','fa','Latvian'),(2002,'lv','fi','latvia'),(2003,'lv','ga','Latvian'),(2004,'lv','he','לטבית'),(2005,'lv','hi','Latvian'),(2006,'lv','hr','Letonski'),(2007,'lv','hu','lett'),(2008,'lv','hy','Latvian'),(2009,'lv','id','Latvian'),(2010,'lv','is','Latvian'),(2011,'lv','it','Lettone'),(2012,'lv','ja','ラトビア語'),(2013,'lv','ko','라트비아어'),(2014,'lv','ku','Latvian'),(2015,'lv','la','Latvian'),(2016,'lv','lv','Latviešu'),(2017,'lv','lt','Latvian'),(2018,'lv','mk','Latvian'),(2019,'lv','mt','Latvian'),(2020,'lv','mo','Latvian'),(2021,'lv','mn','Latvian'),(2022,'lv','ne','Latvian'),(2023,'lv','nl','Lets'),(2024,'lv','nb','Latvisk'),(2025,'lv','pa','Latvian'),(2026,'lv','pl','łotewski'),(2027,'lv','pt-pt','Letão'),(2028,'lv','pt-br','Letão'),(2029,'lv','qu','Latvian'),(2030,'lv','ro','Letoniană'),(2031,'lv','ru','латышский'),(2032,'lv','sl','Latvijščina'),(2033,'lv','so','Latvian'),(2034,'lv','sq','Latvian'),(2035,'lv','sr','летонски'),(2036,'lv','sv','Lettiska'),(2037,'lv','ta','Latvian'),(2038,'lv','th','ลัตเวีย'),(2039,'lv','tr','Letonca'),(2040,'lv','uk','Latvian'),(2041,'lv','ur','Latvian'),(2042,'lv','uz','Latvian'),(2043,'lv','vi','Latvian'),(2044,'lv','yi','Latvian'),(2045,'lv','zh-hans','拉脱维亚语'),(2046,'lv','zu','Latvian'),(2047,'lv','zh-hant','拉脫維亞語'),(2048,'lv','ms','Latvian'),(2049,'lt','en','Lithuanian'),(2050,'lt','es','Lituano'),(2051,'lt','de','Litauisch'),(2052,'lt','fr','Lituanien'),(2053,'lt','ar','اللتوانية'),(2054,'lt','bs','Lithuanian'),(2055,'lt','bg','Литовски'),(2056,'lt','ca','Lithuanian'),(2057,'lt','cs','litevský'),(2058,'lt','sk','Litovčina'),(2059,'lt','cy','Lithuanian'),(2060,'lt','da','Lithuanian'),(2061,'lt','el','Λιθουανικα'),(2062,'lt','eo','Lithuanian'),(2063,'lt','et','Lithuanian'),(2064,'lt','eu','Lithuanian'),(2065,'lt','fa','Lithuanian'),(2066,'lt','fi','liettua'),(2067,'lt','ga','Lithuanian'),(2068,'lt','he','ליטאית'),(2069,'lt','hi','Lithuanian'),(2070,'lt','hr','Litvanski'),(2071,'lt','hu','litván'),(2072,'lt','hy','Lithuanian'),(2073,'lt','id','Lithuanian'),(2074,'lt','is','Lithuanian'),(2075,'lt','it','Lituano'),(2076,'lt','ja','リトアニア語'),(2077,'lt','ko','리투아니아어'),(2078,'lt','ku','Lithuanian'),(2079,'lt','la','Lithuanian'),(2080,'lt','lv','Lithuanian'),(2081,'lt','lt','Lietuvos'),(2082,'lt','mk','Lithuanian'),(2083,'lt','mt','Lithuanian'),(2084,'lt','mo','Lithuanian'),(2085,'lt','mn','Lithuanian'),(2086,'lt','ne','Lithuanian'),(2087,'lt','nl','Litouws'),(2088,'lt','nb','Litauisk'),(2089,'lt','pa','Lithuanian'),(2090,'lt','pl','litewski'),(2091,'lt','pt-pt','Lituano'),(2092,'lt','pt-br','Lituano'),(2093,'lt','qu','Lithuanian'),(2094,'lt','ro','Lituaniană'),(2095,'lt','ru','Литовский'),(2096,'lt','sl','Litovščina'),(2097,'lt','so','Lithuanian'),(2098,'lt','sq','Lithuanian'),(2099,'lt','sr','литвански'),(2100,'lt','sv','Litauiska'),(2101,'lt','ta','Lithuanian'),(2102,'lt','th','ลิธัวเนีย'),(2103,'lt','tr','Litvanyaca'),(2104,'lt','uk','Lithuanian'),(2105,'lt','ur','Lithuanian'),(2106,'lt','uz','Lithuanian'),(2107,'lt','vi','Lithuanian'),(2108,'lt','yi','Lithuanian'),(2109,'lt','zh-hans','立陶宛语'),(2110,'lt','zu','Lithuanian'),(2111,'lt','zh-hant','立陶宛語'),(2112,'lt','ms','Lithuanian'),(2113,'mk','en','Macedonian'),(2114,'mk','es','Macedonio'),(2115,'mk','de','Mazedonisch'),(2116,'mk','fr','Macédonien'),(2117,'mk','ar','المقدونية'),(2118,'mk','bs','Macedonian'),(2119,'mk','bg','Македонски'),(2120,'mk','ca','Macedonian'),(2121,'mk','cs','Makedonský'),(2122,'mk','sk','Macedónština'),(2123,'mk','cy','Macedonian'),(2124,'mk','da','Macedonian'),(2125,'mk','el','Μακεδονικο'),(2126,'mk','eo','Macedonian'),(2127,'mk','et','Macedonian'),(2128,'mk','eu','Macedonian'),(2129,'mk','fa','Macedonian'),(2130,'mk','fi','makedonia'),(2131,'mk','ga','Macedonian'),(2132,'mk','he','מקדונית'),(2133,'mk','hi','Macedonian'),(2134,'mk','hr','Makedonski'),(2135,'mk','hu','macedón'),(2136,'mk','hy','Macedonian'),(2137,'mk','id','Macedonian'),(2138,'mk','is','Macedonian'),(2139,'mk','it','Macedone'),(2140,'mk','ja','マケドニア語'),(2141,'mk','ko','마케도니아어'),(2142,'mk','ku','Macedonian'),(2143,'mk','la','Macedonian'),(2144,'mk','lv','Macedonian'),(2145,'mk','lt','Macedonian'),(2146,'mk','mk','македонски'),(2147,'mk','mt','Macedonian'),(2148,'mk','mo','Macedonian'),(2149,'mk','mn','Macedonian'),(2150,'mk','ne','Macedonian'),(2151,'mk','nl','Macedonisch'),(2152,'mk','nb','Makedonsk'),(2153,'mk','pa','Macedonian'),(2154,'mk','pl','macedoński'),(2155,'mk','pt-pt','Macedônio'),(2156,'mk','pt-br','Macedônio'),(2157,'mk','qu','Macedonian'),(2158,'mk','ro','Macedoniană'),(2159,'mk','ru','Македонский'),(2160,'mk','sl','Makedonski'),(2161,'mk','so','Macedonian'),(2162,'mk','sq','Macedonian'),(2163,'mk','sr','македонски'),(2164,'mk','sv','Makedonska'),(2165,'mk','ta','Macedonian'),(2166,'mk','th','มาซิโดเนีย'),(2167,'mk','tr','Makedonyaca'),(2168,'mk','uk','Macedonian'),(2169,'mk','ur','Macedonian'),(2170,'mk','uz','Macedonian'),(2171,'mk','vi','Macedonian'),(2172,'mk','yi','Macedonian'),(2173,'mk','zh-hans','马其顿语'),(2174,'mk','zu','Macedonian'),(2175,'mk','zh-hant','馬其頓語'),(2176,'mk','ms','Macedonian'),(2177,'mt','en','Maltese'),(2178,'mt','es','Maltés'),(2179,'mt','de','Maltesisch'),(2180,'mt','fr','Maltais'),(2181,'mt','ar','المالطية'),(2182,'mt','bs','Maltese'),(2183,'mt','bg','Малтийски'),(2184,'mt','ca','Maltese'),(2185,'mt','cs','Maltština'),(2186,'mt','sk','Maltézština'),(2187,'mt','cy','Maltese'),(2188,'mt','da','Maltese'),(2189,'mt','el','Μαλτεζικα'),(2190,'mt','eo','Maltese'),(2191,'mt','et','Maltese'),(2192,'mt','eu','Maltese'),(2193,'mt','fa','Maltese'),(2194,'mt','fi','malta'),(2195,'mt','ga','Maltese'),(2196,'mt','he','מלטזית'),(2197,'mt','hi','Maltese'),(2198,'mt','hr','Malteški'),(2199,'mt','hu','máltai'),(2200,'mt','hy','Maltese'),(2201,'mt','id','Maltese'),(2202,'mt','is','Maltese'),(2203,'mt','it','Maltese'),(2204,'mt','ja','マルタ語'),(2205,'mt','ko','몰타어'),(2206,'mt','ku','Maltese'),(2207,'mt','la','Maltese'),(2208,'mt','lv','Maltese'),(2209,'mt','lt','Maltese'),(2210,'mt','mk','Maltese'),(2211,'mt','mt','Malti'),(2212,'mt','mo','Maltese'),(2213,'mt','mn','Maltese'),(2214,'mt','ne','Maltese'),(2215,'mt','nl','Maltees'),(2216,'mt','nb','Maltese'),(2217,'mt','pa','Maltese'),(2218,'mt','pl','maltański'),(2219,'mt','pt-pt','Maltês'),(2220,'mt','pt-br','Maltês'),(2221,'mt','qu','Maltese'),(2222,'mt','ro','Malteză'),(2223,'mt','ru','Мальтийский'),(2224,'mt','sl','Malteški'),(2225,'mt','so','Maltese'),(2226,'mt','sq','Maltese'),(2227,'mt','sr','малтешки'),(2228,'mt','sv','Maltesiska'),(2229,'mt','ta','Maltese'),(2230,'mt','th','มอลทีส'),(2231,'mt','tr','Malta dili'),(2232,'mt','uk','Maltese'),(2233,'mt','ur','Maltese'),(2234,'mt','uz','Maltese'),(2235,'mt','vi','Maltese'),(2236,'mt','yi','Maltese'),(2237,'mt','zh-hans','马耳他语'),(2238,'mt','zu','Maltese'),(2239,'mt','zh-hant','馬爾他語'),(2240,'mt','ms','Maltese'),(2241,'mo','en','Moldavian'),(2242,'mo','es','Moldavo'),(2243,'mo','de','Moldavisch'),(2244,'mo','fr','Moldave'),(2245,'mo','ar','المولدوفية'),(2246,'mo','bs','Moldavian'),(2247,'mo','bg','Молдовски'),(2248,'mo','ca','Moldavian'),(2249,'mo','cs','Moldavský'),(2250,'mo','sk','Moldavčina'),(2251,'mo','cy','Moldavian'),(2252,'mo','da','Moldavian'),(2253,'mo','el','Μολδαβικα'),(2254,'mo','eo','Moldavian'),(2255,'mo','et','Moldavian'),(2256,'mo','eu','Moldavian'),(2257,'mo','fa','Moldavian'),(2258,'mo','fi','moldavia'),(2259,'mo','ga','Moldavian'),(2260,'mo','he','מולדובה'),(2261,'mo','hi','Moldavian'),(2262,'mo','hr','Moldavski'),(2263,'mo','hu','moldovai'),(2264,'mo','hy','Moldavian'),(2265,'mo','id','Moldavian'),(2266,'mo','is','Moldavian'),(2267,'mo','it','Moldavo'),(2268,'mo','ja','モルダビア語'),(2269,'mo','ko','몰다비아어'),(2270,'mo','ku','Moldavian'),(2271,'mo','la','Moldavian'),(2272,'mo','lv','Moldavian'),(2273,'mo','lt','Moldavian'),(2274,'mo','mk','Moldavian'),(2275,'mo','mt','Moldavian'),(2276,'mo','mo','Moldavian'),(2277,'mo','mn','Moldavian'),(2278,'mo','ne','Moldavian'),(2279,'mo','nl','Moldavisch'),(2280,'mo','nb','Moldovisk'),(2281,'mo','pa','Moldavian'),(2282,'mo','pl','mołdawski'),(2283,'mo','pt-pt','Moldavo'),(2284,'mo','pt-br','Moldavo'),(2285,'mo','qu','Moldavian'),(2286,'mo','ro','Moldoveană'),(2287,'mo','ru','Молдавский'),(2288,'mo','sl','Moldavsko'),(2289,'mo','so','Moldavian'),(2290,'mo','sq','Moldavian'),(2291,'mo','sr','молдавски'),(2292,'mo','sv','Moldaviska'),(2293,'mo','ta','Moldavian'),(2294,'mo','th','มอลดาเวียน'),(2295,'mo','tr','Moldovyaca'),(2296,'mo','uk','Moldavian'),(2297,'mo','ur','Moldavian'),(2298,'mo','uz','Moldavian'),(2299,'mo','vi','Moldavian'),(2300,'mo','yi','Moldavian'),(2301,'mo','zh-hans','摩尔达维亚语'),(2302,'mo','zu','Moldavian'),(2303,'mo','zh-hant','摩爾達維亞語'),(2304,'mo','ms','Moldavian'),(2305,'mn','en','Mongolian'),(2306,'mn','es','Mongol'),(2307,'mn','de','Mongolisch'),(2308,'mn','fr','Mongol'),(2309,'mn','ar','المنغولية'),(2310,'mn','bs','Mongolian'),(2311,'mn','bg','Монголски'),(2312,'mn','ca','Mongolian'),(2313,'mn','cs','Mongolský'),(2314,'mn','sk','Mongolština'),(2315,'mn','cy','Mongolian'),(2316,'mn','da','Mongolian'),(2317,'mn','el','Μογγολικα'),(2318,'mn','eo','Mongolian'),(2319,'mn','et','Mongolian'),(2320,'mn','eu','Mongolian'),(2321,'mn','fa','Mongolian'),(2322,'mn','fi','mongoli'),(2323,'mn','ga','Mongolian'),(2324,'mn','he','מונגולית'),(2325,'mn','hi','Mongolian'),(2326,'mn','hr','Mongolski'),(2327,'mn','hu','mongol'),(2328,'mn','hy','Mongolian'),(2329,'mn','id','Mongolian'),(2330,'mn','is','Mongolian'),(2331,'mn','it','Mongolo'),(2332,'mn','ja','モンゴル語'),(2333,'mn','ko','몽골어'),(2334,'mn','ku','Mongolian'),(2335,'mn','la','Mongolian'),(2336,'mn','lv','Mongolian'),(2337,'mn','lt','Mongolian'),(2338,'mn','mk','Mongolian'),(2339,'mn','mt','Mongolian'),(2340,'mn','mo','Mongolian'),(2341,'mn','mn','Mongolian'),(2342,'mn','ne','Mongolian'),(2343,'mn','nl','Mongools'),(2344,'mn','nb','Mongolsk'),(2345,'mn','pa','Mongolian'),(2346,'mn','pl','mongolski'),(2347,'mn','pt-pt','Mongolian'),(2348,'mn','pt-br','Mongolian'),(2349,'mn','qu','Mongolian'),(2350,'mn','ro','Mongoleză'),(2351,'mn','ru','Монгольский'),(2352,'mn','sl','Mongolski'),(2353,'mn','so','Mongolian'),(2354,'mn','sq','Mongolian'),(2355,'mn','sr','монголски'),(2356,'mn','sv','Mongoliska'),(2357,'mn','ta','Mongolian'),(2358,'mn','th','มองโกเลีย'),(2359,'mn','tr','Mongolca'),(2360,'mn','uk','Mongolian'),(2361,'mn','ur','Mongolian'),(2362,'mn','uz','Mongolian'),(2363,'mn','vi','Mongolian'),(2364,'mn','yi','Mongolian'),(2365,'mn','zh-hans','蒙古语'),(2366,'mn','zu','Mongolian'),(2367,'mn','zh-hant','蒙古語'),(2368,'mn','ms','Mongolian'),(2369,'ne','en','Nepali'),(2370,'ne','es','Nepalí'),(2371,'ne','de','Nepali'),(2372,'ne','fr','Népalais'),(2373,'ne','ar','النيبالية'),(2374,'ne','bs','Nepali'),(2375,'ne','bg','Непалски'),(2376,'ne','ca','Nepali'),(2377,'ne','cs','Nepálský'),(2378,'ne','sk','Nepálčina'),(2379,'ne','cy','Nepali'),(2380,'ne','da','Nepali'),(2381,'ne','el','Νεπαλι'),(2382,'ne','eo','Nepali'),(2383,'ne','et','Nepali'),(2384,'ne','eu','Nepali'),(2385,'ne','fa','Nepali'),(2386,'ne','fi','nepali'),(2387,'ne','ga','Nepali'),(2388,'ne','he','נפאלית'),(2389,'ne','hi','Nepali'),(2390,'ne','hr','Nepalski'),(2391,'ne','hu','nepáli'),(2392,'ne','hy','Nepali'),(2393,'ne','id','Nepali'),(2394,'ne','is','Nepali'),(2395,'ne','it','Nepalese'),(2396,'ne','ja','ネパール語'),(2397,'ne','ko','네팔어'),(2398,'ne','ku','Nepali'),(2399,'ne','la','Nepali'),(2400,'ne','lv','Nepali'),(2401,'ne','lt','Nepali'),(2402,'ne','mk','Nepali'),(2403,'ne','mt','Nepali'),(2404,'ne','mo','Nepali'),(2405,'ne','mn','Nepali'),(2406,'ne','ne','Nepali'),(2407,'ne','nl','Nepalees'),(2408,'ne','nb','Nepali'),(2409,'ne','pa','Nepali'),(2410,'ne','pl','nepalski'),(2411,'ne','pt-pt','Nepali'),(2412,'ne','pt-br','Nepali'),(2413,'ne','qu','Nepali'),(2414,'ne','ro','Nepaleză'),(2415,'ne','ru','Непальский'),(2416,'ne','sl','Nepalščina'),(2417,'ne','so','Nepali'),(2418,'ne','sq','Nepali'),(2419,'ne','sr','непалски'),(2420,'ne','sv','Nepalesiska'),(2421,'ne','ta','Nepali'),(2422,'ne','th','เนปาล'),(2423,'ne','tr','Nepal dili'),(2424,'ne','uk','Nepali'),(2425,'ne','ur','Nepali'),(2426,'ne','uz','Nepali'),(2427,'ne','vi','Nepali'),(2428,'ne','yi','Nepali'),(2429,'ne','zh-hans','尼泊尔语'),(2430,'ne','zu','Nepali'),(2431,'ne','zh-hant','尼泊爾語'),(2432,'ne','ms','Nepali'),(2433,'nl','en','Dutch'),(2434,'nl','es','Holandés'),(2435,'nl','de','Niederländisch'),(2436,'nl','fr','Néerlandais'),(2437,'nl','ar','الهولندية'),(2438,'nl','bs','Dutch'),(2439,'nl','bg','Холандски'),(2440,'nl','ca','Dutch'),(2441,'nl','cs','Holandský'),(2442,'nl','sk','Holandčina'),(2443,'nl','cy','Dutch'),(2444,'nl','da','Dutch'),(2445,'nl','el','Ολλανδικα'),(2446,'nl','eo','Dutch'),(2447,'nl','et','Dutch'),(2448,'nl','eu','Dutch'),(2449,'nl','fa','Dutch'),(2450,'nl','fi','hollanti'),(2451,'nl','ga','Dutch'),(2452,'nl','he','הולנדית'),(2453,'nl','hi','Dutch'),(2454,'nl','hr','Holandski'),(2455,'nl','hu','holland'),(2456,'nl','hy','Dutch'),(2457,'nl','id','Dutch'),(2458,'nl','is','Dutch'),(2459,'nl','it','Olandese'),(2460,'nl','ja','オランダ語'),(2461,'nl','ko','화란어'),(2462,'nl','ku','Dutch'),(2463,'nl','la','Dutch'),(2464,'nl','lv','Dutch'),(2465,'nl','lt','Dutch'),(2466,'nl','mk','Dutch'),(2467,'nl','mt','Dutch'),(2468,'nl','mo','Dutch'),(2469,'nl','mn','Dutch'),(2470,'nl','ne','Dutch'),(2471,'nl','nl','Nederlands'),(2472,'nl','nb','Nederlandsk'),(2473,'nl','pa','Dutch'),(2474,'nl','pl','holenderski'),(2475,'nl','pt-pt','Holandês'),(2476,'nl','pt-br','Holandês'),(2477,'nl','qu','Dutch'),(2478,'nl','ro','Olaneză'),(2479,'nl','ru','Голландский'),(2480,'nl','sl','Nizozemščina'),(2481,'nl','so','Dutch'),(2482,'nl','sq','Dutch'),(2483,'nl','sr','холандски'),(2484,'nl','sv','Nederländska'),(2485,'nl','ta','Dutch'),(2486,'nl','th','ดัตช์'),(2487,'nl','tr','Hollandaca'),(2488,'nl','uk','Dutch'),(2489,'nl','ur','Dutch'),(2490,'nl','uz','Dutch'),(2491,'nl','vi','Dutch'),(2492,'nl','yi','Dutch'),(2493,'nl','zh-hans','荷兰语'),(2494,'nl','zu','Dutch'),(2495,'nl','zh-hant','荷蘭語'),(2496,'nl','ms','Dutch'),(2497,'nb','en','Norwegian Bokmål'),(2498,'nb','es','Bokmål'),(2499,'nb','de','Norwegisch (Buchsprache)'),(2500,'nb','fr','Norvégien Bokmål'),(2501,'nb','ar','البوكمالية النرويجية'),(2502,'nb','bs','Norwegian Bokmål'),(2503,'nb','bg','Норвежки книжовен'),(2504,'nb','ca','Norwegian Bokmål'),(2505,'nb','cs','Norwegian bokmål'),(2506,'nb','sk','Nórsky jazyk Bokmål'),(2507,'nb','cy','Norwegian Bokmål'),(2508,'nb','da','Norwegian Bokmål'),(2509,'nb','el','Νορβηγικα'),(2510,'nb','eo','Norwegian Bokmål'),(2511,'nb','et','Norwegian Bokmål'),(2512,'nb','eu','Norwegian Bokmål'),(2513,'nb','fa','Norwegian Bokmål'),(2514,'nb','fi','kirjanorja'),(2515,'nb','ga','Norwegian Bokmål'),(2516,'nb','he','נורווגית'),(2517,'nb','hi','Norwegian Bokmål'),(2518,'nb','hr','Književni norveški'),(2519,'nb','hu','norvég bokmål'),(2520,'nb','hy','Norwegian Bokmål'),(2521,'nb','id','Norwegian Bokmål'),(2522,'nb','is','Norwegian Bokmål'),(2523,'nb','it','Norvegese Bokmål'),(2524,'nb','ja','ノルウェー・ブークモール'),(2525,'nb','ko','노르웨이 보크말어'),(2526,'nb','ku','Norwegian Bokmål'),(2527,'nb','la','Norwegian Bokmål'),(2528,'nb','lv','Norwegian Bokmål'),(2529,'nb','lt','Norwegian Bokmål'),(2530,'nb','mk','Norwegian Bokmål'),(2531,'nb','mt','Norwegian Bokmål'),(2532,'nb','mo','Norwegian Bokmål'),(2533,'nb','mn','Norwegian Bokmål'),(2534,'nb','ne','Norwegian Bokmål'),(2535,'nb','nl','Noors Bokmål'),(2536,'nb','nb','Norsk bokmål'),(2537,'nb','pa','Norwegian Bokmål'),(2538,'nb','pl','norweski bokmål'),(2539,'nb','pt-pt','Norueguês'),(2540,'nb','pt-br','Norueguês'),(2541,'nb','qu','Norwegian Bokmål'),(2542,'nb','ro','Bokmål (norvegiană)'),(2543,'nb','ru','Норвежский букмол'),(2544,'nb','sl','Knjižna norveščina'),(2545,'nb','so','Norwegian Bokmål'),(2546,'nb','sq','Norwegian Bokmål'),(2547,'nb','sr','Норвешки бокмал'),(2548,'nb','sv','Norskt Bokmål'),(2549,'nb','ta','Norwegian Bokmål'),(2550,'nb','th','นอร์วิเจียนบอกมาล'),(2551,'nb','tr','Bokmal Norveç dili'),(2552,'nb','uk','Norwegian Bokmål'),(2553,'nb','ur','Norwegian Bokmål'),(2554,'nb','uz','Norwegian Bokmål'),(2555,'nb','vi','Norwegian Bokmål'),(2556,'nb','yi','Norwegian Bokmål'),(2557,'nb','zh-hans','挪威布克莫尔语'),(2558,'nb','zu','Norwegian Bokmål'),(2559,'nb','zh-hant','挪威布克莫爾語'),(2560,'nb','ms','Norwegian Bokmål'),(2561,'pa','en','Punjabi'),(2562,'pa','es','Panyabí'),(2563,'pa','de','Pandschabi'),(2564,'pa','fr','Panjabi'),(2565,'pa','ar','البنجابية'),(2566,'pa','bs','Punjabi'),(2567,'pa','bg','Панджабски'),(2568,'pa','ca','Punjabi'),(2569,'pa','cs','Punjabi'),(2570,'pa','sk','Pandžábčina'),(2571,'pa','cy','Punjabi'),(2572,'pa','da','Punjabi'),(2573,'pa','el','Panjabi'),(2574,'pa','eo','Punjabi'),(2575,'pa','et','Punjabi'),(2576,'pa','eu','Punjabi'),(2577,'pa','fa','Punjabi'),(2578,'pa','fi','pandzabi'),(2579,'pa','ga','Punjabi'),(2580,'pa','he','פנג\'אבית'),(2581,'pa','hi','Punjabi'),(2582,'pa','hr','Pendžabljanin'),(2583,'pa','hu','pandzsábi'),(2584,'pa','hy','Punjabi'),(2585,'pa','id','Punjabi'),(2586,'pa','is','Punjabi'),(2587,'pa','it','Panjabi'),(2588,'pa','ja','パンジャーブ語'),(2589,'pa','ko','펀자브어'),(2590,'pa','ku','Punjabi'),(2591,'pa','la','Punjabi'),(2592,'pa','lv','Punjabi'),(2593,'pa','lt','Punjabi'),(2594,'pa','mk','Punjabi'),(2595,'pa','mt','Punjabi'),(2596,'pa','mo','Punjabi'),(2597,'pa','mn','Punjabi'),(2598,'pa','ne','Punjabi'),(2599,'pa','nl','Punjabi'),(2600,'pa','nb','Punjabi'),(2601,'pa','pa','Punjabi'),(2602,'pa','pl','pendżabi'),(2603,'pa','pt-pt','Panjabi'),(2604,'pa','pt-br','Panjabi'),(2605,'pa','qu','Punjabi'),(2606,'pa','ro','Punjabi'),(2607,'pa','ru','Панджаби'),(2608,'pa','sl','Pandžabščina'),(2609,'pa','so','Punjabi'),(2610,'pa','sq','Punjabi'),(2611,'pa','sr','панџаби'),(2612,'pa','sv','Punjabi'),(2613,'pa','ta','Punjabi'),(2614,'pa','th','ปัญจาบ'),(2615,'pa','tr','Pencapça'),(2616,'pa','uk','Punjabi'),(2617,'pa','ur','Punjabi'),(2618,'pa','uz','Punjabi'),(2619,'pa','vi','Punjabi'),(2620,'pa','yi','Punjabi'),(2621,'pa','zh-hans','旁遮普语'),(2622,'pa','zu','Punjabi'),(2623,'pa','zh-hant','旁遮普語'),(2624,'pa','ms','Punjabi'),(2625,'pl','en','Polish'),(2626,'pl','es','Polaco'),(2627,'pl','de','Polnisch'),(2628,'pl','fr','Polonais'),(2629,'pl','ar','البولندية'),(2630,'pl','bs','Polish'),(2631,'pl','bg','Полски'),(2632,'pl','ca','Polish'),(2633,'pl','cs','Polský'),(2634,'pl','sk','Polština'),(2635,'pl','cy','Polish'),(2636,'pl','da','Polish'),(2637,'pl','el','Πολωνικα'),(2638,'pl','eo','Polish'),(2639,'pl','et','Polish'),(2640,'pl','eu','Polish'),(2641,'pl','fa','Polish'),(2642,'pl','fi','puola'),(2643,'pl','ga','Polish'),(2644,'pl','he','פולנית'),(2645,'pl','hi','Polish'),(2646,'pl','hr','Poljski'),(2647,'pl','hu','lengyel'),(2648,'pl','hy','Polish'),(2649,'pl','id','Polish'),(2650,'pl','is','Polish'),(2651,'pl','it','Polacco'),(2652,'pl','ja','ポーランド語'),(2653,'pl','ko','폴란드어'),(2654,'pl','ku','Polish'),(2655,'pl','la','Polish'),(2656,'pl','lv','Polish'),(2657,'pl','lt','Polish'),(2658,'pl','mk','Polish'),(2659,'pl','mt','Polish'),(2660,'pl','mo','Polish'),(2661,'pl','mn','Polish'),(2662,'pl','ne','Polish'),(2663,'pl','nl','Pools'),(2664,'pl','nb','Polsk'),(2665,'pl','pa','Polish'),(2666,'pl','pl','polski'),(2667,'pl','pt-pt','Polonês'),(2668,'pl','pt-br','Polonês'),(2669,'pl','qu','Polish'),(2670,'pl','ro','Poloneză'),(2671,'pl','ru','Польский'),(2672,'pl','sl','Poljski'),(2673,'pl','so','Polish'),(2674,'pl','sq','Polish'),(2675,'pl','sr','пољски'),(2676,'pl','sv','Polska'),(2677,'pl','ta','Polish'),(2678,'pl','th','โปแลนด์'),(2679,'pl','tr','Polonyaca'),(2680,'pl','uk','Polish'),(2681,'pl','ur','Polish'),(2682,'pl','uz','Polish'),(2683,'pl','vi','Polish'),(2684,'pl','yi','Polish'),(2685,'pl','zh-hans','波兰语'),(2686,'pl','zu','Polish'),(2687,'pl','zh-hant','波蘭語'),(2688,'pl','ms','Polish'),(2689,'pt-pt','en','Portuguese (Portugal)'),(2690,'pt-pt','es','Portugués, Portugal'),(2691,'pt-pt','de','Portugiesisch, Portugal'),(2692,'pt-pt','fr','Portugais - du Portugal'),(2693,'pt-pt','ar','البرتغالية ، البرتغال'),(2694,'pt-pt','bs','Portuguese, Portugal'),(2695,'pt-pt','bg','Португалски (Португалия)'),(2696,'pt-pt','ca','Portuguese, Portugal'),(2697,'pt-pt','cs','Portugalština ( Portugalsko)'),(2698,'pt-pt','sk','Portugalština'),(2699,'pt-pt','cy','Portuguese, Portugal'),(2700,'pt-pt','da','Portuguese, Portugal'),(2701,'pt-pt','el','Πορτογαλικα'),(2702,'pt-pt','eo','Portuguese, Portugal'),(2703,'pt-pt','et','Portuguese, Portugal'),(2704,'pt-pt','eu','Portuguese, Portugal'),(2705,'pt-pt','fa','Portuguese, Portugal'),(2706,'pt-pt','fi','portugali'),(2707,'pt-pt','ga','Portuguese, Portugal'),(2708,'pt-pt','he','פורטוגזית'),(2709,'pt-pt','hi','Portuguese, Portugal'),(2710,'pt-pt','hr','Portugalski (Portugal)'),(2711,'pt-pt','hu','portugál'),(2712,'pt-pt','hy','Portuguese, Portugal'),(2713,'pt-pt','id','Portuguese, Portugal'),(2714,'pt-pt','is','Portuguese, Portugal'),(2715,'pt-pt','it','Portoghese, Portogallo'),(2716,'pt-pt','ja','ポルトガル語'),(2717,'pt-pt','ko','포르투갈 포르투갈어'),(2718,'pt-pt','ku','Portuguese, Portugal'),(2719,'pt-pt','la','Portuguese, Portugal'),(2720,'pt-pt','lv','Portuguese, Portugal'),(2721,'pt-pt','lt','Portuguese, Portugal'),(2722,'pt-pt','mk','Portuguese, Portugal'),(2723,'pt-pt','mt','Portuguese, Portugal'),(2724,'pt-pt','mo','Portuguese, Portugal'),(2725,'pt-pt','mn','Portuguese, Portugal'),(2726,'pt-pt','ne','Portuguese, Portugal'),(2727,'pt-pt','nl','Portugees, Portugal'),(2728,'pt-pt','nb','Portugisisk (Portugal)'),(2729,'pt-pt','pa','Portuguese, Portugal'),(2730,'pt-pt','pl','portugalski, Portugalia'),(2731,'pt-pt','pt-pt','Português'),(2732,'pt-pt','pt-br','Português'),(2733,'pt-pt','qu','Portuguese, Portugal'),(2734,'pt-pt','ro','Portugheză (Portugalia)'),(2735,'pt-pt','ru','Португальский, Португалия'),(2736,'pt-pt','sl','Portugalščina ( Portugalska )'),(2737,'pt-pt','so','Portuguese, Portugal'),(2738,'pt-pt','sq','Portuguese, Portugal'),(2739,'pt-pt','sr','Португалски (Португалија)'),(2740,'pt-pt','sv','Portugisiska, Portugal'),(2741,'pt-pt','ta','Portuguese, Portugal'),(2742,'pt-pt','th','โปรตุเกส'),(2743,'pt-pt','tr','Portekizce, Portekiz'),(2744,'pt-pt','uk','Portuguese, Portugal'),(2745,'pt-pt','ur','Portuguese, Portugal'),(2746,'pt-pt','uz','Portuguese, Portugal'),(2747,'pt-pt','vi','Portuguese, Portugal'),(2748,'pt-pt','yi','Portuguese, Portugal'),(2749,'pt-pt','zh-hans','葡萄牙语(葡萄牙)'),(2750,'pt-pt','zu','Portuguese, Portugal'),(2751,'pt-pt','zh-hant','葡萄牙語(葡萄牙)'),(2752,'pt-pt','ms','Portuguese, Portugal'),(2753,'pt-br','en','Portuguese (Brazil)'),(2754,'pt-br','es','Portugués, Brasil'),(2755,'pt-br','de','Portugiesisch, Brasilien'),(2756,'pt-br','fr','Portugais - du Brésil'),(2757,'pt-br','ar','البرتغالية ،البرازيل'),(2758,'pt-br','bs','Portuguese, Brazil'),(2759,'pt-br','bg','Португалски (Бразилия)'),(2760,'pt-br','ca','Portuguese, Brazil'),(2761,'pt-br','cs','Portugalština ( Brazílie)'),(2762,'pt-br','sk','Brazílska Portugalština'),(2763,'pt-br','cy','Portuguese, Brazil'),(2764,'pt-br','da','Portuguese, Brazil'),(2765,'pt-br','el','Πορτογαλικα'),(2766,'pt-br','eo','Portuguese, Brazil'),(2767,'pt-br','et','Portuguese, Brazil'),(2768,'pt-br','eu','Portuguese, Brazil'),(2769,'pt-br','fa','Portuguese, Brazil'),(2770,'pt-br','fi','Brasilian portugali'),(2771,'pt-br','ga','Portuguese, Brazil'),(2772,'pt-br','he','פורטוגזית - ברזיל'),(2773,'pt-br','hi','Portuguese, Brazil'),(2774,'pt-br','hr','Portugalski (Brazil)'),(2775,'pt-br','hu','brazil'),(2776,'pt-br','hy','Portuguese, Brazil'),(2777,'pt-br','id','Portuguese, Brazil'),(2778,'pt-br','is','Portuguese, Brazil'),(2779,'pt-br','it','Portoghese, Brasile'),(2780,'pt-br','ja','ポルトガル語(ブラジル)'),(2781,'pt-br','ko','브라질 포르투갈어'),(2782,'pt-br','ku','Portuguese, Brazil'),(2783,'pt-br','la','Portuguese, Brazil'),(2784,'pt-br','lv','Portuguese, Brazil'),(2785,'pt-br','lt','Portuguese, Brazil'),(2786,'pt-br','mk','Portuguese, Brazil'),(2787,'pt-br','mt','Portuguese, Brazil'),(2788,'pt-br','mo','Portuguese, Brazil'),(2789,'pt-br','mn','Portuguese, Brazil'),(2790,'pt-br','ne','Portuguese, Brazil'),(2791,'pt-br','nl','Portugees, Brazilië'),(2792,'pt-br','nb','Portugisisk (Brasil)'),(2793,'pt-br','pa','Portuguese, Brazil'),(2794,'pt-br','pl','portugalski, Brazylia'),(2795,'pt-br','pt-pt','Português'),(2796,'pt-br','pt-br','Português'),(2797,'pt-br','qu','Portuguese, Brazil'),(2798,'pt-br','ro','Portugheză (Brazilia)'),(2799,'pt-br','ru','Португальский, Бразилия'),(2800,'pt-br','sl','Portugalščina ( Brazilija )'),(2801,'pt-br','so','Portuguese, Brazil'),(2802,'pt-br','sq','Portuguese, Brazil'),(2803,'pt-br','sr','Португалски (Бразил)'),(2804,'pt-br','sv','Portugisiska, Brasilien'),(2805,'pt-br','ta','Portuguese, Brazil'),(2806,'pt-br','th','โปรตุเกสบราซิล'),(2807,'pt-br','tr','Portekizce, Brezilya'),(2808,'pt-br','uk','Portuguese, Brazil'),(2809,'pt-br','ur','Portuguese, Brazil'),(2810,'pt-br','uz','Portuguese, Brazil'),(2811,'pt-br','vi','Portuguese, Brazil'),(2812,'pt-br','yi','Portuguese, Brazil'),(2813,'pt-br','zh-hans','葡萄牙语(巴西)'),(2814,'pt-br','zu','Portuguese, Brazil'),(2815,'pt-br','zh-hant','葡萄牙語(巴西)'),(2816,'pt-br','ms','Portuguese, Brazil'),(2817,'qu','en','Quechua'),(2818,'qu','es','Quechua'),(2819,'qu','de','Quechua'),(2820,'qu','fr','Quechua'),(2821,'qu','ar','الكويتشوا'),(2822,'qu','bs','Quechua'),(2823,'qu','bg','Кечуа'),(2824,'qu','ca','Quechua'),(2825,'qu','cs','Quechua'),(2826,'qu','sk','Jazyk Quechua'),(2827,'qu','cy','Quechua'),(2828,'qu','da','Quechua'),(2829,'qu','el','Κετσουα'),(2830,'qu','eo','Quechua'),(2831,'qu','et','Quechua'),(2832,'qu','eu','Quechua'),(2833,'qu','fa','Quechua'),(2834,'qu','fi','ketsua'),(2835,'qu','ga','Quechua'),(2836,'qu','he','קצ\'ואה'),(2837,'qu','hi','Quechua'),(2838,'qu','hr','Quechua'),(2839,'qu','hu','quechua'),(2840,'qu','hy','Quechua'),(2841,'qu','id','Quechua'),(2842,'qu','is','Quechua'),(2843,'qu','it','Quechua'),(2844,'qu','ja','ケチュア語'),(2845,'qu','ko','케추아어'),(2846,'qu','ku','Quechua'),(2847,'qu','la','Quechua'),(2848,'qu','lv','Quechua'),(2849,'qu','lt','Quechua'),(2850,'qu','mk','Quechua'),(2851,'qu','mt','Quechua'),(2852,'qu','mo','Quechua'),(2853,'qu','mn','Quechua'),(2854,'qu','ne','Quechua'),(2855,'qu','nl','Quechua'),(2856,'qu','nb','Quechua'),(2857,'qu','pa','Quechua'),(2858,'qu','pl','keczua'),(2859,'qu','pt-pt','Quechua'),(2860,'qu','pt-br','Quechua'),(2861,'qu','qu','Quechua'),(2862,'qu','ro','Quechuană'),(2863,'qu','ru','Кечуа'),(2864,'qu','sl','Quechua'),(2865,'qu','so','Quechua'),(2866,'qu','sq','Quechua'),(2867,'qu','sr','Кечуа'),(2868,'qu','sv','Quechua'),(2869,'qu','ta','Quechua'),(2870,'qu','th','คิวชัว'),(2871,'qu','tr','Quechua dili'),(2872,'qu','uk','Quechua'),(2873,'qu','ur','Quechua'),(2874,'qu','uz','Quechua'),(2875,'qu','vi','Quechua'),(2876,'qu','yi','Quechua'),(2877,'qu','zh-hans','盖丘亚语'),(2878,'qu','zu','Quechua'),(2879,'qu','zh-hant','蓋丘亞語'),(2880,'qu','ms','Quechua'),(2881,'ro','en','Romanian'),(2882,'ro','es','Rumano'),(2883,'ro','de','Rumänisch'),(2884,'ro','fr','Roumain'),(2885,'ro','ar','الرومانية'),(2886,'ro','bs','Romanian'),(2887,'ro','bg','Румънски'),(2888,'ro','ca','Romanian'),(2889,'ro','cs','Rumunština'),(2890,'ro','sk','Rumunčina'),(2891,'ro','cy','Romanian'),(2892,'ro','da','Romanian'),(2893,'ro','el','Ρουμανικα'),(2894,'ro','eo','Romanian'),(2895,'ro','et','Romanian'),(2896,'ro','eu','Romanian'),(2897,'ro','fa','Romanian'),(2898,'ro','fi','romania'),(2899,'ro','ga','Romanian'),(2900,'ro','he','רומנית'),(2901,'ro','hi','Romanian'),(2902,'ro','hr','Rumunjski'),(2903,'ro','hu','román'),(2904,'ro','hy','Romanian'),(2905,'ro','id','Romanian'),(2906,'ro','is','Romanian'),(2907,'ro','it','Rumeno'),(2908,'ro','ja','ルーマニア語'),(2909,'ro','ko','로마니아어'),(2910,'ro','ku','Romanian'),(2911,'ro','la','Romanian'),(2912,'ro','lv','Romanian'),(2913,'ro','lt','Romanian'),(2914,'ro','mk','Romanian'),(2915,'ro','mt','Romanian'),(2916,'ro','mo','Romanian'),(2917,'ro','mn','Romanian'),(2918,'ro','ne','Romanian'),(2919,'ro','nl','Roemeens'),(2920,'ro','nb','Rumensk'),(2921,'ro','pa','Romanian'),(2922,'ro','pl','rumuński'),(2923,'ro','pt-pt','Romeno'),(2924,'ro','pt-br','Romeno'),(2925,'ro','qu','Romanian'),(2926,'ro','ro','Română'),(2927,'ro','ru','Румынский'),(2928,'ro','sl','Romunščina'),(2929,'ro','so','Romanian'),(2930,'ro','sq','Romanian'),(2931,'ro','sr','румунски'),(2932,'ro','sv','Rumänska'),(2933,'ro','ta','Romanian'),(2934,'ro','th','โรมาเนีย'),(2935,'ro','tr','Rumence'),(2936,'ro','uk','Romanian'),(2937,'ro','ur','Romanian'),(2938,'ro','uz','Romanian'),(2939,'ro','vi','Romanian'),(2940,'ro','yi','Romanian'),(2941,'ro','zh-hans','罗马尼亚语'),(2942,'ro','zu','Romanian'),(2943,'ro','zh-hant','羅馬尼亞語'),(2944,'ro','ms','Romanian'),(2945,'ru','en','Russian'),(2946,'ru','es','Ruso'),(2947,'ru','de','Russisch'),(2948,'ru','fr','Russe'),(2949,'ru','ar','الروسية'),(2950,'ru','bs','Russian'),(2951,'ru','bg','Руски'),(2952,'ru','ca','Russian'),(2953,'ru','cs','Ruský'),(2954,'ru','sk','Ruština'),(2955,'ru','cy','Russian'),(2956,'ru','da','Russian'),(2957,'ru','el','Ρωσικα'),(2958,'ru','eo','Russian'),(2959,'ru','et','Russian'),(2960,'ru','eu','Russian'),(2961,'ru','fa','Russian'),(2962,'ru','fi','venäjä'),(2963,'ru','ga','Russian'),(2964,'ru','he','רוסית'),(2965,'ru','hi','Russian'),(2966,'ru','hr','Ruski'),(2967,'ru','hu','orosz'),(2968,'ru','hy','Russian'),(2969,'ru','id','Russian'),(2970,'ru','is','Russian'),(2971,'ru','it','Russo'),(2972,'ru','ja','ロシア語'),(2973,'ru','ko','러시아어'),(2974,'ru','ku','Russian'),(2975,'ru','la','Russian'),(2976,'ru','lv','Russian'),(2977,'ru','lt','Russian'),(2978,'ru','mk','Russian'),(2979,'ru','mt','Russian'),(2980,'ru','mo','Russian'),(2981,'ru','mn','Russian'),(2982,'ru','ne','Russian'),(2983,'ru','nl','Russisch'),(2984,'ru','nb','Russisk'),(2985,'ru','pa','Russian'),(2986,'ru','pl','rosyjski'),(2987,'ru','pt-pt','Russo'),(2988,'ru','pt-br','Russo'),(2989,'ru','qu','Russian'),(2990,'ru','ro','Rusă'),(2991,'ru','ru','Русский'),(2992,'ru','sl','Ruščina'),(2993,'ru','so','Russian'),(2994,'ru','sq','Russian'),(2995,'ru','sr','руски'),(2996,'ru','sv','Ryska'),(2997,'ru','ta','Russian'),(2998,'ru','th','รัสเซีย'),(2999,'ru','tr','Rusça'),(3000,'ru','uk','Russian'),(3001,'ru','ur','Russian'),(3002,'ru','uz','Russian'),(3003,'ru','vi','Russian'),(3004,'ru','yi','Russian'),(3005,'ru','zh-hans','俄语'),(3006,'ru','zu','Russian'),(3007,'ru','zh-hant','俄語'),(3008,'ru','ms','Russian'),(3009,'sl','en','Slovenian'),(3010,'sl','es','Esloveno'),(3011,'sl','de','Slowenisch'),(3012,'sl','fr','Slovène'),(3013,'sl','ar','السلوفانية'),(3014,'sl','bs','Slovenian'),(3015,'sl','bg','Словенски'),(3016,'sl','ca','Slovenian'),(3017,'sl','cs','Slovinština'),(3018,'sl','sk','Slovinčina'),(3019,'sl','cy','Slovenian'),(3020,'sl','da','Slovenian'),(3021,'sl','el','Σλοβενικα'),(3022,'sl','eo','Slovenian'),(3023,'sl','et','Slovenian'),(3024,'sl','eu','Slovenian'),(3025,'sl','fa','Slovenian'),(3026,'sl','fi','sloveeni'),(3027,'sl','ga','Slovenian'),(3028,'sl','he','סלובנית'),(3029,'sl','hi','Slovenian'),(3030,'sl','hr','Slovenac'),(3031,'sl','hu','szlovén'),(3032,'sl','hy','Slovenian'),(3033,'sl','id','Slovenian'),(3034,'sl','is','Slovenian'),(3035,'sl','it','Sloveno'),(3036,'sl','ja','スロベニア語'),(3037,'sl','ko','슬로베니아어'),(3038,'sl','ku','Slovenian'),(3039,'sl','la','Slovenian'),(3040,'sl','lv','Slovenian'),(3041,'sl','lt','Slovenian'),(3042,'sl','mk','Slovenian'),(3043,'sl','mt','Slovenian'),(3044,'sl','mo','Slovenian'),(3045,'sl','mn','Slovenian'),(3046,'sl','ne','Slovenian'),(3047,'sl','nl','Sloveens'),(3048,'sl','nb','Slovensk'),(3049,'sl','pa','Slovenian'),(3050,'sl','pl','słoweński'),(3051,'sl','pt-pt','Esloveno'),(3052,'sl','pt-br','Esloveno'),(3053,'sl','qu','Slovenian'),(3054,'sl','ro','Slovenă'),(3055,'sl','ru','Словенский'),(3056,'sl','sl','Slovenščina'),(3057,'sl','so','Slovenian'),(3058,'sl','sq','Slovenian'),(3059,'sl','sr','словеначки'),(3060,'sl','sv','Slovenska'),(3061,'sl','ta','Slovenian'),(3062,'sl','th','สโลวีเนียน'),(3063,'sl','tr','Sloven dili'),(3064,'sl','uk','Slovenian'),(3065,'sl','ur','Slovenian'),(3066,'sl','uz','Slovenian'),(3067,'sl','vi','Slovenian'),(3068,'sl','yi','Slovenian'),(3069,'sl','zh-hans','斯洛文尼亚语'),(3070,'sl','zu','Slovenian'),(3071,'sl','zh-hant','斯洛文尼亞語'),(3072,'sl','ms','Slovenian'),(3073,'so','en','Somali'),(3074,'so','es','Somalí'),(3075,'so','de','Somali'),(3076,'so','fr','Somali'),(3077,'so','ar','الصومالية'),(3078,'so','bs','Somali'),(3079,'so','bg','Сомалийски'),(3080,'so','ca','Somali'),(3081,'so','cs','Somali'),(3082,'so','sk','Somálčina'),(3083,'so','cy','Somali'),(3084,'so','da','Somali'),(3085,'so','el','Somali'),(3086,'so','eo','Somali'),(3087,'so','et','Somali'),(3088,'so','eu','Somali'),(3089,'so','fa','Somali'),(3090,'so','fi','somali'),(3091,'so','ga','Somali'),(3092,'so','he','סומלית'),(3093,'so','hi','Somali'),(3094,'so','hr','Somalijski'),(3095,'so','hu','szomáli'),(3096,'so','hy','Somali'),(3097,'so','id','Somali'),(3098,'so','is','Somali'),(3099,'so','it','Somalo'),(3100,'so','ja','ソマリ語'),(3101,'so','ko','소말리아어'),(3102,'so','ku','Somali'),(3103,'so','la','Somali'),(3104,'so','lv','Somali'),(3105,'so','lt','Somali'),(3106,'so','mk','Somali'),(3107,'so','mt','Somali'),(3108,'so','mo','Somali'),(3109,'so','mn','Somali'),(3110,'so','ne','Somali'),(3111,'so','nl','Somalisch'),(3112,'so','nb','Somali'),(3113,'so','pa','Somali'),(3114,'so','pl','somalijski'),(3115,'so','pt-pt','Somali'),(3116,'so','pt-br','Somali'),(3117,'so','qu','Somali'),(3118,'so','ro','Somaleză'),(3119,'so','ru','Сомалийский'),(3120,'so','sl','Somalski'),(3121,'so','so','Somali'),(3122,'so','sq','Somali'),(3123,'so','sr','Сомалијски'),(3124,'so','sv','Somaliska'),(3125,'so','ta','Somali'),(3126,'so','th','โซมาลี'),(3127,'so','tr','Somalice'),(3128,'so','uk','Somali'),(3129,'so','ur','Somali'),(3130,'so','uz','Somali'),(3131,'so','vi','Somali'),(3132,'so','yi','Somali'),(3133,'so','zh-hans','索马里语'),(3134,'so','zu','Somali'),(3135,'so','zh-hant','索馬里語'),(3136,'so','ms','Somali'),(3137,'sq','en','Albanian'),(3138,'sq','es','Albanés'),(3139,'sq','de','Albanisch'),(3140,'sq','fr','Albanais'),(3141,'sq','ar','الألبانية'),(3142,'sq','bs','Albanian'),(3143,'sq','bg','Албански'),(3144,'sq','ca','Albanian'),(3145,'sq','cs','Albánský'),(3146,'sq','sk','Albánčina'),(3147,'sq','cy','Albanian'),(3148,'sq','da','Albanian'),(3149,'sq','el','Αλβανικα'),(3150,'sq','eo','Albanian'),(3151,'sq','et','Albanian'),(3152,'sq','eu','Albanian'),(3153,'sq','fa','Albanian'),(3154,'sq','fi','albania'),(3155,'sq','ga','Albanian'),(3156,'sq','he','אלבנית'),(3157,'sq','hi','Albanian'),(3158,'sq','hr','Albanac'),(3159,'sq','hu','albán'),(3160,'sq','hy','Albanian'),(3161,'sq','id','Albanian'),(3162,'sq','is','Albanian'),(3163,'sq','it','Albanese'),(3164,'sq','ja','アルバニア語'),(3165,'sq','ko','알바니아어'),(3166,'sq','ku','Albanian'),(3167,'sq','la','Albanian'),(3168,'sq','lv','Albanian'),(3169,'sq','lt','Albanian'),(3170,'sq','mk','Albanian'),(3171,'sq','mt','Albanian'),(3172,'sq','mo','Albanian'),(3173,'sq','mn','Albanian'),(3174,'sq','ne','Albanian'),(3175,'sq','nl','Albaans'),(3176,'sq','nb','Albansk'),(3177,'sq','pa','Albanian'),(3178,'sq','pl','albański'),(3179,'sq','pt-pt','Albanês'),(3180,'sq','pt-br','Albanês'),(3181,'sq','qu','Albanian'),(3182,'sq','ro','Albaneză'),(3183,'sq','ru','Албанский'),(3184,'sq','sl','Albanski'),(3185,'sq','so','Albanian'),(3186,'sq','sq','Albanian'),(3187,'sq','sr','албански'),(3188,'sq','sv','Albanska'),(3189,'sq','ta','Albanian'),(3190,'sq','th','อัลเบเนีย'),(3191,'sq','tr','Arnavutça'),(3192,'sq','uk','Albanian'),(3193,'sq','ur','Albanian'),(3194,'sq','uz','Albanian'),(3195,'sq','vi','Albanian'),(3196,'sq','yi','Albanian'),(3197,'sq','zh-hans','阿尔巴尼亚语'),(3198,'sq','zu','Albanian'),(3199,'sq','zh-hant','阿爾巴尼亞語'),(3200,'sq','ms','Albanian'),(3201,'sr','en','Serbian'),(3202,'sr','es','Serbio'),(3203,'sr','de','Serbisch'),(3204,'sr','fr','Serbe'),(3205,'sr','ar','الصربية'),(3206,'sr','bs','Serbian'),(3207,'sr','bg','Сръбски'),(3208,'sr','ca','Serbian'),(3209,'sr','cs','Srbský'),(3210,'sr','sk','Srbština'),(3211,'sr','cy','Serbian'),(3212,'sr','da','Serbian'),(3213,'sr','el','Σερβικα'),(3214,'sr','eo','Serbian'),(3215,'sr','et','Serbian'),(3216,'sr','eu','Serbian'),(3217,'sr','fa','Serbian'),(3218,'sr','fi','serbia'),(3219,'sr','ga','Serbian'),(3220,'sr','he','סרבית'),(3221,'sr','hi','Serbian'),(3222,'sr','hr','Srpski'),(3223,'sr','hu','szerb'),(3224,'sr','hy','Serbian'),(3225,'sr','id','Serbian'),(3226,'sr','is','Serbian'),(3227,'sr','it','Serbo'),(3228,'sr','ja','セルビア語'),(3229,'sr','ko','세르비아어'),(3230,'sr','ku','Serbian'),(3231,'sr','la','Serbian'),(3232,'sr','lv','Serbian'),(3233,'sr','lt','Serbian'),(3234,'sr','mk','Serbian'),(3235,'sr','mt','Serbian'),(3236,'sr','mo','Serbian'),(3237,'sr','mn','Serbian'),(3238,'sr','ne','Serbian'),(3239,'sr','nl','Servisch'),(3240,'sr','nb','Serbisk'),(3241,'sr','pa','Serbian'),(3242,'sr','pl','serbski'),(3243,'sr','pt-pt','Sérvio'),(3244,'sr','pt-br','Sérvio'),(3245,'sr','qu','Serbian'),(3246,'sr','ro','Sârbă'),(3247,'sr','ru','Сербский'),(3248,'sr','sl','Srbski'),(3249,'sr','so','Serbian'),(3250,'sr','sq','Serbian'),(3251,'sr','sr','српски'),(3252,'sr','sv','Serbiska'),(3253,'sr','ta','Serbian'),(3254,'sr','th','เซอร์เบีย'),(3255,'sr','tr','Sırpça'),(3256,'sr','uk','Serbian'),(3257,'sr','ur','Serbian'),(3258,'sr','uz','Serbian'),(3259,'sr','vi','Serbian'),(3260,'sr','yi','Serbian'),(3261,'sr','zh-hans','赛尔维亚语'),(3262,'sr','zu','Serbian'),(3263,'sr','zh-hant','賽爾維亞語'),(3264,'sr','ms','Serbian'),(3265,'sv','en','Swedish'),(3266,'sv','es','Sueco'),(3267,'sv','de','Schwedisch'),(3268,'sv','fr','Suédois'),(3269,'sv','ar','السويدية'),(3270,'sv','bs','Swedish'),(3271,'sv','bg','Шведски'),(3272,'sv','ca','Swedish'),(3273,'sv','cs','Švédský'),(3274,'sv','sk','Švédština'),(3275,'sv','cy','Swedish'),(3276,'sv','da','Swedish'),(3277,'sv','el','Σουηδικη'),(3278,'sv','eo','Swedish'),(3279,'sv','et','Swedish'),(3280,'sv','eu','Swedish'),(3281,'sv','fa','Swedish'),(3282,'sv','fi','ruotsi'),(3283,'sv','ga','Swedish'),(3284,'sv','he','שוודית'),(3285,'sv','hi','Swedish'),(3286,'sv','hr','švedski'),(3287,'sv','hu','svéd'),(3288,'sv','hy','Swedish'),(3289,'sv','id','Swedish'),(3290,'sv','is','Swedish'),(3291,'sv','it','Svedese'),(3292,'sv','ja','スウェーデン語'),(3293,'sv','ko','스웨덴어'),(3294,'sv','ku','Swedish'),(3295,'sv','la','Swedish'),(3296,'sv','lv','Swedish'),(3297,'sv','lt','Swedish'),(3298,'sv','mk','Swedish'),(3299,'sv','mt','Swedish'),(3300,'sv','mo','Swedish'),(3301,'sv','mn','Swedish'),(3302,'sv','ne','Swedish'),(3303,'sv','nl','Zweeds'),(3304,'sv','nb','Swedish'),(3305,'sv','pa','Swedish'),(3306,'sv','pl','szwedzki'),(3307,'sv','pt-pt','Sueco'),(3308,'sv','pt-br','Sueco'),(3309,'sv','qu','Swedish'),(3310,'sv','ro','Suedeză'),(3311,'sv','ru','Шведский'),(3312,'sv','sl','Švedščina'),(3313,'sv','so','Swedish'),(3314,'sv','sq','Swedish'),(3315,'sv','sr','шведски'),(3316,'sv','sv','Svenska'),(3317,'sv','ta','Swedish'),(3318,'sv','th','สวีเดน'),(3319,'sv','tr','İsveççe'),(3320,'sv','uk','Swedish'),(3321,'sv','ur','Swedish'),(3322,'sv','uz','Swedish'),(3323,'sv','vi','Swedish'),(3324,'sv','yi','Swedish'),(3325,'sv','zh-hans','瑞典语'),(3326,'sv','zu','Swedish'),(3327,'sv','zh-hant','瑞典語'),(3328,'sv','ms','Swedish'),(3329,'ta','en','Tamil'),(3330,'ta','es','Tamil'),(3331,'ta','de','Tamil'),(3332,'ta','fr','Tamoul'),(3333,'ta','ar','التاميلية'),(3334,'ta','bs','Tamil'),(3335,'ta','bg','Тамилски'),(3336,'ta','ca','Tamil'),(3337,'ta','cs','Tamil'),(3338,'ta','sk','Tamilčina'),(3339,'ta','cy','Tamil'),(3340,'ta','da','Tamil'),(3341,'ta','el','Ταμιλ'),(3342,'ta','eo','Tamil'),(3343,'ta','et','Tamil'),(3344,'ta','eu','Tamil'),(3345,'ta','fa','Tamil'),(3346,'ta','fi','tamili'),(3347,'ta','ga','Tamil'),(3348,'ta','he','טמילית'),(3349,'ta','hi','Tamil'),(3350,'ta','hr','Tamil'),(3351,'ta','hu','tamil'),(3352,'ta','hy','Tamil'),(3353,'ta','id','Tamil'),(3354,'ta','is','Tamil'),(3355,'ta','it','Tamil'),(3356,'ta','ja','タミル語'),(3357,'ta','ko','타밀어'),(3358,'ta','ku','Tamil'),(3359,'ta','la','Tamil'),(3360,'ta','lv','Tamil'),(3361,'ta','lt','Tamil'),(3362,'ta','mk','Tamil'),(3363,'ta','mt','Tamil'),(3364,'ta','mo','Tamil'),(3365,'ta','mn','Tamil'),(3366,'ta','ne','Tamil'),(3367,'ta','nl','Tamil'),(3368,'ta','nb','Tamil'),(3369,'ta','pa','Tamil'),(3370,'ta','pl','tamilski'),(3371,'ta','pt-pt','Tamil'),(3372,'ta','pt-br','Tamil'),(3373,'ta','qu','Tamil'),(3374,'ta','ro','Tamilă'),(3375,'ta','ru','Тамильский'),(3376,'ta','sl','Tamilščina'),(3377,'ta','so','Tamil'),(3378,'ta','sq','Tamil'),(3379,'ta','sr','тамилски'),(3380,'ta','sv','Tamil'),(3381,'ta','ta','Tamil'),(3382,'ta','th','ทมิฬ'),(3383,'ta','tr','Tamil dili'),(3384,'ta','uk','Tamil'),(3385,'ta','ur','Tamil'),(3386,'ta','uz','Tamil'),(3387,'ta','vi','Tamil'),(3388,'ta','yi','Tamil'),(3389,'ta','zh-hans','泰米尔语'),(3390,'ta','zu','Tamil'),(3391,'ta','zh-hant','泰米爾語'),(3392,'ta','ms','Tamil'),(3393,'th','en','Thai'),(3394,'th','es','Tailandés'),(3395,'th','de','Thai'),(3396,'th','fr','Thaï'),(3397,'th','ar','التايلندية'),(3398,'th','bs','Thai'),(3399,'th','bg','Тайски'),(3400,'th','ca','Thai'),(3401,'th','cs','Thai'),(3402,'th','sk','Thajština'),(3403,'th','cy','Thai'),(3404,'th','da','Thai'),(3405,'th','el','Thai'),(3406,'th','eo','Thai'),(3407,'th','et','Thai'),(3408,'th','eu','Thai'),(3409,'th','fa','Thai'),(3410,'th','fi','thai'),(3411,'th','ga','Thai'),(3412,'th','he','תאילנדית'),(3413,'th','hi','Thai'),(3414,'th','hr','Thai'),(3415,'th','hu','tájföldi'),(3416,'th','hy','Thai'),(3417,'th','id','Thai'),(3418,'th','is','Thai'),(3419,'th','it','Thai'),(3420,'th','ja','タイ語'),(3421,'th','ko','태국어'),(3422,'th','ku','Thai'),(3423,'th','la','Thai'),(3424,'th','lv','Thai'),(3425,'th','lt','Thai'),(3426,'th','mk','Thai'),(3427,'th','mt','Thai'),(3428,'th','mo','Thai'),(3429,'th','mn','Thai'),(3430,'th','ne','Thai'),(3431,'th','nl','Thai'),(3432,'th','nb','Thai'),(3433,'th','pa','Thai'),(3434,'th','pl','tajski'),(3435,'th','pt-pt','Tailandês'),(3436,'th','pt-br','Tailandês'),(3437,'th','qu','Thai'),(3438,'th','ro','Tailandeză'),(3439,'th','ru','Тайский'),(3440,'th','sl','Tajski'),(3441,'th','so','Thai'),(3442,'th','sq','Thai'),(3443,'th','sr','Тајландски'),(3444,'th','sv','Thailändska'),(3445,'th','ta','Thai'),(3446,'th','th','ไทย'),(3447,'th','tr','Tayca'),(3448,'th','uk','Thai'),(3449,'th','ur','Thai'),(3450,'th','uz','Thai'),(3451,'th','vi','Thai'),(3452,'th','yi','Thai'),(3453,'th','zh-hans','泰语'),(3454,'th','zu','Thai'),(3455,'th','zh-hant','泰語'),(3456,'th','ms','Thai'),(3457,'tr','en','Turkish'),(3458,'tr','es','Turco'),(3459,'tr','de','Türkisch'),(3460,'tr','fr','Turc'),(3461,'tr','ar','التركية'),(3462,'tr','bs','Turkish'),(3463,'tr','bg','Турски'),(3464,'tr','ca','Turkish'),(3465,'tr','cs','Turečtina'),(3466,'tr','sk','Turečtina'),(3467,'tr','cy','Turkish'),(3468,'tr','da','Turkish'),(3469,'tr','el','Τουρκικα'),(3470,'tr','eo','Turkish'),(3471,'tr','et','Turkish'),(3472,'tr','eu','Turkish'),(3473,'tr','fa','Turkish'),(3474,'tr','fi','turkki'),(3475,'tr','ga','Turkish'),(3476,'tr','he','תורכית'),(3477,'tr','hi','Turkish'),(3478,'tr','hr','Turski'),(3479,'tr','hu','török'),(3480,'tr','hy','Turkish'),(3481,'tr','id','Turkish'),(3482,'tr','is','Turkish'),(3483,'tr','it','Turco'),(3484,'tr','ja','トルコ語'),(3485,'tr','ko','터어키어'),(3486,'tr','ku','Turkish'),(3487,'tr','la','Turkish'),(3488,'tr','lv','Turkish'),(3489,'tr','lt','Turkish'),(3490,'tr','mk','Turkish'),(3491,'tr','mt','Turkish'),(3492,'tr','mo','Turkish'),(3493,'tr','mn','Turkish'),(3494,'tr','ne','Turkish'),(3495,'tr','nl','Turks'),(3496,'tr','nb','Turkish'),(3497,'tr','pa','Turkish'),(3498,'tr','pl','turecki'),(3499,'tr','pt-pt','Turco'),(3500,'tr','pt-br','Turco'),(3501,'tr','qu','Turkish'),(3502,'tr','ro','Turcă'),(3503,'tr','ru','Турецкий'),(3504,'tr','sl','Turščina'),(3505,'tr','so','Turkish'),(3506,'tr','sq','Turkish'),(3507,'tr','sr','турски'),(3508,'tr','sv','Turkiska'),(3509,'tr','ta','Turkish'),(3510,'tr','th','ตุรกี'),(3511,'tr','tr','Türkçe'),(3512,'tr','uk','Turkish'),(3513,'tr','ur','Turkish'),(3514,'tr','uz','Turkish'),(3515,'tr','vi','Turkish'),(3516,'tr','yi','Turkish'),(3517,'tr','zh-hans','土耳其语'),(3518,'tr','zu','Turkish'),(3519,'tr','zh-hant','土耳其語'),(3520,'tr','ms','Turkish'),(3521,'uk','en','Ukrainian'),(3522,'uk','es','Ucraniano'),(3523,'uk','de','Ukrainisch'),(3524,'uk','fr','Ukrainien'),(3525,'uk','ar','الأوكرانية'),(3526,'uk','bs','Ukrainian'),(3527,'uk','bg','Украински'),(3528,'uk','ca','Ukrainian'),(3529,'uk','cs','Ukrajinský'),(3530,'uk','sk','Ukrajinčina'),(3531,'uk','cy','Ukrainian'),(3532,'uk','da','Ukrainian'),(3533,'uk','el','Ουκρανικα'),(3534,'uk','eo','Ukrainian'),(3535,'uk','et','Ukrainian'),(3536,'uk','eu','Ukrainian'),(3537,'uk','fa','Ukrainian'),(3538,'uk','fi','ukraina'),(3539,'uk','ga','Ukrainian'),(3540,'uk','he','אוקראינית'),(3541,'uk','hi','Ukrainian'),(3542,'uk','hr','Ukrajinski'),(3543,'uk','hu','ukrán'),(3544,'uk','hy','Ukrainian'),(3545,'uk','id','Ukrainian'),(3546,'uk','is','Ukrainian'),(3547,'uk','it','Ucraino'),(3548,'uk','ja','ウクライナ語'),(3549,'uk','ko','우크라이나어'),(3550,'uk','ku','Ukrainian'),(3551,'uk','la','Ukrainian'),(3552,'uk','lv','Ukrainian'),(3553,'uk','lt','Ukrainian'),(3554,'uk','mk','Ukrainian'),(3555,'uk','mt','Ukrainian'),(3556,'uk','mo','Ukrainian'),(3557,'uk','mn','Ukrainian'),(3558,'uk','ne','Ukrainian'),(3559,'uk','nl','Oekraïens'),(3560,'uk','nb','Ukrainsk'),(3561,'uk','pa','Ukrainian'),(3562,'uk','pl','ukraiński'),(3563,'uk','pt-pt','Ucraniano'),(3564,'uk','pt-br','Ucraniano'),(3565,'uk','qu','Ukrainian'),(3566,'uk','ro','Ucrainiană'),(3567,'uk','ru','Украинский'),(3568,'uk','sl','Ukrajinski'),(3569,'uk','so','Ukrainian'),(3570,'uk','sq','Ukrainian'),(3571,'uk','sr','украјински'),(3572,'uk','sv','Ukrainska'),(3573,'uk','ta','Ukrainian'),(3574,'uk','th','ยูเครน'),(3575,'uk','tr','Ukraynaca'),(3576,'uk','uk','Ukrainian'),(3577,'uk','ur','Ukrainian'),(3578,'uk','uz','Ukrainian'),(3579,'uk','vi','Ukrainian'),(3580,'uk','yi','Ukrainian'),(3581,'uk','zh-hans','乌克兰语'),(3582,'uk','zu','Ukrainian'),(3583,'uk','zh-hant','烏克蘭語'),(3584,'uk','ms','Ukrainian'),(3585,'ur','en','Urdu'),(3586,'ur','es','Urdu'),(3587,'ur','de','Urdu'),(3588,'ur','fr','Ourdu'),(3589,'ur','ar','الأردية'),(3590,'ur','bs','Urdu'),(3591,'ur','bg','Урду'),(3592,'ur','ca','Urdu'),(3593,'ur','cs','Urdu'),(3594,'ur','sk','Urdština'),(3595,'ur','cy','Urdu'),(3596,'ur','da','Urdu'),(3597,'ur','el','Ουρντου'),(3598,'ur','eo','Urdu'),(3599,'ur','et','Urdu'),(3600,'ur','eu','Urdu'),(3601,'ur','fa','Urdu'),(3602,'ur','fi','urdu'),(3603,'ur','ga','Urdu'),(3604,'ur','he','אורדו'),(3605,'ur','hi','Urdu'),(3606,'ur','hr','Urdu'),(3607,'ur','hu','urdu'),(3608,'ur','hy','Urdu'),(3609,'ur','id','Urdu'),(3610,'ur','is','Urdu'),(3611,'ur','it','Urdu'),(3612,'ur','ja','ウルドゥー語'),(3613,'ur','ko','우르두어'),(3614,'ur','ku','Urdu'),(3615,'ur','la','Urdu'),(3616,'ur','lv','Urdu'),(3617,'ur','lt','Urdu'),(3618,'ur','mk','Urdu'),(3619,'ur','mt','Urdu'),(3620,'ur','mo','Urdu'),(3621,'ur','mn','Urdu'),(3622,'ur','ne','Urdu'),(3623,'ur','nl','Urdu'),(3624,'ur','nb','Urdu'),(3625,'ur','pa','Urdu'),(3626,'ur','pl','urdu'),(3627,'ur','pt-pt','Urdu'),(3628,'ur','pt-br','Urdu'),(3629,'ur','qu','Urdu'),(3630,'ur','ro','Urdu'),(3631,'ur','ru','Урду'),(3632,'ur','sl','Urdujščina'),(3633,'ur','so','Urdu'),(3634,'ur','sq','Urdu'),(3635,'ur','sr','урду'),(3636,'ur','sv','Urdu'),(3637,'ur','ta','Urdu'),(3638,'ur','th','อุรดู'),(3639,'ur','tr','Urduca'),(3640,'ur','uk','Urdu'),(3641,'ur','ur','اردو '),(3642,'ur','uz','Urdu'),(3643,'ur','vi','Urdu'),(3644,'ur','yi','Urdu'),(3645,'ur','zh-hans','乌尔都语'),(3646,'ur','zu','Urdu'),(3647,'ur','zh-hant','烏爾都語'),(3648,'ur','ms','Urdu'),(3649,'uz','en','Uzbek'),(3650,'uz','es','Uzbeko'),(3651,'uz','de','Usbekisch'),(3652,'uz','fr','Ouzbek'),(3653,'uz','ar','الاوزباكية'),(3654,'uz','bs','Uzbek'),(3655,'uz','bg','Узбекски'),(3656,'uz','ca','Uzbek'),(3657,'uz','cs','Uzbek'),(3658,'uz','sk','Uzbekčina'),(3659,'uz','cy','Uzbek'),(3660,'uz','da','Uzbek'),(3661,'uz','el','Ουζμπεκικα'),(3662,'uz','eo','Uzbek'),(3663,'uz','et','Uzbek'),(3664,'uz','eu','Uzbek'),(3665,'uz','fa','Uzbek'),(3666,'uz','fi','uzbekki'),(3667,'uz','ga','Uzbek'),(3668,'uz','he','אוזבקית'),(3669,'uz','hi','Uzbek'),(3670,'uz','hr','Uzbečki'),(3671,'uz','hu','üzbég'),(3672,'uz','hy','Uzbek'),(3673,'uz','id','Uzbek'),(3674,'uz','is','Uzbek'),(3675,'uz','it','Uzbeco'),(3676,'uz','ja','ウズベク語'),(3677,'uz','ko','우즈베크어'),(3678,'uz','ku','Uzbek'),(3679,'uz','la','Uzbek'),(3680,'uz','lv','Uzbek'),(3681,'uz','lt','Uzbek'),(3682,'uz','mk','Uzbek'),(3683,'uz','mt','Uzbek'),(3684,'uz','mo','Uzbek'),(3685,'uz','mn','Uzbek'),(3686,'uz','ne','Uzbek'),(3687,'uz','nl','Oezbeeks'),(3688,'uz','nb','Usbekisk'),(3689,'uz','pa','Uzbek'),(3690,'uz','pl','uzbecki'),(3691,'uz','pt-pt','Uzbeque'),(3692,'uz','pt-br','Uzbeque'),(3693,'uz','qu','Uzbek'),(3694,'uz','ro','Uzbecă'),(3695,'uz','ru','Узбекский'),(3696,'uz','sl','Uzbek'),(3697,'uz','so','Uzbek'),(3698,'uz','sq','Uzbek'),(3699,'uz','sr','Узбек'),(3700,'uz','sv','Uzbekiska'),(3701,'uz','ta','Uzbek'),(3702,'uz','th','อุซเบก'),(3703,'uz','tr','Özbekçe'),(3704,'uz','uk','Uzbek'),(3705,'uz','ur','Uzbek'),(3706,'uz','uz','Uzbek'),(3707,'uz','vi','Uzbek'),(3708,'uz','yi','Uzbek'),(3709,'uz','zh-hans','乌兹别克语'),(3710,'uz','zu','Uzbek'),(3711,'uz','zh-hant','烏茲別克語'),(3712,'uz','ms','Uzbek'),(3713,'vi','en','Vietnamese'),(3714,'vi','es','Vietnamita'),(3715,'vi','de','Vietnamesisch'),(3716,'vi','fr','Vietnamien'),(3717,'vi','ar','الفيتنامية'),(3718,'vi','bs','Vietnamese'),(3719,'vi','bg','Виетнамски'),(3720,'vi','ca','Vietnamese'),(3721,'vi','cs','Vietnamský'),(3722,'vi','sk','Vietnamčina'),(3723,'vi','cy','Vietnamese'),(3724,'vi','da','Vietnamese'),(3725,'vi','el','Βιετναμεζικα'),(3726,'vi','eo','Vietnamese'),(3727,'vi','et','Vietnamese'),(3728,'vi','eu','Vietnamese'),(3729,'vi','fa','Vietnamese'),(3730,'vi','fi','vietnam'),(3731,'vi','ga','Vietnamese'),(3732,'vi','he','וייטנאמית'),(3733,'vi','hi','Vietnamese'),(3734,'vi','hr','Vijetnamski'),(3735,'vi','hu','vietnámi'),(3736,'vi','hy','Vietnamese'),(3737,'vi','id','Vietnamese'),(3738,'vi','is','Vietnamese'),(3739,'vi','it','Vietnamita'),(3740,'vi','ja','ベトナム語'),(3741,'vi','ko','베트남어'),(3742,'vi','ku','Vietnamese'),(3743,'vi','la','Vietnamese'),(3744,'vi','lv','Vietnamese'),(3745,'vi','lt','Vietnamese'),(3746,'vi','mk','Vietnamese'),(3747,'vi','mt','Vietnamese'),(3748,'vi','mo','Vietnamese'),(3749,'vi','mn','Vietnamese'),(3750,'vi','ne','Vietnamese'),(3751,'vi','nl','Vietnamees'),(3752,'vi','nb','Vietnamesisk'),(3753,'vi','pa','Vietnamese'),(3754,'vi','pl','wietnamski'),(3755,'vi','pt-pt','Vietnamita'),(3756,'vi','pt-br','Vietnamita'),(3757,'vi','qu','Vietnamese'),(3758,'vi','ro','Vietnameză'),(3759,'vi','ru','Вьетнамский'),(3760,'vi','sl','Vietnamščina'),(3761,'vi','so','Vietnamese'),(3762,'vi','sq','Vietnamese'),(3763,'vi','sr','вијетнамски'),(3764,'vi','sv','Vietnamesiska'),(3765,'vi','ta','Vietnamese'),(3766,'vi','th','เวียดนาม'),(3767,'vi','tr','Vietnamca'),(3768,'vi','uk','Vietnamese'),(3769,'vi','ur','Vietnamese'),(3770,'vi','uz','Vietnamese'),(3771,'vi','vi','Tiếng Việt'),(3772,'vi','yi','Vietnamese'),(3773,'vi','zh-hans','越南语'),(3774,'vi','zu','Vietnamese'),(3775,'vi','zh-hant','越南語'),(3776,'vi','ms','Vietnamese'),(3777,'yi','en','Yiddish'),(3778,'yi','es','Yidis'),(3779,'yi','de','Jiddisch'),(3780,'yi','fr','Yiddish'),(3781,'yi','ar','اليديشية'),(3782,'yi','bs','Yiddish'),(3783,'yi','bg','Идиш'),(3784,'yi','ca','Yiddish'),(3785,'yi','cs','Jidiš'),(3786,'yi','sk','Jidiš'),(3787,'yi','cy','Yiddish'),(3788,'yi','da','Yiddish'),(3789,'yi','el','Γιντις'),(3790,'yi','eo','Yiddish'),(3791,'yi','et','Yiddish'),(3792,'yi','eu','Yiddish'),(3793,'yi','fa','Yiddish'),(3794,'yi','fi','jiddi'),(3795,'yi','ga','Yiddish'),(3796,'yi','he','יידיש'),(3797,'yi','hi','Yiddish'),(3798,'yi','hr','Jidiš'),(3799,'yi','hu','jiddis'),(3800,'yi','hy','Yiddish'),(3801,'yi','id','Yiddish'),(3802,'yi','is','Yiddish'),(3803,'yi','it','Yiddish'),(3804,'yi','ja','イディッシュ語'),(3805,'yi','ko','이디시어'),(3806,'yi','ku','Yiddish'),(3807,'yi','la','Yiddish'),(3808,'yi','lv','Yiddish'),(3809,'yi','lt','Yiddish'),(3810,'yi','mk','Yiddish'),(3811,'yi','mt','Yiddish'),(3812,'yi','mo','Yiddish'),(3813,'yi','mn','Yiddish'),(3814,'yi','ne','Yiddish'),(3815,'yi','nl','Jiddisch'),(3816,'yi','nb','Yiddish'),(3817,'yi','pa','Yiddish'),(3818,'yi','pl','jidysz'),(3819,'yi','pt-pt','Yiddish'),(3820,'yi','pt-br','Yiddish'),(3821,'yi','qu','Yiddish'),(3822,'yi','ro','Idiş'),(3823,'yi','ru','Идиш'),(3824,'yi','sl','Jidiš'),(3825,'yi','so','Yiddish'),(3826,'yi','sq','Yiddish'),(3827,'yi','sr','јидиш'),(3828,'yi','sv','Jiddisch'),(3829,'yi','ta','Yiddish'),(3830,'yi','th','ยิชดิช'),(3831,'yi','tr','Eski İbranice'),(3832,'yi','uk','Yiddish'),(3833,'yi','ur','Yiddish'),(3834,'yi','uz','Yiddish'),(3835,'yi','vi','Yiddish'),(3836,'yi','yi','Yiddish'),(3837,'yi','zh-hans','依地语'),(3838,'yi','zu','Yiddish'),(3839,'yi','zh-hant','依地語'),(3840,'yi','ms','Yiddish'),(3841,'zh-hans','en','Chinese (Simplified)'),(3842,'zh-hans','es','Chino simplificado'),(3843,'zh-hans','de','Vereinfachtes Chinesisch'),(3844,'zh-hans','fr','Chinois simplifié'),(3845,'zh-hans','ar','الصينية المبسطة'),(3846,'zh-hans','bs','Chinese (Simplified)'),(3847,'zh-hans','bg','Китайски (опростен)'),(3848,'zh-hans','ca','Chinese (Simplified)'),(3849,'zh-hans','cs','Čínština ( Zjednodušený )'),(3850,'zh-hans','sk','Zjednodušená Čínština'),(3851,'zh-hans','cy','Chinese (Simplified)'),(3852,'zh-hans','da','Chinese (Simplified)'),(3853,'zh-hans','el','Κινεζικα (Απλοποιημένα)'),(3854,'zh-hans','eo','Chinese (Simplified)'),(3855,'zh-hans','et','Chinese (Simplified)'),(3856,'zh-hans','eu','Chinese (Simplified)'),(3857,'zh-hans','fa','Chinese (Simplified)'),(3858,'zh-hans','fi','kiina'),(3859,'zh-hans','ga','Chinese (Simplified)'),(3860,'zh-hans','he','סינית'),(3861,'zh-hans','hi','Chinese (Simplified)'),(3862,'zh-hans','hr','Kineski (pojednostavljeni)'),(3863,'zh-hans','hu','egyszerűsített kínai'),(3864,'zh-hans','hy','Chinese (Simplified)'),(3865,'zh-hans','id','Chinese (Simplified)'),(3866,'zh-hans','is','Chinese (Simplified)'),(3867,'zh-hans','it','Cinese semplificato'),(3868,'zh-hans','ja','簡体中国語'),(3869,'zh-hans','ko','중국어 간체'),(3870,'zh-hans','ku','Chinese (Simplified)'),(3871,'zh-hans','la','Chinese (Simplified)'),(3872,'zh-hans','lv','Chinese (Simplified)'),(3873,'zh-hans','lt','Chinese (Simplified)'),(3874,'zh-hans','mk','Chinese (Simplified)'),(3875,'zh-hans','mt','Chinese (Simplified)'),(3876,'zh-hans','mo','Chinese (Simplified)'),(3877,'zh-hans','mn','Chinese (Simplified)'),(3878,'zh-hans','ne','Chinese (Simplified)'),(3879,'zh-hans','nl','Vereenvoudigd Chinees'),(3880,'zh-hans','nb','Kinesisk (forenklet)'),(3881,'zh-hans','pa','Chinese (Simplified)'),(3882,'zh-hans','pl','chiński uproszczony'),(3883,'zh-hans','pt-pt','Chinês (Simplificado)'),(3884,'zh-hans','pt-br','Chinês (Simplificado)'),(3885,'zh-hans','qu','Chinese (Simplified)'),(3886,'zh-hans','ro','Chineza simplificată'),(3887,'zh-hans','ru','Китайский (упрощенный)'),(3888,'zh-hans','sl','Kitajščina (poenostavljena )'),(3889,'zh-hans','so','Chinese (Simplified)'),(3890,'zh-hans','sq','Chinese (Simplified)'),(3891,'zh-hans','sr','Кинески (поједностављени)'),(3892,'zh-hans','sv','Förenklad kinesiska'),(3893,'zh-hans','ta','Chinese (Simplified)'),(3894,'zh-hans','th','จีนประยุกต์'),(3895,'zh-hans','tr','Modern Çince'),(3896,'zh-hans','uk','Chinese (Simplified)'),(3897,'zh-hans','ur','Chinese (Simplified)'),(3898,'zh-hans','uz','Chinese (Simplified)'),(3899,'zh-hans','vi','Chinese (Simplified)'),(3900,'zh-hans','yi','Chinese (Simplified)'),(3901,'zh-hans','zh-hans','简体中文'),(3902,'zh-hans','zu','Chinese (Simplified)'),(3903,'zh-hans','zh-hant','簡體中文'),(3904,'zh-hans','ms','Chinese (Simplified)'),(3905,'zu','en','Zulu'),(3906,'zu','es','Zulú'),(3907,'zu','de','Zulu'),(3908,'zu','fr','Zoulou'),(3909,'zu','ar','الزولو'),(3910,'zu','bs','Zulu'),(3911,'zu','bg','Зулу'),(3912,'zu','ca','Zulu'),(3913,'zu','cs','Zulu'),(3914,'zu','sk','Jazyk Zulu'),(3915,'zu','cy','Zulu'),(3916,'zu','da','Zulu'),(3917,'zu','el','Ζουλου'),(3918,'zu','eo','Zulu'),(3919,'zu','et','Zulu'),(3920,'zu','eu','Zulu'),(3921,'zu','fa','Zulu'),(3922,'zu','fi','zulu'),(3923,'zu','ga','Zulu'),(3924,'zu','he','זולו '),(3925,'zu','hi','Zulu'),(3926,'zu','hr','Zulu'),(3927,'zu','hu','zulu'),(3928,'zu','hy','Zulu'),(3929,'zu','id','Zulu'),(3930,'zu','is','Zulu'),(3931,'zu','it','Zulu'),(3932,'zu','ja','ズールー語'),(3933,'zu','ko','줄루어'),(3934,'zu','ku','Zulu'),(3935,'zu','la','Zulu'),(3936,'zu','lv','Zulu'),(3937,'zu','lt','Zulu'),(3938,'zu','mk','Zulu'),(3939,'zu','mt','Zulu'),(3940,'zu','mo','Zulu'),(3941,'zu','mn','Zulu'),(3942,'zu','ne','Zulu'),(3943,'zu','nl','Zulu'),(3944,'zu','nb','Zulu'),(3945,'zu','pa','Zulu'),(3946,'zu','pl','zuluski'),(3947,'zu','pt-pt','Zulu'),(3948,'zu','pt-br','Zulu'),(3949,'zu','qu','Zulu'),(3950,'zu','ro','Zulu'),(3951,'zu','ru','Зулу'),(3952,'zu','sl','Zulu'),(3953,'zu','so','Zulu'),(3954,'zu','sq','Zulu'),(3955,'zu','sr','зулу'),(3956,'zu','sv','Zulu'),(3957,'zu','ta','Zulu'),(3958,'zu','th','ซูลู'),(3959,'zu','tr','Zulu dili'),(3960,'zu','uk','Zulu'),(3961,'zu','ur','Zulu'),(3962,'zu','uz','Zulu'),(3963,'zu','vi','Zulu'),(3964,'zu','yi','Zulu'),(3965,'zu','zh-hans','祖鲁语'),(3966,'zu','zu','Zulu'),(3967,'zu','zh-hant','祖魯語'),(3968,'zu','ms','Zulu'),(3969,'zh-hant','en','Chinese (Traditional)'),(3970,'zh-hant','es','Chino tradicional'),(3971,'zh-hant','de','Traditionelles Chinesisch'),(3972,'zh-hant','fr','Chinois traditionnel'),(3973,'zh-hant','ar','الصينية التقليدية'),(3974,'zh-hant','bs','Chinese (Traditional)'),(3975,'zh-hant','bg','Китайски (традиционен)'),(3976,'zh-hant','ca','Chinese (Traditional)'),(3977,'zh-hant','cs','Čínština (tradiční )'),(3978,'zh-hant','sk','Tradičná Čínština'),(3979,'zh-hant','cy','Chinese (Traditional)'),(3980,'zh-hant','da','Chinese (Traditional)'),(3981,'zh-hant','el','Κινεζικα (Παραδοσιακά)'),(3982,'zh-hant','eo','Chinese (Traditional)'),(3983,'zh-hant','et','Chinese (Traditional)'),(3984,'zh-hant','eu','Chinese (Traditional)'),(3985,'zh-hant','fa','Chinese (Traditional)'),(3986,'zh-hant','fi','perinteinen kiina'),(3987,'zh-hant','ga','Chinese (Traditional)'),(3988,'zh-hant','he','סינית מסורתית'),(3989,'zh-hant','hi','Chinese (Traditional)'),(3990,'zh-hant','hr','Kineski (tradicionalni)'),(3991,'zh-hant','hu','hagyományos kínai'),(3992,'zh-hant','hy','Chinese (Traditional)'),(3993,'zh-hant','id','Chinese (Traditional)'),(3994,'zh-hant','is','Chinese (Traditional)'),(3995,'zh-hant','it','Cinese tradizionale'),(3996,'zh-hant','ja','繁体中国語'),(3997,'zh-hant','ko','중국어 번체'),(3998,'zh-hant','ku','Chinese (Traditional)'),(3999,'zh-hant','la','Chinese (Traditional)'),(4000,'zh-hant','lv','Chinese (Traditional)'),(4001,'zh-hant','lt','Chinese (Traditional)'),(4002,'zh-hant','mk','Chinese (Traditional)'),(4003,'zh-hant','mt','Chinese (Traditional)'),(4004,'zh-hant','mo','Chinese (Traditional)'),(4005,'zh-hant','mn','Chinese (Traditional)'),(4006,'zh-hant','ne','Chinese (Traditional)'),(4007,'zh-hant','nl','Traditioneel Chinees'),(4008,'zh-hant','nb','Kinesisk (tradisjonell)'),(4009,'zh-hant','pa','Chinese (Traditional)'),(4010,'zh-hant','pl','chiński tradycyjny'),(4011,'zh-hant','pt-pt','Chinês (Tradicional)'),(4012,'zh-hant','pt-br','Chinês (Tradicional)'),(4013,'zh-hant','qu','Chinese (Traditional)'),(4014,'zh-hant','ro','Chineza tradiţională'),(4015,'zh-hant','ru','Китайский (традиционный)'),(4016,'zh-hant','sl','Kitajščina (tradicionalna)'),(4017,'zh-hant','so','Chinese (Traditional)'),(4018,'zh-hant','sq','Chinese (Traditional)'),(4019,'zh-hant','sr','Кинески (традиционални)'),(4020,'zh-hant','sv','Traditionell kinesiska'),(4021,'zh-hant','ta','Chinese (Traditional)'),(4022,'zh-hant','th','จีนดั้งเดิม'),(4023,'zh-hant','tr','Klasik Çince'),(4024,'zh-hant','uk','Chinese (Traditional)'),(4025,'zh-hant','ur','Chinese (Traditional)'),(4026,'zh-hant','uz','Chinese (Traditional)'),(4027,'zh-hant','vi','Chinese (Traditional)'),(4028,'zh-hant','yi','Chinese (Traditional)'),(4029,'zh-hant','zh-hans','繁体中文'),(4030,'zh-hant','zu','Chinese (Traditional)'),(4031,'zh-hant','zh-hant','繁體中文'),(4032,'zh-hant','ms','Chinese (Traditional)'),(4033,'ms','en','Malay'),(4034,'ms','es','Malayo'),(4035,'ms','de','Malaiisch'),(4036,'ms','fr','Malay'),(4037,'ms','ar','لغة الملايو'),(4038,'ms','bs','Malay'),(4039,'ms','bg','Малайски'),(4040,'ms','ca','Malay'),(4041,'ms','cs','Malajský'),(4042,'ms','sk','Malay'),(4043,'ms','cy','Malay'),(4044,'ms','da','Malay'),(4045,'ms','el','Malay'),(4046,'ms','eo','Malay'),(4047,'ms','et','Malay'),(4048,'ms','eu','Malay'),(4049,'ms','fa','Malay'),(4050,'ms','fi','Malay'),(4051,'ms','ga','Malay'),(4052,'ms','he','מלאית'),(4053,'ms','hi','Malay'),(4054,'ms','hr','Malajski'),(4055,'ms','hu','Malay'),(4056,'ms','hy','Malay'),(4057,'ms','id','Malay'),(4058,'ms','is','Malay'),(4059,'ms','it','Malay'),(4060,'ms','ja','Malay'),(4061,'ms','ko','Malay'),(4062,'ms','ku','Malay'),(4063,'ms','la','Malay'),(4064,'ms','lv','Malay'),(4065,'ms','lt','Malay'),(4066,'ms','mk','Malay'),(4067,'ms','mt','Malay'),(4068,'ms','mo','Malay'),(4069,'ms','mn','Malay'),(4070,'ms','ne','Malay'),(4071,'ms','nl','Malay'),(4072,'ms','nb','Malay'),(4073,'ms','pa','Malay'),(4074,'ms','pl','Malay'),(4075,'ms','pt-pt','Malaio'),(4076,'ms','pt-br','Malaio'),(4077,'ms','qu','Malay'),(4078,'ms','ro','Malay'),(4079,'ms','ru','Malay'),(4080,'ms','sl','Malajščina'),(4081,'ms','so','Malay'),(4082,'ms','sq','Malay'),(4083,'ms','sr','малајски'),(4084,'ms','sv','Malay'),(4085,'ms','ta','Malay'),(4086,'ms','th','Malay'),(4087,'ms','tr','Malay'),(4088,'ms','uk','Malay'),(4089,'ms','ur','Malay'),(4090,'ms','uz','Malay'),(4091,'ms','vi','Malay'),(4092,'ms','yi','Malay'),(4093,'ms','zh-hans','Malay'),(4094,'ms','zu','Malay'),(4095,'ms','zh-hant','Malay'),(4096,'ms','ms','Melayu'); /*!40000 ALTER TABLE `g516db_icl_languages_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_locale_map` -- DROP TABLE IF EXISTS `g516db_icl_locale_map`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_locale_map` ( `code` varchar(7) NOT NULL, `locale` varchar(8) NOT NULL, UNIQUE KEY `code` (`code`,`locale`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_locale_map` -- LOCK TABLES `g516db_icl_locale_map` WRITE; /*!40000 ALTER TABLE `g516db_icl_locale_map` DISABLE KEYS */; INSERT INTO `g516db_icl_locale_map` VALUES ('en','en_US'),('ja','ja'),('ko','ko_KR'),('zh-hans','zh_CN'); /*!40000 ALTER TABLE `g516db_icl_locale_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_message_status` -- DROP TABLE IF EXISTS `g516db_icl_message_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_message_status` ( `id` bigint(20) unsigned NOT NULL auto_increment, `rid` bigint(20) unsigned NOT NULL, `object_id` bigint(20) unsigned NOT NULL, `from_language` varchar(10) NOT NULL, `to_language` varchar(10) NOT NULL, `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `md5` varchar(32) NOT NULL, `object_type` varchar(64) NOT NULL, `status` smallint(6) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `rid` (`rid`), KEY `object_id` (`object_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_message_status` -- LOCK TABLES `g516db_icl_message_status` WRITE; /*!40000 ALTER TABLE `g516db_icl_message_status` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_icl_message_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_node` -- DROP TABLE IF EXISTS `g516db_icl_node`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_node` ( `nid` bigint(20) NOT NULL, `md5` varchar(32) NOT NULL, `links_fixed` tinyint(4) NOT NULL default '0', PRIMARY KEY (`nid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_node` -- LOCK TABLES `g516db_icl_node` WRITE; /*!40000 ALTER TABLE `g516db_icl_node` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_icl_node` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_reminders` -- DROP TABLE IF EXISTS `g516db_icl_reminders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_reminders` ( `id` bigint(20) NOT NULL, `message` text NOT NULL, `url` text NOT NULL, `can_delete` tinyint(4) NOT NULL, `show` tinyint(4) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_reminders` -- LOCK TABLES `g516db_icl_reminders` WRITE; /*!40000 ALTER TABLE `g516db_icl_reminders` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_icl_reminders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_string_positions` -- DROP TABLE IF EXISTS `g516db_icl_string_positions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_string_positions` ( `id` bigint(20) unsigned NOT NULL auto_increment, `string_id` bigint(20) NOT NULL, `kind` tinyint(4) default NULL, `position_in_page` varchar(255) NOT NULL, PRIMARY KEY (`id`), KEY `string_id` (`string_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_string_positions` -- LOCK TABLES `g516db_icl_string_positions` WRITE; /*!40000 ALTER TABLE `g516db_icl_string_positions` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_icl_string_positions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_string_status` -- DROP TABLE IF EXISTS `g516db_icl_string_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_string_status` ( `id` bigint(20) unsigned NOT NULL auto_increment, `rid` bigint(20) NOT NULL, `string_translation_id` bigint(20) NOT NULL, `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `md5` varchar(32) NOT NULL, PRIMARY KEY (`id`), KEY `string_translation_id` (`string_translation_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_string_status` -- LOCK TABLES `g516db_icl_string_status` WRITE; /*!40000 ALTER TABLE `g516db_icl_string_status` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_icl_string_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_string_translations` -- DROP TABLE IF EXISTS `g516db_icl_string_translations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_string_translations` ( `id` bigint(20) unsigned NOT NULL auto_increment, `string_id` bigint(20) unsigned NOT NULL, `language` varchar(10) NOT NULL, `status` tinyint(4) NOT NULL, `value` text, `translator_id` bigint(20) unsigned default NULL, `translation_service` varchar(16) NOT NULL default '', `batch_id` int(11) NOT NULL default '0', `translation_date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `string_language` (`string_id`,`language`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_string_translations` -- LOCK TABLES `g516db_icl_string_translations` WRITE; /*!40000 ALTER TABLE `g516db_icl_string_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_icl_string_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_strings` -- DROP TABLE IF EXISTS `g516db_icl_strings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_strings` ( `id` bigint(20) unsigned NOT NULL auto_increment, `language` varchar(7) NOT NULL, `context` varchar(160) NOT NULL, `name` varchar(160) NOT NULL, `value` text NOT NULL, `string_package_id` bigint(20) unsigned default NULL, `type` varchar(40) NOT NULL default 'LINE', `title` varchar(160) default NULL, `status` tinyint(4) NOT NULL, `gettext_context` text NOT NULL, `domain_name_context_md5` varchar(32) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `uc_domain_name_context_md5` (`domain_name_context_md5`), KEY `language_context` (`language`,`context`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_strings` -- LOCK TABLES `g516db_icl_strings` WRITE; /*!40000 ALTER TABLE `g516db_icl_strings` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_icl_strings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_translate` -- DROP TABLE IF EXISTS `g516db_icl_translate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_translate` ( `tid` bigint(20) unsigned NOT NULL auto_increment, `job_id` bigint(20) unsigned NOT NULL, `content_id` bigint(20) unsigned NOT NULL, `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `field_type` varchar(160) NOT NULL, `field_format` varchar(16) NOT NULL, `field_translate` tinyint(4) NOT NULL, `field_data` longtext NOT NULL, `field_data_translated` longtext NOT NULL, `field_finished` tinyint(4) NOT NULL default '0', PRIMARY KEY (`tid`), KEY `job_id` (`job_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_translate` -- LOCK TABLES `g516db_icl_translate` WRITE; /*!40000 ALTER TABLE `g516db_icl_translate` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_icl_translate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_translate_job` -- DROP TABLE IF EXISTS `g516db_icl_translate_job`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_translate_job` ( `job_id` bigint(20) unsigned NOT NULL auto_increment, `rid` bigint(20) unsigned NOT NULL, `translator_id` int(10) unsigned NOT NULL, `translated` tinyint(3) unsigned NOT NULL default '0', `manager_id` int(10) unsigned NOT NULL, `revision` int(10) unsigned default NULL, PRIMARY KEY (`job_id`), KEY `rid` (`rid`,`translator_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_translate_job` -- LOCK TABLES `g516db_icl_translate_job` WRITE; /*!40000 ALTER TABLE `g516db_icl_translate_job` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_icl_translate_job` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_translation_batches` -- DROP TABLE IF EXISTS `g516db_icl_translation_batches`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_translation_batches` ( `id` int(11) NOT NULL auto_increment, `batch_name` text NOT NULL, `tp_id` int(11) default NULL, `ts_url` text, `last_update` datetime default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_translation_batches` -- LOCK TABLES `g516db_icl_translation_batches` WRITE; /*!40000 ALTER TABLE `g516db_icl_translation_batches` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_icl_translation_batches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_translation_status` -- DROP TABLE IF EXISTS `g516db_icl_translation_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_translation_status` ( `rid` bigint(20) NOT NULL auto_increment, `translation_id` bigint(20) NOT NULL, `status` tinyint(4) NOT NULL, `translator_id` bigint(20) NOT NULL, `needs_update` tinyint(4) NOT NULL, `md5` varchar(32) NOT NULL, `translation_service` varchar(16) NOT NULL, `batch_id` int(11) NOT NULL default '0', `translation_package` text NOT NULL, `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `links_fixed` tinyint(4) NOT NULL default '0', `_prevstate` longtext, PRIMARY KEY (`rid`), UNIQUE KEY `translation_id` (`translation_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_translation_status` -- LOCK TABLES `g516db_icl_translation_status` WRITE; /*!40000 ALTER TABLE `g516db_icl_translation_status` DISABLE KEYS */; INSERT INTO `g516db_icl_translation_status` VALUES (1,634,10,0,0,'','',0,'','2015-09-02 00:59:50',0,NULL),(2,637,9,0,0,'','',0,'','2015-09-02 02:01:03',0,NULL),(3,638,9,0,0,'','',0,'','2015-09-02 02:06:25',0,NULL); /*!40000 ALTER TABLE `g516db_icl_translation_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_icl_translations` -- DROP TABLE IF EXISTS `g516db_icl_translations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_icl_translations` ( `translation_id` bigint(20) NOT NULL auto_increment, `element_type` varchar(36) NOT NULL default 'post_post', `element_id` bigint(20) default NULL, `trid` bigint(20) NOT NULL, `language_code` varchar(7) NOT NULL, `source_language_code` varchar(7) default NULL, PRIMARY KEY (`translation_id`), UNIQUE KEY `trid_lang` (`trid`,`language_code`), UNIQUE KEY `el_type_id` (`element_type`,`element_id`), KEY `trid` (`trid`), KEY `id_type_language` (`element_id`,`element_type`,`language_code`) ) ENGINE=MyISAM AUTO_INCREMENT=703 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_icl_translations` -- LOCK TABLES `g516db_icl_translations` WRITE; /*!40000 ALTER TABLE `g516db_icl_translations` DISABLE KEYS */; INSERT INTO `g516db_icl_translations` VALUES (1,'post_forum',1655,1655,'en',NULL),(2,'post_forum',1687,1687,'en',NULL),(3,'post_forum',1634,1634,'en',NULL),(4,'post_forum',1644,1644,'en',NULL),(5,'post_forum',1659,1659,'en',NULL),(6,'post_forum',1662,1662,'en',NULL),(7,'post_forum',1667,1667,'en',NULL),(8,'post_forum',1677,1677,'en',NULL),(9,'post_forum',2277,2277,'en',NULL),(10,'post_forum',2280,2280,'en',NULL),(11,'post_forum',2282,2282,'en',NULL),(12,'post_forum',2288,2288,'en',NULL),(23,'post_nav_menu_item',2708,2708,'en',NULL),(24,'post_nav_menu_item',2709,2709,'en',NULL),(25,'post_nav_menu_item',2710,2710,'en',NULL),(26,'post_nav_menu_item',2711,2711,'en',NULL),(27,'post_nav_menu_item',2712,2712,'en',NULL),(28,'post_nav_menu_item',2713,2713,'en',NULL),(29,'post_nav_menu_item',2714,2714,'en',NULL),(33,'post_nav_menu_item',2718,2718,'en',NULL),(34,'post_nav_menu_item',2719,2719,'en',NULL),(35,'post_nav_menu_item',2720,2720,'en',NULL),(36,'post_nav_menu_item',2721,2721,'en',NULL),(37,'post_nav_menu_item',2722,2722,'en',NULL),(38,'post_nav_menu_item',2723,2723,'en',NULL),(39,'post_nav_menu_item',2724,2724,'en',NULL),(40,'post_nav_menu_item',2725,2725,'en',NULL),(41,'post_nav_menu_item',2726,2726,'en',NULL),(49,'post_nav_menu_item',2734,2734,'en',NULL),(50,'post_nav_menu_item',2735,2735,'en',NULL),(51,'post_nav_menu_item',2736,2736,'en',NULL),(54,'post_nav_menu_item',2739,2739,'en',NULL),(57,'post_nav_menu_item',2742,2742,'en',NULL),(58,'post_nav_menu_item',2743,2743,'en',NULL),(59,'post_nav_menu_item',2744,2744,'en',NULL),(60,'post_nav_menu_item',2745,2745,'en',NULL),(66,'post_nav_menu_item',2751,2751,'en',NULL),(67,'post_nav_menu_item',2752,2752,'en',NULL),(69,'post_nav_menu_item',2754,2754,'en',NULL),(70,'post_nav_menu_item',2755,2755,'en',NULL),(71,'post_nav_menu_item',2756,2756,'en',NULL),(72,'post_nav_menu_item',2757,2757,'en',NULL),(73,'post_nav_menu_item',2758,2758,'en',NULL),(74,'post_nav_menu_item',2759,2759,'en',NULL),(75,'post_nav_menu_item',2760,2760,'en',NULL),(76,'post_nav_menu_item',2761,2761,'en',NULL),(79,'post_nav_menu_item',2764,2764,'en',NULL),(80,'post_nav_menu_item',2765,2765,'en',NULL),(91,'post_nav_menu_item',3031,3031,'en',NULL),(101,'post_nav_menu_item',3041,3041,'en',NULL),(110,'post_nav_menu_item',3050,3050,'en',NULL),(112,'post_nav_menu_item',3052,3052,'en',NULL),(113,'post_nav_menu_item',3053,3053,'en',NULL),(132,'post_nav_menu_item',3072,3072,'en',NULL),(134,'post_nav_menu_item',3074,3074,'en',NULL),(139,'post_nav_menu_item',3079,3079,'en',NULL),(140,'post_nav_menu_item',3080,3080,'en',NULL),(141,'post_nav_menu_item',3081,3081,'en',NULL),(142,'post_nav_menu_item',3082,3082,'en',NULL),(143,'post_nav_menu_item',3083,3083,'en',NULL),(144,'post_nav_menu_item',3084,3084,'en',NULL),(150,'post_nav_menu_item',3095,3095,'en',NULL),(151,'post_nav_menu_item',3097,3097,'en',NULL),(152,'post_nav_menu_item',3096,3096,'en',NULL),(702,'post_nav_menu_item',3708,3617,'en',NULL),(156,'post_nav_menu_item',3200,3200,'en',NULL),(157,'post_nav_menu_item',3209,3209,'en',NULL),(158,'post_option-tree',5,5,'en',NULL),(159,'post_ourteam',801,801,'en',NULL),(160,'post_ourteam',803,803,'en',NULL),(161,'post_ourteam',804,804,'en',NULL),(162,'post_ourteam',805,805,'en',NULL),(163,'post_ourteam',817,817,'en',NULL),(164,'post_ourteam',818,818,'en',NULL),(166,'post_page',536,536,'en',NULL),(175,'post_page',1441,1441,'en',NULL),(176,'post_page',1442,1442,'en',NULL),(177,'post_page',1443,1443,'en',NULL),(178,'post_page',1444,1444,'en',NULL),(179,'post_page',1445,1445,'en',NULL),(180,'post_page',1454,1454,'en',NULL),(190,'post_page',1632,1632,'en',NULL),(192,'post_page',1689,1689,'en',NULL),(194,'post_page',1752,1752,'en',NULL),(196,'post_page',1791,1791,'en',NULL),(199,'post_page',3123,3123,'en',NULL),(200,'post_page',3125,3125,'en',NULL),(202,'post_page',3197,3197,'en',NULL),(203,'post_page',3206,3206,'en',NULL),(204,'post_polylang_mo',3245,3245,'en',NULL),(205,'post_polylang_mo',3246,3246,'en',NULL),(206,'post_polylang_mo',3247,3247,'en',NULL),(207,'post_polylang_mo',3248,3248,'en',NULL),(277,'post_reply',1642,1642,'en',NULL),(278,'post_reply',1656,1656,'en',NULL),(279,'post_reply',1657,1657,'en',NULL),(280,'post_reply',1676,1676,'en',NULL),(281,'post_reply',1680,1680,'en',NULL),(282,'post_reply',1685,1685,'en',NULL),(283,'post_tmm',2052,2052,'en',NULL),(284,'post_topic',1636,1636,'en',NULL),(285,'post_topic',1638,1638,'en',NULL),(286,'post_topic',1640,1640,'en',NULL),(287,'post_topic',1646,1646,'en',NULL),(288,'post_topic',1648,1648,'en',NULL),(289,'post_topic',1650,1650,'en',NULL),(290,'post_topic',1661,1661,'en',NULL),(291,'post_topic',1672,1672,'en',NULL),(292,'post_topic',1683,1683,'en',NULL),(293,'post_topic',2284,2284,'en',NULL),(294,'post_topic',2285,2285,'en',NULL),(295,'post_topic',2291,2291,'en',NULL),(296,'post_tribe_events',304,304,'en',NULL),(297,'post_tribe_events',305,305,'en',NULL),(298,'post_tribe_events',308,308,'en',NULL),(299,'post_tribe_events',310,310,'en',NULL),(300,'post_tribe_events',312,312,'en',NULL),(301,'post_tribe_events',313,313,'en',NULL),(302,'post_tribe_events',314,314,'en',NULL),(303,'post_tribe_events',315,315,'en',NULL),(304,'post_tribe_events',860,860,'en',NULL),(305,'post_tribe_events',965,965,'en',NULL),(306,'post_tribe_events',1067,1067,'en',NULL),(307,'post_tribe_events',1069,1069,'en',NULL),(308,'post_tribe_events',1071,1071,'en',NULL),(309,'post_tribe_events',1074,1074,'en',NULL),(310,'post_tribe_events',2089,2089,'en',NULL),(311,'post_tribe_events',2090,2090,'en',NULL),(312,'post_tribe_events',2091,2091,'en',NULL),(313,'post_tribe_events',2092,2092,'en',NULL),(314,'post_tribe_events',2094,2094,'en',NULL),(315,'post_tribe_events',2095,2095,'en',NULL),(316,'post_tribe_events',2093,2093,'en',NULL),(317,'post_tribe_events',2973,2973,'en',NULL),(318,'post_tribe_organizer',323,323,'en',NULL),(319,'post_tribe_organizer',1077,1077,'en',NULL),(320,'post_tribe_venue',319,319,'en',NULL),(321,'post_tribe_venue',324,324,'en',NULL),(322,'post_tribe_venue',374,374,'en',NULL),(323,'post_tribe_venue',1078,1078,'en',NULL),(324,'post_tribe_venue',2055,2055,'en',NULL),(325,'post_tribe_venue',2974,2974,'en',NULL),(326,'post_wpcf7_contact_form',3020,3020,'en',NULL),(327,'post_wpcf7_contact_form',888,888,'en',NULL),(328,'post_wpcf7_contact_form',1059,1059,'en',NULL),(329,'post_wpcf7_contact_form',1701,1701,'en',NULL),(330,'post_wpcf7_contact_form',4,4,'en',NULL),(512,'tax_category',1,3302,'en',NULL),(513,'tax_category',2,3303,'en',NULL),(514,'tax_category',3,3304,'en',NULL),(515,'tax_category',4,3305,'en',NULL),(516,'tax_category',5,3306,'en',NULL),(517,'tax_category',6,3307,'en',NULL),(518,'tax_category',7,3308,'en',NULL),(519,'tax_category',8,3309,'en',NULL),(520,'tax_category',9,3310,'en',NULL),(521,'tax_category',10,3311,'en',NULL),(522,'tax_category',49,3350,'en',NULL),(523,'tax_category',53,3354,'en',NULL),(524,'tax_category',57,3358,'en',NULL),(525,'tax_category',61,3362,'en',NULL),(527,'tax_post_tag',11,3374,'en',NULL),(528,'tax_post_tag',12,3375,'en',NULL),(529,'tax_post_tag',13,3376,'en',NULL),(530,'tax_post_tag',14,3377,'en',NULL),(531,'tax_post_tag',15,3378,'en',NULL),(532,'tax_post_tag',16,3379,'en',NULL),(533,'tax_post_tag',17,3380,'en',NULL),(534,'tax_nav_menu',32,3413,'en',NULL),(535,'tax_nav_menu',33,3414,'en',NULL),(536,'tax_nav_menu',34,3415,'en',NULL),(537,'tax_nav_menu',35,3416,'en',NULL),(538,'tax_nav_menu',36,3417,'en',NULL),(539,'tax_nav_menu',37,3418,'en',NULL),(540,'tax_nav_menu',38,3419,'en',NULL),(541,'tax_nav_menu',39,3420,'en',NULL),(543,'tax_nav_menu',43,3424,'en',NULL),(549,'tax_post_format',41,3466,'en',NULL),(550,'tax_post_format',42,3467,'en',NULL),(552,'tax_topic-tag',18,3486,'en',NULL),(553,'tax_topic-tag',24,3492,'en',NULL),(554,'tax_topic-tag',25,3493,'en',NULL),(555,'tax_topic-tag',26,3494,'en',NULL),(556,'tax_topic-tag',27,3495,'en',NULL),(557,'tax_topic-tag',28,3496,'en',NULL),(558,'tax_topic-tag',29,3497,'en',NULL),(559,'tax_topic-tag',30,3498,'en',NULL),(560,'tax_topic-tag',31,3499,'en',NULL),(567,'comment',1,3501,'en',NULL),(568,'comment',7,3507,'en',NULL),(569,'comment',8,3508,'en',NULL),(570,'comment',9,3509,'en',NULL),(571,'comment',10,3510,'en',NULL),(572,'comment',11,3511,'en',NULL),(573,'comment',12,3512,'en',NULL),(574,'comment',13,3513,'en',NULL),(575,'comment',14,3514,'en',NULL),(576,'comment',15,3515,'en',NULL),(577,'comment',16,3516,'en',NULL),(578,'comment',17,3517,'en',NULL),(579,'comment',18,3518,'en',NULL),(580,'comment',19,3519,'en',NULL),(581,'comment',20,3520,'en',NULL),(582,'comment',21,3521,'en',NULL),(583,'comment',22,3522,'en',NULL),(584,'comment',23,3523,'en',NULL),(585,'comment',24,3524,'en',NULL),(586,'comment',25,3525,'en',NULL),(587,'comment',26,3526,'en',NULL),(588,'comment',27,3527,'en',NULL),(589,'comment',28,3528,'en',NULL),(590,'comment',29,3529,'en',NULL),(591,'comment',30,3530,'en',NULL),(592,'comment',31,3531,'en',NULL),(593,'comment',32,3532,'en',NULL),(594,'comment',33,3533,'en',NULL),(595,'comment',34,3534,'en',NULL),(596,'comment',35,3535,'en',NULL),(597,'comment',36,3536,'en',NULL),(598,'comment',37,3537,'en',NULL),(599,'comment',38,3538,'en',NULL),(600,'comment',39,3539,'en',NULL),(601,'comment',40,3540,'en',NULL),(602,'comment',41,3541,'en',NULL),(603,'comment',42,3542,'en',NULL),(604,'comment',43,3543,'en',NULL),(605,'comment',44,3544,'en',NULL),(606,'comment',45,3545,'en',NULL),(607,'comment',46,3546,'en',NULL),(608,'comment',47,3547,'en',NULL),(609,'comment',48,3548,'en',NULL),(610,'comment',49,3549,'en',NULL),(611,'comment',50,3550,'en',NULL),(612,'comment',51,3551,'en',NULL),(613,'comment',52,3552,'en',NULL),(614,'comment',53,3553,'en',NULL),(615,'comment',54,3554,'en',NULL),(616,'comment',55,3555,'en',NULL),(617,'comment',2,3502,'en',NULL),(618,'comment',3,3503,'en',NULL),(619,'comment',4,3504,'en',NULL),(620,'comment',5,3505,'en',NULL),(621,'comment',6,3506,'en',NULL),(630,'tax_category',101,3350,'zh-hans','en'),(631,'tax_category',102,3350,'ja','en'),(632,'tax_category',103,3350,'ko','en'),(633,'tax_ourteam-category',22,3556,'en',NULL),(634,'post_page',3304,3132,'zh-hans','en'),(637,'post_page',3318,3132,'ja','en'),(638,'post_page',3321,3132,'ko','en'),(639,'tax_nav_menu',105,3557,'en',NULL),(641,'post_page',3383,3559,'en',NULL),(642,'post_nav_menu_item',3385,3560,'en',NULL),(643,'post_page',3382,3561,'en',NULL),(644,'post_nav_menu_item',3391,3562,'en',NULL),(645,'tax_nav_menu',106,3563,'en',NULL),(646,'post_nav_menu_item',3393,3564,'en',NULL),(650,'post_nav_menu_item',3409,3568,'en',NULL),(653,'post_page',3417,3571,'en',NULL),(654,'post_page',3419,3572,'en',NULL),(655,'post_nav_menu_item',3421,3573,'en',NULL),(656,'post_nav_menu_item',3422,3574,'en',NULL),(658,'post_page',3435,3576,'en',NULL),(659,'post_page',3437,3577,'en',NULL),(660,'post_nav_menu_item',3440,3578,'en',NULL),(661,'post_nav_menu_item',3441,3579,'en',NULL),(662,'post_page',3443,3580,'en',NULL),(663,'post_nav_menu_item',3446,3581,'en',NULL),(664,'post_page',3448,3582,'en',NULL),(666,'post_page',3453,3584,'en',NULL),(667,'post_nav_menu_item',3472,3585,'en',NULL),(668,'post_nav_menu_item',3474,3586,'en',NULL),(669,'post_page',3475,3587,'en',NULL),(670,'post_nav_menu_item',3478,3588,'en',NULL),(671,'post_page',3479,3589,'en',NULL),(672,'post_nav_menu_item',3481,3590,'en',NULL),(673,'post_nav_menu_item',3482,3591,'en',NULL),(674,'tax_post_tag',107,3592,'en',NULL),(675,'tax_post_tag',108,3593,'en',NULL),(676,'tax_post_tag',109,3594,'en',NULL),(678,'tax_post_tag',110,3596,'en',NULL),(680,'post_page',3537,3598,'en',NULL),(681,'post_page',3549,3599,'en',NULL),(682,'post_nav_menu_item',3551,3600,'en',NULL),(684,'post_page',3586,3602,'en',NULL),(685,'post_page',3588,3603,'en',NULL),(686,'tax_post_tag',111,3604,'en',NULL),(687,'post_nav_menu_item',3590,3605,'en',NULL),(688,'post_nav_menu_item',3591,3606,'en',NULL),(689,'post_nav_menu_item',3592,3607,'en',NULL),(690,'post_nav_menu_item',3593,3608,'en',NULL),(691,'post_page',3594,3609,'en',NULL),(692,'post_page',3596,3610,'en',NULL),(693,'post_nav_menu_item',3598,3611,'en',NULL),(694,'post_nav_menu_item',3599,3612,'en',NULL),(695,'post_nav_menu_item',3672,3613,'en',NULL),(696,'post_nav_menu_item',3673,3614,'en',NULL),(701,'post_nav_menu_item',3707,3616,'en',NULL); /*!40000 ALTER TABLE `g516db_icl_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_links` -- DROP TABLE IF EXISTS `g516db_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_links` -- LOCK TABLES `g516db_links` WRITE; /*!40000 ALTER TABLE `g516db_links` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_options` -- DROP TABLE IF EXISTS `g516db_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=7975 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_options` -- LOCK TABLES `g516db_options` WRITE; /*!40000 ALTER TABLE `g516db_options` DISABLE KEYS */; INSERT INTO `g516db_options` VALUES (1,'siteurl','http://genewyork.com','yes'),(2,'home','http://genewyork.com','yes'),(3,'blogname','GENY School','yes'),(4,'blogdescription','ESL Language and Private Career School','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','genywebmaster@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','49','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:22:{i:0;s:19:\"akismet/akismet.php\";i:1;s:19:\"bbpress/bbpress.php\";i:2;s:43:\"better-font-awesome/better-font-awesome.php\";i:3;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:45:\"enable-media-replace/enable-media-replace.php\";i:6;s:27:\"js_composer/js_composer.php\";i:7;s:21:\"megamenu/megamenu.php\";i:8;s:25:\"option-tree/ot-loader.php\";i:9;s:23:\"revslider/revslider.php\";i:10;s:40:\"sitepress-multilingual-cms/sitepress.php\";i:11;s:23:\"slider-image/slider.php\";i:12;s:23:\"tag-pages/tag-pages.php\";i:13;s:33:\"theme-my-login/theme-my-login.php\";i:14;s:25:\"tz-plazart/tz-plazart.php\";i:15;s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";i:16;s:41:\"wordpress-importer/wordpress-importer.php\";i:17;s:45:\"wp-admin-bar-removal/wp-admin-bar-removal.php\";i:18;s:27:\"wp-pagenavi/wp-pagenavi.php\";i:19;s:23:\"wp-rocket/wp-rocket.php\";i:20;s:23:\"wp-smushit/wp-smush.php\";i:21;s:23:\"wpml-cms-nav/plugin.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','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:104:\"\\\\WDP\\DFS\\30\\8\\7\\4\\3057594478\\user\\sites\\4064454.site\\www/wp-content/plugins/js_composer/js_composer.php\";i:1;s:97:\"\\\\WDP\\DFS\\30\\8\\7\\4\\3057594478\\user\\sites\\4064454.site\\www/wp-content/themes/ethic-child/style.css\";i:2;s:139:\"\\\\WDP\\DFS\\30\\8\\7\\4\\3057594478\\user\\sites\\4064454.site\\www/wp-content/plugins/global-admin-bar-hide-or-remove/global-hide-admin-tool-bar.php\";i:3;s:96:\"\\\\WDP\\DFS\\30\\8\\7\\4\\3057594478\\user\\sites\\4064454.site\\www/wp-content/plugins/akismet/akismet.php\";i:4;s:60:\"/Users/oneway/Code/GENY-wp/wp-content/themes/ethic/style.css\";}','no'),(41,'template','ethic','yes'),(42,'stylesheet','ethic','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','2','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','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','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:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:3:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:12:\"Contact Info\";s:4:\"text\";s:144:\"519 8th Avenue 2nd Floor\r\n</br>\r\nNew York , NY 10018\r\n</br>\r\nPhone: (646) 794-8333\r\n</br>\r\nFax: (212) 564-9358\r\n</br>\r\nEmail: info@genewyork.com\";s:6:\"filter\";b: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:4:{s:33:\"theme-my-login/theme-my-login.php\";a:2:{i:0;s:20:\"Theme_My_Login_Admin\";i:1;s:9:\"uninstall\";}s:27:\"wp-pagenavi/wp-pagenavi.php\";s:14:\"__return_false\";s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:41:\"media-file-cleaner/media-file-cleaner.php\";s:14:\"wpmc_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','536','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33055','yes'),(90,'g516db_user_roles','a:10:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:78:{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:9:\"add_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:10:\"copy_posts\";b:1;s:34:\"wpml_manage_translation_management\";b:1;s:21:\"wpml_manage_languages\";b:1;s:41:\"wpml_manage_theme_and_plugin_localization\";b:1;s:19:\"wpml_manage_support\";b:1;s:36:\"wpml_manage_woocommerce_multilingual\";b:1;s:37:\"wpml_operate_woocommerce_multilingual\";b:1;s:29:\"wpml_manage_media_translation\";b:1;s:22:\"wpml_manage_navigation\";b:1;s:24:\"wpml_manage_sticky_links\";b:1;s:30:\"wpml_manage_string_translation\";b:1;s:33:\"wpml_manage_translation_analytics\";b:1;s:25:\"wpml_manage_wp_menus_sync\";b:1;s:32:\"wpml_manage_taxonomy_translation\";b:1;s:27:\"wpml_manage_troubleshooting\";b:1;s:31:\"wpml_manage_translation_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:10:\"copy_posts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"bbp_keymaster\";a:2:{s:4:\"name\";s:9:\"Keymaster\";s:12:\"capabilities\";a:29:{s:9:\"keep_gate\";b:1;s:8:\"spectate\";b:1;s:11:\"participate\";b:1;s:8:\"moderate\";b:1;s:8:\"throttle\";b:1;s:10:\"view_trash\";b:1;s:14:\"publish_forums\";b:1;s:11:\"edit_forums\";b:1;s:18:\"edit_others_forums\";b:1;s:13:\"delete_forums\";b:1;s:20:\"delete_others_forums\";b:1;s:19:\"read_private_forums\";b:1;s:18:\"read_hidden_forums\";b:1;s:14:\"publish_topics\";b:1;s:11:\"edit_topics\";b:1;s:18:\"edit_others_topics\";b:1;s:13:\"delete_topics\";b:1;s:20:\"delete_others_topics\";b:1;s:19:\"read_private_topics\";b:1;s:15:\"publish_replies\";b:1;s:12:\"edit_replies\";b:1;s:19:\"edit_others_replies\";b:1;s:14:\"delete_replies\";b:1;s:21:\"delete_others_replies\";b:1;s:20:\"read_private_replies\";b:1;s:17:\"manage_topic_tags\";b:1;s:15:\"edit_topic_tags\";b:1;s:17:\"delete_topic_tags\";b:1;s:17:\"assign_topic_tags\";b:1;}}s:13:\"bbp_spectator\";a:2:{s:4:\"name\";s:9:\"Spectator\";s:12:\"capabilities\";a:1:{s:8:\"spectate\";b:1;}}s:11:\"bbp_blocked\";a:2:{s:4:\"name\";s:7:\"Blocked\";s:12:\"capabilities\";a:28:{s:8:\"spectate\";b:0;s:11:\"participate\";b:0;s:8:\"moderate\";b:0;s:8:\"throttle\";b:0;s:10:\"view_trash\";b:0;s:14:\"publish_forums\";b:0;s:11:\"edit_forums\";b:0;s:18:\"edit_others_forums\";b:0;s:13:\"delete_forums\";b:0;s:20:\"delete_others_forums\";b:0;s:19:\"read_private_forums\";b:0;s:18:\"read_hidden_forums\";b:0;s:14:\"publish_topics\";b:0;s:11:\"edit_topics\";b:0;s:18:\"edit_others_topics\";b:0;s:13:\"delete_topics\";b:0;s:20:\"delete_others_topics\";b:0;s:19:\"read_private_topics\";b:0;s:15:\"publish_replies\";b:0;s:12:\"edit_replies\";b:0;s:19:\"edit_others_replies\";b:0;s:14:\"delete_replies\";b:0;s:21:\"delete_others_replies\";b:0;s:20:\"read_private_replies\";b:0;s:17:\"manage_topic_tags\";b:0;s:15:\"edit_topic_tags\";b:0;s:17:\"delete_topic_tags\";b:0;s:17:\"assign_topic_tags\";b:0;}}s:13:\"bbp_moderator\";a:2:{s:4:\"name\";s:9:\"Moderator\";s:12:\"capabilities\";a:25:{s:8:\"spectate\";b:1;s:11:\"participate\";b:1;s:8:\"moderate\";b:1;s:8:\"throttle\";b:1;s:10:\"view_trash\";b:1;s:14:\"publish_forums\";b:1;s:11:\"edit_forums\";b:1;s:19:\"read_private_forums\";b:1;s:18:\"read_hidden_forums\";b:1;s:14:\"publish_topics\";b:1;s:11:\"edit_topics\";b:1;s:18:\"edit_others_topics\";b:1;s:13:\"delete_topics\";b:1;s:20:\"delete_others_topics\";b:1;s:19:\"read_private_topics\";b:1;s:15:\"publish_replies\";b:1;s:12:\"edit_replies\";b:1;s:19:\"edit_others_replies\";b:1;s:14:\"delete_replies\";b:1;s:21:\"delete_others_replies\";b:1;s:20:\"read_private_replies\";b:1;s:17:\"manage_topic_tags\";b:1;s:15:\"edit_topic_tags\";b:1;s:17:\"delete_topic_tags\";b:1;s:17:\"assign_topic_tags\";b:1;}}s:15:\"bbp_participant\";a:2:{s:4:\"name\";s:11:\"Participant\";s:12:\"capabilities\";a:8:{s:8:\"spectate\";b:1;s:11:\"participate\";b:1;s:19:\"read_private_forums\";b:1;s:14:\"publish_topics\";b:1;s:11:\"edit_topics\";b:1;s:15:\"publish_replies\";b:1;s:12:\"edit_replies\";b:1;s:17:\"assign_topic_tags\";b:1;}}}','yes'),(3104,'_transient_timeout_feed_mod_696c5cae47c2819ede33327da4ef81e5','1442897369','no'),(3105,'_transient_feed_mod_696c5cae47c2819ede33327da4ef81e5','1442854169','no'),(91,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:21:\"icl_lang_sel_widget-4\";i:1;s:18:\"note_top_content-3\";}s:23:\"plazart-sidebar-default\";a:1:{i:0;s:21:\"icl_lang_sel_widget-6\";}s:21:\"plazart-sidebar-login\";a:0:{}s:22:\"plazart-sidebar-header\";a:0:{}s:16:\"plazart-footer-1\";a:1:{i:0;s:10:\"nav_menu-2\";}s:16:\"plazart-footer-2\";a:1:{i:0;s:10:\"nav_menu-3\";}s:16:\"plazart-footer-3\";a:1:{i:0;s:10:\"nav_menu-6\";}s:16:\"plazart-footer-4\";a:1:{i:0;s:6:\"text-2\";}s:9:\"mega-menu\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(98,'cron','a:7:{i:1448999520;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1449006872;a:1:{s:24:\"update_wpml_config_index\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1449028844;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:1449029153;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:1449068884;a:1:{s:23:\"rocket_purge_time_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"rocket_purge\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1449072056;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;}}}s:7:\"version\";i:2;}','yes'),(108,'_transient_random_seed','06b34636252a47a4c88581444cb78d6f','yes'),(130,'current_theme','Ethic WordPress Theme','yes'),(131,'theme_mods_ethic','a:3:{i:0;b:0;s:19:\"ot_set_google_fonts\";a:0:{}s:18:\"nav_menu_locations\";a:5:{s:7:\"primary\";s:2:\"43\";s:9:\"menu-left\";s:3:\"106\";s:11:\"menu-cavans\";N;s:10:\"menu-right\";N;s:15:\"max_mega_menu_1\";s:3:\"105\";}}','yes'),(132,'theme_switched','','yes'),(133,'revslider_checktables','1','yes'),(134,'revslider-static-css','.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}','yes'),(135,'revslider-update-check-short','1448926123','yes'),(138,'bp-deactivated-components','a:0:{}','yes'),(139,'bb-config-location','/Users/oneway/Code/GENY-wp/bb-config.php','yes'),(140,'bp-xprofile-base-group-name','Base','yes'),(141,'bp-xprofile-fullname-field-name','Name','yes'),(142,'bp-blogs-first-install','','yes'),(143,'bp-disable-profile-sync','','yes'),(144,'hide-loggedout-adminbar','','yes'),(145,'bp-disable-avatar-uploads','','yes'),(146,'bp-disable-group-avatar-uploads','','yes'),(147,'bp-disable-account-deletion','','yes'),(148,'bp-disable-blogforum-comments','1','yes'),(149,'_bp_theme_package_id','legacy','yes'),(150,'bp_restrict_group_creation','','yes'),(151,'_bp_enable_akismet','1','yes'),(152,'_bp_enable_heartbeat_refresh','1','yes'),(153,'_bp_force_buddybar','','yes'),(154,'_bp_retain_bp_default','','yes'),(155,'widget_bp_core_login_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(156,'widget_bp_core_members_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(157,'widget_bp_core_whos_online_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_bp_core_recently_active_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_bp_groups_widget','','yes'),(160,'widget_bp_messages_sitewide_notices_widget','','yes'),(165,'wpcf7','a:1:{s:7:\"version\";s:3:\"4.3\";}','yes'),(169,'tptn_db_version','5.0','yes'),(170,'pagenavi_options','a:15:{s:10:\"pages_text\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:12:\"current_text\";s:13:\"%PAGE_NUMBER%\";s:9:\"page_text\";s:13:\"%PAGE_NUMBER%\";s:10:\"first_text\";s:13:\"« First\";s:9:\"last_text\";s:12:\"Last »\";s:9:\"prev_text\";s:7:\"«\";s:9:\"next_text\";s:7:\"»\";s:12:\"dotleft_text\";s:3:\"...\";s:13:\"dotright_text\";s:3:\"...\";s:9:\"num_pages\";i:5;s:23:\"num_larger_page_numbers\";i:3;s:28:\"larger_page_numbers_multiple\";i:10;s:11:\"always_show\";b:0;s:16:\"use_pagenavi_css\";b:1;s:5:\"style\";i:1;}','yes'),(173,'recently_activated','a:9:{s:33:\"w3-total-cache/w3-total-cache.php\";i:1442964964;s:41:\"media-file-cleaner/media-file-cleaner.php\";i:1442963381;s:27:\"wp-optimize/wp-optimize.php\";i:1442890396;s:17:\"top-10/top-10.php\";i:1442871707;s:24:\"buddypress/bp-loader.php\";i:1442852775;s:43:\"the-events-calendar/the-events-calendar.php\";i:1442852684;s:20:\"team-members/tmm.php\";i:1442852660;s:9:\"hello.php\";i:1442852639;s:33:\"duplicate-post/duplicate-post.php\";i:1442852628;}','yes'),(175,'ot_hide_cleanup','1','yes'),(176,'tribe_events_calendar_options','a:8:{s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:14:\"schema-version\";s:3:\"3.9\";s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:21:\"previous_ecp_versions\";a:2:{i:0;s:1:\"0\";i:1;s:6:\"3.11.2\";}s:18:\"latest_ecp_version\";s:6:\"3.12.1\";s:19:\"last-update-message\";s:6:\"3.12.1\";s:13:\"earliest_date\";s:19:\"2015-04-10 02:30:00\";s:11:\"latest_date\";s:19:\"2021-06-12 20:00:00\";}','yes'),(177,'tribe_last_save_post','1442852684','yes'),(178,'better-font-awesome_options','a:4:{s:7:\"version\";s:6:\"latest\";s:8:\"minified\";i:1;s:18:\"remove_existing_fa\";s:0:\"\";s:18:\"hide_admin_notices\";s:0:\"\";}','yes'),(7965,'_transient_timeout_bfa-css','1723093868','no'),(7966,'_transient_bfa-css','a:1:{s:5:\"4.7.0\";s:31000:\"/*!\n * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome\n * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)\n */@font-face{font-family:\'FontAwesome\';src:url(\'../fonts/fontawesome-webfont.eot?v=4.7.0\');src:url(\'../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0\') format(\'embedded-opentype\'),url(\'../fonts/fontawesome-webfont.woff2?v=4.7.0\') format(\'woff2\'),url(\'../fonts/fontawesome-webfont.woff?v=4.7.0\') format(\'woff\'),url(\'../fonts/fontawesome-webfont.ttf?v=4.7.0\') format(\'truetype\'),url(\'../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular\') format(\'svg\');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:\"\\f000\"}.fa-music:before{content:\"\\f001\"}.fa-search:before{content:\"\\f002\"}.fa-envelope-o:before{content:\"\\f003\"}.fa-heart:before{content:\"\\f004\"}.fa-star:before{content:\"\\f005\"}.fa-star-o:before{content:\"\\f006\"}.fa-user:before{content:\"\\f007\"}.fa-film:before{content:\"\\f008\"}.fa-th-large:before{content:\"\\f009\"}.fa-th:before{content:\"\\f00a\"}.fa-th-list:before{content:\"\\f00b\"}.fa-check:before{content:\"\\f00c\"}.fa-remove:before,.fa-close:before,.fa-times:before{content:\"\\f00d\"}.fa-search-plus:before{content:\"\\f00e\"}.fa-search-minus:before{content:\"\\f010\"}.fa-power-off:before{content:\"\\f011\"}.fa-signal:before{content:\"\\f012\"}.fa-gear:before,.fa-cog:before{content:\"\\f013\"}.fa-trash-o:before{content:\"\\f014\"}.fa-home:before{content:\"\\f015\"}.fa-file-o:before{content:\"\\f016\"}.fa-clock-o:before{content:\"\\f017\"}.fa-road:before{content:\"\\f018\"}.fa-download:before{content:\"\\f019\"}.fa-arrow-circle-o-down:before{content:\"\\f01a\"}.fa-arrow-circle-o-up:before{content:\"\\f01b\"}.fa-inbox:before{content:\"\\f01c\"}.fa-play-circle-o:before{content:\"\\f01d\"}.fa-rotate-right:before,.fa-repeat:before{content:\"\\f01e\"}.fa-refresh:before{content:\"\\f021\"}.fa-list-alt:before{content:\"\\f022\"}.fa-lock:before{content:\"\\f023\"}.fa-flag:before{content:\"\\f024\"}.fa-headphones:before{content:\"\\f025\"}.fa-volume-off:before{content:\"\\f026\"}.fa-volume-down:before{content:\"\\f027\"}.fa-volume-up:before{content:\"\\f028\"}.fa-qrcode:before{content:\"\\f029\"}.fa-barcode:before{content:\"\\f02a\"}.fa-tag:before{content:\"\\f02b\"}.fa-tags:before{content:\"\\f02c\"}.fa-book:before{content:\"\\f02d\"}.fa-bookmark:before{content:\"\\f02e\"}.fa-print:before{content:\"\\f02f\"}.fa-camera:before{content:\"\\f030\"}.fa-font:before{content:\"\\f031\"}.fa-bold:before{content:\"\\f032\"}.fa-italic:before{content:\"\\f033\"}.fa-text-height:before{content:\"\\f034\"}.fa-text-width:before{content:\"\\f035\"}.fa-align-left:before{content:\"\\f036\"}.fa-align-center:before{content:\"\\f037\"}.fa-align-right:before{content:\"\\f038\"}.fa-align-justify:before{content:\"\\f039\"}.fa-list:before{content:\"\\f03a\"}.fa-dedent:before,.fa-outdent:before{content:\"\\f03b\"}.fa-indent:before{content:\"\\f03c\"}.fa-video-camera:before{content:\"\\f03d\"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:\"\\f03e\"}.fa-pencil:before{content:\"\\f040\"}.fa-map-marker:before{content:\"\\f041\"}.fa-adjust:before{content:\"\\f042\"}.fa-tint:before{content:\"\\f043\"}.fa-edit:before,.fa-pencil-square-o:before{content:\"\\f044\"}.fa-share-square-o:before{content:\"\\f045\"}.fa-check-square-o:before{content:\"\\f046\"}.fa-arrows:before{content:\"\\f047\"}.fa-step-backward:before{content:\"\\f048\"}.fa-fast-backward:before{content:\"\\f049\"}.fa-backward:before{content:\"\\f04a\"}.fa-play:before{content:\"\\f04b\"}.fa-pause:before{content:\"\\f04c\"}.fa-stop:before{content:\"\\f04d\"}.fa-forward:before{content:\"\\f04e\"}.fa-fast-forward:before{content:\"\\f050\"}.fa-step-forward:before{content:\"\\f051\"}.fa-eject:before{content:\"\\f052\"}.fa-chevron-left:before{content:\"\\f053\"}.fa-chevron-right:before{content:\"\\f054\"}.fa-plus-circle:before{content:\"\\f055\"}.fa-minus-circle:before{content:\"\\f056\"}.fa-times-circle:before{content:\"\\f057\"}.fa-check-circle:before{content:\"\\f058\"}.fa-question-circle:before{content:\"\\f059\"}.fa-info-circle:before{content:\"\\f05a\"}.fa-crosshairs:before{content:\"\\f05b\"}.fa-times-circle-o:before{content:\"\\f05c\"}.fa-check-circle-o:before{content:\"\\f05d\"}.fa-ban:before{content:\"\\f05e\"}.fa-arrow-left:before{content:\"\\f060\"}.fa-arrow-right:before{content:\"\\f061\"}.fa-arrow-up:before{content:\"\\f062\"}.fa-arrow-down:before{content:\"\\f063\"}.fa-mail-forward:before,.fa-share:before{content:\"\\f064\"}.fa-expand:before{content:\"\\f065\"}.fa-compress:before{content:\"\\f066\"}.fa-plus:before{content:\"\\f067\"}.fa-minus:before{content:\"\\f068\"}.fa-asterisk:before{content:\"\\f069\"}.fa-exclamation-circle:before{content:\"\\f06a\"}.fa-gift:before{content:\"\\f06b\"}.fa-leaf:before{content:\"\\f06c\"}.fa-fire:before{content:\"\\f06d\"}.fa-eye:before{content:\"\\f06e\"}.fa-eye-slash:before{content:\"\\f070\"}.fa-warning:before,.fa-exclamation-triangle:before{content:\"\\f071\"}.fa-plane:before{content:\"\\f072\"}.fa-calendar:before{content:\"\\f073\"}.fa-random:before{content:\"\\f074\"}.fa-comment:before{content:\"\\f075\"}.fa-magnet:before{content:\"\\f076\"}.fa-chevron-up:before{content:\"\\f077\"}.fa-chevron-down:before{content:\"\\f078\"}.fa-retweet:before{content:\"\\f079\"}.fa-shopping-cart:before{content:\"\\f07a\"}.fa-folder:before{content:\"\\f07b\"}.fa-folder-open:before{content:\"\\f07c\"}.fa-arrows-v:before{content:\"\\f07d\"}.fa-arrows-h:before{content:\"\\f07e\"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:\"\\f080\"}.fa-twitter-square:before{content:\"\\f081\"}.fa-facebook-square:before{content:\"\\f082\"}.fa-camera-retro:before{content:\"\\f083\"}.fa-key:before{content:\"\\f084\"}.fa-gears:before,.fa-cogs:before{content:\"\\f085\"}.fa-comments:before{content:\"\\f086\"}.fa-thumbs-o-up:before{content:\"\\f087\"}.fa-thumbs-o-down:before{content:\"\\f088\"}.fa-star-half:before{content:\"\\f089\"}.fa-heart-o:before{content:\"\\f08a\"}.fa-sign-out:before{content:\"\\f08b\"}.fa-linkedin-square:before{content:\"\\f08c\"}.fa-thumb-tack:before{content:\"\\f08d\"}.fa-external-link:before{content:\"\\f08e\"}.fa-sign-in:before{content:\"\\f090\"}.fa-trophy:before{content:\"\\f091\"}.fa-github-square:before{content:\"\\f092\"}.fa-upload:before{content:\"\\f093\"}.fa-lemon-o:before{content:\"\\f094\"}.fa-phone:before{content:\"\\f095\"}.fa-square-o:before{content:\"\\f096\"}.fa-bookmark-o:before{content:\"\\f097\"}.fa-phone-square:before{content:\"\\f098\"}.fa-twitter:before{content:\"\\f099\"}.fa-facebook-f:before,.fa-facebook:before{content:\"\\f09a\"}.fa-github:before{content:\"\\f09b\"}.fa-unlock:before{content:\"\\f09c\"}.fa-credit-card:before{content:\"\\f09d\"}.fa-feed:before,.fa-rss:before{content:\"\\f09e\"}.fa-hdd-o:before{content:\"\\f0a0\"}.fa-bullhorn:before{content:\"\\f0a1\"}.fa-bell:before{content:\"\\f0f3\"}.fa-certificate:before{content:\"\\f0a3\"}.fa-hand-o-right:before{content:\"\\f0a4\"}.fa-hand-o-left:before{content:\"\\f0a5\"}.fa-hand-o-up:before{content:\"\\f0a6\"}.fa-hand-o-down:before{content:\"\\f0a7\"}.fa-arrow-circle-left:before{content:\"\\f0a8\"}.fa-arrow-circle-right:before{content:\"\\f0a9\"}.fa-arrow-circle-up:before{content:\"\\f0aa\"}.fa-arrow-circle-down:before{content:\"\\f0ab\"}.fa-globe:before{content:\"\\f0ac\"}.fa-wrench:before{content:\"\\f0ad\"}.fa-tasks:before{content:\"\\f0ae\"}.fa-filter:before{content:\"\\f0b0\"}.fa-briefcase:before{content:\"\\f0b1\"}.fa-arrows-alt:before{content:\"\\f0b2\"}.fa-group:before,.fa-users:before{content:\"\\f0c0\"}.fa-chain:before,.fa-link:before{content:\"\\f0c1\"}.fa-cloud:before{content:\"\\f0c2\"}.fa-flask:before{content:\"\\f0c3\"}.fa-cut:before,.fa-scissors:before{content:\"\\f0c4\"}.fa-copy:before,.fa-files-o:before{content:\"\\f0c5\"}.fa-paperclip:before{content:\"\\f0c6\"}.fa-save:before,.fa-floppy-o:before{content:\"\\f0c7\"}.fa-square:before{content:\"\\f0c8\"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:\"\\f0c9\"}.fa-list-ul:before{content:\"\\f0ca\"}.fa-list-ol:before{content:\"\\f0cb\"}.fa-strikethrough:before{content:\"\\f0cc\"}.fa-underline:before{content:\"\\f0cd\"}.fa-table:before{content:\"\\f0ce\"}.fa-magic:before{content:\"\\f0d0\"}.fa-truck:before{content:\"\\f0d1\"}.fa-pinterest:before{content:\"\\f0d2\"}.fa-pinterest-square:before{content:\"\\f0d3\"}.fa-google-plus-square:before{content:\"\\f0d4\"}.fa-google-plus:before{content:\"\\f0d5\"}.fa-money:before{content:\"\\f0d6\"}.fa-caret-down:before{content:\"\\f0d7\"}.fa-caret-up:before{content:\"\\f0d8\"}.fa-caret-left:before{content:\"\\f0d9\"}.fa-caret-right:before{content:\"\\f0da\"}.fa-columns:before{content:\"\\f0db\"}.fa-unsorted:before,.fa-sort:before{content:\"\\f0dc\"}.fa-sort-down:before,.fa-sort-desc:before{content:\"\\f0dd\"}.fa-sort-up:before,.fa-sort-asc:before{content:\"\\f0de\"}.fa-envelope:before{content:\"\\f0e0\"}.fa-linkedin:before{content:\"\\f0e1\"}.fa-rotate-left:before,.fa-undo:before{content:\"\\f0e2\"}.fa-legal:before,.fa-gavel:before{content:\"\\f0e3\"}.fa-dashboard:before,.fa-tachometer:before{content:\"\\f0e4\"}.fa-comment-o:before{content:\"\\f0e5\"}.fa-comments-o:before{content:\"\\f0e6\"}.fa-flash:before,.fa-bolt:before{content:\"\\f0e7\"}.fa-sitemap:before{content:\"\\f0e8\"}.fa-umbrella:before{content:\"\\f0e9\"}.fa-paste:before,.fa-clipboard:before{content:\"\\f0ea\"}.fa-lightbulb-o:before{content:\"\\f0eb\"}.fa-exchange:before{content:\"\\f0ec\"}.fa-cloud-download:before{content:\"\\f0ed\"}.fa-cloud-upload:before{content:\"\\f0ee\"}.fa-user-md:before{content:\"\\f0f0\"}.fa-stethoscope:before{content:\"\\f0f1\"}.fa-suitcase:before{content:\"\\f0f2\"}.fa-bell-o:before{content:\"\\f0a2\"}.fa-coffee:before{content:\"\\f0f4\"}.fa-cutlery:before{content:\"\\f0f5\"}.fa-file-text-o:before{content:\"\\f0f6\"}.fa-building-o:before{content:\"\\f0f7\"}.fa-hospital-o:before{content:\"\\f0f8\"}.fa-ambulance:before{content:\"\\f0f9\"}.fa-medkit:before{content:\"\\f0fa\"}.fa-fighter-jet:before{content:\"\\f0fb\"}.fa-beer:before{content:\"\\f0fc\"}.fa-h-square:before{content:\"\\f0fd\"}.fa-plus-square:before{content:\"\\f0fe\"}.fa-angle-double-left:before{content:\"\\f100\"}.fa-angle-double-right:before{content:\"\\f101\"}.fa-angle-double-up:before{content:\"\\f102\"}.fa-angle-double-down:before{content:\"\\f103\"}.fa-angle-left:before{content:\"\\f104\"}.fa-angle-right:before{content:\"\\f105\"}.fa-angle-up:before{content:\"\\f106\"}.fa-angle-down:before{content:\"\\f107\"}.fa-desktop:before{content:\"\\f108\"}.fa-laptop:before{content:\"\\f109\"}.fa-tablet:before{content:\"\\f10a\"}.fa-mobile-phone:before,.fa-mobile:before{content:\"\\f10b\"}.fa-circle-o:before{content:\"\\f10c\"}.fa-quote-left:before{content:\"\\f10d\"}.fa-quote-right:before{content:\"\\f10e\"}.fa-spinner:before{content:\"\\f110\"}.fa-circle:before{content:\"\\f111\"}.fa-mail-reply:before,.fa-reply:before{content:\"\\f112\"}.fa-github-alt:before{content:\"\\f113\"}.fa-folder-o:before{content:\"\\f114\"}.fa-folder-open-o:before{content:\"\\f115\"}.fa-smile-o:before{content:\"\\f118\"}.fa-frown-o:before{content:\"\\f119\"}.fa-meh-o:before{content:\"\\f11a\"}.fa-gamepad:before{content:\"\\f11b\"}.fa-keyboard-o:before{content:\"\\f11c\"}.fa-flag-o:before{content:\"\\f11d\"}.fa-flag-checkered:before{content:\"\\f11e\"}.fa-terminal:before{content:\"\\f120\"}.fa-code:before{content:\"\\f121\"}.fa-mail-reply-all:before,.fa-reply-all:before{content:\"\\f122\"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:\"\\f123\"}.fa-location-arrow:before{content:\"\\f124\"}.fa-crop:before{content:\"\\f125\"}.fa-code-fork:before{content:\"\\f126\"}.fa-unlink:before,.fa-chain-broken:before{content:\"\\f127\"}.fa-question:before{content:\"\\f128\"}.fa-info:before{content:\"\\f129\"}.fa-exclamation:before{content:\"\\f12a\"}.fa-superscript:before{content:\"\\f12b\"}.fa-subscript:before{content:\"\\f12c\"}.fa-eraser:before{content:\"\\f12d\"}.fa-puzzle-piece:before{content:\"\\f12e\"}.fa-microphone:before{content:\"\\f130\"}.fa-microphone-slash:before{content:\"\\f131\"}.fa-shield:before{content:\"\\f132\"}.fa-calendar-o:before{content:\"\\f133\"}.fa-fire-extinguisher:before{content:\"\\f134\"}.fa-rocket:before{content:\"\\f135\"}.fa-maxcdn:before{content:\"\\f136\"}.fa-chevron-circle-left:before{content:\"\\f137\"}.fa-chevron-circle-right:before{content:\"\\f138\"}.fa-chevron-circle-up:before{content:\"\\f139\"}.fa-chevron-circle-down:before{content:\"\\f13a\"}.fa-html5:before{content:\"\\f13b\"}.fa-css3:before{content:\"\\f13c\"}.fa-anchor:before{content:\"\\f13d\"}.fa-unlock-alt:before{content:\"\\f13e\"}.fa-bullseye:before{content:\"\\f140\"}.fa-ellipsis-h:before{content:\"\\f141\"}.fa-ellipsis-v:before{content:\"\\f142\"}.fa-rss-square:before{content:\"\\f143\"}.fa-play-circle:before{content:\"\\f144\"}.fa-ticket:before{content:\"\\f145\"}.fa-minus-square:before{content:\"\\f146\"}.fa-minus-square-o:before{content:\"\\f147\"}.fa-level-up:before{content:\"\\f148\"}.fa-level-down:before{content:\"\\f149\"}.fa-check-square:before{content:\"\\f14a\"}.fa-pencil-square:before{content:\"\\f14b\"}.fa-external-link-square:before{content:\"\\f14c\"}.fa-share-square:before{content:\"\\f14d\"}.fa-compass:before{content:\"\\f14e\"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:\"\\f150\"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:\"\\f151\"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:\"\\f152\"}.fa-euro:before,.fa-eur:before{content:\"\\f153\"}.fa-gbp:before{content:\"\\f154\"}.fa-dollar:before,.fa-usd:before{content:\"\\f155\"}.fa-rupee:before,.fa-inr:before{content:\"\\f156\"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:\"\\f157\"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:\"\\f158\"}.fa-won:before,.fa-krw:before{content:\"\\f159\"}.fa-bitcoin:before,.fa-btc:before{content:\"\\f15a\"}.fa-file:before{content:\"\\f15b\"}.fa-file-text:before{content:\"\\f15c\"}.fa-sort-alpha-asc:before{content:\"\\f15d\"}.fa-sort-alpha-desc:before{content:\"\\f15e\"}.fa-sort-amount-asc:before{content:\"\\f160\"}.fa-sort-amount-desc:before{content:\"\\f161\"}.fa-sort-numeric-asc:before{content:\"\\f162\"}.fa-sort-numeric-desc:before{content:\"\\f163\"}.fa-thumbs-up:before{content:\"\\f164\"}.fa-thumbs-down:before{content:\"\\f165\"}.fa-youtube-square:before{content:\"\\f166\"}.fa-youtube:before{content:\"\\f167\"}.fa-xing:before{content:\"\\f168\"}.fa-xing-square:before{content:\"\\f169\"}.fa-youtube-play:before{content:\"\\f16a\"}.fa-dropbox:before{content:\"\\f16b\"}.fa-stack-overflow:before{content:\"\\f16c\"}.fa-instagram:before{content:\"\\f16d\"}.fa-flickr:before{content:\"\\f16e\"}.fa-adn:before{content:\"\\f170\"}.fa-bitbucket:before{content:\"\\f171\"}.fa-bitbucket-square:before{content:\"\\f172\"}.fa-tumblr:before{content:\"\\f173\"}.fa-tumblr-square:before{content:\"\\f174\"}.fa-long-arrow-down:before{content:\"\\f175\"}.fa-long-arrow-up:before{content:\"\\f176\"}.fa-long-arrow-left:before{content:\"\\f177\"}.fa-long-arrow-right:before{content:\"\\f178\"}.fa-apple:before{content:\"\\f179\"}.fa-windows:before{content:\"\\f17a\"}.fa-android:before{content:\"\\f17b\"}.fa-linux:before{content:\"\\f17c\"}.fa-dribbble:before{content:\"\\f17d\"}.fa-skype:before{content:\"\\f17e\"}.fa-foursquare:before{content:\"\\f180\"}.fa-trello:before{content:\"\\f181\"}.fa-female:before{content:\"\\f182\"}.fa-male:before{content:\"\\f183\"}.fa-gittip:before,.fa-gratipay:before{content:\"\\f184\"}.fa-sun-o:before{content:\"\\f185\"}.fa-moon-o:before{content:\"\\f186\"}.fa-archive:before{content:\"\\f187\"}.fa-bug:before{content:\"\\f188\"}.fa-vk:before{content:\"\\f189\"}.fa-weibo:before{content:\"\\f18a\"}.fa-renren:before{content:\"\\f18b\"}.fa-pagelines:before{content:\"\\f18c\"}.fa-stack-exchange:before{content:\"\\f18d\"}.fa-arrow-circle-o-right:before{content:\"\\f18e\"}.fa-arrow-circle-o-left:before{content:\"\\f190\"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:\"\\f191\"}.fa-dot-circle-o:before{content:\"\\f192\"}.fa-wheelchair:before{content:\"\\f193\"}.fa-vimeo-square:before{content:\"\\f194\"}.fa-turkish-lira:before,.fa-try:before{content:\"\\f195\"}.fa-plus-square-o:before{content:\"\\f196\"}.fa-space-shuttle:before{content:\"\\f197\"}.fa-slack:before{content:\"\\f198\"}.fa-envelope-square:before{content:\"\\f199\"}.fa-wordpress:before{content:\"\\f19a\"}.fa-openid:before{content:\"\\f19b\"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:\"\\f19c\"}.fa-mortar-board:before,.fa-graduation-cap:before{content:\"\\f19d\"}.fa-yahoo:before{content:\"\\f19e\"}.fa-google:before{content:\"\\f1a0\"}.fa-reddit:before{content:\"\\f1a1\"}.fa-reddit-square:before{content:\"\\f1a2\"}.fa-stumbleupon-circle:before{content:\"\\f1a3\"}.fa-stumbleupon:before{content:\"\\f1a4\"}.fa-delicious:before{content:\"\\f1a5\"}.fa-digg:before{content:\"\\f1a6\"}.fa-pied-piper-pp:before{content:\"\\f1a7\"}.fa-pied-piper-alt:before{content:\"\\f1a8\"}.fa-drupal:before{content:\"\\f1a9\"}.fa-joomla:before{content:\"\\f1aa\"}.fa-language:before{content:\"\\f1ab\"}.fa-fax:before{content:\"\\f1ac\"}.fa-building:before{content:\"\\f1ad\"}.fa-child:before{content:\"\\f1ae\"}.fa-paw:before{content:\"\\f1b0\"}.fa-spoon:before{content:\"\\f1b1\"}.fa-cube:before{content:\"\\f1b2\"}.fa-cubes:before{content:\"\\f1b3\"}.fa-behance:before{content:\"\\f1b4\"}.fa-behance-square:before{content:\"\\f1b5\"}.fa-steam:before{content:\"\\f1b6\"}.fa-steam-square:before{content:\"\\f1b7\"}.fa-recycle:before{content:\"\\f1b8\"}.fa-automobile:before,.fa-car:before{content:\"\\f1b9\"}.fa-cab:before,.fa-taxi:before{content:\"\\f1ba\"}.fa-tree:before{content:\"\\f1bb\"}.fa-spotify:before{content:\"\\f1bc\"}.fa-deviantart:before{content:\"\\f1bd\"}.fa-soundcloud:before{content:\"\\f1be\"}.fa-database:before{content:\"\\f1c0\"}.fa-file-pdf-o:before{content:\"\\f1c1\"}.fa-file-word-o:before{content:\"\\f1c2\"}.fa-file-excel-o:before{content:\"\\f1c3\"}.fa-file-powerpoint-o:before{content:\"\\f1c4\"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:\"\\f1c5\"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:\"\\f1c6\"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:\"\\f1c7\"}.fa-file-movie-o:before,.fa-file-video-o:before{content:\"\\f1c8\"}.fa-file-code-o:before{content:\"\\f1c9\"}.fa-vine:before{content:\"\\f1ca\"}.fa-codepen:before{content:\"\\f1cb\"}.fa-jsfiddle:before{content:\"\\f1cc\"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:\"\\f1cd\"}.fa-circle-o-notch:before{content:\"\\f1ce\"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:\"\\f1d0\"}.fa-ge:before,.fa-empire:before{content:\"\\f1d1\"}.fa-git-square:before{content:\"\\f1d2\"}.fa-git:before{content:\"\\f1d3\"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:\"\\f1d4\"}.fa-tencent-weibo:before{content:\"\\f1d5\"}.fa-qq:before{content:\"\\f1d6\"}.fa-wechat:before,.fa-weixin:before{content:\"\\f1d7\"}.fa-send:before,.fa-paper-plane:before{content:\"\\f1d8\"}.fa-send-o:before,.fa-paper-plane-o:before{content:\"\\f1d9\"}.fa-history:before{content:\"\\f1da\"}.fa-circle-thin:before{content:\"\\f1db\"}.fa-header:before{content:\"\\f1dc\"}.fa-paragraph:before{content:\"\\f1dd\"}.fa-sliders:before{content:\"\\f1de\"}.fa-share-alt:before{content:\"\\f1e0\"}.fa-share-alt-square:before{content:\"\\f1e1\"}.fa-bomb:before{content:\"\\f1e2\"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:\"\\f1e3\"}.fa-tty:before{content:\"\\f1e4\"}.fa-binoculars:before{content:\"\\f1e5\"}.fa-plug:before{content:\"\\f1e6\"}.fa-slideshare:before{content:\"\\f1e7\"}.fa-twitch:before{content:\"\\f1e8\"}.fa-yelp:before{content:\"\\f1e9\"}.fa-newspaper-o:before{content:\"\\f1ea\"}.fa-wifi:before{content:\"\\f1eb\"}.fa-calculator:before{content:\"\\f1ec\"}.fa-paypal:before{content:\"\\f1ed\"}.fa-google-wallet:before{content:\"\\f1ee\"}.fa-cc-visa:before{content:\"\\f1f0\"}.fa-cc-mastercard:before{content:\"\\f1f1\"}.fa-cc-discover:before{content:\"\\f1f2\"}.fa-cc-amex:before{content:\"\\f1f3\"}.fa-cc-paypal:before{content:\"\\f1f4\"}.fa-cc-stripe:before{content:\"\\f1f5\"}.fa-bell-slash:before{content:\"\\f1f6\"}.fa-bell-slash-o:before{content:\"\\f1f7\"}.fa-trash:before{content:\"\\f1f8\"}.fa-copyright:before{content:\"\\f1f9\"}.fa-at:before{content:\"\\f1fa\"}.fa-eyedropper:before{content:\"\\f1fb\"}.fa-paint-brush:before{content:\"\\f1fc\"}.fa-birthday-cake:before{content:\"\\f1fd\"}.fa-area-chart:before{content:\"\\f1fe\"}.fa-pie-chart:before{content:\"\\f200\"}.fa-line-chart:before{content:\"\\f201\"}.fa-lastfm:before{content:\"\\f202\"}.fa-lastfm-square:before{content:\"\\f203\"}.fa-toggle-off:before{content:\"\\f204\"}.fa-toggle-on:before{content:\"\\f205\"}.fa-bicycle:before{content:\"\\f206\"}.fa-bus:before{content:\"\\f207\"}.fa-ioxhost:before{content:\"\\f208\"}.fa-angellist:before{content:\"\\f209\"}.fa-cc:before{content:\"\\f20a\"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:\"\\f20b\"}.fa-meanpath:before{content:\"\\f20c\"}.fa-buysellads:before{content:\"\\f20d\"}.fa-connectdevelop:before{content:\"\\f20e\"}.fa-dashcube:before{content:\"\\f210\"}.fa-forumbee:before{content:\"\\f211\"}.fa-leanpub:before{content:\"\\f212\"}.fa-sellsy:before{content:\"\\f213\"}.fa-shirtsinbulk:before{content:\"\\f214\"}.fa-simplybuilt:before{content:\"\\f215\"}.fa-skyatlas:before{content:\"\\f216\"}.fa-cart-plus:before{content:\"\\f217\"}.fa-cart-arrow-down:before{content:\"\\f218\"}.fa-diamond:before{content:\"\\f219\"}.fa-ship:before{content:\"\\f21a\"}.fa-user-secret:before{content:\"\\f21b\"}.fa-motorcycle:before{content:\"\\f21c\"}.fa-street-view:before{content:\"\\f21d\"}.fa-heartbeat:before{content:\"\\f21e\"}.fa-venus:before{content:\"\\f221\"}.fa-mars:before{content:\"\\f222\"}.fa-mercury:before{content:\"\\f223\"}.fa-intersex:before,.fa-transgender:before{content:\"\\f224\"}.fa-transgender-alt:before{content:\"\\f225\"}.fa-venus-double:before{content:\"\\f226\"}.fa-mars-double:before{content:\"\\f227\"}.fa-venus-mars:before{content:\"\\f228\"}.fa-mars-stroke:before{content:\"\\f229\"}.fa-mars-stroke-v:before{content:\"\\f22a\"}.fa-mars-stroke-h:before{content:\"\\f22b\"}.fa-neuter:before{content:\"\\f22c\"}.fa-genderless:before{content:\"\\f22d\"}.fa-facebook-official:before{content:\"\\f230\"}.fa-pinterest-p:before{content:\"\\f231\"}.fa-whatsapp:before{content:\"\\f232\"}.fa-server:before{content:\"\\f233\"}.fa-user-plus:before{content:\"\\f234\"}.fa-user-times:before{content:\"\\f235\"}.fa-hotel:before,.fa-bed:before{content:\"\\f236\"}.fa-viacoin:before{content:\"\\f237\"}.fa-train:before{content:\"\\f238\"}.fa-subway:before{content:\"\\f239\"}.fa-medium:before{content:\"\\f23a\"}.fa-yc:before,.fa-y-combinator:before{content:\"\\f23b\"}.fa-optin-monster:before{content:\"\\f23c\"}.fa-opencart:before{content:\"\\f23d\"}.fa-expeditedssl:before{content:\"\\f23e\"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:\"\\f240\"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:\"\\f241\"}.fa-battery-2:before,.fa-battery-half:before{content:\"\\f242\"}.fa-battery-1:before,.fa-battery-quarter:before{content:\"\\f243\"}.fa-battery-0:before,.fa-battery-empty:before{content:\"\\f244\"}.fa-mouse-pointer:before{content:\"\\f245\"}.fa-i-cursor:before{content:\"\\f246\"}.fa-object-group:before{content:\"\\f247\"}.fa-object-ungroup:before{content:\"\\f248\"}.fa-sticky-note:before{content:\"\\f249\"}.fa-sticky-note-o:before{content:\"\\f24a\"}.fa-cc-jcb:before{content:\"\\f24b\"}.fa-cc-diners-club:before{content:\"\\f24c\"}.fa-clone:before{content:\"\\f24d\"}.fa-balance-scale:before{content:\"\\f24e\"}.fa-hourglass-o:before{content:\"\\f250\"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:\"\\f251\"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:\"\\f252\"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:\"\\f253\"}.fa-hourglass:before{content:\"\\f254\"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:\"\\f255\"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:\"\\f256\"}.fa-hand-scissors-o:before{content:\"\\f257\"}.fa-hand-lizard-o:before{content:\"\\f258\"}.fa-hand-spock-o:before{content:\"\\f259\"}.fa-hand-pointer-o:before{content:\"\\f25a\"}.fa-hand-peace-o:before{content:\"\\f25b\"}.fa-trademark:before{content:\"\\f25c\"}.fa-registered:before{content:\"\\f25d\"}.fa-creative-commons:before{content:\"\\f25e\"}.fa-gg:before{content:\"\\f260\"}.fa-gg-circle:before{content:\"\\f261\"}.fa-tripadvisor:before{content:\"\\f262\"}.fa-odnoklassniki:before{content:\"\\f263\"}.fa-odnoklassniki-square:before{content:\"\\f264\"}.fa-get-pocket:before{content:\"\\f265\"}.fa-wikipedia-w:before{content:\"\\f266\"}.fa-safari:before{content:\"\\f267\"}.fa-chrome:before{content:\"\\f268\"}.fa-firefox:before{content:\"\\f269\"}.fa-opera:before{content:\"\\f26a\"}.fa-internet-explorer:before{content:\"\\f26b\"}.fa-tv:before,.fa-television:before{content:\"\\f26c\"}.fa-contao:before{content:\"\\f26d\"}.fa-500px:before{content:\"\\f26e\"}.fa-amazon:before{content:\"\\f270\"}.fa-calendar-plus-o:before{content:\"\\f271\"}.fa-calendar-minus-o:before{content:\"\\f272\"}.fa-calendar-times-o:before{content:\"\\f273\"}.fa-calendar-check-o:before{content:\"\\f274\"}.fa-industry:before{content:\"\\f275\"}.fa-map-pin:before{content:\"\\f276\"}.fa-map-signs:before{content:\"\\f277\"}.fa-map-o:before{content:\"\\f278\"}.fa-map:before{content:\"\\f279\"}.fa-commenting:before{content:\"\\f27a\"}.fa-commenting-o:before{content:\"\\f27b\"}.fa-houzz:before{content:\"\\f27c\"}.fa-vimeo:before{content:\"\\f27d\"}.fa-black-tie:before{content:\"\\f27e\"}.fa-fonticons:before{content:\"\\f280\"}.fa-reddit-alien:before{content:\"\\f281\"}.fa-edge:before{content:\"\\f282\"}.fa-credit-card-alt:before{content:\"\\f283\"}.fa-codiepie:before{content:\"\\f284\"}.fa-modx:before{content:\"\\f285\"}.fa-fort-awesome:before{content:\"\\f286\"}.fa-usb:before{content:\"\\f287\"}.fa-product-hunt:before{content:\"\\f288\"}.fa-mixcloud:before{content:\"\\f289\"}.fa-scribd:before{content:\"\\f28a\"}.fa-pause-circle:before{content:\"\\f28b\"}.fa-pause-circle-o:before{content:\"\\f28c\"}.fa-stop-circle:before{content:\"\\f28d\"}.fa-stop-circle-o:before{content:\"\\f28e\"}.fa-shopping-bag:before{content:\"\\f290\"}.fa-shopping-basket:before{content:\"\\f291\"}.fa-hashtag:before{content:\"\\f292\"}.fa-bluetooth:before{content:\"\\f293\"}.fa-bluetooth-b:before{content:\"\\f294\"}.fa-percent:before{content:\"\\f295\"}.fa-gitlab:before{content:\"\\f296\"}.fa-wpbeginner:before{content:\"\\f297\"}.fa-wpforms:before{content:\"\\f298\"}.fa-envira:before{content:\"\\f299\"}.fa-universal-access:before{content:\"\\f29a\"}.fa-wheelchair-alt:before{content:\"\\f29b\"}.fa-question-circle-o:before{content:\"\\f29c\"}.fa-blind:before{content:\"\\f29d\"}.fa-audio-description:before{content:\"\\f29e\"}.fa-volume-control-phone:before{content:\"\\f2a0\"}.fa-braille:before{content:\"\\f2a1\"}.fa-assistive-listening-systems:before{content:\"\\f2a2\"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:\"\\f2a3\"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:\"\\f2a4\"}.fa-glide:before{content:\"\\f2a5\"}.fa-glide-g:before{content:\"\\f2a6\"}.fa-signing:before,.fa-sign-language:before{content:\"\\f2a7\"}.fa-low-vision:before{content:\"\\f2a8\"}.fa-viadeo:before{content:\"\\f2a9\"}.fa-viadeo-square:before{content:\"\\f2aa\"}.fa-snapchat:before{content:\"\\f2ab\"}.fa-snapchat-ghost:before{content:\"\\f2ac\"}.fa-snapchat-square:before{content:\"\\f2ad\"}.fa-pied-piper:before{content:\"\\f2ae\"}.fa-first-order:before{content:\"\\f2b0\"}.fa-yoast:before{content:\"\\f2b1\"}.fa-themeisle:before{content:\"\\f2b2\"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:\"\\f2b3\"}.fa-fa:before,.fa-font-awesome:before{content:\"\\f2b4\"}.fa-handshake-o:before{content:\"\\f2b5\"}.fa-envelope-open:before{content:\"\\f2b6\"}.fa-envelope-open-o:before{content:\"\\f2b7\"}.fa-linode:before{content:\"\\f2b8\"}.fa-address-book:before{content:\"\\f2b9\"}.fa-address-book-o:before{content:\"\\f2ba\"}.fa-vcard:before,.fa-address-card:before{content:\"\\f2bb\"}.fa-vcard-o:before,.fa-address-card-o:before{content:\"\\f2bc\"}.fa-user-circle:before{content:\"\\f2bd\"}.fa-user-circle-o:before{content:\"\\f2be\"}.fa-user-o:before{content:\"\\f2c0\"}.fa-id-badge:before{content:\"\\f2c1\"}.fa-drivers-license:before,.fa-id-card:before{content:\"\\f2c2\"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:\"\\f2c3\"}.fa-quora:before{content:\"\\f2c4\"}.fa-free-code-camp:before{content:\"\\f2c5\"}.fa-telegram:before{content:\"\\f2c6\"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:\"\\f2c7\"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:\"\\f2c8\"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:\"\\f2c9\"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:\"\\f2ca\"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:\"\\f2cb\"}.fa-shower:before{content:\"\\f2cc\"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:\"\\f2cd\"}.fa-podcast:before{content:\"\\f2ce\"}.fa-window-maximize:before{content:\"\\f2d0\"}.fa-window-minimize:before{content:\"\\f2d1\"}.fa-window-restore:before{content:\"\\f2d2\"}.fa-times-rectangle:before,.fa-window-close:before{content:\"\\f2d3\"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:\"\\f2d4\"}.fa-bandcamp:before{content:\"\\f2d5\"}.fa-grav:before{content:\"\\f2d6\"}.fa-etsy:before{content:\"\\f2d7\"}.fa-imdb:before{content:\"\\f2d8\"}.fa-ravelry:before{content:\"\\f2d9\"}.fa-eercast:before{content:\"\\f2da\"}.fa-microchip:before{content:\"\\f2db\"}.fa-snowflake-o:before{content:\"\\f2dc\"}.fa-superpowers:before{content:\"\\f2dd\"}.fa-wpexplorer:before{content:\"\\f2de\"}.fa-meetup:before{content:\"\\f2e0\"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}\n\";}','no'),(7708,'_transient_doing_cron','1722921039.2096590995788574218750','yes'),(183,'vc_version','4.6.1','yes'),(184,'registration','0','yes'),(185,'tmm_is_updated_yn9090','old_data_recovered','yes'),(187,'option_tree_settings','a:3:{s:15:\"contextual_help\";a:2:{s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:12:\"general_help\";s:5:\"title\";s:7:\"General\";s:7:\"content\";s:30:\"<p>Help content goes here!</p>\";}}s:7:\"sidebar\";s:33:\"<p>Sidebar content goes here!</p>\";}s:8:\"sections\";a:15:{i:0;a:2:{s:2:\"id\";s:4:\"logo\";s:5:\"title\";s:13:\"Header & Logo\";}i:1;a:2:{s:2:\"id\";s:12:\"footeroption\";s:5:\"title\";s:14:\"Footer Options\";}i:2;a:2:{s:2:\"id\";s:9:\"copyright\";s:5:\"title\";s:9:\"Copyright\";}i:3;a:2:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:8:\"404 Page\";}i:4;a:2:{s:2:\"id\";s:6:\"TzSyle\";s:5:\"title\";s:11:\"Font Option\";}i:5;a:2:{s:2:\"id\";s:6:\"TZBody\";s:5:\"title\";s:10:\"Body Style\";}i:6;a:2:{s:2:\"id\";s:12:\"TzFontHeader\";s:5:\"title\";s:12:\"Header Style\";}i:7;a:2:{s:2:\"id\";s:10:\"TzFontMenu\";s:5:\"title\";s:10:\"Menu Style\";}i:8;a:2:{s:2:\"id\";s:12:\"TzFontCustom\";s:5:\"title\";s:12:\"Custom Style\";}i:9;a:2:{s:2:\"id\";s:11:\"TzCustomCss\";s:5:\"title\";s:10:\"Custom CSS\";}i:10;a:2:{s:2:\"id\";s:12:\"TZBackground\";s:5:\"title\";s:16:\"Background style\";}i:11;a:2:{s:2:\"id\";s:12:\"TZThemeColor\";s:5:\"title\";s:11:\"Theme Color\";}i:12;a:2:{s:2:\"id\";s:15:\"icon_breadcrumb\";s:5:\"title\";s:15:\"Icon Breadcrumb\";}i:13;a:2:{s:2:\"id\";s:12:\"mode_loading\";s:5:\"title\";s:12:\"Mode Loading\";}i:14;a:2:{s:2:\"id\";s:11:\"blog_option\";s:5:\"title\";s:15:\"Category Option\";}}s:8:\"settings\";a:64:{i:0;a:7:{s:5:\"label\";s:16:\"Category Option.\";s:2:\"id\";s:27:\"plazart_blog_option_sidebar\";s:4:\"desc\";s:22:\"Config option sidebar.\";s:7:\"section\";s:11:\"blog_option\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"value\";i:0;s:5:\"label\";s:4:\"Hide\";}i:1;a:2:{s:5:\"value\";i:1;s:5:\"label\";s:17:\"Show sidebar left\";}i:2;a:2:{s:5:\"value\";i:2;s:5:\"label\";s:18:\"Show sidebar right\";}}}i:1;a:7:{s:5:\"label\";s:13:\"Header Style.\";s:2:\"id\";s:20:\"plazart_header_style\";s:4:\"desc\";s:40:\"Select header style default for website.\";s:7:\"section\";s:4:\"logo\";s:3:\"std\";s:13:\"header_style2\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:7:{i:0;a:2:{s:5:\"value\";s:13:\"header_style1\";s:5:\"label\";s:9:\"Header 01\";}i:1;a:2:{s:5:\"value\";s:13:\"header_style2\";s:5:\"label\";s:9:\"Header 02\";}i:2;a:2:{s:5:\"value\";s:13:\"header_style3\";s:5:\"label\";s:9:\"Header 03\";}i:3;a:2:{s:5:\"value\";s:13:\"header_style4\";s:5:\"label\";s:9:\"Header 04\";}i:4;a:2:{s:5:\"value\";s:13:\"header_style5\";s:5:\"label\";s:9:\"Header 05\";}i:5;a:2:{s:5:\"value\";s:13:\"header_style6\";s:5:\"label\";s:9:\"Header 06\";}i:6;a:2:{s:5:\"value\";s:13:\"header_style7\";s:5:\"label\";s:9:\"Header 07\";}}}i:2;a:11:{s:2:\"id\";s:16:\"plazart_logotype\";s:5:\"label\";s:9:\"Logo Type\";s:4:\"desc\";s:34:\"select type for logo text or image\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:4:\"logo\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:10:\"Logo image\";}i:1;a:2:{s:5:\"value\";s:1:\"0\";s:5:\"label\";s:9:\"Logo text\";}}}i:3;a:6:{s:2:\"id\";s:16:\"plazart_logoText\";s:5:\"label\";s:9:\"Logo Text\";s:4:\"desc\";s:26:\"logo name for your website\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:4:\"logo\";}i:4;a:6:{s:2:\"id\";s:21:\"plazart_logoTextcolor\";s:5:\"label\";s:10:\"Color logo\";s:4:\"desc\";s:15:\"logo text color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:4:\"logo\";}i:5;a:6:{s:2:\"id\";s:12:\"plazart_logo\";s:5:\"label\";s:11:\"Upload Logo\";s:4:\"desc\";s:38:\"Logo using for home page and page shop\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:4:\"logo\";}i:6;a:11:{s:2:\"id\";s:21:\"plazart_favicon_onoff\";s:5:\"label\";s:14:\"Enable Favicon\";s:4:\"desc\";s:20:\"Show or hide Favicon\";s:3:\"std\";s:2:\"no\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:4:\"logo\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:2:{i:0;a:3:{s:5:\"value\";s:3:\"yes\";s:5:\"label\";s:3:\"Yes\";s:3:\"src\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:2:\"no\";s:5:\"label\";s:2:\"No\";s:3:\"src\";s:0:\"\";}}}i:7;a:6:{s:2:\"id\";s:15:\"plazart_favicon\";s:5:\"label\";s:19:\"Upload Favicon Icon\";s:4:\"desc\";s:43:\"Please choose an image to use for favicon.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:4:\"logo\";}i:8;a:6:{s:2:\"id\";s:25:\"plazart_logo_footer_image\";s:5:\"label\";s:17:\"Footer Image Logo\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:12:\"footeroption\";}i:9;a:7:{s:5:\"label\";s:25:\"Number of Footer Columns.\";s:2:\"id\";s:22:\"plazart_footer_columns\";s:4:\"desc\";s:54:\"Select the number of columns to display in the footer.\";s:7:\"section\";s:12:\"footeroption\";s:3:\"std\";s:1:\"4\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"value\";s:1:\"4\";s:5:\"label\";s:1:\"4\";}i:1;a:2:{s:5:\"value\";s:1:\"3\";s:5:\"label\";s:1:\"3\";}i:2;a:2:{s:5:\"value\";s:1:\"2\";s:5:\"label\";s:1:\"2\";}i:3;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:1:\"1\";}}}i:10;a:6:{s:2:\"id\";s:31:\"plazart_image_decoration_footer\";s:5:\"label\";s:16:\"Image Decoration\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:12:\"footeroption\";}i:11;a:10:{s:2:\"id\";s:25:\"plazartfooter_description\";s:5:\"label\";s:14:\"Footer Widgets\";s:4:\"desc\";s:13:\"Config footer\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:16:\"textblock-titled\";s:7:\"section\";s:12:\"footeroption\";s:4:\"rows\";s:1:\"5\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:12;a:8:{s:2:\"id\";s:19:\"plazartfooter_image\";s:5:\"label\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:3:\"sdt\";s:0:\"\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:12:\"footeroption\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:4:{i:0;a:3:{s:5:\"value\";s:7:\"footer1\";s:5:\"label\";s:0:\"\";s:3:\"src\";s:80:\"http://genewyork.com/wp-content/themes/ethic/extension/assets/images/footer1.jpg\";}i:1;a:3:{s:5:\"value\";s:7:\"footer2\";s:5:\"label\";s:0:\"\";s:3:\"src\";s:80:\"http://genewyork.com/wp-content/themes/ethic/extension/assets/images/footer2.jpg\";}i:2;a:3:{s:5:\"value\";s:7:\"footer3\";s:5:\"label\";s:0:\"\";s:3:\"src\";s:80:\"http://genewyork.com/wp-content/themes/ethic/extension/assets/images/footer3.jpg\";}i:3;a:3:{s:5:\"value\";s:7:\"footer4\";s:5:\"label\";s:0:\"\";s:3:\"src\";s:80:\"http://genewyork.com/wp-content/themes/ethic/extension/assets/images/footer4.jpg\";}}}i:13;a:7:{s:2:\"id\";s:19:\"plazartfooterwidth1\";s:5:\"label\";s:14:\"Footer width 1\";s:4:\"desc\";s:23:\"config width for footer\";s:7:\"section\";s:12:\"footeroption\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:12:{i:0;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:1:\"1\";}i:1;a:2:{s:5:\"value\";s:1:\"2\";s:5:\"label\";s:1:\"2\";}i:2;a:2:{s:5:\"value\";s:1:\"3\";s:5:\"label\";s:1:\"3\";}i:3;a:2:{s:5:\"value\";s:1:\"4\";s:5:\"label\";s:1:\"4\";}i:4;a:2:{s:5:\"value\";s:1:\"5\";s:5:\"label\";s:1:\"5\";}i:5;a:2:{s:5:\"value\";s:1:\"6\";s:5:\"label\";s:1:\"6\";}i:6;a:2:{s:5:\"value\";s:1:\"7\";s:5:\"label\";s:1:\"7\";}i:7;a:2:{s:5:\"value\";s:1:\"8\";s:5:\"label\";s:1:\"8\";}i:8;a:2:{s:5:\"value\";s:1:\"9\";s:5:\"label\";s:1:\"9\";}i:9;a:2:{s:5:\"value\";s:2:\"10\";s:5:\"label\";s:2:\"10\";}i:10;a:2:{s:5:\"value\";s:2:\"11\";s:5:\"label\";s:2:\"11\";}i:11;a:2:{s:5:\"value\";s:2:\"12\";s:5:\"label\";s:2:\"12\";}}}i:14;a:7:{s:2:\"id\";s:19:\"plazartfooterwidth2\";s:5:\"label\";s:14:\"Footer width 2\";s:4:\"desc\";s:23:\"config width for footer\";s:7:\"section\";s:12:\"footeroption\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:12:{i:0;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:1:\"1\";}i:1;a:2:{s:5:\"value\";s:1:\"2\";s:5:\"label\";s:1:\"2\";}i:2;a:2:{s:5:\"value\";s:1:\"3\";s:5:\"label\";s:1:\"3\";}i:3;a:2:{s:5:\"value\";s:1:\"4\";s:5:\"label\";s:1:\"4\";}i:4;a:2:{s:5:\"value\";s:1:\"5\";s:5:\"label\";s:1:\"5\";}i:5;a:2:{s:5:\"value\";s:1:\"6\";s:5:\"label\";s:1:\"6\";}i:6;a:2:{s:5:\"value\";s:1:\"7\";s:5:\"label\";s:1:\"7\";}i:7;a:2:{s:5:\"value\";s:1:\"8\";s:5:\"label\";s:1:\"8\";}i:8;a:2:{s:5:\"value\";s:1:\"9\";s:5:\"label\";s:1:\"9\";}i:9;a:2:{s:5:\"value\";s:2:\"10\";s:5:\"label\";s:2:\"10\";}i:10;a:2:{s:5:\"value\";s:2:\"11\";s:5:\"label\";s:2:\"11\";}i:11;a:2:{s:5:\"value\";s:2:\"12\";s:5:\"label\";s:2:\"12\";}}}i:15;a:7:{s:2:\"id\";s:19:\"plazartfooterwidth3\";s:5:\"label\";s:14:\"Footer width 3\";s:4:\"desc\";s:23:\"config width for footer\";s:7:\"section\";s:12:\"footeroption\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:12:{i:0;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:1:\"1\";}i:1;a:2:{s:5:\"value\";s:1:\"2\";s:5:\"label\";s:1:\"2\";}i:2;a:2:{s:5:\"value\";s:1:\"3\";s:5:\"label\";s:1:\"3\";}i:3;a:2:{s:5:\"value\";s:1:\"4\";s:5:\"label\";s:1:\"4\";}i:4;a:2:{s:5:\"value\";s:1:\"5\";s:5:\"label\";s:1:\"5\";}i:5;a:2:{s:5:\"value\";s:1:\"6\";s:5:\"label\";s:1:\"6\";}i:6;a:2:{s:5:\"value\";s:1:\"7\";s:5:\"label\";s:1:\"7\";}i:7;a:2:{s:5:\"value\";s:1:\"8\";s:5:\"label\";s:1:\"8\";}i:8;a:2:{s:5:\"value\";s:1:\"9\";s:5:\"label\";s:1:\"9\";}i:9;a:2:{s:5:\"value\";s:2:\"10\";s:5:\"label\";s:2:\"10\";}i:10;a:2:{s:5:\"value\";s:2:\"11\";s:5:\"label\";s:2:\"11\";}i:11;a:2:{s:5:\"value\";s:2:\"12\";s:5:\"label\";s:2:\"12\";}}}i:16;a:7:{s:2:\"id\";s:19:\"plazartfooterwidth4\";s:5:\"label\";s:14:\"Footer width 4\";s:4:\"desc\";s:23:\"config width for footer\";s:7:\"section\";s:12:\"footeroption\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:12:{i:0;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:1:\"1\";}i:1;a:2:{s:5:\"value\";s:1:\"2\";s:5:\"label\";s:1:\"2\";}i:2;a:2:{s:5:\"value\";s:1:\"3\";s:5:\"label\";s:1:\"3\";}i:3;a:2:{s:5:\"value\";s:1:\"4\";s:5:\"label\";s:1:\"4\";}i:4;a:2:{s:5:\"value\";s:1:\"5\";s:5:\"label\";s:1:\"5\";}i:5;a:2:{s:5:\"value\";s:1:\"6\";s:5:\"label\";s:1:\"6\";}i:6;a:2:{s:5:\"value\";s:1:\"7\";s:5:\"label\";s:1:\"7\";}i:7;a:2:{s:5:\"value\";s:1:\"8\";s:5:\"label\";s:1:\"8\";}i:8;a:2:{s:5:\"value\";s:1:\"9\";s:5:\"label\";s:1:\"9\";}i:9;a:2:{s:5:\"value\";s:2:\"10\";s:5:\"label\";s:2:\"10\";}i:10;a:2:{s:5:\"value\";s:2:\"11\";s:5:\"label\";s:2:\"11\";}i:11;a:2:{s:5:\"value\";s:2:\"12\";s:5:\"label\";s:2:\"12\";}}}i:17;a:10:{s:2:\"id\";s:17:\"plazart_copyright\";s:5:\"label\";s:9:\"Copyright\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:25:\"Copyright © Templaza\";s:4:\"type\";s:8:\"textarea\";s:7:\"section\";s:9:\"copyright\";s:4:\"rows\";s:2:\"15\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:18;a:6:{s:2:\"id\";s:16:\"plazart_404_icon\";s:5:\"label\";s:20:\"Icon for page search\";s:4:\"desc\";s:26:\"Input icon for page search\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:3:\"404\";}i:19;a:6:{s:2:\"id\";s:24:\"plazart_404_number_phone\";s:5:\"label\";s:12:\"Number phone\";s:4:\"desc\";s:12:\"Number phone\";s:3:\"std\";s:20:\"+44 (0) 800 765 4321\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:3:\"404\";}i:20;a:6:{s:2:\"id\";s:22:\"plazart_404_number_fax\";s:5:\"label\";s:10:\"Number fax\";s:4:\"desc\";s:10:\"Number fax\";s:3:\"std\";s:20:\"+44 (0) 800 765 2679\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:3:\"404\";}i:21;a:10:{s:2:\"id\";s:14:\"plazart_404_bk\";s:5:\"label\";s:14:\"404 Background\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:3:\"404\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:22;a:6:{s:2:\"id\";s:17:\"plazart_404_title\";s:5:\"label\";s:9:\"404 Title\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:10:\"404 ERROR!\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:3:\"404\";}i:23;a:10:{s:2:\"id\";s:19:\"plazart_404_content\";s:5:\"label\";s:11:\"404 Content\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:99:\"Look like something went wrong! The page you were looking for is not here. Go Home or try a search.\";s:4:\"type\";s:15:\"textarea-simple\";s:7:\"section\";s:3:\"404\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:24;a:10:{s:2:\"id\";s:14:\"plazart_TzSyle\";s:5:\"label\";s:12:\"Style Config\";s:4:\"desc\";s:80:\"<p>Config for body style, header style, menu style, custom style, background</p>\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:16:\"textblock-titled\";s:7:\"section\";s:6:\"TzSyle\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:25;a:11:{s:2:\"id\";s:18:\"plazart_TZFontType\";s:5:\"label\";s:9:\"Font Type\";s:4:\"desc\";s:16:\"option font type\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:6:\"TZBody\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:9:\"btn-group\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"value\";s:8:\"Tzgoogle\";s:5:\"label\";s:10:\"Goole Font\";}i:1;a:2:{s:5:\"value\";s:13:\"TzFontDefault\";s:5:\"label\";s:13:\"Standard Font\";}}}i:26;a:7:{s:2:\"id\";s:21:\"plazart_TzFontDefault\";s:5:\"label\";s:20:\"Select Standard Font\";s:4:\"desc\";s:32:\"Select a font to use font-family\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:6:\"TZBody\";s:5:\"class\";s:12:\"TzFontStylet\";s:7:\"choices\";a:6:{i:0;a:2:{s:5:\"value\";s:5:\"Arial\";s:5:\"label\";s:5:\"Arial\";}i:1;a:2:{s:5:\"value\";s:6:\"Tahoma\";s:5:\"label\";s:6:\"Tahoma\";}i:2;a:2:{s:5:\"value\";s:7:\"Verdana\";s:5:\"label\";s:7:\"Verdana\";}i:3;a:2:{s:5:\"value\";s:7:\"Georgia\";s:5:\"label\";s:7:\"Georgia\";}i:4;a:2:{s:5:\"value\";s:6:\"Impact\";s:5:\"label\";s:6:\"Impact\";}i:5;a:2:{s:5:\"value\";s:5:\"Times\";s:5:\"label\";s:5:\"Times\";}}}i:27;a:6:{s:2:\"id\";s:18:\"plazart_TzFontFami\";s:5:\"label\";s:10:\"Google Url\";s:4:\"desc\";s:86:\"import google font URL Eg: http://fonts.googleapis.com/css?family=Monsieur+La+Doulaise\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"TZBody\";}i:28;a:6:{s:2:\"id\";s:20:\"plazart_TzFontFaminy\";s:5:\"label\";s:11:\"Font Family\";s:4:\"desc\";s:52:\"importeg google font-family Eg: Monsieur La Doulaise\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"TZBody\";}i:29;a:7:{s:2:\"id\";s:22:\"plazart_TzBodySelecter\";s:5:\"label\";s:14:\"Body Selectors\";s:4:\"desc\";s:81:\"you can specify a selector for font used in the document body eg: div#description\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:15:\"textarea-simple\";s:7:\"section\";s:6:\"TZBody\";s:4:\"rows\";s:2:\"10\";}i:30;a:6:{s:2:\"id\";s:19:\"plazart_TzBodyColor\";s:5:\"label\";s:10:\"Color code\";s:4:\"desc\";s:14:\"Color for text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:6:\"TZBody\";}i:31;a:11:{s:2:\"id\";s:22:\"plazart_TZFontTypeHead\";s:5:\"label\";s:9:\"Font Type\";s:4:\"desc\";s:16:\"option font type\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:12:\"TzFontHeader\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"value\";s:8:\"Tzgoogle\";s:5:\"label\";s:10:\"Goole Font\";}i:1;a:2:{s:5:\"value\";s:13:\"TzFontDefault\";s:5:\"label\";s:13:\"Standard Font\";}}}i:32;a:6:{s:2:\"id\";s:25:\"plazart_TzFontHeadDefault\";s:5:\"label\";s:20:\"Select Standard Font\";s:4:\"desc\";s:32:\"Select a font to use font-family\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:12:\"TzFontHeader\";s:7:\"choices\";a:6:{i:0;a:2:{s:5:\"value\";s:5:\"Arial\";s:5:\"label\";s:5:\"Arial\";}i:1;a:2:{s:5:\"value\";s:6:\"Tahoma\";s:5:\"label\";s:6:\"Tahoma\";}i:2;a:2:{s:5:\"value\";s:7:\"Verdana\";s:5:\"label\";s:7:\"Verdana\";}i:3;a:2:{s:5:\"value\";s:7:\"Georgia\";s:5:\"label\";s:7:\"Georgia\";}i:4;a:2:{s:5:\"value\";s:6:\"Impact\";s:5:\"label\";s:6:\"Impact\";}i:5;a:2:{s:5:\"value\";s:5:\"Times\";s:5:\"label\";s:5:\"Times\";}}}i:33;a:6:{s:2:\"id\";s:25:\"plazart_TzFontHeadGoodurl\";s:5:\"label\";s:10:\"Google Url\";s:4:\"desc\";s:86:\"import google font URL Eg: http://fonts.googleapis.com/css?family=Monsieur+La+Doulaise\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:12:\"TzFontHeader\";}i:34;a:6:{s:2:\"id\";s:24:\"plazart_TzFontFaminyHead\";s:5:\"label\";s:11:\"Font Family\";s:4:\"desc\";s:52:\"importeg google font-family Eg: Monsieur La Doulaise\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:12:\"TzFontHeader\";}i:35;a:7:{s:2:\"id\";s:22:\"plazart_TzHeadSelecter\";s:5:\"label\";s:15:\"Header Selecter\";s:4:\"desc\";s:83:\"You can specify a selector for font used in the document Header Eg: div#description\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:15:\"textarea-simple\";s:7:\"section\";s:12:\"TzFontHeader\";s:4:\"rows\";s:2:\"10\";}i:36;a:6:{s:2:\"id\";s:25:\"plazart_TzHeaderFontColor\";s:5:\"label\";s:10:\"Color code\";s:4:\"desc\";s:14:\"Color for text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:12:\"TzFontHeader\";}i:37;a:11:{s:2:\"id\";s:22:\"plazart_TZFontTypeMenu\";s:5:\"label\";s:9:\"Font Type\";s:4:\"desc\";s:16:\"Option font type\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:10:\"TzFontMenu\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"value\";s:8:\"Tzgoogle\";s:5:\"label\";s:10:\"Goole Font\";}i:1;a:2:{s:5:\"value\";s:13:\"TzFontDefault\";s:5:\"label\";s:13:\"Standard Font\";}}}i:38;a:6:{s:2:\"id\";s:25:\"plazart_TzFontMenuDefault\";s:5:\"label\";s:20:\"Select Standard Font\";s:4:\"desc\";s:32:\"Select a font to use font-family\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:10:\"TzFontMenu\";s:7:\"choices\";a:6:{i:0;a:2:{s:5:\"value\";s:5:\"Arial\";s:5:\"label\";s:5:\"Arial\";}i:1;a:2:{s:5:\"value\";s:6:\"Tahoma\";s:5:\"label\";s:6:\"Tahoma\";}i:2;a:2:{s:5:\"value\";s:7:\"Verdana\";s:5:\"label\";s:7:\"Verdana\";}i:3;a:2:{s:5:\"value\";s:7:\"Georgia\";s:5:\"label\";s:7:\"Georgia\";}i:4;a:2:{s:5:\"value\";s:6:\"Impact\";s:5:\"label\";s:6:\"Impact\";}i:5;a:2:{s:5:\"value\";s:5:\"Times\";s:5:\"label\";s:5:\"Times\";}}}i:39;a:6:{s:2:\"id\";s:25:\"plazart_TzFontMenuGoodurl\";s:5:\"label\";s:10:\"Google Url\";s:4:\"desc\";s:86:\"import google font URL Eg: http://fonts.googleapis.com/css?family=Monsieur+La+Doulaise\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:10:\"TzFontMenu\";}i:40;a:6:{s:2:\"id\";s:24:\"plazart_TzFontFaminyMenu\";s:5:\"label\";s:11:\"Font Family\";s:4:\"desc\";s:52:\"importeg google font-family Eg: Monsieur La Doulaise\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:10:\"TzFontMenu\";}i:41;a:7:{s:2:\"id\";s:22:\"plazart_TzMenuSelecter\";s:5:\"label\";s:14:\"Menu Selectors\";s:4:\"desc\";s:74:\"you can specify a selector for font used in the document body eg: div#menu\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:15:\"textarea-simple\";s:7:\"section\";s:10:\"TzFontMenu\";s:4:\"rows\";s:2:\"10\";}i:42;a:6:{s:2:\"id\";s:23:\"plazart_TzMenuFontColor\";s:5:\"label\";s:10:\"Color code\";s:4:\"desc\";s:14:\"Color for text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:10:\"TzFontMenu\";}i:43;a:11:{s:2:\"id\";s:24:\"plazart_TZFontTypeCustom\";s:5:\"label\";s:9:\"Font Type\";s:4:\"desc\";s:16:\"option font type\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:12:\"TzFontCustom\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"value\";s:8:\"Tzgoogle\";s:5:\"label\";s:10:\"Goole Font\";}i:1;a:2:{s:5:\"value\";s:13:\"TzFontDefault\";s:5:\"label\";s:13:\"Standard Font\";}}}i:44;a:6:{s:2:\"id\";s:27:\"plazart_TzFontCustomDefault\";s:5:\"label\";s:20:\"Select Standard Font\";s:4:\"desc\";s:32:\"Select a font to use font-family\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:12:\"TzFontCustom\";s:7:\"choices\";a:6:{i:0;a:2:{s:5:\"value\";s:5:\"Arial\";s:5:\"label\";s:5:\"Arial\";}i:1;a:2:{s:5:\"value\";s:6:\"Tahoma\";s:5:\"label\";s:6:\"Tahoma\";}i:2;a:2:{s:5:\"value\";s:7:\"Verdana\";s:5:\"label\";s:7:\"Verdana\";}i:3;a:2:{s:5:\"value\";s:7:\"Georgia\";s:5:\"label\";s:7:\"Georgia\";}i:4;a:2:{s:5:\"value\";s:6:\"Impact\";s:5:\"label\";s:6:\"Impact\";}i:5;a:2:{s:5:\"value\";s:5:\"Times\";s:5:\"label\";s:5:\"Times\";}}}i:45;a:6:{s:2:\"id\";s:27:\"plazart_TzFontCustomGoodurl\";s:5:\"label\";s:10:\"Google Url\";s:4:\"desc\";s:86:\"import google font URL Eg: http://fonts.googleapis.com/css?family=Monsieur+La+Doulaise\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:12:\"TzFontCustom\";}i:46;a:6:{s:2:\"id\";s:26:\"plazart_TzFontFaminyCustom\";s:5:\"label\";s:11:\"Font Family\";s:4:\"desc\";s:52:\"importeg google font-family Eg: Monsieur La Doulaise\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:12:\"TzFontCustom\";}i:47;a:7:{s:2:\"id\";s:24:\"plazart_TzCustomSelecter\";s:5:\"label\";s:15:\"Custom Selecter\";s:4:\"desc\";s:76:\"you can specify a selector for font used in the document body eg: div#custom\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:15:\"textarea-simple\";s:7:\"section\";s:12:\"TzFontCustom\";s:4:\"rows\";s:2:\"10\";}i:48;a:6:{s:2:\"id\";s:25:\"plazart_TzCustomFontColor\";s:5:\"label\";s:10:\"Color code\";s:4:\"desc\";s:14:\"Color for text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:12:\"TzFontCustom\";}i:49;a:6:{s:2:\"id\";s:19:\"plazart_TzCustomCss\";s:5:\"label\";s:8:\"Code CSS\";s:4:\"desc\";s:173:\"Paste your CSS code, do not include any tags or HTML in thie field. Any custom CSS entered here will override the theme CSS. In some cases, the !important tag may be needed.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:15:\"textarea-simple\";s:7:\"section\";s:11:\"TzCustomCss\";}i:50;a:7:{s:5:\"label\";s:24:\"Choose style breadcrumb.\";s:2:\"id\";s:24:\"plazart_style_breadcrumb\";s:4:\"desc\";s:44:\"Select style breadcrumb default for website.\";s:7:\"section\";s:15:\"icon_breadcrumb\";s:3:\"std\";s:16:\"fa fa-arrows-alt\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"value\";s:18:\"breadcrumb_awesome\";s:5:\"label\";s:12:\"Font Awesome\";}i:1;a:2:{s:5:\"value\";s:16:\"breadcrumb_image\";s:5:\"label\";s:6:\"Images\";}}}i:51;a:6:{s:2:\"id\";s:25:\"plazart_TzIcon_breadcrumb\";s:5:\"label\";s:19:\"Icon for Breadcrumb\";s:4:\"desc\";s:25:\"Input icon for Breadcrumb\";s:3:\"std\";s:16:\"fa fa-arrows-alt\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:15:\"icon_breadcrumb\";}i:52;a:6:{s:2:\"id\";s:27:\"plazart_tz_image_breadcrumb\";s:5:\"label\";s:23:\"Upload Image Breadcrumb\";s:4:\"desc\";s:16:\"Image Breadcrumb\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:15:\"icon_breadcrumb\";}i:53;a:10:{s:2:\"id\";s:11:\"cbackground\";s:5:\"label\";s:10:\"Background\";s:4:\"desc\";s:83:\"<p>Default background for Post, Page, Portfolio, Category, Archive, Seach page.</p>\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:16:\"textblock-titled\";s:7:\"section\";s:12:\"TZBackground\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:54;a:11:{s:2:\"id\";s:23:\"plazart_background_type\";s:5:\"label\";s:15:\"Background Type\";s:4:\"desc\";s:94:\"You can choose the background you want between our pre-provided pattern and your custom image.\";s:3:\"std\";s:4:\"none\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:12:\"TZBackground\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"value\";s:4:\"none\";s:5:\"label\";s:7:\"Default\";}i:1;a:2:{s:5:\"value\";s:7:\"pattern\";s:5:\"label\";s:7:\"Pattern\";}i:2;a:2:{s:5:\"value\";s:12:\"single_image\";s:5:\"label\";s:12:\"Single image\";}}}i:55;a:6:{s:2:\"id\";s:25:\"plazart_TZBackgroundColor\";s:5:\"label\";s:10:\"Color code\";s:4:\"desc\";s:21:\"Background color code\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:12:\"TZBackground\";}i:56;a:11:{s:2:\"id\";s:26:\"plazart_background_pattern\";s:5:\"label\";s:14:\"Choose Pattern\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:12:\"TZBackground\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:18:\"background_pattern\";s:7:\"choices\";a:103:{i:0;a:6:{s:5:\"value\";s:14:\"absurdidad.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:75:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/absurdidad.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:1;a:6:{s:5:\"value\";s:17:\"60degree_gray.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:78:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/60degree_gray.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:2;a:6:{s:5:\"value\";s:15:\"always_grey.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/always_grey.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:3;a:6:{s:5:\"value\";s:10:\"arches.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:71:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/arches.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:4;a:6:{s:5:\"value\";s:13:\"az_subtle.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/az_subtle.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:5;a:6:{s:5:\"value\";s:16:\"back_pattern.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:77:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/back_pattern.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:6;a:6:{s:5:\"value\";s:15:\"black_mamba.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/black_mamba.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:7;a:6:{s:5:\"value\";s:16:\"black_scales.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:77:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/black_scales.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:8;a:6:{s:5:\"value\";s:16:\"black_thread.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:77:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/black_thread.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:9;a:6:{s:5:\"value\";s:15:\"black_twill.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/black_twill.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:10;a:6:{s:5:\"value\";s:12:\"blizzard.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:73:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/blizzard.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:11;a:6:{s:5:\"value\";s:19:\"bo_play_pattern.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:80:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/bo_play_pattern.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:12;a:6:{s:5:\"value\";s:12:\"brillant.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:73:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/brillant.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:13;a:6:{s:5:\"value\";s:13:\"candyhole.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/candyhole.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:14;a:6:{s:5:\"value\";s:16:\"carbon_fibre.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:77:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/carbon_fibre.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:15;a:6:{s:5:\"value\";s:19:\"carbon_fibre_v2.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:80:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/carbon_fibre_v2.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:16;a:6:{s:5:\"value\";s:21:\"checkered_pattern.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:82:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/checkered_pattern.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:17;a:6:{s:5:\"value\";s:11:\"circles.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:72:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/circles.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:18;a:6:{s:5:\"value\";s:11:\"climpek.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:72:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/climpek.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:19;a:6:{s:5:\"value\";s:11:\"connect.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:72:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/connect.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:20;a:6:{s:5:\"value\";s:14:\"cream_dust.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:75:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/cream_dust.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:21;a:6:{s:5:\"value\";s:15:\"corrugation.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/corrugation.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:22;a:6:{s:5:\"value\";s:19:\"crossed_stripes.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:80:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/crossed_stripes.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:23;a:6:{s:5:\"value\";s:11:\"crosses.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:72:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/crosses.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:24;a:6:{s:5:\"value\";s:9:\"cubes.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:70:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/cubes.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:25;a:6:{s:5:\"value\";s:11:\"cutcube.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:72:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/cutcube.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:26;a:6:{s:5:\"value\";s:16:\"dark_circles.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:77:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/dark_circles.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:27;a:6:{s:5:\"value\";s:16:\"daimond_eyes.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:77:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/daimond_eyes.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:28;a:6:{s:5:\"value\";s:15:\"dark_dotted.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/dark_dotted.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:29;a:6:{s:5:\"value\";s:18:\"dark_geometric.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:79:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/dark_geometric.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:30;a:6:{s:5:\"value\";s:15:\"dark_matter.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/dark_matter.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:31;a:6:{s:5:\"value\";s:18:\"diagonal_waves.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:79:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/diagonal_waves.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:32;a:6:{s:5:\"value\";s:23:\"diagonales_decalees.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:84:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/diagonales_decalees.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:33;a:6:{s:5:\"value\";s:12:\"ecailles.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:73:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/ecailles.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:34;a:6:{s:5:\"value\";s:16:\"elegant_grid.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:77:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/elegant_grid.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:35;a:6:{s:5:\"value\";s:18:\"embossed_paper.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:79:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/embossed_paper.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:36;a:6:{s:5:\"value\";s:15:\"escheresque.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/escheresque.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:37;a:6:{s:5:\"value\";s:14:\"fake_brick.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:75:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/fake_brick.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:38;a:6:{s:5:\"value\";s:16:\"fancy_deboss.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:77:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/fancy_deboss.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:39;a:6:{s:5:\"value\";s:15:\"fake_luxury.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/fake_luxury.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:40;a:6:{s:5:\"value\";s:15:\"flowertrail.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/flowertrail.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:41;a:6:{s:5:\"value\";s:8:\"foil.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:69:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/foil.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:42;a:6:{s:5:\"value\";s:10:\"graphy.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:71:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/graphy.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:43;a:6:{s:5:\"value\";s:10:\"gridme.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:71:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/gridme.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:44;a:6:{s:5:\"value\";s:13:\"gun_metal.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/gun_metal.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:45;a:6:{s:5:\"value\";s:12:\"hexabump.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:73:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/hexabump.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:46;a:6:{s:5:\"value\";s:26:\"hixs_pattern_evolution.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:87:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/hixs_pattern_evolution.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:47;a:6:{s:5:\"value\";s:8:\"kuji.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:69:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/kuji.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:48;a:6:{s:5:\"value\";s:13:\"lil_fiber.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/lil_fiber.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:49;a:6:{s:5:\"value\";s:20:\"little_triangles.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:81:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/little_triangles.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:50;a:6:{s:5:\"value\";s:15:\"littleknobs.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/littleknobs.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:51;a:6:{s:5:\"value\";s:13:\"lyonnette.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/lyonnette.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:52;a:6:{s:5:\"value\";s:16:\"merely_cubed.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:77:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/merely_cubed.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:53;a:6:{s:5:\"value\";s:16:\"micro_carbon.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:77:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/micro_carbon.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:54;a:6:{s:5:\"value\";s:8:\"nami.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:69:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/nami.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:55;a:6:{s:5:\"value\";s:10:\"nistri.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:71:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/nistri.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:56;a:6:{s:5:\"value\";s:18:\"norwegian_rose.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:79:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/norwegian_rose.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:57;a:6:{s:5:\"value\";s:11:\"outlets.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:72:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/outlets.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:58;a:6:{s:5:\"value\";s:9:\"paven.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:70:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/paven.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:59;a:6:{s:5:\"value\";s:13:\"pinstripe.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/pinstripe.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:60;a:6:{s:5:\"value\";s:15:\"pixel_weave.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/pixel_weave.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:61;a:6:{s:5:\"value\";s:18:\"polyester_lite.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:79:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/polyester_lite.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:62;a:6:{s:5:\"value\";s:18:\"project_papper.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:79:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/project_papper.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:63;a:6:{s:5:\"value\";s:11:\"pyramid.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:72:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/pyramid.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:64;a:6:{s:5:\"value\";s:9:\"quilt.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:70:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/quilt.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:65;a:6:{s:5:\"value\";s:11:\"real_cf.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:72:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/real_cf.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:66;a:6:{s:5:\"value\";s:20:\"reticular_tissue.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:81:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/reticular_tissue.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:67;a:6:{s:5:\"value\";s:15:\"rubber_grip.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/rubber_grip.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:68;a:6:{s:5:\"value\";s:14:\"satinweave.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:75:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/satinweave.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:69;a:6:{s:5:\"value\";s:10:\"school.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:71:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/school.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:70;a:6:{s:5:\"value\";s:13:\"shinecaro.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/shinecaro.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:71;a:6:{s:5:\"value\";s:15:\"shinedotted.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/shinedotted.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:72;a:6:{s:5:\"value\";s:7:\"shl.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:68:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/shl.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:73;a:6:{s:5:\"value\";s:17:\"silver_scales.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:78:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/silver_scales.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:74;a:6:{s:5:\"value\";s:18:\"skelatal_weave.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:79:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/skelatal_weave.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:75;a:6:{s:5:\"value\";s:24:\"small-crackle-bright.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:85:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/small-crackle-bright.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:76;a:6:{s:5:\"value\";s:15:\"small_tiles.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/small_tiles.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:77;a:6:{s:5:\"value\";s:13:\"soft_kill.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/soft_kill.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:78;a:6:{s:5:\"value\";s:12:\"soft_pad.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:73:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/soft_pad.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:79;a:6:{s:5:\"value\";s:11:\"squares.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:72:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/squares.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:80;a:6:{s:5:\"value\";s:19:\"stacked_circles.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:80:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/stacked_circles.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:81;a:6:{s:5:\"value\";s:12:\"starring.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:73:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/starring.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:82;a:6:{s:5:\"value\";s:17:\"stitched_wool.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:78:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/stitched_wool.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:83;a:6:{s:5:\"value\";s:10:\"straws.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:71:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/straws.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:84;a:6:{s:5:\"value\";s:16:\"striped_lens.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:77:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/striped_lens.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:85;a:6:{s:5:\"value\";s:15:\"struckaxiom.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/struckaxiom.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:86;a:6:{s:5:\"value\";s:17:\"subtle_carbon.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:78:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/subtle_carbon.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:87;a:6:{s:5:\"value\";s:15:\"subtle_dots.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:76:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/subtle_dots.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:88;a:6:{s:5:\"value\";s:18:\"subtle_surface.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:79:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/subtle_surface.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:89;a:6:{s:5:\"value\";s:19:\"subtle_zebra_3d.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:80:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/subtle_zebra_3d.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:90;a:6:{s:5:\"value\";s:14:\"subtlenet2.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:75:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/subtlenet2.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:91;a:6:{s:5:\"value\";s:17:\"tactile_noise.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:78:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/tactile_noise.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:92;a:6:{s:5:\"value\";s:17:\"tasky_pattern.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:78:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/tasky_pattern.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:93;a:6:{s:5:\"value\";s:13:\"tiny_grid.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/tiny_grid.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:94;a:6:{s:5:\"value\";s:13:\"triangles.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/triangles.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:95;a:6:{s:5:\"value\";s:18:\"vaio_hard_edge.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:79:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/vaio_hard_edge.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:96;a:6:{s:5:\"value\";s:9:\"weave.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:70:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/weave.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:97;a:6:{s:5:\"value\";s:20:\"white_brick_wall.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:81:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/white_brick_wall.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:98;a:6:{s:5:\"value\";s:16:\"white_carbon.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:77:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/white_carbon.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:99;a:6:{s:5:\"value\";s:21:\"white_carbonfiber.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:82:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/white_carbonfiber.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:100;a:6:{s:5:\"value\";s:14:\"white_wave.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:75:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/white_wave.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:101;a:6:{s:5:\"value\";s:19:\"wide_rectangles.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:80:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/wide_rectangles.png\";i:0;i:40;i:1;i:40;i:2;b:1;}i:102;a:6:{s:5:\"value\";s:10:\"zigzag.png\";s:5:\"label\";s:27:\"Click on pattern to preview\";s:3:\"src\";s:71:\"http://genewyork.com/wp-content/themes/ethic/images/patterns/zigzag.png\";i:0;i:40;i:1;i:40;i:2;b:1;}}}i:57;a:10:{s:2:\"id\";s:31:\"plazart_background_single_image\";s:5:\"label\";s:23:\"Single Image Background\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:12:\"TZBackground\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:58;a:7:{s:2:\"id\";s:25:\"plazart_TzThemeColorStyle\";s:5:\"label\";s:18:\"Config Theme Color\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:12:\"TZThemeColor\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"value\";s:1:\"0\";s:5:\"label\";s:7:\"Default\";}i:1;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:18:\"Custom Theme Color\";}}}i:59;a:7:{s:2:\"id\";s:24:\"plazart_TzThemeColorTyle\";s:5:\"label\";s:19:\"Theme Color Default\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:12:\"TZThemeColor\";s:7:\"choices\";a:9:{i:0;a:3:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:0:\"\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/extension/assets/images/1.jpg\";}i:1;a:3:{s:5:\"value\";s:1:\"2\";s:5:\"label\";s:0:\"\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/extension/assets/images/2.jpg\";}i:2;a:3:{s:5:\"value\";s:1:\"3\";s:5:\"label\";s:0:\"\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/extension/assets/images/3.jpg\";}i:3;a:3:{s:5:\"value\";s:1:\"4\";s:5:\"label\";s:0:\"\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/extension/assets/images/4.jpg\";}i:4;a:3:{s:5:\"value\";s:1:\"5\";s:5:\"label\";s:0:\"\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/extension/assets/images/5.jpg\";}i:5;a:3:{s:5:\"value\";s:1:\"6\";s:5:\"label\";s:0:\"\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/extension/assets/images/6.jpg\";}i:6;a:3:{s:5:\"value\";s:1:\"7\";s:5:\"label\";s:0:\"\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/extension/assets/images/7.jpg\";}i:7;a:3:{s:5:\"value\";s:1:\"8\";s:5:\"label\";s:0:\"\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/extension/assets/images/8.jpg\";}i:8;a:3:{s:5:\"value\";s:1:\"9\";s:5:\"label\";s:0:\"\";s:3:\"src\";s:74:\"http://genewyork.com/wp-content/themes/ethic/extension/assets/images/9.jpg\";}}}i:60;a:6:{s:2:\"id\";s:26:\"plazart_TZThemeColorCustom\";s:5:\"label\";s:18:\"Theme Color Custom\";s:4:\"desc\";s:18:\"Theme Color Custom\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:12:\"TZThemeColor\";}i:61;a:7:{s:2:\"id\";s:25:\"plazart_TzThemeColorWidth\";s:5:\"label\";s:18:\"Config Theme Width\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:12:\"TZThemeColor\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"value\";s:1:\"0\";s:5:\"label\";s:10:\"Full Width\";}i:1;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:5:\"Boxed\";}}}i:62;a:6:{s:2:\"id\";s:33:\"plazart_TzThemeColorCustomerWidth\";s:5:\"label\";s:17:\"Input width Boxed\";s:4:\"desc\";s:14:\"Width of Boxed\";s:3:\"std\";s:6:\"1200px\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:12:\"TZThemeColor\";}i:63;a:7:{s:2:\"id\";s:18:\"plazart_tz_loading\";s:5:\"label\";s:19:\"Config mode loading\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:12:\"mode_loading\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"value\";s:1:\"0\";s:5:\"label\";s:4:\"Hide\";}i:1;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:4:\"Show\";}}}}}','yes'),(188,'_bbp_private_forums','a:0:{}','yes'),(189,'_bbp_hidden_forums','a:0:{}','yes'),(190,'_bbp_db_version','250','yes'),(191,'theme_my_login','a:4:{s:10:\"enable_css\";b:1;s:10:\"login_type\";s:4:\"both\";s:14:\"active_modules\";a:0:{}s:7:\"version\";s:3:\"6.4\";}','yes'),(192,'bp-active-components','a:5:{s:8:\"activity\";i:1;s:7:\"members\";i:1;s:8:\"settings\";i:1;s:8:\"xprofile\";i:1;s:13:\"notifications\";i:1;}','yes'),(193,'bp-pages','a:0:{}','yes'),(194,'_bp_db_version','10071','yes'),(196,'ot_media_post_ID','5','yes'),(201,'option_tree','a:59:{s:20:\"plazart_header_style\";s:13:\"header_style6\";s:16:\"plazart_logotype\";s:1:\"1\";s:16:\"plazart_logoText\";s:0:\"\";s:21:\"plazart_logoTextcolor\";s:0:\"\";s:12:\"plazart_logo\";s:85:\"http://genewyork.com/wp-content/uploads/2015/08/geny_logo_circle_gold_nav_120x120.png\";s:21:\"plazart_favicon_onoff\";s:3:\"yes\";s:15:\"plazart_favicon\";s:64:\"http://genewyork.com/wp-content/uploads/2015/08/geny_favicon.png\";s:25:\"plazart_logo_footer_image\";s:74:\"http://genewyork.com/wp-content/uploads/2015/08/geny_logo_white_footer.png\";s:22:\"plazart_footer_columns\";s:1:\"4\";s:31:\"plazart_image_decoration_footer\";s:0:\"\";s:19:\"plazartfooterwidth1\";s:1:\"3\";s:19:\"plazartfooterwidth2\";s:1:\"3\";s:19:\"plazartfooterwidth3\";s:1:\"3\";s:19:\"plazartfooterwidth4\";s:1:\"3\";s:17:\"plazart_copyright\";s:52:\"<p>Copyright © 2015 GENY. All Rights Reserved.</p>\";s:16:\"plazart_404_icon\";s:0:\"\";s:24:\"plazart_404_number_phone\";s:12:\"646-794-8333\";s:22:\"plazart_404_number_fax\";s:12:\"212-564-9358\";s:14:\"plazart_404_bk\";s:0:\"\";s:17:\"plazart_404_title\";s:10:\"404 ERROR!\";s:19:\"plazart_404_content\";s:99:\"Look like something went wrong! The page you were looking for is not here. Go Home or try a search.\";s:18:\"plazart_TZFontType\";s:8:\"Tzgoogle\";s:21:\"plazart_TzFontDefault\";s:5:\"Arial\";s:18:\"plazart_TzFontFami\";s:0:\"\";s:20:\"plazart_TzFontFaminy\";s:0:\"\";s:22:\"plazart_TzBodySelecter\";s:0:\"\";s:19:\"plazart_TzBodyColor\";s:0:\"\";s:22:\"plazart_TZFontTypeHead\";s:8:\"Tzgoogle\";s:25:\"plazart_TzFontHeadDefault\";s:5:\"Arial\";s:25:\"plazart_TzFontHeadGoodurl\";s:0:\"\";s:24:\"plazart_TzFontFaminyHead\";s:0:\"\";s:22:\"plazart_TzHeadSelecter\";s:0:\"\";s:25:\"plazart_TzHeaderFontColor\";s:0:\"\";s:22:\"plazart_TZFontTypeMenu\";s:8:\"Tzgoogle\";s:25:\"plazart_TzFontMenuDefault\";s:5:\"Arial\";s:25:\"plazart_TzFontMenuGoodurl\";s:0:\"\";s:24:\"plazart_TzFontFaminyMenu\";s:0:\"\";s:22:\"plazart_TzMenuSelecter\";s:0:\"\";s:23:\"plazart_TzMenuFontColor\";s:0:\"\";s:24:\"plazart_TZFontTypeCustom\";s:8:\"Tzgoogle\";s:27:\"plazart_TzFontCustomDefault\";s:5:\"Arial\";s:27:\"plazart_TzFontCustomGoodurl\";s:49:\"https://fonts.googleapis.com/css?family=Open+Sans\";s:26:\"plazart_TzFontFaminyCustom\";s:37:\"font-family: \'Open Sans\', sans-serif;\";s:24:\"plazart_TzCustomSelecter\";s:0:\"\";s:25:\"plazart_TzCustomFontColor\";s:7:\"#444444\";s:19:\"plazart_TzCustomCss\";s:854:\".language-icons{\r\n float:right;\r\n}\r\n.language-icons ul li{\r\n display:inline;\r\n margin-left:10px;\r\n}\r\n\r\n.language-icons ul li ul{\r\n display:inline;\r\n}\r\n\r\n.language-icons a{\r\n color:white;\r\n}\r\n\r\n.language-icons a:hover{\r\n color:#600000;\r\n}\r\n\r\n#wpml-language-bar{\r\npadding: 10px;\r\nheight:100px;\r\nposition:fixed;\r\n}\r\n\r\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {\r\n left: auto;\r\ndisplay: none !important;\r\n}\r\n.tz-customer-container .tz-header-content #mega-menu-wrap-primary #mega-menu-primary > li:hover > ul{ \r\ndisplay: block !important;\r\n}\r\n.tz-customer-container .tz-header-content #mega-menu-wrap-primary #mega-menu-primary > li{\r\nposition: relative;\r\n}\r\n.tz-header-6 .tz-header-content #mega-menu-wrap-primary #mega-menu-primary > li > a:hover{\r\nborder-left:1px solid hsla(0, 0%, 0%, 0.1);\r\n}\";s:23:\"plazart_background_type\";s:4:\"none\";s:25:\"plazart_TZBackgroundColor\";s:0:\"\";s:31:\"plazart_background_single_image\";s:0:\"\";s:25:\"plazart_TzThemeColorStyle\";s:1:\"1\";s:24:\"plazart_TzThemeColorTyle\";s:1:\"1\";s:26:\"plazart_TZThemeColorCustom\";s:7:\"#e5a82e\";s:25:\"plazart_TzThemeColorWidth\";s:1:\"0\";s:33:\"plazart_TzThemeColorCustomerWidth\";s:6:\"1200px\";s:24:\"plazart_style_breadcrumb\";s:16:\"breadcrumb_image\";s:25:\"plazart_TzIcon_breadcrumb\";s:16:\"fa fa-arrows-alt\";s:27:\"plazart_tz_image_breadcrumb\";s:0:\"\";s:18:\"plazart_tz_loading\";s:1:\"0\";s:27:\"plazart_blog_option_sidebar\";s:1:\"0\";}','yes'),(211,'tribe_events_cat_children','a:0:{}','yes'),(220,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(221,'wpb_js_composer_license_activation_notified','yes','yes'),(223,'megamenu_settings','a:6:{s:7:\"primary\";a:4:{s:7:\"enabled\";s:1:\"1\";s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:8:\"disabled\";s:5:\"theme\";s:7:\"default\";}s:12:\"primary___zh\";a:4:{s:7:\"enabled\";s:1:\"1\";s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:8:\"disabled\";s:5:\"theme\";s:7:\"default\";}s:12:\"primary___ja\";a:3:{s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:8:\"disabled\";s:5:\"theme\";s:7:\"default\";}s:12:\"primary___ko\";a:3:{s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:8:\"disabled\";s:5:\"theme\";s:7:\"default\";}s:9:\"menu-left\";a:4:{s:7:\"enabled\";s:1:\"1\";s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:8:\"disabled\";s:5:\"theme\";s:7:\"default\";}s:3:\"css\";s:4:\"ajax\";}','yes'),(224,'_transient_megamenu_css','#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul, #mega-menu-wrap-primary #mega-menu-primary li, #mega-menu-wrap-primary #mega-menu-primary p, #mega-menu-wrap-primary #mega-menu-primary img, #mega-menu-wrap-primary #mega-menu-primary div, #mega-menu-wrap-primary #mega-menu-primary a {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n background: none;\n border: 0;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n margin: 0;\n opacity: 1;\n padding: 0;\n position: relative;\n right: auto;\n top: auto;\n bottom: auto;\n left: auto;\n text-align: left;\n text-transform: none;\n vertical-align: baseline;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n list-style-type: none;\n line-height: 1.7;\n box-sizing: border-box;\n float: none;\n overflow: visible;\n display: block;\n min-height: 0;\n -webkit-transition: none;\n -moz-transition: none;\n -o-transition: none;\n transition: none;\n text-decoration: none;\n width: auto;\n clip: auto;\n height: auto;\n outline: none;\n visibility: inherit;\n}\n#mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul:before, #mega-menu-wrap-primary #mega-menu-primary li:before, #mega-menu-wrap-primary #mega-menu-primary p:before, #mega-menu-wrap-primary #mega-menu-primary img:before, #mega-menu-wrap-primary #mega-menu-primary div:before, #mega-menu-wrap-primary #mega-menu-primary a:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul:after, #mega-menu-wrap-primary #mega-menu-primary li:after, #mega-menu-wrap-primary #mega-menu-primary p:after, #mega-menu-wrap-primary #mega-menu-primary img:after, #mega-menu-wrap-primary #mega-menu-primary div:after, #mega-menu-wrap-primary #mega-menu-primary a:after {\n display: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary {\n visibility: visible;\n}\n#mega-menu-wrap-primary #mega-menu-primary a {\n display: inline;\n}\n#mega-menu-wrap-primary #mega-menu-primary table, #mega-menu-wrap-primary #mega-menu-primary td, #mega-menu-wrap-primary #mega-menu-primary tr, #mega-menu-wrap-primary #mega-menu-primary th {\n border: 0;\n margin: 0;\n padding: 0;\n background: none;\n}\n#mega-menu-wrap-primary {\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary {\n text-align: left;\n padding: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary p {\n margin-bottom: 10px;\n}\n#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {\n max-width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {\n display: block;\n visibility: hidden;\n opacity: 1;\n}\n#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n visibility: visible;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^=\'dashicons\']:before {\n font-family: dashicons;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a {\n cursor: default;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a:before {\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n position: static;\n margin: 0 6px 0 0px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n color: inherit;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a:before {\n margin: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu {\n right: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {\n position: static;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {\n margin: 0 0px 0 0;\n display: inline-block;\n height: auto;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {\n float: right;\n margin: 0 0 0 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:focus {\n background: rgba(51, 51, 51, 0);\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n outline: none;\n text-decoration: none;\n padding: 0px 10px 0px 10px;\n line-height: 40px;\n font-weight: normal;\n height: 40px;\n vertical-align: baseline;\n text-align: left;\n width: auto;\n display: block;\n color: #fff;\n text-transform: none;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n font-family: inherit;\n font-size: 14px;\n cursor: pointer;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {\n display: list-item;\n margin: 0;\n clear: both;\n border: 0;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {\n float: none;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {\n -webkit-border-radius: 0 0 0 0 0 0 0;\n -moz-border-radius: 0 0 0 0 0 0 0;\n -ms-border-radius: 0 0 0 0 0 0 0;\n -o-border-radius: 0 0 0 0 0 0 0;\n border-radius: 0 0 0 0 0 0 0;\n border: 0;\n margin: 0;\n line-height: 40px;\n height: 40px;\n padding: 0 10px;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n background: #f1f1f1;\n padding: 0px 0px 0px 0px;\n position: absolute;\n width: 100%;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n left: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n width: 25%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n width: 75%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n width: 20%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n width: 40%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n width: 60%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n width: 80%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n width: 25%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n width: 75%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n width: 100%;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n border: 0;\n padding: 10px;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li {\n width: 50% !important;\n clear: none;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {\n clear: left;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li ul.mega-sub-menu {\n clear: both;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li ul.mega-sub-menu li ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li ul.mega-sub-menu li ul.mega-sub-menu li ul.mega-sub-menu {\n margin-left: 20px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n display: block;\n float: left;\n clear: none;\n padding: 15px 15px 15px 15px;\n vertical-align: top;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n clear: left;\n /* Widget titles */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 5px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item hover */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:focus {\n color: #555;\n font-weight: bold;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n /* third level menu item */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n margin: 0;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n /* Second level menu item hover */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:focus {\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {\n z-index: 999;\n position: absolute;\n width: 300px;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n padding: 0px 0px 0px 0px;\n background: #f1f1f1;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n padding: 0;\n border: 0;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n clear: both;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {\n display: block;\n background: #f1f1f1;\n color: #666;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n padding: 0px 10px 0px 10px;\n line-height: 35px;\n text-decoration: none;\n text-transform: none;\n vertical-align: baseline;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a {\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a {\n border-bottom-right-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:focus {\n background: #ddd;\n font-weight: normal;\n text-decoration: none;\n color: #666;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: absolute;\n left: 100%;\n top: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: static;\n left: 0;\n width: 100%;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a {\n padding-left: 20px;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a:after {\n content: \'\\f140\';\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n margin: 0 0 0 6px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n -webkit-transform: rotate(0);\n -moz-transform: rotate(0);\n -ms-transform: rotate(0);\n -o-transform: rotate(0);\n transform: rotate(0);\n color: inherit;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children a:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children a:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children a:after {\n float: right;\n }\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a:after {\n content: \'\\f142\';\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-hide-arrow > a:after {\n display: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a:after {\n content: \'\\f139\';\n float: right;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a:after {\n content: \'\\f140\';\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li a {\n text-align: right;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li a {\n text-align: left;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li a:before {\n float: right;\n margin: 0 0 0 6px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li a:before {\n float: left;\n margin: 0 6px 0 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a:after {\n content: \'\\f141\';\n float: left;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a:after {\n content: \'\\f140\';\n float: right;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n left: -100%;\n top: 0;\n}\n#mega-menu-wrap-primary .mega-menu-toggle {\n display: none;\n z-index: 1;\n cursor: pointer;\n text-align: right;\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 2px 2px 2px 2px;\n -moz-border-radius: 2px 2px 2px 2px;\n -ms-border-radius: 2px 2px 2px 2px;\n -o-border-radius: 2px 2px 2px 2px;\n border-radius: 2px 2px 2px 2px;\n line-height: 40px;\n height: 40px;\n color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary .mega-menu-toggle {\n display: block;\n }\n}\n#mega-menu-wrap-primary .mega-menu-toggle:before {\n content: \"\\f333\";\n font-family: \'dashicons\';\n font-size: 24px;\n margin: 0 5px;\n float: right;\n}\n#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:before {\n content: \"\\f153\";\n}\n#mega-menu-wrap-primary .mega-menu-toggle:after {\n content: \'MENU\';\n}\n#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {\n content: \"\";\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {\n display: none;\n }\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {\n display: none;\n visibility: visible;\n opacity: 1;\n }\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n display: block;\n }\n #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {\n display: block;\n }\n}\n#mega-menu-wrap-primary {\n clear: both;\n}\n#mega-menu-wrap-menu-left, #mega-menu-wrap-menu-left #mega-menu-menu-left, #mega-menu-wrap-menu-left #mega-menu-menu-left ul, #mega-menu-wrap-menu-left #mega-menu-menu-left li, #mega-menu-wrap-menu-left #mega-menu-menu-left p, #mega-menu-wrap-menu-left #mega-menu-menu-left img, #mega-menu-wrap-menu-left #mega-menu-menu-left div, #mega-menu-wrap-menu-left #mega-menu-menu-left a {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n background: none;\n border: 0;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n margin: 0;\n opacity: 1;\n padding: 0;\n position: relative;\n right: auto;\n top: auto;\n bottom: auto;\n left: auto;\n text-align: left;\n text-transform: none;\n vertical-align: baseline;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n list-style-type: none;\n line-height: 1.7;\n box-sizing: border-box;\n float: none;\n overflow: visible;\n display: block;\n min-height: 0;\n -webkit-transition: none;\n -moz-transition: none;\n -o-transition: none;\n transition: none;\n text-decoration: none;\n width: auto;\n clip: auto;\n height: auto;\n outline: none;\n visibility: inherit;\n}\n#mega-menu-wrap-menu-left:before, #mega-menu-wrap-menu-left #mega-menu-menu-left:before, #mega-menu-wrap-menu-left #mega-menu-menu-left ul:before, #mega-menu-wrap-menu-left #mega-menu-menu-left li:before, #mega-menu-wrap-menu-left #mega-menu-menu-left p:before, #mega-menu-wrap-menu-left #mega-menu-menu-left img:before, #mega-menu-wrap-menu-left #mega-menu-menu-left div:before, #mega-menu-wrap-menu-left #mega-menu-menu-left a:before, #mega-menu-wrap-menu-left:after, #mega-menu-wrap-menu-left #mega-menu-menu-left:after, #mega-menu-wrap-menu-left #mega-menu-menu-left ul:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li:after, #mega-menu-wrap-menu-left #mega-menu-menu-left p:after, #mega-menu-wrap-menu-left #mega-menu-menu-left img:after, #mega-menu-wrap-menu-left #mega-menu-menu-left div:after, #mega-menu-wrap-menu-left #mega-menu-menu-left a:after {\n display: none;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left {\n visibility: visible;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left a {\n display: inline;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left table, #mega-menu-wrap-menu-left #mega-menu-menu-left td, #mega-menu-wrap-menu-left #mega-menu-menu-left tr, #mega-menu-wrap-menu-left #mega-menu-menu-left th {\n border: 0;\n margin: 0;\n padding: 0;\n background: none;\n}\n#mega-menu-wrap-menu-left {\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left {\n text-align: left;\n padding: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left p {\n margin-bottom: 10px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left input, #mega-menu-wrap-menu-left #mega-menu-menu-left img {\n max-width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item > ul.mega-sub-menu {\n display: block;\n visibility: hidden;\n opacity: 1;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n visibility: visible;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item a[class^=\'dashicons\']:before {\n font-family: dashicons;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-disable-link > a {\n cursor: default;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item a:before {\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n position: static;\n margin: 0 6px 0 0px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n color: inherit;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-hide-text a:before {\n margin: 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-left.mega-toggle-on > a {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-right > ul.mega-sub-menu {\n right: 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-right.mega-toggle-on > a {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu.mega-menu-item {\n position: static;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item {\n margin: 0 0px 0 0;\n display: inline-block;\n height: auto;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-item-align-right {\n float: right;\n margin: 0 0 0 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a:focus {\n background: rgba(51, 51, 51, 0);\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a {\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n outline: none;\n text-decoration: none;\n padding: 0px 10px 0px 10px;\n line-height: 40px;\n font-weight: normal;\n height: 40px;\n vertical-align: baseline;\n text-align: left;\n width: auto;\n display: block;\n color: #fff;\n text-transform: none;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n font-family: inherit;\n font-size: 14px;\n cursor: pointer;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item {\n display: list-item;\n margin: 0;\n clear: both;\n border: 0;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-item-align-right {\n float: none;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a {\n -webkit-border-radius: 0 0 0 0 0 0 0;\n -moz-border-radius: 0 0 0 0 0 0 0;\n -ms-border-radius: 0 0 0 0 0 0 0;\n -o-border-radius: 0 0 0 0 0 0 0;\n border-radius: 0 0 0 0 0 0 0;\n border: 0;\n margin: 0;\n line-height: 40px;\n height: 40px;\n padding: 0 10px;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n background: #f1f1f1;\n padding: 0px 0px 0px 0px;\n position: absolute;\n width: 100%;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n left: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n width: 25%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n width: 75%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n width: 20%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n width: 40%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n width: 60%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n width: 80%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n width: 25%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n width: 75%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n width: 100%;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n border: 0;\n padding: 10px;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li {\n width: 50% !important;\n clear: none;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {\n clear: left;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li ul.mega-sub-menu {\n clear: both;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li ul.mega-sub-menu li ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li ul.mega-sub-menu li ul.mega-sub-menu li ul.mega-sub-menu {\n margin-left: 20px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n display: block;\n float: left;\n clear: none;\n padding: 15px 15px 15px 15px;\n vertical-align: top;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n clear: left;\n /* Widget titles */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 5px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item hover */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:focus {\n color: #555;\n font-weight: bold;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n /* third level menu item */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n margin: 0;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n /* Second level menu item hover */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:focus {\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu {\n z-index: 999;\n position: absolute;\n width: 300px;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n padding: 0px 0px 0px 0px;\n background: #f1f1f1;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n padding: 0;\n border: 0;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n clear: both;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {\n display: block;\n background: #f1f1f1;\n color: #666;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n padding: 0px 10px 0px 10px;\n line-height: 35px;\n text-decoration: none;\n text-transform: none;\n vertical-align: baseline;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a {\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a {\n border-bottom-right-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:focus {\n background: #ddd;\n font-weight: normal;\n text-decoration: none;\n color: #666;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: absolute;\n left: 100%;\n top: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: static;\n left: 0;\n width: 100%;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a {\n padding-left: 20px;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children > a:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children > a:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children > a:after {\n content: \'\\f140\';\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n margin: 0 0 0 6px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n -webkit-transform: rotate(0);\n -moz-transform: rotate(0);\n -ms-transform: rotate(0);\n -o-transform: rotate(0);\n transform: rotate(0);\n color: inherit;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children a:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children a:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children a:after {\n float: right;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children.mega-toggle-on > a:after {\n content: \'\\f142\';\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children.mega-hide-arrow > a:after {\n display: none;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item li.mega-menu-item-has-children > a:after {\n content: \'\\f139\';\n float: right;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item li.mega-menu-item-has-children > a:after {\n content: \'\\f140\';\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li a {\n text-align: right;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li a {\n text-align: left;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li a:before {\n float: right;\n margin: 0 0 0 6px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li a:before {\n float: left;\n margin: 0 6px 0 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a:after {\n content: \'\\f141\';\n float: left;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a:after {\n content: \'\\f140\';\n float: right;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n left: -100%;\n top: 0;\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle {\n display: none;\n z-index: 1;\n cursor: pointer;\n text-align: right;\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 2px 2px 2px 2px;\n -moz-border-radius: 2px 2px 2px 2px;\n -ms-border-radius: 2px 2px 2px 2px;\n -o-border-radius: 2px 2px 2px 2px;\n border-radius: 2px 2px 2px 2px;\n line-height: 40px;\n height: 40px;\n color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left .mega-menu-toggle {\n display: block;\n }\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle:before {\n content: \"\\f333\";\n font-family: \'dashicons\';\n font-size: 24px;\n margin: 0 5px;\n float: right;\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open:before {\n content: \"\\f153\";\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle:after {\n content: \'MENU\';\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open:after {\n content: \"\";\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left {\n display: none;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item > ul.mega-sub-menu {\n display: none;\n visibility: visible;\n opacity: 1;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n display: block;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open + #mega-menu-menu-left {\n display: block;\n }\n}\n#mega-menu-wrap-menu-left {\n clear: both;\n}\n','yes'),(225,'_transient_megamenu_css_version','1.9','yes'),(246,'widget_bbp_search_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(247,'widget_bbp_forums_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(248,'widget_bbp_login_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(249,'widget_bbp_replies_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(250,'widget_bbp_topics_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(251,'widget_bbp_stats_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(252,'widget_bbp_views_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(257,'widget_bcn_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(258,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(259,'widget_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(260,'widget_nav_menu','a:5:{i:1;a:0:{}i:2;a:2:{s:5:\"title\";s:11:\"GENY School\";s:8:\"nav_menu\";i:34;}i:3;a:2:{s:5:\"title\";s:8:\"Programs\";s:8:\"nav_menu\";i:35;}i:6;a:2:{s:5:\"title\";s:5:\"Apply\";s:8:\"nav_menu\";i:36;}s:12:\"_multiwidget\";i:1;}','yes'),(261,'widget_tz_view_post','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(262,'widget_note_top_content','a:3:{i:1;a:0:{}i:3;a:1:{s:21:\"tz_content-top-header\";s:8:\"Welcome!\";}s:12:\"_multiwidget\";i:1;}','yes'),(263,'widget_tribe-events-list-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(264,'widget_huge_it_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(265,'widget_maxmegamenu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(266,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(267,'widget_widget_tptn_pop','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(268,'widget_rev-slider-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(270,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(272,'widget_theme-my-login','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(273,'widget_title_detail','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(274,'megamenu_themes','a:2:{s:14:\"custom_theme_1\";a:179:{s:5:\"title\";s:21:\"ethic-menu (Imported)\";s:8:\"arrow_up\";s:9:\"dash-f142\";s:10:\"arrow_down\";s:9:\"dash-f140\";s:10:\"arrow_left\";s:9:\"dash-f141\";s:11:\"arrow_right\";s:9:\"dash-f139\";s:21:\"responsive_breakpoint\";s:5:\"991px\";s:15:\"responsive_text\";s:0:\"\";s:11:\"line_height\";s:3:\"1.7\";s:7:\"z_index\";s:3:\"999\";s:17:\"shadow_horizontal\";s:3:\"0px\";s:15:\"shadow_vertical\";s:3:\"0px\";s:11:\"shadow_blur\";s:3:\"5px\";s:13:\"shadow_spread\";s:3:\"0px\";s:12:\"shadow_color\";s:18:\"rgba(0, 0, 0, 0.1)\";s:6:\"resets\";s:2:\"on\";s:25:\"container_background_from\";s:18:\"rgb(255, 255, 255)\";s:23:\"container_background_to\";s:18:\"rgb(255, 255, 255)\";s:21:\"container_padding_top\";s:3:\"0px\";s:23:\"container_padding_right\";s:3:\"0px\";s:24:\"container_padding_bottom\";s:3:\"0px\";s:22:\"container_padding_left\";s:3:\"0px\";s:32:\"container_border_radius_top_left\";s:3:\"0px\";s:33:\"container_border_radius_top_right\";s:3:\"0px\";s:36:\"container_border_radius_bottom_right\";s:3:\"0px\";s:35:\"container_border_radius_bottom_left\";s:3:\"0px\";s:15:\"menu_item_align\";s:4:\"left\";s:25:\"menu_item_background_from\";s:22:\"rgba(255, 255, 255, 0)\";s:23:\"menu_item_background_to\";s:22:\"rgba(255, 255, 255, 0)\";s:31:\"menu_item_background_hover_from\";s:19:\"rgba(51, 51, 51, 0)\";s:29:\"menu_item_background_hover_to\";s:19:\"rgba(51, 51, 51, 0)\";s:17:\"menu_item_spacing\";s:3:\"0px\";s:21:\"menu_item_link_height\";s:4:\"40px\";s:20:\"menu_item_link_color\";s:22:\"rgba(13, 12, 12, 0.94)\";s:24:\"menu_item_link_font_size\";s:4:\"14px\";s:19:\"menu_item_link_font\";s:7:\"inherit\";s:29:\"menu_item_link_text_transform\";s:9:\"uppercase\";s:21:\"menu_item_link_weight\";s:6:\"normal\";s:30:\"menu_item_link_text_decoration\";s:4:\"none\";s:26:\"menu_item_link_color_hover\";s:12:\"rgb(0, 0, 0)\";s:27:\"menu_item_link_weight_hover\";s:6:\"normal\";s:36:\"menu_item_link_text_decoration_hover\";s:4:\"none\";s:26:\"menu_item_link_padding_top\";s:4:\"18px\";s:28:\"menu_item_link_padding_right\";s:4:\"32px\";s:29:\"menu_item_link_padding_bottom\";s:4:\"18px\";s:27:\"menu_item_link_padding_left\";s:4:\"32px\";s:22:\"menu_item_border_color\";s:4:\"#fff\";s:20:\"menu_item_border_top\";s:3:\"0px\";s:22:\"menu_item_border_right\";s:3:\"0px\";s:23:\"menu_item_border_bottom\";s:3:\"0px\";s:21:\"menu_item_border_left\";s:3:\"0px\";s:28:\"menu_item_border_color_hover\";s:4:\"#fff\";s:37:\"menu_item_link_border_radius_top_left\";s:3:\"0px\";s:38:\"menu_item_link_border_radius_top_right\";s:3:\"0px\";s:41:\"menu_item_link_border_radius_bottom_right\";s:3:\"0px\";s:40:\"menu_item_link_border_radius_bottom_left\";s:3:\"0px\";s:23:\"menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:30:\"menu_item_divider_glow_opacity\";s:3:\"0.1\";s:21:\"panel_background_from\";s:7:\"#f1f1f1\";s:19:\"panel_background_to\";s:7:\"#f1f1f1\";s:11:\"panel_width\";s:0:\"\";s:17:\"panel_padding_top\";s:3:\"0px\";s:19:\"panel_padding_right\";s:3:\"0px\";s:20:\"panel_padding_bottom\";s:3:\"0px\";s:18:\"panel_padding_left\";s:3:\"0px\";s:18:\"panel_border_color\";s:4:\"#fff\";s:16:\"panel_border_top\";s:3:\"0px\";s:18:\"panel_border_right\";s:3:\"0px\";s:19:\"panel_border_bottom\";s:3:\"0px\";s:17:\"panel_border_left\";s:3:\"0px\";s:28:\"panel_border_radius_top_left\";s:3:\"0px\";s:29:\"panel_border_radius_top_right\";s:3:\"0px\";s:32:\"panel_border_radius_bottom_right\";s:3:\"0px\";s:31:\"panel_border_radius_bottom_left\";s:3:\"0px\";s:24:\"panel_widget_padding_top\";s:4:\"15px\";s:26:\"panel_widget_padding_right\";s:4:\"15px\";s:27:\"panel_widget_padding_bottom\";s:4:\"15px\";s:25:\"panel_widget_padding_left\";s:4:\"15px\";s:18:\"panel_header_color\";s:4:\"#555\";s:22:\"panel_header_font_size\";s:4:\"16px\";s:17:\"panel_header_font\";s:7:\"inherit\";s:24:\"panel_header_font_weight\";s:4:\"bold\";s:27:\"panel_header_text_transform\";s:9:\"uppercase\";s:28:\"panel_header_text_decoration\";s:4:\"none\";s:16:\"panel_font_color\";s:4:\"#666\";s:15:\"panel_font_size\";s:4:\"14px\";s:17:\"panel_font_family\";s:7:\"inherit\";s:24:\"panel_header_padding_top\";s:3:\"0px\";s:26:\"panel_header_padding_right\";s:3:\"0px\";s:27:\"panel_header_padding_bottom\";s:3:\"5px\";s:25:\"panel_header_padding_left\";s:3:\"0px\";s:23:\"panel_header_margin_top\";s:3:\"0px\";s:25:\"panel_header_margin_right\";s:3:\"0px\";s:26:\"panel_header_margin_bottom\";s:3:\"0px\";s:24:\"panel_header_margin_left\";s:3:\"0px\";s:25:\"panel_header_border_color\";s:4:\"#555\";s:23:\"panel_header_border_top\";s:3:\"0px\";s:25:\"panel_header_border_right\";s:3:\"0px\";s:26:\"panel_header_border_bottom\";s:3:\"0px\";s:24:\"panel_header_border_left\";s:3:\"0px\";s:29:\"panel_second_level_font_color\";s:4:\"#555\";s:28:\"panel_second_level_font_size\";s:4:\"16px\";s:23:\"panel_second_level_font\";s:7:\"inherit\";s:30:\"panel_second_level_font_weight\";s:4:\"bold\";s:33:\"panel_second_level_text_transform\";s:9:\"uppercase\";s:34:\"panel_second_level_text_decoration\";s:4:\"none\";s:35:\"panel_second_level_font_color_hover\";s:4:\"#555\";s:36:\"panel_second_level_font_weight_hover\";s:4:\"bold\";s:40:\"panel_second_level_text_decoration_hover\";s:4:\"none\";s:40:\"panel_second_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:38:\"panel_second_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:30:\"panel_second_level_padding_top\";s:3:\"0px\";s:32:\"panel_second_level_padding_right\";s:3:\"0px\";s:33:\"panel_second_level_padding_bottom\";s:3:\"0px\";s:31:\"panel_second_level_padding_left\";s:3:\"0px\";s:29:\"panel_second_level_margin_top\";s:3:\"0px\";s:31:\"panel_second_level_margin_right\";s:3:\"0px\";s:32:\"panel_second_level_margin_bottom\";s:3:\"0px\";s:30:\"panel_second_level_margin_left\";s:3:\"0px\";s:31:\"panel_second_level_border_color\";s:4:\"#555\";s:29:\"panel_second_level_border_top\";s:3:\"0px\";s:31:\"panel_second_level_border_right\";s:3:\"0px\";s:32:\"panel_second_level_border_bottom\";s:3:\"0px\";s:30:\"panel_second_level_border_left\";s:3:\"0px\";s:28:\"panel_third_level_font_color\";s:4:\"#666\";s:27:\"panel_third_level_font_size\";s:4:\"14px\";s:22:\"panel_third_level_font\";s:7:\"inherit\";s:29:\"panel_third_level_font_weight\";s:6:\"normal\";s:32:\"panel_third_level_text_transform\";s:4:\"none\";s:33:\"panel_third_level_text_decoration\";s:4:\"none\";s:34:\"panel_third_level_font_color_hover\";s:4:\"#666\";s:35:\"panel_third_level_font_weight_hover\";s:6:\"normal\";s:39:\"panel_third_level_text_decoration_hover\";s:4:\"none\";s:39:\"panel_third_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_third_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_third_level_padding_top\";s:3:\"0px\";s:31:\"panel_third_level_padding_right\";s:3:\"0px\";s:32:\"panel_third_level_padding_bottom\";s:3:\"0px\";s:30:\"panel_third_level_padding_left\";s:3:\"0px\";s:27:\"flyout_menu_background_from\";s:7:\"#f1f1f1\";s:25:\"flyout_menu_background_to\";s:7:\"#f1f1f1\";s:12:\"flyout_width\";s:5:\"250px\";s:18:\"flyout_padding_top\";s:3:\"0px\";s:20:\"flyout_padding_right\";s:4:\"10px\";s:21:\"flyout_padding_bottom\";s:3:\"0px\";s:19:\"flyout_padding_left\";s:4:\"10px\";s:19:\"flyout_border_color\";s:7:\"#ffffff\";s:17:\"flyout_border_top\";s:3:\"0px\";s:19:\"flyout_border_right\";s:3:\"0px\";s:20:\"flyout_border_bottom\";s:3:\"0px\";s:18:\"flyout_border_left\";s:3:\"0px\";s:29:\"flyout_border_radius_top_left\";s:3:\"0px\";s:30:\"flyout_border_radius_top_right\";s:3:\"0px\";s:33:\"flyout_border_radius_bottom_right\";s:3:\"0px\";s:32:\"flyout_border_radius_bottom_left\";s:3:\"0px\";s:22:\"flyout_background_from\";s:7:\"#f1f1f1\";s:20:\"flyout_background_to\";s:7:\"#f1f1f1\";s:28:\"flyout_background_hover_from\";s:22:\"rgba(255, 255, 255, 0)\";s:26:\"flyout_background_hover_to\";s:22:\"rgba(255, 255, 255, 0)\";s:18:\"flyout_link_height\";s:4:\"35px\";s:23:\"flyout_link_padding_top\";s:3:\"0px\";s:25:\"flyout_link_padding_right\";s:4:\"10px\";s:26:\"flyout_link_padding_bottom\";s:3:\"0px\";s:24:\"flyout_link_padding_left\";s:4:\"10px\";s:17:\"flyout_link_color\";s:4:\"#666\";s:16:\"flyout_link_size\";s:4:\"14px\";s:18:\"flyout_link_family\";s:7:\"inherit\";s:26:\"flyout_link_text_transform\";s:4:\"none\";s:18:\"flyout_link_weight\";s:6:\"normal\";s:27:\"flyout_link_text_decoration\";s:4:\"none\";s:23:\"flyout_link_color_hover\";s:4:\"#666\";s:24:\"flyout_link_weight_hover\";s:6:\"normal\";s:33:\"flyout_link_text_decoration_hover\";s:4:\"none\";s:30:\"flyout_menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:10:\"custom_css\";s:115:\"#{$wrap} #{$menu} {\r\n /** Custom styles should be added below this line **/\r\n}\r\n#{$wrap} { \r\n clear: both;\r\n}\";s:6:\"shadow\";s:3:\"off\";s:11:\"transitions\";s:3:\"off\";s:17:\"menu_item_divider\";s:3:\"off\";s:27:\"menu_item_highlight_current\";s:3:\"off\";s:24:\"flyout_menu_item_divider\";s:3:\"off\";}s:7:\"default\";a:179:{s:5:\"title\";s:7:\"Default\";s:8:\"arrow_up\";s:9:\"dash-f142\";s:10:\"arrow_down\";s:9:\"dash-f140\";s:10:\"arrow_left\";s:9:\"dash-f141\";s:11:\"arrow_right\";s:9:\"dash-f139\";s:21:\"responsive_breakpoint\";s:5:\"600px\";s:15:\"responsive_text\";s:0:\"\";s:11:\"line_height\";s:3:\"1.7\";s:7:\"z_index\";s:3:\"999\";s:17:\"shadow_horizontal\";s:3:\"0px\";s:15:\"shadow_vertical\";s:3:\"0px\";s:11:\"shadow_blur\";s:3:\"5px\";s:13:\"shadow_spread\";s:3:\"0px\";s:12:\"shadow_color\";s:18:\"rgba(0, 0, 0, 0.1)\";s:6:\"resets\";s:2:\"on\";s:25:\"container_background_from\";s:19:\"rgba(34, 34, 34, 0)\";s:23:\"container_background_to\";s:19:\"rgba(34, 34, 34, 0)\";s:21:\"container_padding_top\";s:3:\"0px\";s:23:\"container_padding_right\";s:3:\"0px\";s:24:\"container_padding_bottom\";s:3:\"0px\";s:22:\"container_padding_left\";s:3:\"0px\";s:32:\"container_border_radius_top_left\";s:3:\"0px\";s:33:\"container_border_radius_top_right\";s:3:\"0px\";s:36:\"container_border_radius_bottom_right\";s:3:\"0px\";s:35:\"container_border_radius_bottom_left\";s:3:\"0px\";s:15:\"menu_item_align\";s:4:\"left\";s:25:\"menu_item_background_from\";s:13:\"rgba(0,0,0,0)\";s:23:\"menu_item_background_to\";s:13:\"rgba(0,0,0,0)\";s:31:\"menu_item_background_hover_from\";s:19:\"rgba(51, 51, 51, 0)\";s:29:\"menu_item_background_hover_to\";s:19:\"rgba(51, 51, 51, 0)\";s:17:\"menu_item_spacing\";s:3:\"0px\";s:21:\"menu_item_link_height\";s:4:\"auto\";s:20:\"menu_item_link_color\";s:12:\"rgb(8, 8, 8)\";s:24:\"menu_item_link_font_size\";s:4:\"14px\";s:19:\"menu_item_link_font\";s:7:\"inherit\";s:29:\"menu_item_link_text_transform\";s:9:\"uppercase\";s:21:\"menu_item_link_weight\";s:6:\"normal\";s:30:\"menu_item_link_text_decoration\";s:4:\"none\";s:26:\"menu_item_link_color_hover\";s:12:\"rgb(0, 0, 0)\";s:27:\"menu_item_link_weight_hover\";s:6:\"normal\";s:36:\"menu_item_link_text_decoration_hover\";s:4:\"none\";s:26:\"menu_item_link_padding_top\";s:4:\"18px\";s:28:\"menu_item_link_padding_right\";s:4:\"32px\";s:29:\"menu_item_link_padding_bottom\";s:4:\"18px\";s:27:\"menu_item_link_padding_left\";s:4:\"32px\";s:22:\"menu_item_border_color\";s:4:\"#fff\";s:20:\"menu_item_border_top\";s:3:\"0px\";s:22:\"menu_item_border_right\";s:3:\"0px\";s:23:\"menu_item_border_bottom\";s:3:\"0px\";s:21:\"menu_item_border_left\";s:3:\"0px\";s:28:\"menu_item_border_color_hover\";s:4:\"#fff\";s:37:\"menu_item_link_border_radius_top_left\";s:3:\"0px\";s:38:\"menu_item_link_border_radius_top_right\";s:3:\"0px\";s:41:\"menu_item_link_border_radius_bottom_right\";s:3:\"0px\";s:40:\"menu_item_link_border_radius_bottom_left\";s:3:\"0px\";s:23:\"menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:30:\"menu_item_divider_glow_opacity\";s:3:\"0.1\";s:21:\"panel_background_from\";s:22:\"rgba(241, 241, 241, 0)\";s:19:\"panel_background_to\";s:22:\"rgba(241, 241, 241, 0)\";s:11:\"panel_width\";s:4:\"100%\";s:17:\"panel_padding_top\";s:3:\"0px\";s:19:\"panel_padding_right\";s:3:\"0px\";s:20:\"panel_padding_bottom\";s:3:\"0px\";s:18:\"panel_padding_left\";s:3:\"0px\";s:18:\"panel_border_color\";s:4:\"#fff\";s:16:\"panel_border_top\";s:3:\"0px\";s:18:\"panel_border_right\";s:3:\"0px\";s:19:\"panel_border_bottom\";s:3:\"0px\";s:17:\"panel_border_left\";s:3:\"0px\";s:28:\"panel_border_radius_top_left\";s:3:\"0px\";s:29:\"panel_border_radius_top_right\";s:3:\"0px\";s:32:\"panel_border_radius_bottom_right\";s:3:\"0px\";s:31:\"panel_border_radius_bottom_left\";s:3:\"0px\";s:24:\"panel_widget_padding_top\";s:4:\"15px\";s:26:\"panel_widget_padding_right\";s:4:\"15px\";s:27:\"panel_widget_padding_bottom\";s:4:\"15px\";s:25:\"panel_widget_padding_left\";s:4:\"15px\";s:18:\"panel_header_color\";s:4:\"#555\";s:22:\"panel_header_font_size\";s:4:\"16px\";s:17:\"panel_header_font\";s:7:\"inherit\";s:24:\"panel_header_font_weight\";s:4:\"bold\";s:27:\"panel_header_text_transform\";s:9:\"uppercase\";s:28:\"panel_header_text_decoration\";s:4:\"none\";s:16:\"panel_font_color\";s:4:\"#666\";s:15:\"panel_font_size\";s:4:\"14px\";s:17:\"panel_font_family\";s:7:\"inherit\";s:24:\"panel_header_padding_top\";s:3:\"0px\";s:26:\"panel_header_padding_right\";s:3:\"0px\";s:27:\"panel_header_padding_bottom\";s:3:\"5px\";s:25:\"panel_header_padding_left\";s:3:\"0px\";s:23:\"panel_header_margin_top\";s:3:\"0px\";s:25:\"panel_header_margin_right\";s:3:\"0px\";s:26:\"panel_header_margin_bottom\";s:3:\"0px\";s:24:\"panel_header_margin_left\";s:3:\"0px\";s:25:\"panel_header_border_color\";s:4:\"#555\";s:23:\"panel_header_border_top\";s:3:\"0px\";s:25:\"panel_header_border_right\";s:3:\"0px\";s:26:\"panel_header_border_bottom\";s:3:\"0px\";s:24:\"panel_header_border_left\";s:3:\"0px\";s:29:\"panel_second_level_font_color\";s:4:\"#555\";s:28:\"panel_second_level_font_size\";s:4:\"16px\";s:23:\"panel_second_level_font\";s:7:\"inherit\";s:30:\"panel_second_level_font_weight\";s:4:\"bold\";s:33:\"panel_second_level_text_transform\";s:9:\"uppercase\";s:34:\"panel_second_level_text_decoration\";s:4:\"none\";s:35:\"panel_second_level_font_color_hover\";s:4:\"#555\";s:36:\"panel_second_level_font_weight_hover\";s:4:\"bold\";s:40:\"panel_second_level_text_decoration_hover\";s:4:\"none\";s:40:\"panel_second_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:38:\"panel_second_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:30:\"panel_second_level_padding_top\";s:3:\"0px\";s:32:\"panel_second_level_padding_right\";s:3:\"0px\";s:33:\"panel_second_level_padding_bottom\";s:3:\"0px\";s:31:\"panel_second_level_padding_left\";s:3:\"0px\";s:29:\"panel_second_level_margin_top\";s:3:\"0px\";s:31:\"panel_second_level_margin_right\";s:3:\"0px\";s:32:\"panel_second_level_margin_bottom\";s:3:\"0px\";s:30:\"panel_second_level_margin_left\";s:3:\"0px\";s:31:\"panel_second_level_border_color\";s:4:\"#555\";s:29:\"panel_second_level_border_top\";s:3:\"0px\";s:31:\"panel_second_level_border_right\";s:3:\"0px\";s:32:\"panel_second_level_border_bottom\";s:3:\"0px\";s:30:\"panel_second_level_border_left\";s:3:\"0px\";s:28:\"panel_third_level_font_color\";s:4:\"#666\";s:27:\"panel_third_level_font_size\";s:4:\"14px\";s:22:\"panel_third_level_font\";s:7:\"inherit\";s:29:\"panel_third_level_font_weight\";s:6:\"normal\";s:32:\"panel_third_level_text_transform\";s:4:\"none\";s:33:\"panel_third_level_text_decoration\";s:4:\"none\";s:34:\"panel_third_level_font_color_hover\";s:4:\"#666\";s:35:\"panel_third_level_font_weight_hover\";s:6:\"normal\";s:39:\"panel_third_level_text_decoration_hover\";s:4:\"none\";s:39:\"panel_third_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_third_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_third_level_padding_top\";s:3:\"0px\";s:31:\"panel_third_level_padding_right\";s:3:\"0px\";s:32:\"panel_third_level_padding_bottom\";s:3:\"0px\";s:30:\"panel_third_level_padding_left\";s:3:\"0px\";s:27:\"flyout_menu_background_from\";s:22:\"rgba(241, 241, 241, 0)\";s:25:\"flyout_menu_background_to\";s:22:\"rgba(241, 241, 241, 0)\";s:12:\"flyout_width\";s:5:\"250px\";s:18:\"flyout_padding_top\";s:3:\"0px\";s:20:\"flyout_padding_right\";s:3:\"0px\";s:21:\"flyout_padding_bottom\";s:3:\"0px\";s:19:\"flyout_padding_left\";s:3:\"0px\";s:19:\"flyout_border_color\";s:7:\"#ffffff\";s:17:\"flyout_border_top\";s:3:\"0px\";s:19:\"flyout_border_right\";s:3:\"0px\";s:20:\"flyout_border_bottom\";s:3:\"0px\";s:18:\"flyout_border_left\";s:3:\"0px\";s:29:\"flyout_border_radius_top_left\";s:3:\"0px\";s:30:\"flyout_border_radius_top_right\";s:3:\"0px\";s:33:\"flyout_border_radius_bottom_right\";s:3:\"0px\";s:32:\"flyout_border_radius_bottom_left\";s:3:\"0px\";s:22:\"flyout_background_from\";s:22:\"rgba(241, 241, 241, 0)\";s:20:\"flyout_background_to\";s:22:\"rgba(241, 241, 241, 0)\";s:28:\"flyout_background_hover_from\";s:22:\"rgba(221, 221, 221, 0)\";s:26:\"flyout_background_hover_to\";s:22:\"rgba(221, 221, 221, 0)\";s:18:\"flyout_link_height\";s:4:\"35px\";s:23:\"flyout_link_padding_top\";s:3:\"0px\";s:25:\"flyout_link_padding_right\";s:4:\"10px\";s:26:\"flyout_link_padding_bottom\";s:3:\"0px\";s:24:\"flyout_link_padding_left\";s:4:\"10px\";s:17:\"flyout_link_color\";s:12:\"rgb(5, 5, 5)\";s:16:\"flyout_link_size\";s:4:\"14px\";s:18:\"flyout_link_family\";s:7:\"inherit\";s:26:\"flyout_link_text_transform\";s:4:\"none\";s:18:\"flyout_link_weight\";s:6:\"normal\";s:27:\"flyout_link_text_decoration\";s:4:\"none\";s:23:\"flyout_link_color_hover\";s:18:\"rgb(255, 255, 255)\";s:24:\"flyout_link_weight_hover\";s:6:\"normal\";s:33:\"flyout_link_text_decoration_hover\";s:4:\"none\";s:30:\"flyout_menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:10:\"custom_css\";s:114:\"#{$wrap} #{$menu} {\r\n /** Custom styles should be added below this line **/\r\n}\r\n#{$wrap} {\r\n clear: both;\r\n}\";s:6:\"shadow\";s:3:\"off\";s:11:\"transitions\";s:3:\"off\";s:17:\"menu_item_divider\";s:3:\"off\";s:27:\"menu_item_highlight_current\";s:3:\"off\";s:24:\"flyout_menu_item_divider\";s:3:\"off\";}}','yes'),(300,'revslider-latest-version','5.1.4','yes'),(301,'revslider-notices','a:2:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"4.9.9\";s:4:\"text\";s:197:\"<a href=\"//revolution.themepunch.com\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS500-75\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.0.4.1\";s:4:\"text\";s:243:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/#productactivation\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updateto506_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS506-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(458,'duplicate_post_copyexcerpt','1','yes'),(459,'duplicate_post_copyattachments','0','yes'),(460,'duplicate_post_copychildren','0','yes'),(461,'duplicate_post_copystatus','0','yes'),(462,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(463,'duplicate_post_show_row','1','yes'),(464,'duplicate_post_show_adminbar','1','yes'),(465,'duplicate_post_show_submitbox','1','yes'),(466,'duplicate_post_version','2.6','yes'),(478,'widget_akismet_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(515,'acf_qtranslate','a:1:{s:18:\"show_language_tabs\";s:1:\"1\";}','yes'),(522,'bogo','a:1:{s:18:\"lang_rewrite_regex\";s:13:\"(ja|ko|zh|en)\";}','yes'),(526,'widget_bogo_language_switcher','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:12:\"bogo_locales\";a:4:{i:0;s:5:\"zh_CN\";i:1;s:5:\"en_US\";i:2;s:2:\"ja\";i:3;s:5:\"ko_KR\";}}s:12:\"_multiwidget\";i:1;}','yes'),(530,'xili_language_settings','a:44:{s:8:\"taxonomy\";s:8:\"language\";s:7:\"version\";s:4:\"2.16\";s:6:\"reqtag\";s:4:\"lang\";s:13:\"browseroption\";s:0:\"\";s:19:\"authorbrowseroption\";s:0:\"\";s:14:\"taxolangsgroup\";s:15:\"languages_group\";s:16:\"functions_enable\";s:0:\"\";s:12:\"langs_folder\";s:10:\"/languages\";s:12:\"theme_domain\";s:0:\"\";s:8:\"homelang\";s:0:\"\";s:17:\"langs_list_status\";s:3:\"set\";s:11:\"in_nav_menu\";s:0:\"\";s:16:\"page_in_nav_menu\";s:0:\"\";s:22:\"page_in_nav_menu_array\";s:0:\"\";s:21:\"args_page_in_nav_menu\";s:0:\"\";s:24:\"multilingual_custom_post\";a:0:{}s:19:\"langs_in_root_theme\";s:0:\"\";s:7:\"domains\";a:17:{s:7:\"default\";s:7:\"disable\";s:16:\"breadcrumb-navxt\";s:7:\"disable\";s:17:\"xili_xl_bbp_addon\";s:7:\"disable\";s:7:\"akismet\";s:7:\"disable\";s:21:\"tribe-events-calendar\";s:7:\"disable\";s:19:\"better-font-awesome\";s:7:\"disable\";s:14:\"theme-my-login\";s:7:\"disable\";s:4:\"tptn\";s:7:\"disable\";s:8:\"megamenu\";s:7:\"disable\";s:4:\"cmb2\";s:7:\"disable\";s:10:\"buddypress\";s:7:\"disable\";s:14:\"contact-form-7\";s:7:\"disable\";s:14:\"duplicate-post\";s:7:\"disable\";s:12:\"team-members\";s:7:\"disable\";s:18:\"wordpress-importer\";s:7:\"disable\";s:11:\"wp-pagenavi\";s:7:\"disable\";s:14:\"xili_tidy_tags\";s:7:\"disable\";}s:6:\"widget\";s:6:\"enable\";s:15:\"delete_settings\";s:0:\"\";s:18:\"allcategories_lang\";s:7:\"browser\";s:13:\"lang_features\";a:4:{s:5:\"en_us\";a:2:{s:7:\"charset\";s:0:\"\";s:6:\"hidden\";s:0:\"\";}s:5:\"zh_cn\";a:2:{s:6:\"hidden\";s:0:\"\";s:7:\"charset\";s:0:\"\";}s:2:\"ja\";a:2:{s:6:\"hidden\";s:0:\"\";s:7:\"charset\";s:0:\"\";}s:5:\"ko_kr\";a:2:{s:6:\"hidden\";s:0:\"\";s:7:\"charset\";s:0:\"\";}}s:18:\"home_item_nav_menu\";s:0:\"\";s:14:\"lang_undefined\";s:1:\".\";s:20:\"lang_neither_browser\";s:0:\"\";s:9:\"wp_locale\";s:9:\"wp_locale\";s:15:\"available_langs\";a:4:{i:0;s:2:\"95\";i:1;s:2:\"97\";i:2;s:2:\"98\";i:3;s:2:\"99\";}s:17:\"creation_redirect\";s:8:\"redirect\";s:17:\"external_xl_style\";s:2:\"on\";s:18:\"nav_menu_separator\";s:1:\"|\";s:12:\"pforp_select\";s:6:\"select\";s:18:\"shortqv_slug_array\";a:0:{}s:23:\"list_pages_check_option\";s:4:\"fixe\";s:15:\"list_link_title\";a:4:{s:13:\"post_selected\";s:20:\"Posts selected in %s\";s:12:\"current_post\";s:18:\"Current post in %s\";s:12:\"latest_posts\";s:18:\"Latest posts in %s\";s:14:\"view_all_posts\";s:20:\"View all posts in %s\";}s:23:\"mo_parent_child_merging\";s:0:\"\";s:19:\"parent_langs_folder\";s:0:\"\";s:21:\"enable_fc_theme_class\";s:6:\"enable\";s:17:\"theme_alias_cache\";a:1:{s:21:\"Ethic WordPress Theme\";a:3:{s:5:\"zh_cn\";s:0:\"\";s:2:\"ja\";s:0:\"\";s:5:\"ko_kr\";s:0:\"\";}}s:14:\"langs_group_id\";s:2:\"94\";s:17:\"langs_group_tt_id\";s:2:\"94\";s:14:\"languages_list\";a:4:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";s:2:\"95\";s:4:\"name\";s:5:\"en_US\";s:4:\"slug\";s:5:\"en_us\";s:10:\"term_group\";s:1:\"0\";s:16:\"term_taxonomy_id\";s:2:\"95\";s:11:\"description\";s:7:\"english\";s:6:\"parent\";s:1:\"0\";s:5:\"count\";s:1:\"1\";s:8:\"taxonomy\";s:8:\"language\";s:10:\"term_order\";s:1:\"0\";}i:1;O:8:\"stdClass\":10:{s:7:\"term_id\";s:2:\"97\";s:4:\"name\";s:5:\"zh_CN\";s:4:\"slug\";s:5:\"zh_cn\";s:10:\"term_group\";s:1:\"0\";s:16:\"term_taxonomy_id\";s:2:\"97\";s:11:\"description\";s:7:\"Chinese\";s:6:\"parent\";s:1:\"0\";s:5:\"count\";s:1:\"1\";s:8:\"taxonomy\";s:8:\"language\";s:10:\"term_order\";s:1:\"0\";}i:2;O:8:\"stdClass\":10:{s:7:\"term_id\";s:2:\"98\";s:4:\"name\";s:2:\"ja\";s:4:\"slug\";s:2:\"ja\";s:10:\"term_group\";s:1:\"0\";s:16:\"term_taxonomy_id\";s:2:\"98\";s:11:\"description\";s:8:\"Japanese\";s:6:\"parent\";s:1:\"0\";s:5:\"count\";s:1:\"0\";s:8:\"taxonomy\";s:8:\"language\";s:10:\"term_order\";s:1:\"0\";}i:3;O:8:\"stdClass\":10:{s:7:\"term_id\";s:2:\"99\";s:4:\"name\";s:5:\"ko_KR\";s:4:\"slug\";s:5:\"ko_kr\";s:10:\"term_group\";s:1:\"0\";s:16:\"term_taxonomy_id\";s:2:\"99\";s:11:\"description\";s:6:\"Korean\";s:6:\"parent\";s:1:\"0\";s:5:\"count\";s:1:\"0\";s:8:\"taxonomy\";s:8:\"language\";s:10:\"term_order\";s:1:\"0\";}}s:15:\"specific_widget\";a:4:{s:24:\"xili_Widget_Recent_Posts\";a:2:{s:5:\"value\";s:7:\"enabled\";s:4:\"name\";s:20:\"List of recent posts\";}s:21:\"xili_language_Widgets\";a:2:{s:5:\"value\";s:7:\"enabled\";s:4:\"name\";s:17:\"List of languages\";}s:30:\"xili_WP_Widget_Recent_Comments\";a:2:{s:5:\"value\";s:7:\"enabled\";s:4:\"name\";s:20:\"Recent Comments list\";}s:22:\"xili_Widget_Categories\";a:2:{s:5:\"value\";s:0:\"\";s:4:\"name\";s:10:\"Categories\";}}s:15:\"langs_ids_array\";a:4:{s:5:\"en_us\";s:2:\"95\";s:5:\"zh_cn\";s:2:\"97\";s:2:\"ja\";s:2:\"98\";s:5:\"ko_kr\";s:2:\"99\";}s:24:\"show_page_on_front_array\";a:4:{s:5:\"en_us\";s:3:\"536\";s:5:\"zh_cn\";s:3:\"536\";s:2:\"ja\";s:3:\"536\";s:5:\"ko_kr\";s:3:\"536\";}}','yes'),(531,'xili-xl-bbp-addon_settings','a:3:{s:15:\"reply-keep-tags\";b:0;s:16:\"css-theme-folder\";b:0;s:7:\"version\";s:3:\"1.0\";}','yes'),(534,'xili_tidy_tags_settings','a:6:{s:8:\"taxonomy\";s:14:\"xili_tidy_tags\";s:14:\"tidylangsgroup\";s:20:\"tidy-languages-group\";s:18:\"tidylangsgroupname\";s:9:\"All lang.\";s:11:\"editor_caps\";s:7:\"no_caps\";s:12:\"datatable_js\";s:0:\"\";s:7:\"version\";s:3:\"0.7\";}','yes'),(535,'xili_dictionary_settings','a:7:{s:8:\"taxonomy\";s:10:\"dictionary\";s:12:\"langs_folder\";s:10:\"/languages\";s:17:\"external_xd_style\";s:3:\"off\";s:11:\"editor_caps\";s:7:\"no_caps\";s:19:\"parent_langs_folder\";s:0:\"\";s:7:\"version\";s:3:\"2.4\";s:7:\"domains\";a:18:{s:13:\"xili-language\";s:7:\"disable\";s:7:\"bbpress\";s:7:\"disable\";s:7:\"akismet\";s:7:\"disable\";s:14:\"xili_tidy_tags\";s:7:\"disable\";s:21:\"tribe-events-calendar\";s:7:\"disable\";s:19:\"better-font-awesome\";s:7:\"disable\";s:15:\"xili-dictionary\";s:7:\"disable\";s:14:\"theme-my-login\";s:7:\"disable\";s:4:\"tptn\";s:7:\"disable\";s:8:\"megamenu\";s:7:\"disable\";s:4:\"cmb2\";s:7:\"disable\";s:16:\"breadcrumb-navxt\";s:7:\"disable\";s:10:\"buddypress\";s:7:\"disable\";s:14:\"contact-form-7\";s:7:\"disable\";s:14:\"duplicate-post\";s:7:\"disable\";s:12:\"team-members\";s:7:\"disable\";s:18:\"wordpress-importer\";s:7:\"disable\";s:11:\"wp-pagenavi\";s:7:\"disable\";}}','yes'),(536,'_transient_timeout_admin_get_flag_series','1444501460','no'),(537,'_transient_admin_get_flag_series','a:0:{}','no'),(563,'widget_xili_language_widgets','a:3:{i:3;a:9:{s:5:\"title\";s:9:\"languages\";s:10:\"beforelist\";s:0:\"\";s:10:\"beforeline\";s:0:\"\";s:9:\"afterline\";s:0:\"\";s:9:\"afterlist\";s:0:\"\";s:9:\"theoption\";s:0:\"\";s:12:\"thecondition\";s:0:\"\";s:9:\"theparams\";s:0:\"\";s:6:\"hidden\";s:0:\"\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:10:\"beforelist\";s:0:\"\";s:10:\"beforeline\";s:0:\"\";s:9:\"afterline\";s:0:\"\";s:9:\"afterlist\";s:0:\"\";s:9:\"theoption\";s:0:\"\";s:12:\"thecondition\";s:0:\"\";s:9:\"theparams\";s:0:\"\";s:6:\"hidden\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(566,'widget_xili-recent-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(567,'widget_xili-recent-comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(568,'widget_xili_tidy_tags_cloud_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(602,'icl_sitepress_version','3.2.7','yes'),(603,'icl_sitepress_settings','a:80:{s:19:\"hide_upgrade_notice\";s:5:\"3.2.7\";s:25:\"icl_capabilities_verified\";b:1;s:16:\"active_languages\";a:4:{i:0;s:2:\"en\";i:1;s:2:\"ja\";i:2;s:2:\"ko\";i:3;s:7:\"zh-hans\";}s:21:\"interview_translators\";i:1;s:34:\"existing_content_language_verified\";i:1;s:25:\"language_negotiation_type\";s:1:\"1\";s:23:\"theme_localization_type\";i:2;s:14:\"icl_lso_header\";i:0;s:18:\"icl_lso_link_empty\";s:1:\"1\";s:13:\"icl_lso_flags\";s:1:\"1\";s:19:\"icl_lso_native_lang\";s:1:\"1\";s:20:\"icl_lso_display_lang\";i:0;s:18:\"sync_page_ordering\";i:1;s:16:\"sync_page_parent\";i:1;s:18:\"sync_page_template\";i:1;s:16:\"sync_ping_status\";i:1;s:19:\"sync_comment_status\";i:1;s:16:\"sync_sticky_flag\";i:1;s:17:\"sync_private_flag\";i:1;s:16:\"sync_post_format\";i:1;s:11:\"sync_delete\";i:0;s:15:\"sync_delete_tax\";i:0;s:20:\"sync_post_taxonomies\";i:1;s:14:\"sync_post_date\";i:0;s:21:\"sync_taxonomy_parents\";i:0;s:25:\"translation_pickup_method\";i:0;s:15:\"notify_complete\";i:1;s:26:\"translated_document_status\";i:1;s:17:\"remote_management\";i:0;s:15:\"auto_adjust_ids\";i:1;s:11:\"alert_delay\";i:0;s:12:\"promote_wpml\";i:0;s:23:\"troubleshooting_options\";a:1:{s:18:\"http_communication\";i:1;}s:18:\"automatic_redirect\";i:0;s:17:\"remember_language\";i:24;s:17:\"icl_lang_sel_type\";s:4:\"list\";s:18:\"icl_lang_sel_stype\";s:11:\"mobile-auto\";s:24:\"icl_lang_sel_orientation\";s:10:\"horizontal\";s:28:\"icl_lang_sel_copy_parameters\";s:0:\"\";s:21:\"icl_widget_title_show\";i:0;s:28:\"translated_document_page_url\";s:13:\"auto-generate\";s:28:\"sync_comments_on_duplicates \";i:0;s:3:\"seo\";a:2:{s:10:\"head_langs\";i:1;s:27:\"canonicalization_duplicates\";i:1;}s:22:\"posts_slug_translation\";a:1:{s:2:\"on\";i:0;}s:15:\"languages_order\";a:4:{i:0;s:2:\"en\";i:1;s:7:\"zh-hans\";i:2;s:2:\"ja\";i:3;s:2:\"ko\";}s:4:\"urls\";a:5:{s:30:\"directory_for_default_language\";i:0;s:12:\"show_on_root\";s:0:\"\";s:19:\"root_html_file_path\";s:0:\"\";s:9:\"root_page\";i:0;s:23:\"hide_language_switchers\";i:1;}s:22:\"admin_default_language\";s:2:\"en\";s:22:\"taxonomy_names_checked\";b:1;s:14:\"setup_complete\";i:1;s:18:\"ajx_health_checked\";b:1;s:18:\"default_categories\";a:4:{s:2:\"en\";s:2:\"49\";s:7:\"zh-hans\";i:101;s:2:\"ja\";i:102;s:2:\"ko\";i:103;}s:16:\"default_language\";s:2:\"en\";s:17:\"setup_wizard_step\";i:4;s:22:\"translation-management\";a:12:{s:12:\"notification\";a:5:{s:7:\"new-job\";i:1;s:9:\"completed\";i:1;s:8:\"resigned\";i:1;s:9:\"dashboard\";b:1;s:9:\"purge-old\";i:7;}s:25:\"custom_fields_translation\";a:20:{s:5:\"title\";i:2;s:11:\"description\";i:2;s:8:\"keywords\";i:2;s:10:\"_edit_last\";i:0;s:10:\"_edit_lock\";i:0;s:17:\"_wp_page_template\";i:0;s:23:\"_wp_attachment_metadata\";i:0;s:16:\"original_post_id\";i:0;s:22:\"_wpml_original_post_id\";i:0;s:12:\"_wp_old_slug\";i:0;s:20:\"_icl_translator_note\";i:0;s:14:\"_alp_processed\";i:0;s:7:\"_pingme\";i:0;s:10:\"_encloseme\";i:0;s:22:\"_icl_lang_duplicate_of\";i:0;s:13:\"_thumbnail_id\";i:0;s:17:\"_wp_attached_file\";i:0;s:17:\"_cms_nav_minihome\";i:1;s:16:\"_cms_nav_section\";i:2;s:17:\"_top_nav_excluded\";i:1;}s:29:\"custom-fields_readonly_config\";a:0:{}s:32:\"custom_fields_translation_custom\";a:0:{}s:41:\"custom_fields_translation_custom_readonly\";a:0:{}s:22:\"doc_translation_method\";i:0;s:35:\"__custom_types_readonly_config_prev\";a:0:{}s:28:\"custom_types_readonly_config\";a:0:{}s:36:\"__custom_fields_readonly_config_prev\";a:20:{i:0;s:5:\"title\";i:1;s:11:\"description\";i:2;s:8:\"keywords\";i:3;s:10:\"_edit_last\";i:4;s:10:\"_edit_lock\";i:5;s:17:\"_wp_page_template\";i:6;s:23:\"_wp_attachment_metadata\";i:7;s:16:\"original_post_id\";i:8;s:22:\"_wpml_original_post_id\";i:9;s:12:\"_wp_old_slug\";i:10;s:20:\"_icl_translator_note\";i:11;s:14:\"_alp_processed\";i:12;s:7:\"_pingme\";i:13;s:10:\"_encloseme\";i:14;s:22:\"_icl_lang_duplicate_of\";i:15;s:13:\"_thumbnail_id\";i:16;s:17:\"_wp_attached_file\";i:17;s:17:\"_cms_nav_minihome\";i:18;s:16:\"_cms_nav_section\";i:19;s:17:\"_top_nav_excluded\";}s:29:\"custom_fields_readonly_config\";a:20:{i:0;s:5:\"title\";i:1;s:11:\"description\";i:2;s:8:\"keywords\";i:3;s:10:\"_edit_last\";i:4;s:10:\"_edit_lock\";i:5;s:17:\"_wp_page_template\";i:6;s:23:\"_wp_attachment_metadata\";i:7;s:16:\"original_post_id\";i:8;s:22:\"_wpml_original_post_id\";i:9;s:12:\"_wp_old_slug\";i:10;s:20:\"_icl_translator_note\";i:11;s:14:\"_alp_processed\";i:12;s:7:\"_pingme\";i:13;s:10:\"_encloseme\";i:14;s:22:\"_icl_lang_duplicate_of\";i:15;s:13:\"_thumbnail_id\";i:16;s:17:\"_wp_attached_file\";i:17;s:17:\"_cms_nav_minihome\";i:18;s:16:\"_cms_nav_section\";i:19;s:17:\"_top_nav_excluded\";}s:26:\"taxonomies_readonly_config\";a:1:{s:16:\"ourteam-category\";i:1;}s:28:\"custom-types_readonly_config\";a:1:{s:7:\"ourteam\";i:1;}}s:24:\"custom_posts_sync_option\";a:1:{s:7:\"ourteam\";i:1;}s:22:\"taxonomies_sync_option\";a:1:{s:16:\"ourteam-category\";i:1;}s:24:\"custom-types_sync_option\";a:1:{s:7:\"ourteam\";i:1;}s:19:\"font-current-normal\";s:7:\"#444444\";s:18:\"font-current-hover\";s:7:\"#000000\";s:25:\"background-current-normal\";s:7:\"#ffffff\";s:24:\"background-current-hover\";s:7:\"#eeeeee\";s:17:\"font-other-normal\";s:7:\"#444444\";s:16:\"font-other-hover\";s:7:\"#000000\";s:23:\"background-other-normal\";s:7:\"#ffffff\";s:22:\"background-other-hover\";s:7:\"#eeeeee\";s:6:\"border\";s:7:\"#cdcdcd\";s:19:\"icl_lang_sel_config\";a:10:{s:19:\"font-current-normal\";s:7:\"#ffffff\";s:18:\"font-current-hover\";s:7:\"#000000\";s:25:\"background-current-normal\";s:7:\"#e5a82e\";s:24:\"background-current-hover\";s:7:\"#e5a82e\";s:17:\"font-other-normal\";s:7:\"#ffffff\";s:16:\"font-other-hover\";s:7:\"#000000\";s:23:\"background-other-normal\";s:7:\"#e5a82e\";s:22:\"background-other-hover\";s:7:\"#e5a82e\";s:6:\"border\";s:7:\"#e5a82e\";s:10:\"background\";s:7:\"#e5a82e\";}s:26:\"icl_lang_sel_footer_config\";a:10:{s:19:\"font-current-normal\";s:7:\"#444444\";s:18:\"font-current-hover\";s:7:\"#000000\";s:25:\"background-current-normal\";s:7:\"#eeeeee\";s:24:\"background-current-hover\";s:7:\"#eeeeee\";s:17:\"font-other-normal\";s:7:\"#444444\";s:16:\"font-other-hover\";s:7:\"#000000\";s:23:\"background-other-normal\";s:7:\"#eeeeee\";s:22:\"background-other-hover\";s:7:\"#eeeeee\";s:6:\"border\";s:7:\"#cdcdcd\";s:10:\"background\";s:7:\"#eeeeee\";}s:29:\"icl_language_switcher_sidebar\";s:1:\"0\";s:19:\"icl_lang_sel_footer\";i:1;s:21:\"icl_post_availability\";i:0;s:30:\"icl_post_availability_position\";s:5:\"below\";s:26:\"icl_post_availability_text\";s:34:\"This post is also available in: %s\";s:29:\"language_selector_initialized\";i:1;s:18:\"icl_additional_css\";s:0:\"\";s:18:\"display_ls_in_menu\";i:0;s:11:\"menu_for_ls\";i:43;s:22:\"show_translations_flag\";i:1;s:16:\"language_domains\";a:3:{s:7:\"zh-hans\";s:24:\"http://zh-hans.localhost\";s:2:\"ja\";s:19:\"http://ja.localhost\";s:2:\"ko\";s:19:\"http://ko.localhost\";}s:16:\"just_reactivated\";i:0;}','yes'),(604,'wpml_config_index','O:8:\"stdClass\":2:{s:7:\"plugins\";a:28:{i:0;O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"WooCommerce Catalog Visibility Options\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1408625614;s:4:\"path\";s:66:\"wpml-config/woocommerce-catalog-visibility-options/wpml-config.xml\";s:4:\"hash\";s:32:\"d10bd6388a88521e488f7e4ba295c94c\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Paymill Gateway\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1408626572;s:4:\"path\";s:55:\"wpml-config/woocommerce-paymill-gateway/wpml-config.xml\";s:4:\"hash\";s:32:\"46409842584ff8df43a2aa922ad1d388\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"WooCommerce Stripe Gateway\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1409061503;s:4:\"path\";s:54:\"wpml-config/woocommerce-stripe-gateway/wpml-config.xml\";s:4:\"hash\";s:32:\"4139e23bcdd0bb3e78cb079fa851ce85\";}i:3;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Product Add-ons\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1409062371;s:4:\"path\";s:55:\"wpml-config/woocommerce-product-add-ons/wpml-config.xml\";s:4:\"hash\";s:32:\"75320b24a703c55370175379c2faf22d\";}i:4;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce PostePay\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1409063136;s:4:\"path\";s:48:\"wpml-config/woocommerce-postepay/wpml-config.xml\";s:4:\"hash\";s:32:\"b08722979a25b15ba4a02a16fb555ccc\";}i:5;O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Sensei\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1437058092;s:4:\"path\";s:34:\"wpml-config/sensei/wpml-config.xml\";s:4:\"hash\";s:32:\"eb75b5172a578bffdbd740f38c227b30\";}i:6;O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"NW ADCart for WooCommerce\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1409734281;s:4:\"path\";s:53:\"wpml-config/nw-adcart-for-woocommerce/wpml-config.xml\";s:4:\"hash\";s:32:\"91d62df0659fc7b561a3932a7a52de6a\";}i:7;O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Product Enquiry Pro for WooCommerce\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1409734531;s:4:\"path\";s:63:\"wpml-config/product-enquiry-pro-for-woocommerce/wpml-config.xml\";s:4:\"hash\";s:32:\"305232f06370d52a29c346d6b711f50a\";}i:8;O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"WooCommerce Plivo\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1409734705;s:4:\"path\";s:45:\"wpml-config/woocommerce-plivo/wpml-config.xml\";s:4:\"hash\";s:32:\"539d172825c4714d69b8a42ad1826c5d\";}i:9;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"WooCommerce Embed Slides\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1409813892;s:4:\"path\";s:52:\"wpml-config/woocommerce-embed-slides/wpml-config.xml\";s:4:\"hash\";s:32:\"f92b0578c4950e1d7ced60bbdba7ed5b\";}i:10;O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"PayPal for WooCommerce\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1412841483;s:4:\"path\";s:54:\"wpml-config/paypal-for-woocommerce/wpml-config (1).xml\";s:4:\"hash\";s:32:\"4ec8cff3c1bd61950873206196a29348\";}i:11;O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"WooCommerce Product Bundles\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1414747440;s:4:\"path\";s:55:\"wpml-config/woocommerce-product-bundles/wpml-config.xml\";s:4:\"hash\";s:32:\"81eae0e4985a54c08a2486cbc0cba690\";}i:12;O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"WooCommerce Price by Country\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1415282919;s:4:\"path\";s:56:\"wpml-config/woocommerce-price-by-country/wpml-config.xml\";s:4:\"hash\";s:32:\"9b296d64ba8afee80cb1ff4fac80144b\";}i:13;O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"WooCommerce Video Tab\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1415284344;s:4:\"path\";s:49:\"wpml-config/woocommerce-video-tab/wpml-config.xml\";s:4:\"hash\";s:32:\"7f9769bc2769e07ae730f3b4cd307741\";}i:14;O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"WooCommerce Multilingual\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1435746652;s:4:\"path\";s:52:\"wpml-config/woocommerce-multilingual/wpml-config.xml\";s:4:\"hash\";s:32:\"ac4db24282debd70520890d6832ea2f0\";}i:15;O:8:\"stdClass\":7:{s:4:\"name\";s:16:\"WPML Test Config\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1429773131;s:4:\"path\";s:44:\"wpml-config/wpml-test-config/wpml-config.xml\";s:4:\"hash\";s:32:\"9c3bb313d5a4f028bebfa8fc8af990a3\";s:4:\"user\";s:5:\"admin\";s:7:\"details\";s:3:\"222\";}i:16;O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"WooCommerce Product Gift Wrap\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1429640013;s:4:\"path\";s:57:\"wpml-config/woocommerce-product-gift-wrap/wpml-config.xml\";s:4:\"hash\";s:32:\"dd3371d64d2ee01e6e42fd7e0bd134cf\";}i:17;O:8:\"stdClass\":7:{s:4:\"name\";s:13:\"WordPress SEO\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1448012257;s:4:\"path\";s:41:\"wpml-config/wordpress-seo/wpml-config.xml\";s:4:\"hash\";s:32:\"a4a501904fb15a86d6c72a28a232a1e9\";s:4:\"user\";s:6:\"amit.k\";s:7:\"details\";s:0:\"\";}i:18;O:8:\"stdClass\":7:{s:4:\"name\";s:23:\"WooCommerce Tab Manager\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1447234757;s:4:\"path\";s:51:\"wpml-config/woocommerce-tab-manager/wpml-config.xml\";s:4:\"hash\";s:32:\"b2cd18076cabe5600f2cf6200feb92a8\";s:4:\"user\";s:5:\"Mihai\";s:7:\"details\";s:51:\"Removed _product_attributes from being translatable\";}i:19;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce Bookings\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1436527550;s:4:\"path\";s:48:\"wpml-config/woocommerce-bookings/wpml-config.xml\";s:4:\"hash\";s:32:\"49eee5eb84c718c7bca44c59063fb58d\";}i:20;O:8:\"stdClass\":7:{s:4:\"name\";s:35:\"YITH WooCommerce Quick View Premium\";s:14:\"override_local\";b:0;s:7:\"updated\";i:1439206201;s:4:\"user\";s:6:\"amit.k\";s:7:\"details\";s:0:\"\";s:4:\"path\";s:63:\"wpml-config/yith-woocommerce-quick-view-premium/wpml-config.xml\";s:4:\"hash\";s:32:\"656f1dcbcad67f5a4cbc7747520ef4e2\";}i:21;O:8:\"stdClass\":7:{s:4:\"name\";s:46:\"Multibanco (IfthenPay gateway) for WooCommerce\";s:14:\"override_local\";b:0;s:7:\"updated\";i:1441014802;s:4:\"user\";s:6:\"amit.k\";s:7:\"details\";s:0:\"\";s:4:\"path\";s:72:\"wpml-config/multibanco-ifthenpay-gateway-for-woocommerce/wpml-config.xml\";s:4:\"hash\";s:32:\"3cddef77fd163e090472f995aa2388d4\";}i:22;O:8:\"stdClass\":7:{s:4:\"name\";s:35:\"WooCommerce Advanced Product Labels\";s:14:\"override_local\";b:0;s:7:\"updated\";i:1441177109;s:4:\"user\";s:6:\"amit.k\";s:7:\"details\";s:0:\"\";s:4:\"path\";s:63:\"wpml-config/woocommerce-advanced-product-labels/wpml-config.xml\";s:4:\"hash\";s:32:\"4b29c29516a1a33b328d90ffc5c4aad7\";}i:23;O:8:\"stdClass\":7:{s:4:\"name\";s:30:\"WooCommerce Composite Products\";s:14:\"override_local\";b:0;s:7:\"updated\";i:1441892326;s:4:\"user\";s:6:\"amit.k\";s:7:\"details\";s:0:\"\";s:4:\"path\";s:58:\"wpml-config/woocommerce-composite-products/wpml-config.xml\";s:4:\"hash\";s:32:\"158e4ddfee28942b3f5dd5f9e453afd8\";}i:24;O:8:\"stdClass\":7:{s:4:\"name\";s:29:\"YITH WooCommerce Catalog Mode\";s:14:\"override_local\";b:0;s:7:\"updated\";i:1441961342;s:4:\"user\";s:6:\"amit.k\";s:7:\"details\";s:0:\"\";s:4:\"path\";s:57:\"wpml-config/yith-woocommerce-catalog-mode/wpml-config.xml\";s:4:\"hash\";s:32:\"ca50a47d4254cbd04254c4448c511e22\";}i:25;O:8:\"stdClass\":7:{s:4:\"name\";s:21:\"Woocomerce Brands Pro\";s:14:\"override_local\";b:0;s:7:\"updated\";i:1442243436;s:4:\"user\";s:6:\"amit.k\";s:7:\"details\";s:0:\"\";s:4:\"path\";s:49:\"wpml-config/woocomerce-brands-pro/wpml-config.xml\";s:4:\"hash\";s:32:\"dc7eeb10cd6e0eb80b7960eb8b6058a4\";}i:26;O:8:\"stdClass\":7:{s:4:\"name\";s:29:\"WooCommerce Local Pickup Plus\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1442582862;s:4:\"user\";s:6:\"amit.k\";s:7:\"details\";s:0:\"\";s:4:\"path\";s:57:\"wpml-config/woocommerce-local-pickup-plus/wpml-config.xml\";s:4:\"hash\";s:32:\"e1c06d85ae7b8b032bef47e42e4c08f9\";}i:27;O:8:\"stdClass\":7:{s:4:\"name\";s:12:\"ProductPrint\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1447155249;s:4:\"user\";s:6:\"amit.k\";s:7:\"details\";s:0:\"\";s:4:\"path\";s:40:\"wpml-config/productprint/wpml-config.xml\";s:4:\"hash\";s:32:\"d2a16faace6f59c009a1dc045e086658\";}}s:6:\"themes\";a:7:{i:0;O:8:\"stdClass\":7:{s:4:\"name\";s:6:\"Canvas\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1440487063;s:4:\"path\";s:34:\"wpml-config/canvas/wpml-config.xml\";s:4:\"hash\";s:32:\"fae38637bbf52477aed839bd52c8b3f9\";s:4:\"user\";s:6:\"amit.k\";s:7:\"details\";s:0:\"\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Kleo\";s:14:\"override_local\";b:0;s:7:\"updated\";i:1425651882;s:4:\"path\";s:32:\"wpml-config/kleo/wpml-config.xml\";s:4:\"hash\";s:32:\"442023138b716c2f410690eabeeab185\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Port\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1426496203;s:4:\"path\";s:32:\"wpml-config/port/wpml-config.xml\";s:4:\"hash\";s:32:\"788cce209545b94cfede660d543d7013\";}i:3;O:8:\"stdClass\":7:{s:4:\"name\";s:36:\"IDStore - Responsive WordPress Theme\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1439455467;s:4:\"path\";s:62:\"wpml-config/idstore-responsive-wordpress-theme/wpml-config.xml\";s:4:\"hash\";s:32:\"c4ab5787cebb38c0358286626710ab37\";s:4:\"user\";s:9:\"test92818\";s:7:\"details\";s:0:\"\";}i:4;O:8:\"stdClass\":7:{s:4:\"name\";s:4:\"Divi\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1439455645;s:4:\"path\";s:32:\"wpml-config/divi/wpml-config.xml\";s:4:\"hash\";s:32:\"e173fef97b9b8d927f8a35b85ce769f6\";s:4:\"user\";s:9:\"test92818\";s:7:\"details\";s:0:\"\";}i:5;O:8:\"stdClass\":7:{s:4:\"name\";s:5:\"Avada\";s:14:\"override_local\";b:1;s:7:\"updated\";i:1438069249;s:4:\"path\";s:33:\"wpml-config/avada/wpml-config.xml\";s:4:\"hash\";s:32:\"a6e665ddc77c559642c5a6815930efd5\";s:4:\"user\";s:7:\"harshad\";s:7:\"details\";s:0:\"\";}i:6;O:8:\"stdClass\":7:{s:4:\"name\";s:9:\"Customizr\";s:14:\"override_local\";b:0;s:7:\"updated\";i:1440909043;s:4:\"user\";s:6:\"amit.k\";s:7:\"details\";s:0:\"\";s:4:\"path\";s:37:\"wpml-config/customizr/wpml-config.xml\";s:4:\"hash\";s:32:\"d63f73a0df72ab558bdbfaadaeb9c737\";}}}','yes'),(605,'wpml_config_index_updated','1448921085','yes'),(606,'wpml_config_files_arr','O:8:\"stdClass\":2:{s:6:\"themes\";a:0:{}s:7:\"plugins\";a:0:{}}','yes'),(608,'icl_admin_messages','a:2:{s:8:\"messages\";a:0:{}s:16:\"instant_messages\";a:0:{}}','yes'),(609,'wp_installer_settings','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','yes'),(611,'category_children_','a:0:{}','yes'),(613,'category_children_en','a:0:{}','yes'),(614,'category_children_all','a:0:{}','yes'),(617,'category_children','a:0:{}','yes'),(619,'widget_icl_lang_sel_widget','a:3:{i:4;a:1:{s:10:\"title_show\";i:0;}i:6;a:1:{s:10:\"title_show\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(621,'wpml_cms_nav_settings','a:9:{s:10:\"page_order\";s:10:\"menu_order\";s:13:\"show_cat_menu\";i:0;s:19:\"cat_menu_page_order\";s:1:\"0\";s:17:\"cat_menu_contents\";s:5:\"posts\";s:13:\"heading_start\";s:0:\"\";s:11:\"heading_end\";s:0:\"\";s:5:\"cache\";i:0;s:21:\"breadcrumbs_separator\";s:9:\" » \";s:14:\"cat_menu_title\";s:4:\"News\";}','yes'),(622,'WPML_CMS_NAV_VERSION','1.4.11','yes'),(625,'_transient_90ab5827af4164115fe869d777800bc0','en','yes'),(626,'revslider-valid-notice','false','yes'),(627,'category_children_zh-hans','a:0:{}','yes'),(643,'nav_menu_children_en','a:0:{}','yes'),(644,'nav_menu_children_ja','a:0:{}','yes'),(645,'nav_menu_children_ko','a:0:{}','yes'),(646,'nav_menu_children_zh-hans','a:0:{}','yes'),(647,'nav_menu_children_all','a:0:{}','yes'),(656,'widget_sidebar-navigation','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(657,'category_children_ja','a:0:{}','yes'),(670,'category_children_ko','a:0:{}','yes'),(680,'megamenu_locations','a:0:{}','yes'),(1790,'post_tag_children_en','a:0:{}','yes'),(1791,'post_tag_children_ja','a:0:{}','yes'),(1792,'post_tag_children_ko','a:0:{}','yes'),(1793,'post_tag_children_zh-hans','a:0:{}','yes'),(1794,'post_tag_children_all','a:0:{}','yes'),(2290,'ourteam-category_children_en','a:0:{}','yes'),(2291,'ourteam-category_children','a:0:{}','yes'),(3580,'rewrite_rules','a:175:{s:9:\"forums/?$\";s:25:\"index.php?post_type=forum\";s:39:\"forums/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=forum&feed=$matches[1]\";s:34:\"forums/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=forum&feed=$matches[1]\";s:26:\"forums/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=forum&paged=$matches[1]\";s:9:\"topics/?$\";s:25:\"index.php?post_type=topic\";s:39:\"topics/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=topic&feed=$matches[1]\";s:34:\"topics/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=topic&feed=$matches[1]\";s:26:\"topics/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=topic&paged=$matches[1]\";s:28:\"forums/forum/([^/]+)/edit/?$\";s:34:\"index.php?forum=$matches[1]&edit=1\";s:28:\"forums/topic/([^/]+)/edit/?$\";s:34:\"index.php?topic=$matches[1]&edit=1\";s:28:\"forums/reply/([^/]+)/edit/?$\";s:34:\"index.php?reply=$matches[1]&edit=1\";s:32:\"forums/topic-tag/([^/]+)/edit/?$\";s:38:\"index.php?topic-tag=$matches[1]&edit=1\";s:47:\"forums/user/([^/]+)/topics/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_tops=1&paged=$matches[2]\";s:48:\"forums/user/([^/]+)/replies/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_reps=1&paged=$matches[2]\";s:50:\"forums/user/([^/]+)/favorites/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_favs=1&paged=$matches[2]\";s:54:\"forums/user/([^/]+)/subscriptions/page/?([0-9]{1,})/?$\";s:59:\"index.php?bbp_user=$matches[1]&bbp_subs=1&paged=$matches[2]\";s:29:\"forums/user/([^/]+)/topics/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_tops=1\";s:30:\"forums/user/([^/]+)/replies/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_reps=1\";s:32:\"forums/user/([^/]+)/favorites/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_favs=1\";s:36:\"forums/user/([^/]+)/subscriptions/?$\";s:41:\"index.php?bbp_user=$matches[1]&bbp_subs=1\";s:27:\"forums/user/([^/]+)/edit/?$\";s:37:\"index.php?bbp_user=$matches[1]&edit=1\";s:22:\"forums/user/([^/]+)/?$\";s:30:\"index.php?bbp_user=$matches[1]\";s:40:\"forums/view/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?bbp_view=$matches[1]&paged=$matches[2]\";s:27:\"forums/view/([^/]+)/feed/?$\";s:47:\"index.php?bbp_view=$matches[1]&feed=$matches[2]\";s:22:\"forums/view/([^/]+)/?$\";s:30:\"index.php?bbp_view=$matches[1]\";s:34:\"forums/search/page/?([0-9]{1,})/?$\";s:27:\"index.php?paged=$matches[1]\";s:16:\"forums/search/?$\";s:20:\"index.php?bbp_search\";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: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: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: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:38:\"forums/forum/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"forums/forum/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"forums/forum/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"forums/forum/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"forums/forum/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"forums/forum/(.+?)/trackback/?$\";s:32:\"index.php?forum=$matches[1]&tb=1\";s:51:\"forums/forum/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?forum=$matches[1]&feed=$matches[2]\";s:46:\"forums/forum/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?forum=$matches[1]&feed=$matches[2]\";s:39:\"forums/forum/(.+?)/page/?([0-9]{1,})/?$\";s:45:\"index.php?forum=$matches[1]&paged=$matches[2]\";s:46:\"forums/forum/(.+?)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?forum=$matches[1]&cpage=$matches[2]\";s:31:\"forums/forum/(.+?)(/[0-9]+)?/?$\";s:44:\"index.php?forum=$matches[1]&page=$matches[2]\";s:40:\"forums/topic/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"forums/topic/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"forums/topic/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/topic/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/topic/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"forums/topic/([^/]+)/trackback/?$\";s:32:\"index.php?topic=$matches[1]&tb=1\";s:53:\"forums/topic/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?topic=$matches[1]&feed=$matches[2]\";s:48:\"forums/topic/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?topic=$matches[1]&feed=$matches[2]\";s:41:\"forums/topic/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?topic=$matches[1]&paged=$matches[2]\";s:48:\"forums/topic/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?topic=$matches[1]&cpage=$matches[2]\";s:33:\"forums/topic/([^/]+)(/[0-9]+)?/?$\";s:44:\"index.php?topic=$matches[1]&page=$matches[2]\";s:29:\"forums/topic/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"forums/topic/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"forums/topic/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/topic/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/topic/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"forums/reply/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"forums/reply/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"forums/reply/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/reply/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/reply/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"forums/reply/([^/]+)/trackback/?$\";s:32:\"index.php?reply=$matches[1]&tb=1\";s:41:\"forums/reply/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?reply=$matches[1]&paged=$matches[2]\";s:48:\"forums/reply/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?reply=$matches[1]&cpage=$matches[2]\";s:33:\"forums/reply/([^/]+)(/[0-9]+)?/?$\";s:44:\"index.php?reply=$matches[1]&page=$matches[2]\";s:29:\"forums/reply/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"forums/reply/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"forums/reply/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/reply/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/reply/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"forums/topic-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?topic-tag=$matches[1]&feed=$matches[2]\";s:52:\"forums/topic-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?topic-tag=$matches[1]&feed=$matches[2]\";s:45:\"forums/topic-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?topic-tag=$matches[1]&paged=$matches[2]\";s:27:\"forums/topic-tag/([^/]+)/?$\";s:31:\"index.php?topic-tag=$matches[1]\";s:42:\"forums/search/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?bbp_search=$matches[1]&paged=$matches[2]\";s:24:\"forums/search/([^/]+)/?$\";s:32:\"index.php?bbp_search=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:33:\"vc_grid_item/([^/]+)(/[0-9]+)?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"ourteam/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"ourteam/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"ourteam/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"ourteam/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"ourteam/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"ourteam/([^/]+)/trackback/?$\";s:34:\"index.php?ourteam=$matches[1]&tb=1\";s:36:\"ourteam/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?ourteam=$matches[1]&paged=$matches[2]\";s:43:\"ourteam/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?ourteam=$matches[1]&cpage=$matches[2]\";s:28:\"ourteam/([^/]+)(/[0-9]+)?/?$\";s:46:\"index.php?ourteam=$matches[1]&page=$matches[2]\";s:24:\"ourteam/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"ourteam/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"ourteam/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"ourteam/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"ourteam/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"ourteam-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?ourteam-category=$matches[1]&feed=$matches[2]\";s:52:\"ourteam-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?ourteam-category=$matches[1]&feed=$matches[2]\";s:45:\"ourteam-category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?ourteam-category=$matches[1]&paged=$matches[2]\";s:27:\"ourteam-category/([^/]+)/?$\";s:38:\"index.php?ourteam-category=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s: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=536&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: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: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: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: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: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: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: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:20:\"(.?.+?)(/[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: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:20:\"([^/]+)(/[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]\";}','yes'),(2758,'megamenu_version','1.9','yes'),(2856,'_site_transient_timeout_browser_39da06a1469a2a2f873f7659ce753545','1443086108','yes'),(2857,'_site_transient_browser_39da06a1469a2a2f873f7659ce753545','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"40.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2763,'theme_mods_ethic-child','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1442445567;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:21:\"icl_lang_sel_widget-4\";i:1;s:18:\"note_top_content-3\";}s:23:\"plazart-sidebar-default\";a:1:{i:0;s:21:\"icl_lang_sel_widget-6\";}s:21:\"plazart-sidebar-login\";a:0:{}s:22:\"plazart-sidebar-header\";a:0:{}s:16:\"plazart-footer-1\";a:1:{i:0;s:10:\"nav_menu-2\";}s:16:\"plazart-footer-2\";a:1:{i:0;s:10:\"nav_menu-3\";}s:16:\"plazart-footer-3\";a:1:{i:0;s:10:\"nav_menu-6\";}s:16:\"plazart-footer-4\";a:1:{i:0;s:6:\"text-2\";}s:9:\"mega-menu\";a:0:{}}}}','yes'),(2444,'_site_transient_timeout_browser_cc68390591d59bd53f95d5d9fa636458','1442884820','yes'),(2445,'_site_transient_browser_cc68390591d59bd53f95d5d9fa636458','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"45.0.2454.85\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2628,'can_compress_scripts','1','yes'),(6604,'_transient_timeout_plugin_slugs','1447527425','no'),(6605,'_transient_plugin_slugs','a:26:{i:0;s:19:\"akismet/akismet.php\";i:1;s:19:\"bbpress/bbpress.php\";i:2;s:43:\"better-font-awesome/better-font-awesome.php\";i:3;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:4;s:24:\"buddypress/bp-loader.php\";i:5;s:36:\"contact-form-7/wp-contact-form-7.php\";i:6;s:33:\"duplicate-post/duplicate-post.php\";i:7;s:45:\"enable-media-replace/enable-media-replace.php\";i:8;s:23:\"slider-image/slider.php\";i:9;s:21:\"megamenu/megamenu.php\";i:10;s:25:\"option-tree/ot-loader.php\";i:11;s:25:\"tz-plazart/tz-plazart.php\";i:12;s:23:\"revslider/revslider.php\";i:13;s:23:\"tag-pages/tag-pages.php\";i:14;s:20:\"team-members/tmm.php\";i:15;s:43:\"the-events-calendar/the-events-calendar.php\";i:16;s:33:\"theme-my-login/theme-my-login.php\";i:17;s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";i:18;s:41:\"wordpress-importer/wordpress-importer.php\";i:19;s:27:\"wp-pagenavi/wp-pagenavi.php\";i:20;s:45:\"wp-admin-bar-removal/wp-admin-bar-removal.php\";i:21;s:27:\"js_composer/js_composer.php\";i:22;s:23:\"wpml-cms-nav/plugin.php\";i:23;s:40:\"sitepress-multilingual-cms/sitepress.php\";i:24;s:23:\"wp-rocket/wp-rocket.php\";i:25;s:23:\"wp-smushit/wp-smush.php\";}','no'),(3318,'_transient_megamenu_css_en','#mega-menu-wrap-primary #mega-menu-primary ul, #mega-menu-wrap-primary #mega-menu-primary li, #mega-menu-wrap-primary #mega-menu-primary p, #mega-menu-wrap-primary #mega-menu-primary img, #mega-menu-wrap-primary #mega-menu-primary div, #mega-menu-wrap-primary #mega-menu-primary a {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n background: none;\n border: 0;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n margin: 0;\n opacity: 1;\n padding: 0;\n position: relative;\n right: auto;\n top: auto;\n bottom: auto;\n left: auto;\n text-align: left;\n text-transform: none;\n vertical-align: baseline;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n list-style-type: none;\n line-height: 1.7;\n box-sizing: border-box;\n float: none;\n overflow: visible;\n display: block;\n min-height: 0;\n -webkit-transition: none;\n -moz-transition: none;\n -o-transition: none;\n transition: none;\n text-decoration: none;\n width: auto;\n clip: auto;\n height: auto;\n outline: none;\n visibility: inherit;\n}\n#mega-menu-wrap-primary #mega-menu-primary ul:before, #mega-menu-wrap-primary #mega-menu-primary li:before, #mega-menu-wrap-primary #mega-menu-primary p:before, #mega-menu-wrap-primary #mega-menu-primary img:before, #mega-menu-wrap-primary #mega-menu-primary div:before, #mega-menu-wrap-primary #mega-menu-primary a:before, #mega-menu-wrap-primary #mega-menu-primary ul:after, #mega-menu-wrap-primary #mega-menu-primary li:after, #mega-menu-wrap-primary #mega-menu-primary p:after, #mega-menu-wrap-primary #mega-menu-primary img:after, #mega-menu-wrap-primary #mega-menu-primary div:after, #mega-menu-wrap-primary #mega-menu-primary a:after {\n display: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary table, #mega-menu-wrap-primary #mega-menu-primary td, #mega-menu-wrap-primary #mega-menu-primary tr, #mega-menu-wrap-primary #mega-menu-primary th {\n border: 0;\n margin: 0;\n padding: 0;\n background: none;\n}\n#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {\n -moz-transition: none;\n -o-transition: none;\n -webkit-transition: none;\n transition: none;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n background: none;\n border: 0;\n bottom: auto;\n box-sizing: border-box;\n clip: auto;\n color: #666;\n display: block;\n float: none;\n font-family: inherit;\n font-size: 14px;\n height: auto;\n left: auto;\n line-height: 1.7;\n list-style-type: none;\n margin: 0;\n min-height: 0;\n opacity: 1;\n outline: none;\n overflow: visible;\n padding: 0;\n position: relative;\n right: auto;\n text-align: left;\n text-decoration: none;\n text-transform: none;\n top: auto;\n vertical-align: baseline;\n visibility: inherit;\n width: auto;\n}\n#mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-primary {\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary {\n visibility: visible;\n text-align: left;\n padding: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {\n display: inline;\n}\n#mega-menu-wrap-primary #mega-menu-primary p {\n margin-bottom: 10px;\n}\n#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {\n max-width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {\n display: block;\n visibility: hidden;\n opacity: 1;\n}\n#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n visibility: visible;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^=\'dashicons\']:before {\n font-family: dashicons;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a.mega-menu-link {\n cursor: default;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n position: static;\n margin: 0 6px 0 0px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n color: inherit;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before {\n margin: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu {\n right: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {\n position: static;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {\n margin: 0 0px 0 0;\n display: inline-block;\n height: auto;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {\n float: right;\n margin: 0 0 0 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {\n background: rgba(51, 51, 51, 0);\n color: #000;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n outline: none;\n text-decoration: none;\n padding: 18px 32px 18px 32px;\n line-height: auto;\n font-weight: normal;\n height: auto;\n vertical-align: baseline;\n text-align: left;\n width: auto;\n display: block;\n color: #080808;\n text-transform: uppercase;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n font-family: inherit;\n font-size: 14px;\n cursor: pointer;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {\n display: list-item;\n margin: 0;\n clear: both;\n border: 0;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {\n float: none;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {\n -webkit-border-radius: 0 0 0 0 0 0 0;\n -moz-border-radius: 0 0 0 0 0 0 0;\n -ms-border-radius: 0 0 0 0 0 0 0;\n -o-border-radius: 0 0 0 0 0 0 0;\n border-radius: 0 0 0 0 0 0 0;\n border: 0;\n margin: 0;\n line-height: 40px;\n height: 40px;\n padding: 0 10px;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n background: rgba(241, 241, 241, 0);\n padding: 0px 0px 0px 0px;\n position: absolute;\n width: 100%;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n left: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n width: 25%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n width: 75%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n width: 20%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n width: 40%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n width: 60%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n width: 80%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n width: 25%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n width: 75%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n width: 100%;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n border: 0;\n padding: 10px;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n width: 50% !important;\n clear: none;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {\n clear: left;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {\n clear: both;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 20px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n display: block;\n float: left;\n clear: none;\n padding: 15px 15px 15px 15px;\n vertical-align: top;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n clear: left;\n /* Widget titles */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 5px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item hover */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n color: #555;\n font-weight: bold;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n /* Third level menu item */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n margin: 0;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n /* Third level menu item hover */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {\n z-index: 999;\n position: absolute;\n width: 250px;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n padding: 0px 0px 0px 0px;\n background: rgba(241, 241, 241, 0);\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n padding: 0;\n border: 0;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n clear: both;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n display: block;\n background: rgba(241, 241, 241, 0);\n color: #050505;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n padding: 0px 10px 0px 10px;\n line-height: 35px;\n text-decoration: none;\n text-transform: none;\n vertical-align: baseline;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {\n background: rgba(221, 221, 221, 0);\n font-weight: normal;\n text-decoration: none;\n color: #fff;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: absolute;\n left: 100%;\n top: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: static;\n left: 0;\n width: 100%;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {\n padding-left: 20px;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n margin: 0 0 0 6px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n -webkit-transform: rotate(0);\n -moz-transform: rotate(0);\n -ms-transform: rotate(0);\n -o-transform: rotate(0);\n transform: rotate(0);\n color: inherit;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children a.mega-menu-link:after {\n float: right;\n }\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after {\n content: \'\\f142\';\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f139\';\n float: right;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: right;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: left;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: right;\n margin: 0 0 0 6px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: left;\n margin: 0 6px 0 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f141\';\n float: left;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n float: right;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n left: -100%;\n top: 0;\n}\n#mega-menu-wrap-primary .mega-menu-toggle {\n display: none;\n z-index: 1;\n cursor: pointer;\n text-align: right;\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 2px 2px 2px 2px;\n -moz-border-radius: 2px 2px 2px 2px;\n -ms-border-radius: 2px 2px 2px 2px;\n -o-border-radius: 2px 2px 2px 2px;\n border-radius: 2px 2px 2px 2px;\n line-height: 40px;\n height: 40px;\n color: #080808;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary .mega-menu-toggle {\n display: block;\n }\n}\n#mega-menu-wrap-primary .mega-menu-toggle:before {\n content: \"\\f333\";\n font-family: \'dashicons\';\n font-size: 24px;\n margin: 0 5px;\n float: right;\n}\n#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:before {\n content: \"\\f153\";\n}\n#mega-menu-wrap-primary .mega-menu-toggle:after {\n content: \'\';\n}\n#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {\n content: \"\";\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {\n display: none;\n }\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {\n display: none;\n visibility: visible;\n opacity: 1;\n }\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n display: block;\n }\n #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {\n display: block;\n }\n}\n#mega-menu-wrap-primary {\n clear: both;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left ul, #mega-menu-wrap-menu-left #mega-menu-menu-left li, #mega-menu-wrap-menu-left #mega-menu-menu-left p, #mega-menu-wrap-menu-left #mega-menu-menu-left img, #mega-menu-wrap-menu-left #mega-menu-menu-left div, #mega-menu-wrap-menu-left #mega-menu-menu-left a {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n background: none;\n border: 0;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n margin: 0;\n opacity: 1;\n padding: 0;\n position: relative;\n right: auto;\n top: auto;\n bottom: auto;\n left: auto;\n text-align: left;\n text-transform: none;\n vertical-align: baseline;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n list-style-type: none;\n line-height: 1.7;\n box-sizing: border-box;\n float: none;\n overflow: visible;\n display: block;\n min-height: 0;\n -webkit-transition: none;\n -moz-transition: none;\n -o-transition: none;\n transition: none;\n text-decoration: none;\n width: auto;\n clip: auto;\n height: auto;\n outline: none;\n visibility: inherit;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left ul:before, #mega-menu-wrap-menu-left #mega-menu-menu-left li:before, #mega-menu-wrap-menu-left #mega-menu-menu-left p:before, #mega-menu-wrap-menu-left #mega-menu-menu-left img:before, #mega-menu-wrap-menu-left #mega-menu-menu-left div:before, #mega-menu-wrap-menu-left #mega-menu-menu-left a:before, #mega-menu-wrap-menu-left #mega-menu-menu-left ul:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li:after, #mega-menu-wrap-menu-left #mega-menu-menu-left p:after, #mega-menu-wrap-menu-left #mega-menu-menu-left img:after, #mega-menu-wrap-menu-left #mega-menu-menu-left div:after, #mega-menu-wrap-menu-left #mega-menu-menu-left a:after {\n display: none;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left table, #mega-menu-wrap-menu-left #mega-menu-menu-left td, #mega-menu-wrap-menu-left #mega-menu-menu-left tr, #mega-menu-wrap-menu-left #mega-menu-menu-left th {\n border: 0;\n margin: 0;\n padding: 0;\n background: none;\n}\n#mega-menu-wrap-menu-left, #mega-menu-wrap-menu-left #mega-menu-menu-left, #mega-menu-wrap-menu-left #mega-menu-menu-left ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item, #mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link {\n -moz-transition: none;\n -o-transition: none;\n -webkit-transition: none;\n transition: none;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n background: none;\n border: 0;\n bottom: auto;\n box-sizing: border-box;\n clip: auto;\n color: #666;\n display: block;\n float: none;\n font-family: inherit;\n font-size: 14px;\n height: auto;\n left: auto;\n line-height: 1.7;\n list-style-type: none;\n margin: 0;\n min-height: 0;\n opacity: 1;\n outline: none;\n overflow: visible;\n padding: 0;\n position: relative;\n right: auto;\n text-align: left;\n text-decoration: none;\n text-transform: none;\n top: auto;\n vertical-align: baseline;\n visibility: inherit;\n width: auto;\n}\n#mega-menu-wrap-menu-left:before, #mega-menu-wrap-menu-left #mega-menu-menu-left:before, #mega-menu-wrap-menu-left #mega-menu-menu-left ul.mega-sub-menu:before, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item:before, #mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link:before, #mega-menu-wrap-menu-left:after, #mega-menu-wrap-menu-left #mega-menu-menu-left:after, #mega-menu-wrap-menu-left #mega-menu-menu-left ul.mega-sub-menu:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item:after, #mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-menu-left {\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left {\n visibility: visible;\n text-align: left;\n padding: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link {\n display: inline;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left p {\n margin-bottom: 10px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left input, #mega-menu-wrap-menu-left #mega-menu-menu-left img {\n max-width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item > ul.mega-sub-menu {\n display: block;\n visibility: hidden;\n opacity: 1;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n visibility: visible;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item a[class^=\'dashicons\']:before {\n font-family: dashicons;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-disable-link > a.mega-menu-link {\n cursor: default;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item a.mega-menu-link:before {\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n position: static;\n margin: 0 6px 0 0px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n color: inherit;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-hide-text a.mega-menu-link:before {\n margin: 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-right > ul.mega-sub-menu {\n right: 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu.mega-menu-item {\n position: static;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item {\n margin: 0 0px 0 0;\n display: inline-block;\n height: auto;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-item-align-right {\n float: right;\n margin: 0 0 0 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link:focus {\n background: rgba(51, 51, 51, 0);\n color: #000;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link {\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n outline: none;\n text-decoration: none;\n padding: 18px 32px 18px 32px;\n line-height: auto;\n font-weight: normal;\n height: auto;\n vertical-align: baseline;\n text-align: left;\n width: auto;\n display: block;\n color: #080808;\n text-transform: uppercase;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n font-family: inherit;\n font-size: 14px;\n cursor: pointer;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item {\n display: list-item;\n margin: 0;\n clear: both;\n border: 0;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-item-align-right {\n float: none;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link {\n -webkit-border-radius: 0 0 0 0 0 0 0;\n -moz-border-radius: 0 0 0 0 0 0 0;\n -ms-border-radius: 0 0 0 0 0 0 0;\n -o-border-radius: 0 0 0 0 0 0 0;\n border-radius: 0 0 0 0 0 0 0;\n border: 0;\n margin: 0;\n line-height: 40px;\n height: 40px;\n padding: 0 10px;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n background: rgba(241, 241, 241, 0);\n padding: 0px 0px 0px 0px;\n position: absolute;\n width: 100%;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n left: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n width: 25%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n width: 75%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n width: 20%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n width: 40%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n width: 60%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n width: 80%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n width: 25%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n width: 75%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n width: 100%;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n border: 0;\n padding: 10px;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n width: 50% !important;\n clear: none;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {\n clear: left;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {\n clear: both;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 20px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n display: block;\n float: left;\n clear: none;\n padding: 15px 15px 15px 15px;\n vertical-align: top;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n clear: left;\n /* Widget titles */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 5px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item hover */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n color: #555;\n font-weight: bold;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n /* Third level menu item */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n margin: 0;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n /* Third level menu item hover */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu {\n z-index: 999;\n position: absolute;\n width: 250px;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n padding: 0px 0px 0px 0px;\n background: rgba(241, 241, 241, 0);\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n padding: 0;\n border: 0;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n clear: both;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n display: block;\n background: rgba(241, 241, 241, 0);\n color: #050505;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n padding: 0px 10px 0px 10px;\n line-height: 35px;\n text-decoration: none;\n text-transform: none;\n vertical-align: baseline;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {\n background: rgba(221, 221, 221, 0);\n font-weight: normal;\n text-decoration: none;\n color: #fff;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: absolute;\n left: 100%;\n top: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: static;\n left: 0;\n width: 100%;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {\n padding-left: 20px;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n margin: 0 0 0 6px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n -webkit-transform: rotate(0);\n -moz-transform: rotate(0);\n -ms-transform: rotate(0);\n -o-transform: rotate(0);\n transform: rotate(0);\n color: inherit;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children a.mega-menu-link:after {\n float: right;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after {\n content: \'\\f142\';\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f139\';\n float: right;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: right;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: left;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: right;\n margin: 0 0 0 6px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: left;\n margin: 0 6px 0 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f141\';\n float: left;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n float: right;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n left: -100%;\n top: 0;\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle {\n display: none;\n z-index: 1;\n cursor: pointer;\n text-align: right;\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 2px 2px 2px 2px;\n -moz-border-radius: 2px 2px 2px 2px;\n -ms-border-radius: 2px 2px 2px 2px;\n -o-border-radius: 2px 2px 2px 2px;\n border-radius: 2px 2px 2px 2px;\n line-height: 40px;\n height: 40px;\n color: #080808;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left .mega-menu-toggle {\n display: block;\n }\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle:before {\n content: \"\\f333\";\n font-family: \'dashicons\';\n font-size: 24px;\n margin: 0 5px;\n float: right;\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open:before {\n content: \"\\f153\";\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle:after {\n content: \'\';\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open:after {\n content: \"\";\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left {\n display: none;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item > ul.mega-sub-menu {\n display: none;\n visibility: visible;\n opacity: 1;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n display: block;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open + #mega-menu-menu-left {\n display: block;\n }\n}\n#mega-menu-wrap-menu-left {\n clear: both;\n}\n/** Tuesday 22nd of September 2015 05:58:23 PM **/','yes'),(2555,'wpmc_basics','a:5:{s:10:\"scan_media\";s:2:\"on\";s:10:\"scan_files\";s:2:\"on\";s:9:\"shortcode\";s:3:\"off\";s:14:\"scan_non_ascii\";s:3:\"off\";s:15:\"hide_thumbnails\";s:3:\"off\";}','yes'),(2556,'wpmc_pro','','yes'),(3237,'_transient_timeout_w3tc_message.5600c57886f78','1442891728','no'),(3238,'_transient_w3tc_message.5600c57886f78','','no'),(3301,'_transient_w3tc_message.56017e4f42df3','','yes'),(2773,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1442445614;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:6:\"text-2\";i:1;s:10:\"nav_menu-2\";i:2;s:10:\"nav_menu-3\";i:3;s:10:\"nav_menu-6\";i:4;s:21:\"icl_lang_sel_widget-4\";i:5;s:21:\"icl_lang_sel_widget-6\";}s:9:\"sidebar-1\";a:0:{}}}}','yes'),(7066,'_icl_cache','a:2:{s:25:\"language_name_cache_class\";a:97:{s:26:\"language_details_zh-hansen\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"zh-CN\";s:12:\"display_name\";s:20:\"Chinese (Simplified)\";}s:21:\"language_details_enen\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"en-US\";s:12:\"display_name\";s:7:\"English\";}s:21:\"language_details_jaen\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japanese\";}s:21:\"language_details_koen\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ko-KR\";s:12:\"display_name\";s:6:\"Korean\";}s:14:\"in_language_en\";a:4:{s:7:\"zh-hans\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"zh-CN\";s:12:\"display_name\";s:20:\"Chinese (Simplified)\";}s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"en-US\";s:12:\"display_name\";s:7:\"English\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japanese\";}s:2:\"ko\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ko-KR\";s:12:\"display_name\";s:6:\"Korean\";}}s:26:\"language_details_zh-hanten\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"zh-TW\";s:12:\"display_name\";s:21:\"Chinese (Traditional)\";}s:21:\"language_details_daen\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"da-DK\";s:12:\"display_name\";s:6:\"Danish\";}s:21:\"language_details_nlen\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"nl-NL\";s:12:\"display_name\";s:5:\"Dutch\";}s:21:\"language_details_fren\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"fr-FR\";s:12:\"display_name\";s:6:\"French\";}s:21:\"language_details_deen\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"de-DE\";s:12:\"display_name\";s:6:\"German\";}s:21:\"language_details_iten\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"it-IT\";s:12:\"display_name\";s:7:\"Italian\";}s:21:\"language_details_ruen\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ru-RU\";s:12:\"display_name\";s:7:\"Russian\";}s:21:\"language_details_esen\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"es-ES\";s:12:\"display_name\";s:7:\"Spanish\";}s:21:\"language_details_sqen\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:8:\"Albanian\";}s:21:\"language_details_aren\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:6:\"Arabic\";}s:21:\"language_details_hyen\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:8:\"Armenian\";}s:21:\"language_details_euen\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"eu\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:6:\"Basque\";}s:21:\"language_details_bsen\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:7:\"Bosnian\";}s:21:\"language_details_bgen\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"bg-BG\";s:12:\"display_name\";s:9:\"Bulgarian\";}s:21:\"language_details_caen\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:7:\"Catalan\";}s:21:\"language_details_hren\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:8:\"Croatian\";}s:21:\"language_details_csen\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"cs-CZ\";s:12:\"display_name\";s:5:\"Czech\";}s:21:\"language_details_eoen\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"eo\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:9:\"Esperanto\";}s:21:\"language_details_eten\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:8:\"Estonian\";}s:21:\"language_details_fien\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:7:\"Finnish\";}s:21:\"language_details_elen\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:5:\"Greek\";}s:21:\"language_details_heen\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"he-IL\";s:12:\"display_name\";s:6:\"Hebrew\";}s:21:\"language_details_hien\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:5:\"Hindi\";}s:21:\"language_details_huen\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"hu-HU\";s:12:\"display_name\";s:9:\"Hungarian\";}s:21:\"language_details_isen\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"is-IS\";s:12:\"display_name\";s:9:\"Icelandic\";}s:21:\"language_details_iden\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"id-ID\";s:12:\"display_name\";s:10:\"Indonesian\";}s:21:\"language_details_gaen\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:5:\"Irish\";}s:21:\"language_details_kuen\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ku\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:7:\"Kurdish\";}s:21:\"language_details_laen\";a:10:{s:4:\"code\";s:2:\"la\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:5:\"Latin\";s:11:\"native_name\";s:5:\"Latin\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:5:\"Latin\";}s:21:\"language_details_lven\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"lv\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:7:\"Latvian\";}s:21:\"language_details_lten\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"lt\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:10:\"Lithuanian\";}s:21:\"language_details_mken\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"mk-MK\";s:12:\"display_name\";s:10:\"Macedonian\";}s:21:\"language_details_msen\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ms-MY\";s:12:\"display_name\";s:5:\"Malay\";}s:21:\"language_details_mten\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:7:\"Maltese\";}s:21:\"language_details_moen\";a:10:{s:4:\"code\";s:2:\"mo\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:9:\"Moldavian\";s:11:\"native_name\";s:9:\"Moldavian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:9:\"Moldavian\";}s:21:\"language_details_mnen\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:9:\"Mongolian\";}s:21:\"language_details_neen\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:6:\"Nepali\";}s:21:\"language_details_nben\";a:10:{s:4:\"code\";s:2:\"nb\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"nb-NO\";s:12:\"display_name\";s:17:\"Norwegian Bokmål\";}s:21:\"language_details_faen\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"fa-IR\";s:12:\"display_name\";s:7:\"Persian\";}s:21:\"language_details_plen\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pl-PL\";s:12:\"display_name\";s:6:\"Polish\";}s:24:\"language_details_pt-bren\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-BR\";s:12:\"display_name\";s:19:\"Portuguese (Brazil)\";}s:24:\"language_details_pt-pten\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-PT\";s:12:\"display_name\";s:21:\"Portuguese (Portugal)\";}s:21:\"language_details_paen\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:7:\"Punjabi\";}s:21:\"language_details_quen\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:7:\"Quechua\";}s:21:\"language_details_roen\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ro-RO\";s:12:\"display_name\";s:8:\"Romanian\";}s:21:\"language_details_sren\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"sr-RS\";s:12:\"display_name\";s:7:\"Serbian\";}s:21:\"language_details_sken\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"sk-SK\";s:12:\"display_name\";s:6:\"Slovak\";}s:21:\"language_details_slen\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"sl-SI\";s:12:\"display_name\";s:9:\"Slovenian\";}s:21:\"language_details_soen\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:6:\"Somali\";}s:21:\"language_details_sven\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"sv-SE\";s:12:\"display_name\";s:7:\"Swedish\";}s:21:\"language_details_taen\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:5:\"Tamil\";}s:21:\"language_details_then\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:4:\"Thai\";}s:21:\"language_details_tren\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"tr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:7:\"Turkish\";}s:21:\"language_details_uken\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uk_UA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"uk-UA\";s:12:\"display_name\";s:9:\"Ukrainian\";}s:21:\"language_details_uren\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:4:\"Urdu\";}s:21:\"language_details_uzen\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"uz-UZ\";s:12:\"display_name\";s:5:\"Uzbek\";}s:21:\"language_details_vien\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"vi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:10:\"Vietnamese\";}s:21:\"language_details_cyen\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"cy\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:5:\"Welsh\";}s:21:\"language_details_yien\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:7:\"Yiddish\";}s:21:\"language_details_zuen\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:4:\"Zulu\";}s:15:\"all_language_en\";a:64:{s:7:\"zh-hans\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"zh-CN\";s:12:\"display_name\";s:20:\"Chinese (Simplified)\";}s:7:\"zh-hant\";a:10:{s:4:\"code\";s:7:\"zh-hant\";s:2:\"id\";s:2:\"63\";s:12:\"english_name\";s:21:\"Chinese (Traditional)\";s:11:\"native_name\";s:12:\"繁體中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"zh_TW\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"zh-TW\";s:12:\"display_name\";s:21:\"Chinese (Traditional)\";}s:2:\"da\";a:10:{s:4:\"code\";s:2:\"da\";s:2:\"id\";s:2:\"12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"da_DK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"da-DK\";s:12:\"display_name\";s:6:\"Danish\";}s:2:\"nl\";a:10:{s:4:\"code\";s:2:\"nl\";s:2:\"id\";s:2:\"39\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nl_NL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"nl-NL\";s:12:\"display_name\";s:5:\"Dutch\";}s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"en-US\";s:12:\"display_name\";s:7:\"English\";}s:2:\"fr\";a:10:{s:4:\"code\";s:2:\"fr\";s:2:\"id\";s:1:\"4\";s:12:\"english_name\";s:6:\"French\";s:11:\"native_name\";s:9:\"Français\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fr_FR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"fr-FR\";s:12:\"display_name\";s:6:\"French\";}s:2:\"de\";a:10:{s:4:\"code\";s:2:\"de\";s:2:\"id\";s:1:\"3\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"de_DE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"de-DE\";s:12:\"display_name\";s:6:\"German\";}s:2:\"it\";a:10:{s:4:\"code\";s:2:\"it\";s:2:\"id\";s:2:\"27\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"it_IT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"it-IT\";s:12:\"display_name\";s:7:\"Italian\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:8:\"Japanese\";}s:2:\"ru\";a:10:{s:4:\"code\";s:2:\"ru\";s:2:\"id\";s:2:\"47\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ru_RU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ru-RU\";s:12:\"display_name\";s:7:\"Russian\";}s:2:\"es\";a:10:{s:4:\"code\";s:2:\"es\";s:2:\"id\";s:1:\"2\";s:12:\"english_name\";s:7:\"Spanish\";s:11:\"native_name\";s:8:\"Español\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"es_ES\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"es-ES\";s:12:\"display_name\";s:7:\"Spanish\";}s:2:\"sq\";a:10:{s:4:\"code\";s:2:\"sq\";s:2:\"id\";s:2:\"50\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:8:\"Albanian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:8:\"Albanian\";}s:2:\"ar\";a:10:{s:4:\"code\";s:2:\"ar\";s:2:\"id\";s:1:\"5\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ar\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ar\";s:12:\"display_name\";s:6:\"Arabic\";}s:2:\"hy\";a:10:{s:4:\"code\";s:2:\"hy\";s:2:\"id\";s:2:\"24\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"հայերեն\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:8:\"Armenian\";}s:2:\"eu\";a:10:{s:4:\"code\";s:2:\"eu\";s:2:\"id\";s:2:\"16\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"eu\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eu\";s:12:\"display_name\";s:6:\"Basque\";}s:2:\"bs\";a:10:{s:4:\"code\";s:2:\"bs\";s:2:\"id\";s:1:\"6\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:7:\"Bosnian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:7:\"Bosnian\";}s:2:\"bg\";a:10:{s:4:\"code\";s:2:\"bg\";s:2:\"id\";s:1:\"7\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"bg_BG\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"bg-BG\";s:12:\"display_name\";s:9:\"Bulgarian\";}s:2:\"ca\";a:10:{s:4:\"code\";s:2:\"ca\";s:2:\"id\";s:1:\"8\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ca\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ca\";s:12:\"display_name\";s:7:\"Catalan\";}s:2:\"hr\";a:10:{s:4:\"code\";s:2:\"hr\";s:2:\"id\";s:2:\"22\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"hr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"hr\";s:12:\"display_name\";s:8:\"Croatian\";}s:2:\"cs\";a:10:{s:4:\"code\";s:2:\"cs\";s:2:\"id\";s:1:\"9\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"cs-CZ\";s:12:\"display_name\";s:5:\"Czech\";}s:2:\"eo\";a:10:{s:4:\"code\";s:2:\"eo\";s:2:\"id\";s:2:\"14\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanta\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"eo\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"eo\";s:12:\"display_name\";s:9:\"Esperanto\";}s:2:\"et\";a:10:{s:4:\"code\";s:2:\"et\";s:2:\"id\";s:2:\"15\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"et\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"et\";s:12:\"display_name\";s:8:\"Estonian\";}s:2:\"fi\";a:10:{s:4:\"code\";s:2:\"fi\";s:2:\"id\";s:2:\"18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"fi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"fi\";s:12:\"display_name\";s:7:\"Finnish\";}s:2:\"el\";a:10:{s:4:\"code\";s:2:\"el\";s:2:\"id\";s:2:\"13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικα\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"el\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"el\";s:12:\"display_name\";s:5:\"Greek\";}s:2:\"he\";a:10:{s:4:\"code\";s:2:\"he\";s:2:\"id\";s:2:\"20\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:10:\"עברית\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"he_IL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"he-IL\";s:12:\"display_name\";s:6:\"Hebrew\";}s:2:\"hi\";a:10:{s:4:\"code\";s:2:\"hi\";s:2:\"id\";s:2:\"21\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:5:\"Hindi\";}s:2:\"hu\";a:10:{s:4:\"code\";s:2:\"hu\";s:2:\"id\";s:2:\"23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"hu_HU\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"hu-HU\";s:12:\"display_name\";s:9:\"Hungarian\";}s:2:\"is\";a:10:{s:4:\"code\";s:2:\"is\";s:2:\"id\";s:2:\"26\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"is_IS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"is-IS\";s:12:\"display_name\";s:9:\"Icelandic\";}s:2:\"id\";a:10:{s:4:\"code\";s:2:\"id\";s:2:\"id\";s:2:\"25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:9:\"Indonesia\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"id_ID\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"id-ID\";s:12:\"display_name\";s:10:\"Indonesian\";}s:2:\"ga\";a:10:{s:4:\"code\";s:2:\"ga\";s:2:\"id\";s:2:\"19\";s:12:\"english_name\";s:5:\"Irish\";s:11:\"native_name\";s:7:\"Gaeilge\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:5:\"Irish\";}s:2:\"ko\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ko-KR\";s:12:\"display_name\";s:6:\"Korean\";}s:2:\"ku\";a:10:{s:4:\"code\";s:2:\"ku\";s:2:\"id\";s:2:\"30\";s:12:\"english_name\";s:7:\"Kurdish\";s:11:\"native_name\";s:7:\"Kurdish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"ku\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ku\";s:12:\"display_name\";s:7:\"Kurdish\";}s:2:\"la\";a:10:{s:4:\"code\";s:2:\"la\";s:2:\"id\";s:2:\"31\";s:12:\"english_name\";s:5:\"Latin\";s:11:\"native_name\";s:5:\"Latin\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:5:\"Latin\";}s:2:\"lv\";a:10:{s:4:\"code\";s:2:\"lv\";s:2:\"id\";s:2:\"32\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:9:\"Latviešu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"lv\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lv\";s:12:\"display_name\";s:7:\"Latvian\";}s:2:\"lt\";a:10:{s:4:\"code\";s:2:\"lt\";s:2:\"id\";s:2:\"33\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:8:\"Lietuvos\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"lt\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"lt\";s:12:\"display_name\";s:10:\"Lithuanian\";}s:2:\"mk\";a:10:{s:4:\"code\";s:2:\"mk\";s:2:\"id\";s:2:\"34\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:20:\"македонски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"mk_MK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"mk-MK\";s:12:\"display_name\";s:10:\"Macedonian\";}s:2:\"ms\";a:10:{s:4:\"code\";s:2:\"ms\";s:2:\"id\";s:2:\"64\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:6:\"Melayu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ms_MY\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ms-MY\";s:12:\"display_name\";s:5:\"Malay\";}s:2:\"mt\";a:10:{s:4:\"code\";s:2:\"mt\";s:2:\"id\";s:2:\"35\";s:12:\"english_name\";s:7:\"Maltese\";s:11:\"native_name\";s:5:\"Malti\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:7:\"Maltese\";}s:2:\"mo\";a:10:{s:4:\"code\";s:2:\"mo\";s:2:\"id\";s:2:\"36\";s:12:\"english_name\";s:9:\"Moldavian\";s:11:\"native_name\";s:9:\"Moldavian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:9:\"Moldavian\";}s:2:\"mn\";a:10:{s:4:\"code\";s:2:\"mn\";s:2:\"id\";s:2:\"37\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:9:\"Mongolian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:9:\"Mongolian\";}s:2:\"ne\";a:10:{s:4:\"code\";s:2:\"ne\";s:2:\"id\";s:2:\"38\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:6:\"Nepali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:6:\"Nepali\";}s:2:\"nb\";a:10:{s:4:\"code\";s:2:\"nb\";s:2:\"id\";s:2:\"40\";s:12:\"english_name\";s:17:\"Norwegian Bokmål\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"nb_NO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"nb-NO\";s:12:\"display_name\";s:17:\"Norwegian Bokmål\";}s:2:\"fa\";a:10:{s:4:\"code\";s:2:\"fa\";s:2:\"id\";s:2:\"17\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"fa_IR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"fa-IR\";s:12:\"display_name\";s:7:\"Persian\";}s:2:\"pl\";a:10:{s:4:\"code\";s:2:\"pl\";s:2:\"id\";s:2:\"42\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"polski\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pl_PL\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pl-PL\";s:12:\"display_name\";s:6:\"Polish\";}s:5:\"pt-br\";a:10:{s:4:\"code\";s:5:\"pt-br\";s:2:\"id\";s:2:\"44\";s:12:\"english_name\";s:18:\"Portuguese, Brazil\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_BR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-BR\";s:12:\"display_name\";s:19:\"Portuguese (Brazil)\";}s:5:\"pt-pt\";a:10:{s:4:\"code\";s:5:\"pt-pt\";s:2:\"id\";s:2:\"43\";s:12:\"english_name\";s:20:\"Portuguese, Portugal\";s:11:\"native_name\";s:10:\"Português\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"pt_PT\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"pt-PT\";s:12:\"display_name\";s:21:\"Portuguese (Portugal)\";}s:2:\"pa\";a:10:{s:4:\"code\";s:2:\"pa\";s:2:\"id\";s:2:\"41\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:7:\"Punjabi\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:7:\"Punjabi\";}s:2:\"qu\";a:10:{s:4:\"code\";s:2:\"qu\";s:2:\"id\";s:2:\"45\";s:12:\"english_name\";s:7:\"Quechua\";s:11:\"native_name\";s:7:\"Quechua\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:7:\"Quechua\";}s:2:\"ro\";a:10:{s:4:\"code\";s:2:\"ro\";s:2:\"id\";s:2:\"46\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"ro_RO\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ro-RO\";s:12:\"display_name\";s:8:\"Romanian\";}s:2:\"sr\";a:10:{s:4:\"code\";s:2:\"sr\";s:2:\"id\";s:2:\"51\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:12:\"српски\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sr_RS\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"sr-RS\";s:12:\"display_name\";s:7:\"Serbian\";}s:2:\"sk\";a:10:{s:4:\"code\";s:2:\"sk\";s:2:\"id\";s:2:\"10\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sk_SK\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"sk-SK\";s:12:\"display_name\";s:6:\"Slovak\";}s:2:\"sl\";a:10:{s:4:\"code\";s:2:\"sl\";s:2:\"id\";s:2:\"48\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sl_SI\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"sl-SI\";s:12:\"display_name\";s:9:\"Slovenian\";}s:2:\"so\";a:10:{s:4:\"code\";s:2:\"so\";s:2:\"id\";s:2:\"49\";s:12:\"english_name\";s:6:\"Somali\";s:11:\"native_name\";s:6:\"Somali\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:6:\"Somali\";}s:2:\"sv\";a:10:{s:4:\"code\";s:2:\"sv\";s:2:\"id\";s:2:\"52\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"sv_SE\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"sv-SE\";s:12:\"display_name\";s:7:\"Swedish\";}s:2:\"ta\";a:10:{s:4:\"code\";s:2:\"ta\";s:2:\"id\";s:2:\"53\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:5:\"Tamil\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:5:\"Tamil\";}s:2:\"th\";a:10:{s:4:\"code\";s:2:\"th\";s:2:\"id\";s:2:\"54\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"th\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"th\";s:12:\"display_name\";s:4:\"Thai\";}s:2:\"tr\";a:10:{s:4:\"code\";s:2:\"tr\";s:2:\"id\";s:2:\"55\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"tr\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"tr\";s:12:\"display_name\";s:7:\"Turkish\";}s:2:\"uk\";a:10:{s:4:\"code\";s:2:\"uk\";s:2:\"id\";s:2:\"56\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:9:\"Ukrainian\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uk_UA\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"uk-UA\";s:12:\"display_name\";s:9:\"Ukrainian\";}s:2:\"ur\";a:10:{s:4:\"code\";s:2:\"ur\";s:2:\"id\";s:2:\"57\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:9:\"اردو \";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:4:\"Urdu\";}s:2:\"uz\";a:10:{s:4:\"code\";s:2:\"uz\";s:2:\"id\";s:2:\"58\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:5:\"Uzbek\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:5:\"uz_UZ\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"uz-UZ\";s:12:\"display_name\";s:5:\"Uzbek\";}s:2:\"vi\";a:10:{s:4:\"code\";s:2:\"vi\";s:2:\"id\";s:2:\"59\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"vi\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"vi\";s:12:\"display_name\";s:10:\"Vietnamese\";}s:2:\"cy\";a:10:{s:4:\"code\";s:2:\"cy\";s:2:\"id\";s:2:\"11\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:2:\"cy\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"cy\";s:12:\"display_name\";s:5:\"Welsh\";}s:2:\"yi\";a:10:{s:4:\"code\";s:2:\"yi\";s:2:\"id\";s:2:\"60\";s:12:\"english_name\";s:7:\"Yiddish\";s:11:\"native_name\";s:7:\"Yiddish\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:7:\"Yiddish\";}s:2:\"zu\";a:10:{s:4:\"code\";s:2:\"zu\";s:2:\"id\";s:2:\"62\";s:12:\"english_name\";s:4:\"Zulu\";s:11:\"native_name\";s:4:\"Zulu\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"0\";s:14:\"default_locale\";s:0:\"\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:12:\"display_name\";s:4:\"Zulu\";}}s:4:\"enen\";s:7:\"English\";s:14:\"zh-hanszh-hans\";s:12:\"简体中文\";s:9:\"zh-hansen\";s:20:\"Chinese (Simplified)\";s:4:\"jaja\";s:9:\"日本語\";s:4:\"jaen\";s:8:\"Japanese\";s:4:\"koko\";s:9:\"한국어\";s:4:\"koen\";s:6:\"Korean\";s:26:\"language_details_zh-hansko\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"zh-CN\";s:12:\"display_name\";s:16:\"중국어 간체\";}s:21:\"language_details_enko\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"en-US\";s:12:\"display_name\";s:6:\"영어\";}s:21:\"language_details_jako\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:6:\"일어\";}s:21:\"language_details_koko\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ko-KR\";s:12:\"display_name\";s:9:\"한국어\";}s:14:\"in_language_ko\";a:4:{s:7:\"zh-hans\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"zh-CN\";s:12:\"display_name\";s:16:\"중국어 간체\";}s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"en-US\";s:12:\"display_name\";s:6:\"영어\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:6:\"일어\";}s:2:\"ko\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ko-KR\";s:12:\"display_name\";s:9:\"한국어\";}}s:9:\"zh-hansko\";s:16:\"중국어 간체\";s:4:\"enko\";s:6:\"영어\";s:4:\"jako\";s:6:\"일어\";s:31:\"language_details_zh-hanszh-hans\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"zh-CN\";s:12:\"display_name\";s:12:\"简体中文\";}s:26:\"language_details_enzh-hans\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"en-US\";s:12:\"display_name\";s:6:\"英语\";}s:26:\"language_details_jazh-hans\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:6:\"日语\";}s:26:\"language_details_kozh-hans\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ko-KR\";s:12:\"display_name\";s:6:\"韩语\";}s:19:\"in_language_zh-hans\";a:4:{s:7:\"zh-hans\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"zh-CN\";s:12:\"display_name\";s:12:\"简体中文\";}s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"en-US\";s:12:\"display_name\";s:6:\"英语\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:6:\"日语\";}s:2:\"ko\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ko-KR\";s:12:\"display_name\";s:6:\"韩语\";}}s:9:\"enzh-hans\";s:6:\"英语\";s:9:\"jazh-hans\";s:6:\"日语\";s:9:\"kozh-hans\";s:6:\"韩语\";s:26:\"language_details_zh-hansja\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"zh-CN\";s:12:\"display_name\";s:15:\"簡体中国語\";}s:21:\"language_details_enja\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"en-US\";s:12:\"display_name\";s:6:\"英語\";}s:21:\"language_details_jaja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:9:\"日本語\";}s:21:\"language_details_koja\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ko-KR\";s:12:\"display_name\";s:9:\"韓国語\";}s:14:\"in_language_ja\";a:4:{s:7:\"zh-hans\";a:10:{s:4:\"code\";s:7:\"zh-hans\";s:2:\"id\";s:2:\"61\";s:12:\"english_name\";s:20:\"Chinese (Simplified)\";s:11:\"native_name\";s:12:\"简体中文\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"zh_CN\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"zh-CN\";s:12:\"display_name\";s:15:\"簡体中国語\";}s:2:\"en\";a:10:{s:4:\"code\";s:2:\"en\";s:2:\"id\";s:1:\"1\";s:12:\"english_name\";s:7:\"English\";s:11:\"native_name\";s:7:\"English\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"en_US\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"en-US\";s:12:\"display_name\";s:6:\"英語\";}s:2:\"ja\";a:10:{s:4:\"code\";s:2:\"ja\";s:2:\"id\";s:2:\"28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:5:\"major\";s:1:\"1\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:2:\"ja\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:2:\"ja\";s:12:\"display_name\";s:9:\"日本語\";}s:2:\"ko\";a:10:{s:4:\"code\";s:2:\"ko\";s:2:\"id\";s:2:\"29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:5:\"major\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:14:\"default_locale\";s:5:\"ko_KR\";s:10:\"encode_url\";s:1:\"0\";s:3:\"tag\";s:5:\"ko-KR\";s:12:\"display_name\";s:9:\"韓国語\";}}s:9:\"zh-hansja\";s:15:\"簡体中国語\";s:4:\"enja\";s:6:\"英語\";s:4:\"koja\";s:9:\"韓国語\";}s:17:\"flags_cache_class\";a:4:{s:2:\"en\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"en.png\";s:13:\"from_template\";s:1:\"0\";}s:7:\"zh-hans\";O:8:\"stdClass\":2:{s:4:\"flag\";s:11:\"zh-hans.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ja\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ja.png\";s:13:\"from_template\";s:1:\"0\";}s:2:\"ko\";O:8:\"stdClass\":2:{s:4:\"flag\";s:6:\"ko.png\";s:13:\"from_template\";s:1:\"0\";}}}','yes'),(2841,'_site_transient_timeout_browser_1b1a9fe8dea603b93684d610b5808c02','1443079681','yes'),(2842,'_site_transient_browser_1b1a9fe8dea603b93684d610b5808c02','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"40.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2597,'db_upgraded','','yes'),(2599,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"genywebmaster@gmail.com\";s:7:\"version\";s:5:\"4.3.1\";s:9:\"timestamp\";i:1442343358;}','yes'),(3060,'_transient_timeout_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1442869160','no'),(3061,'_transient_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1442825960','no'),(3058,'_transient_timeout_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1442869160','no'),(3059,'_transient_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"The Events Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://theeventscalendar.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress event plugins for people who kick ass\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Sep 2015 08:50:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Sign Up for a Second Round of Beta Testing for Community Tickets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://theeventscalendar.com/sign-up-for-a-second-round-of-beta-testing-for-community-tickets/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://theeventscalendar.com/sign-up-for-a-second-round-of-beta-testing-for-community-tickets/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Sep 2015 18:31:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Lifestream\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1005661\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:649:\"<p>We recently finished our first round of beta testing for our newest product, Community Tickets – thanks to all the participants who tested the plugin and supplied us with feedback! We’ll be launching a second round of beta testing on September 23rd, and are hoping for even more testers and feedback this time around. Sign…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/sign-up-for-a-second-round-of-beta-testing-for-community-tickets/\">Sign Up for a Second Round of Beta Testing for Community Tickets</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"George\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1560:\"<p>We recently finished our first round of beta testing for our newest product, Community Tickets – thanks to all the participants who tested the plugin and supplied us with feedback!</p>\n<p>We’ll be launching a second round of beta testing on September 23rd, and are hoping for even <em>more</em> testers and feedback this time around.</p>\n<p><a href=\"https://theeventscalendar.com/knowledgebase/how-to-signup-for-beta-access/\" target=\"_blank\">Sign up for round two of the beta</a> and get your hands on our long-awaited, all new Community Tickets add-on!</p>\n<p>As the add-on’s name implies, it combines the front-end submission functionality of <a href=\"https://theeventscalendar.com/product/wordpress-community-events/\" target=\"_blank\">our Community Events add-on</a> with the powerful ticketing features of <a href=\"https://theeventscalendar.com/tickets/\" target=\"_blank\">our Tickets add-ons</a>; users can submit events with free or premium tickets that can then go on sale on your site. The site admin can even choose to collect part of the sales!</p>\n<p>The Community Tickets features are among the most commonly-requested things we hear about from users, and we’re chomping at the bit to get this code out to the public!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/sign-up-for-a-second-round-of-beta-testing-for-community-tickets/\">Sign Up for a Second Round of Beta Testing for Community Tickets</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://theeventscalendar.com/sign-up-for-a-second-round-of-beta-testing-for-community-tickets/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"What we’ve learned from integrating with WPML\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://theeventscalendar.com/what-weve-learned-from-integrating-with-wpml/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://theeventscalendar.com/what-weve-learned-from-integrating-with-wpml/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Sep 2015 19:06:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"News & Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1003064\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:621:\"<p>On July 8, 2012, Rob logged an internal ticket describing compatibility issues between The Events Calendar and WPML. A little over three years later, we are proud to say that The Events Calendar and Events Calendar PRO are now multilingual compatible. As we’ve said before, Modern Tribe strives for the best quality code. We also…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/what-weve-learned-from-integrating-with-wpml/\">What we’ve learned from integrating with WPML</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gustavo Bordoni\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4279:\"<p>On July 8, 2012, <a href=\"https://theeventscalendar.com/author/roblagatta/\">Rob</a> logged an internal ticket describing compatibility issues between The Events Calendar and <a href=\"https://wpml.org/\">WPML</a>. A little over three years later, we are proud to say that The Events Calendar and Events Calendar PRO are now multilingual compatible.</p>\n<p>As <a href=\"https://theeventscalendar.com/we-literally-dont-ship-code-that-stinks/\">we’ve said before</a>, Modern Tribe strives for the best quality code. We also want our products to be widely compatible with other popular plugins. But we’re not gonna lie- taking those first steps towards WPML compatibility was a little bit scary.</p>\n<p>We were happy to find that WPML and TEC already worked together in some ways, but the number of configuration possibilities in both plugins made it a complex puzzle. And of course, we wanted to make sure to provide robust backwards compatibility as well, which added another layer of difficulty.</p>\n<p>The main issue we had to tackle regarded the way TEC generates permalinks, as it wasn’t playing nice with the way WPML applies language settings. Our team learned about the <a href=\"https://make.wordpress.org/core/2015/06/29/wordcamp-europe-2015-multilingual-discussion/\">many challenges of multilingual WordPress</a> as we sweated to fetch multiple translations for the same string and building rewrite rules to allow permissive permalinks. Since neither WordPress core nor WPML had an option that solves our issues, we set about building our own.</p>\n<p>Originally we had thought that the solution to the WPML compatibility was mainly an issue of development. As it turns out, it was largely an issue of knowledge and configuration. We dove into WPML and the many available options. After some sleuthing to figure out the optimal configuration on the WPML side, we were able to work on TEC in order to make a user-friendly solution. Additionally, we made sure to document the necessary specifics in two knowledgebase posts: <a href=\"https://theeventscalendar.com/knowledgebase/setting-up-the-events-calendar-with-wpml/\">one detailing the set-up</a> and a <a href=\"https://theeventscalendar.com/knowledgebase/creating-translations-for-events-using-wpml/\">second one on translating events</a>.</p>\n<p>While we were not able to fully integrate our entire suite of Events plugins with WPML, we are still continuing to work towards full compatibility. For now, we just stoked to say that The Events Calendar and Events Calendar PRO are ready to rock.</p>\n<p>With version 3.12 of The Events Calendar, you can now translate calendar URLs of your calendar. Now links like <kbd>website.com/events/month</kbd> (en_us) and <kbd>website.com/eventos/mes</kbd> (pt_br) will both work- as long as you have the required languages active on WPML. However, do note that the method we created to allow this is file intense and should not be overused.</p>\n<p>We’re still working on the issues surrounding multilingual calendars. In the future we’d like to create a way for users to translate URLs without an additional plugin, and to improve the way we handle link display on the calendar. We’ll also be exploring the possibilities for expanding compatibility to our other Events plugins.</p>\n<p>We want to extend a heart-felt thank you to all of our loyal fans who <a href=\"http://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/5449720-integrate-with-wpml\">requested this feature</a>, helped us understand the issues at hand, and were exceedingly patient as we worked on this complex integration. We’re excited about this new era of localization for The Events Calendar and beyond- and we couldn’t have done it without your support!</p>\n<p>Want to do more to internationalize our plugins? Head over to <a href=\"http://translations.theeventscalendar.com/\" rel=\"nofollow\">GlotPress</a> and help us maintain the translations for your native language.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/what-weve-learned-from-integrating-with-wpml/\">What we’ve learned from integrating with WPML</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://theeventscalendar.com/what-weve-learned-from-integrating-with-wpml/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Release: The Events Calendar 3.12.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://theeventscalendar.com/release-the-events-calendar-3-12-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://theeventscalendar.com/release-the-events-calendar-3-12-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Sep 2015 16:07:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1003633\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:607:\"<p>Hello and happy Thursday, friends! If you missed the buzz, we released The Events Calendar 3.12 this week and now we’re ready with a maintenance release for you. The Events Calendar 3.12.1 makes just one change to our core plugin: Tweak – Text domains updated for consistency with the plugin slug Fix – Restored normal operation…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-3-12-1/\">Release: The Events Calendar 3.12.1</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2346:\"<p>Hello and happy Thursday, friends! If you missed the buzz, we released The Events Calendar 3.12 this week and now we’re ready with a maintenance release for you.</p>\n<p><strong><a href=\"https://wordpress.org/plugins/the-events-calendar/\">The Events Calendar 3.12.1</a></strong> makes just one change to our core plugin:</p>\n<ul>\n<li><strong>Tweak</strong> – Text domains updated for consistency with the plugin slug</li>\n<li><strong>Fix</strong> – Restored normal operation of the changelog reader (used within the update screen)</li>\n</ul>\n<p>So, why the update? WordPress.org <a href=\"https://make.wordpress.org/plugins/2015/09/01/plugin-translations-on-wordpress-org/\">will soon start hosting language files for plugins</a> on translate.wordpress.org and is asking plugin authors to connect their code to it for the sake of being able to accept translation pushes when they’re available. We’re simply setting ourselves up for that change when it comes.</p>\n<p>Please note that this change has no functional impact on the plugin. In other words, if you’ve already updated to 3.12, then updating to 3.12.1 will be smooth sailing for you. No customizations or template overrides will be impacted at all, especially if you are updating from 3.12.</p>\n<p>If you haven’t moved to 3.12 yet, please do <a href=\"https://theeventscalendar.com/release-version-3-12-of-the-events-calendar-pro-and-all-add-ons/\">check out the release notes</a> for it as well as our <a href=\"https://theeventscalendar.com/the-events-calendar-pro-add-ons-3-12-things-to-be-aware-of/\">post on high level changes</a> to be aware of. We’re also always happy to help you out with any questions you have about the updates. Premium license holders can hit us up directly here in <a href=\"https://theeventscalendar.com/support/forums\">our forums</a> and any other questions can be sent in to the <a href=\"https://wordpress.org/support/plugin/the-events-calendar\">forums at WordPress.org</a>, which we hit once a week.</p>\n<p>Thanks a ton for your support and keep on rocking!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-3-12-1/\">Release: The Events Calendar 3.12.1</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://theeventscalendar.com/release-the-events-calendar-3-12-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Achievement Unlocked: Celebrating 2 Million Downloads of The Events Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://theeventscalendar.com/2-million-downloads-the-events-calendar/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://theeventscalendar.com/2-million-downloads-the-events-calendar/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Sep 2015 15:38:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1001524\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:659:\"<p>Our flagship product, The Events Calendar, has officially reached 2 million downloads! When we first added The Events Calendar to the WordPress.org repo 6 years ago, we knew we were onto something big. Within the first few months, our plugin had already been downloaded 25,000 times. The demand for events calendar functionality within WordPress sites…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/2-million-downloads-the-events-calendar/\">Achievement Unlocked: Celebrating 2 Million Downloads of The Events Calendar</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jen Jamar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5012:\"<p>Our flagship product, <a href=\"https://theeventscalendar.com/product/wordpress-events-calendar/\">The Events Calendar</a>, has officially reached 2 million downloads!</p>\n<p>When we first added The Events Calendar to the WordPress.org repo 6 years ago, we knew we were onto something big. Within the first few months, our plugin had already been downloaded 25,000 times. The demand for events calendar functionality within WordPress sites has continued to grow over the years, and we’ve scaled right along with it, maintaining consistently high quality standards along the way.</p>\n<p>As it stands right now, there are over 200,000 active installs of The Events Calendar, with more being added each day. An impressive 90% of reviewers have rated the plugin 4 stars or higher, with more than 700 perfect 5-star ratings. We want to thank everyone for those endorsements, so make sure to scroll down for one of our rare coupon codes.</p>\n<h2>A Modern Tribe Milestone</h2>\n<p>Milestones are important measurements for many companies, and <a href=\"http://tri.be/about/\" target=\"_blank\">Modern Tribe</a> is no exception. Milestones give us the opportunity to acknowledge the hard work of our team members and highlight their contributions leading up to the moment. They also help us appreciate the course we’ve taken to get where we are, view our current position through a new lens, and chart our forward trajectory into the rapidly approaching future.</p>\n<p>With that said, the 2 million downloads milestone for The Events Calendar is more than just a notch in our belt. It’s proof that our daily grind pays off. Offering a free plugin is one thing, but providing support, adding new features, and keeping up with UI & code updates takes dedication. Along with The Events Calendar, we have 9 other free plugins available in the repo, plus another 10 or so premium plugins that make up the core of our products business. Getting to 2 million downloads is awesome, but getting there with a reputation of building products that work out of the box, are secure, easy to customize, regularly updated, and have good support behind them is really at the core of what we do each and every day.</p>\n<h2>Sending 2 Million Thanks</h2>\n<p>That brings us to you and the other 2 million+ people we want to thank for helping us make this happen. The Events Calendar wouldn’t be as popular as it is today with the support of the WordPress community, which includes:</p>\n<ul>\n<li>Our <a href=\"https://theeventscalendar.com/the-team/\" target=\"_blank\">amazing team of WordPress developers, designers, QA, & support</a></li>\n<li>Fantastic <a href=\"https://github.com/moderntribe/the-events-calendar\" target=\"_blank\">contributors on GitHub</a> that help us maintain the code</li>\n<li>Fine folks that leave us <a href=\"https://wordpress.org/support/view/plugin-reviews/the-events-calendar\" target=\"_blank\">ratings & feedback</a> on .org</li>\n<li>UserVoice users that <a href=\"https://tribe.uservoice.com/forums/195723-feature-ideas\" target=\"_blank\">suggest improvements & features</a></li>\n</ul>\n<p>And, of course, all of the 2 million+ users that have downloaded The Events Calendar plugin. We know there are other choices for WordPress calendars out there, and we wholeheartedly appreciate that you consistently choose us over anyone else.</p>\n<p><strong>Thank you for your support. </strong></p>\n<p><em>Want to stay in the loop with our latest releases, updates, and announcements? <a href=\"http://m.tri.be/rm\">Sign up for our email list</a>. You’ll get news about The Events Calendar delivered right to your inbox a couple times a month. </em></p>\n<p><script type=\"text/javascript\">// <![CDATA[\n(function () { var e = document.createElement(\'script\'); e.type = \'text/javascript\'; e.async = true; e.src = (\'https:\' == document.location.protocol ? \'https\' : \'http\') + \'://btn.createsend1.com/js/sb.min.js?v=3\'; e.className = \'createsend-script\'; var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(e, s); })();\n// ]]></script></p>\n<h2>Save 20% on Pro + More</h2>\n<p>It wouldn’t be a party without a little hospitality, right? Since we can’t serve drinks through the screen (yet), we’ll have to settle for providing a sweet discount on our products instead.</p>\n<p>Now through Friday, September 11th 2015, use promo code <strong>celebrate_2million</strong> to take 20% off your entire purchase, including Events Calendar Pro and all of our other premium products.</p>\n<p>We’ll keep the fine print simple, too – this code is valid for any license type of our premium plugins and cannot be combined with any other offers.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/2-million-downloads-the-events-calendar/\">Achievement Unlocked: Celebrating 2 Million Downloads of The Events Calendar</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://theeventscalendar.com/2-million-downloads-the-events-calendar/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Release: Version 3.12 of The Events Calendar, PRO and all add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://theeventscalendar.com/release-version-3-12-of-the-events-calendar-pro-and-all-add-ons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://theeventscalendar.com/release-version-3-12-of-the-events-calendar-pro-and-all-add-ons/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Sep 2015 23:33:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://theeventscalendar.com/?p=999636\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:631:\"<p>It’s been just a little over a month since our last round of big updates and here we are with another batch of exciting new things for you. The Events Calendar 3.12 is now available, including updates to all the add-ons. There’s a whole lot of awesomeness to cover here, so let’s get right down…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-version-3-12-of-the-events-calendar-pro-and-all-add-ons/\">Release: Version 3.12 of The Events Calendar, PRO and all add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14709:\"<p>It’s been just a little over a month <a href=\"https://theeventscalendar.com/release-version-3-11-of-the-events-calendar-pro-and-all-add-ons/\">since our last round of big updates</a> and here we are with another batch of exciting new things for you. The Events Calendar 3.12 is now available, including updates to all the add-ons.</p>\n<p>There’s a whole lot of awesomeness to cover here, so let’s get right down to it:</p>\n<ul>\n<li><a href=\"#core\"><strong>The Events Calendar</strong></a></li>\n<li><a href=\"#pro\"><strong>Events Calendar PRO</strong></a></li>\n<li><a href=\"#filter\"><strong>Filter Bar</strong></a></li>\n<li><a href=\"#community\"><strong>Community Events</strong></a></li>\n<li><a href=\"#ical\"><strong>iCal Importer</strong></a></li>\n<li><a href=\"#eventbrite\"><strong>Eventbrite Tickets</strong></a></li>\n<li><a href=\"#facebook\"><strong>Facebook Events</strong></a></li>\n<li><strong><a href=\"#apm\">Advanced Post Manager</a></strong></li>\n<li><a href=\"#woo\"><strong>WooCommerce Tickets</strong></a></li>\n<li><a href=\"#wpec\"><strong>WPEC Tickets</strong></a></li>\n<li><a href=\"#edd\"><strong>EDD Tickets</strong></a></li>\n<li><a href=\"#shopp\"><strong>Shopp Tickets</strong></a></li>\n</ul>\n<hr />\n<p> </p>\n<h3 id=\"core\">The Events Calendar 3.12</h3>\n<h5>Security</h5>\n<ul>\n<li>Resolved JS vulnerability in minified JS by upgrading to uglifyjs 2.4.24</li>\n</ul>\n<h5>Performance</h5>\n<ul>\n<li>Greatly optimized the generation of Month View data</li>\n</ul>\n<h5>Features</h5>\n<ul>\n<li>Extended CSV importer fields to include full coverage of Event, Organizer, and Venue fields (Thank you Sean for the original UserVoice post!)</li>\n<li>Added support for WPML, thanks for waiting!</li>\n<li>Make the attendees report nav filterable with tribe_events_tickets_attendees_table_nav (Props to aaemnnosttv)</li>\n<li>Add filters to the attendees report meta information(props to aaemnnosttv):\n<ul>\n<li><samp>tribe_events_tickets_attendees_event_summary_table_before</samp></li>\n<li><samp>tribe_events_tickets_attendees_event_details_top</samp></li>\n<li><samp>tribe_events_tickets_attendees_event_details_bottom</samp></li>\n<li><samp>tribe_events_tickets_attendees_ticket_sales_top</samp></li>\n<li><samp>tribe_events_tickets_attendees_ticket_sales_bottom</samp></li>\n<li><samp>tribe_events_tickets_attendees_totals_top</samp></li>\n<li><samp>tribe_events_tickets_attendees_totals_bottom</samp></li>\n<li><samp>tribe_events_tickets_attendees_event_summary_table_after</samp></li>\n</ul>\n</li>\n<li>Make the Tickets attendees report page title filterable with <samp>tribe_events_tickets_attendees_event_title</samp> (Props to aaemnnosttv)</li>\n<li>Make the venue metabox template file filterable with <samp>tribe_events_venue_meta_box_template</samp> (props to aaemnnosttv)</li>\n<li>Added a filter (<samp>tribe_show_organizer_email_obfuscation_alert</samp>) to make the organizer email obfuscation message optional (Thanks for the idea Cliffy!)</li>\n<li>Added a filter (<samp>tribe_minutes_increment</samp>) that allows you to alter the minute incrementor used to generate the Minutes drop-down box (Thank you d4mation-!)</li>\n<li>Added timezone support to allow different events to be set in different timezones</li>\n</ul>\n<h5>Minor Tweaks</h5>\n<ul>\n<li>Relocated event recurrence-specific JS to Events PRO where it belongs</li>\n<li>Style nowrap on ticket forms with CSS rather than HTML attributes (Thanks Mark!)</li>\n<li>Updated the attendees template to use divs to separate event data (Props to aaemnnosttv)</li>\n<li>Display the order id with a proper link in the attendees report (Thank you aaemnnosttv!)</li>\n<li>Pointed the “Add-on Documentation” link on the Event > Settings > Help page to a better location.</li>\n<li>Pad SQL joins with spacing to avoid conflicts with other plugins that modify SQL (Props to jeremyfelt!)</li>\n</ul>\n<h5>Bugs Squashed</h5>\n<ul>\n<li>Fixed a problem where Google Maps coordinates failed on Venues (thank you Matt for the help!)</li>\n<li>Fixed bug where category could be dropped from month view for a specific category when searching (Cheers to omni for the report!)</li>\n<li>Resolved bug where executing <samp>wp_insert_post</samp> within a hook to <samp>publish_tribe_events</samp> prevented event meta from being saved appropriately (Thank you 37designs for the report!)</li>\n<li>Fixed a fatal caused by attempting to use <samp>get_current_screen</samp> before it was available for use in some contexts (props to Enchiridion)</li>\n<li>Fixed bug where <samp>Date_Utils::datetime_from_format</samp> converted dates with 1 character days/months incorrectly</li>\n<li>Fixed issue with event title attributes not always escaping properly on List and Day views (Cheers to nobita for the report!)</li>\n<li>Fixed issue with Event Costs not updating when a new ticket was only submitted via Ajax (Thanks Chris!)</li>\n<li>Fixed an issue Twenty Fourteen and the event views being hidden in screen sizes smaller then 400px (Thank you for the help Hilary!)</li>\n<li>Fixed an issue where the month view date selector became full window width when Skeleton styles were enabled</li>\n<li>Fixed a notice on the plugin updater page</li>\n<li>Fixed a localization issue in the settings environment (props to @tititou36 for highlighting the issue)</li>\n<li>Fixed a problem which was resetting the “Show Google Map” option for events when they were re-imported via CSV (thanks to @jameswemyss for highlighting this)</li>\n</ul>\n<h5>Deprecated Stuff</h5>\n<ul>\n<li>The <samp>tribe_events_getLink</samp> is being deprecated in favor of <samp>tribe_events_get_link</samp>. Scheduled removal from source is v4.2</li>\n<li><samp>The Tribe__Events__Advanced_Functions__Register_Meta::gmap_link()</samp> has been deprecated since 3.6 and has now been removed from source</li>\n<li>The <samp>tribe_events_single_event_meta()</samp> function has been deprecated since 3.6 and has now been removed from source</li>\n</ul>\n<hr />\n<h3 id=\"pro\">The Events Calendar PRO 3.12</h3>\n<h5>Security</h5>\n<ul>\n<li>Resolved JS vulnerability in minified JS by upgrading to uglifyjs 2.4.24</li>\n</ul>\n<h5>Performance</h5>\n<ul>\n<li>Removed a no-longer needed join from many queries to provide faster page loads</li>\n</ul>\n<h5>Features</h5>\n<ul>\n<li>Added support for the long awaited Arbitrary Recurrence! Creating recurring events with multiple granular rulesets is now possible.</li>\n<li>Added support for WPML, thanks for waiting!</li>\n<li>Extended CSV imports to include custom fields defined in events settings (Big thanks to zacwasielewski for submitting a similar pull request! You rock! <img src=\"https://theeventscalendar.com/wp-includes/images/smilies/simple-smile.png\" alt=\":)\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> )</li>\n<li>Added none option for both Radio and Dropdown Additional Fields (Thanks to Justin on the forums!)</li>\n<li>Added support for timezones following the introduction of timezone support in The Events Calendar</li>\n</ul>\n<h5>Minor Tweak</h5>\n<ul>\n<li>Pad SQL joins with spacing to avoid conflicts with other plugins that modify SQL (props to jeremyfelt)</li>\n</ul>\n<h5>Bugs Squashed</h5>\n<ul>\n<li>Fixed issue where generating recurring events did not trigger the rebuilding of the known date range</li>\n<li>Fixed APM Start/End Date filters to stop showing SQL errors</li>\n<li>Fixed an issue with additional fields not showing as selected when a symbol is included in the label (Props to Justin!)</li>\n<li>Resolved issue where events without venues were showing up in Map View</li>\n<li>Fixed a bug where the tribe-mini-calendar-today CSS class was not removed from some days in the mini calendar widget while clicking around (Thanks to mennstudio for the report!)</li>\n<li>Resolved a bug where “Additional Fields” with a double quote in the title would be saved with a backslash</li>\n<li>Fixed notices that were being thrown while configuring the Countdown Widget in the Customizer</li>\n<li>Fixed a problem where recurring event updates did not properly complete (props to Ian for detecting this problem!)</li>\n<li>Fixed a problem where the first event in a series of recurring events could be excluded from the “All Events” view (Cheers to Ian for reporting this!)</li>\n</ul>\n<h5>Deprecated Stuff</h5>\n<ul>\n<li>Functions that added useless SQL have been removed from source: <samp>Tribe__Events__Pro__Main::posts_fields()</samp> and <samp>Tribe__Events__Pro__Main::posts_join()</samp></li>\n</ul>\n<hr />\n<h3 id=\"filter\">Filter Bar 3.12</h3>\n<h5>Security</h5>\n<ul>\n<li>Resolved JS vulnerability in minified JS by upgrading to uglifyjs 2.4.24</li>\n</ul>\n<h5>Bug Squashed</h5>\n<ul>\n<li>Resolved issue where using the filterbar inappropriately filtered events beyond the main event loop (i.e. events rendered within widgets)</li>\n</ul>\n<hr />\n<p> </p>\n<h3 id=\"core\">Community Events 3.12</h3>\n<h5>Security</h5>\n<ul>\n<li>Resolved JS vulnerability in minified JS by upgrading to uglifyjs 2.4.24</li>\n</ul>\n<h5>Features</h5>\n<ul>\n<li>Added support for Events PRO’s Arbitrary Recurrence for events in the event submission form</li>\n<li>Added none option for both Radio and Dropdown Additional Fields (Thanks to Justin on the forums!)</li>\n<li>Modified timezone handling to take advantage of new capabilities within The Events Calendar</li>\n</ul>\n<h5>Minor Tweaks</h5>\n<ul>\n<li>Added currency position field to the event submission form</li>\n<li>Submitting a featured image that is too large will now generate an error</li>\n<li>Relocated the ReCaptcha class to avoid conflicts with other ReCaptcha enabled plugins (Props to ryandc for the original report!)</li>\n<li>Disable the organizer email obfuscation message on the Community Add form (Thank you cliffy for bringing this to our attention!)</li>\n<li>Default Country been respected without locking the user options</li>\n</ul>\n<h5>Bugs Squashed</h5>\n<ul>\n<li>Resolved bug that prevented organizers from being identified as present in the submitted form when they were set as required fields (That you Rob for the report!)</li>\n<li>Fixed an issue with the admin bar showing for user roles that were blocked from admin</li>\n<li>Fixed an issue with additional fields not showing as selected when a symbol is included in the label (Props to Justin!)</li>\n<li>Fixed issue where the start and end dates for events were defaulted to the current hour on the Community Add form rather than the defaults used in the dashboard</li>\n</ul>\n<hr />\n<h3 id=\"ical\">iCal Importer 3.12</h3>\n<h5>Security</h5>\n<ul>\n<li>Resolved JS vulnerability in minified JS by upgrading to uglifyjs 2.4.24</li>\n</ul>\n<h5>Minor Tweak</h5>\n<ul>\n<li>Eliminated generic error messages in favor of errors with more details</li>\n<li>Conformed code to updated coding standards</li>\n</ul>\n<h5>Bugs Squashed</h5>\n<ul>\n<li>Fixed bug causing the saved recurring import editor to be cropped on smaller browser windows</li>\n<li>Added missing text domains to strings so they can be translated as desired</li>\n</ul>\n<hr />\n<h3 id=\"eventbrite\">Eventbrite Tickets 3.12</h3>\n<h5>Feature</h5>\n<ul>\n<li>Modified timezone handling to take advantage of new capabilities within The Events Calendar</li>\n</ul>\n<h5>Minor Tweaks</h5>\n<ul>\n<li>Modify the error messages to be presented in a more verbose way</li>\n<li>Improvements on the sanitization on data coming from Eventbrite API</li>\n<li>Use only include_fee true/false now that Eventbrite has deprecated the use of split_fee (Cheers to Alain for the report!)</li>\n<li>Make Eventbrite the authoritative source for currency, listed status, shareable status, invite only status, and whether or not to show remaining tickets (Thank you Jessie!)<br />\nModify the way we import the Eventbrite description for better HTML results on WordPress-side Events (Thanks Carlos for the help!)</li>\n</ul>\n<h5>Bugs Squashed</h5>\n<ul>\n<li>Improve the way datepickers handle start and end dates boundries</li>\n<li>Fixed a bug where the tickets iFrame was not respecting the Eventbrite privacy settings (Props to Michael for this!)</li>\n<li>Fixed a price bug where some inactive numbers where been displayed (Thank you Ben for the report!)</li>\n<li>Fixed the conditionals for Eventbrite import page, prevents redirect to list of blog posts</li>\n<li>Fixed errors when permalinks are set to default</li>\n</ul>\n<hr />\n<h3 id=\"facebook\">Facebook Events 3.12</h3>\n<h5>Feature</h5>\n<ul>\n<li>Modified timezone handling to take advantage of new capabilities within The Events Calendar</li>\n</ul>\n<h5>Bug Squashed</h5>\n<ul>\n<li>Fixed and removed some incorrectly exposed HTML from the admin environment</li>\n</ul>\n<hr />\n<h3 id=\"apm\">Advanced Post Manager</h3>\n<h5>Bug Squashed</h5>\n<ul>\n<li>Don’t translate SQL “LIKE”. That’s just silly.</li>\n</ul>\n<hr />\n<h3 id=\"woo\">WooCommerce Tickets 3.12</h3>\n<h5>Feature</h5>\n<ul>\n<li>Added additional attendee generation hooks: <samp>wootickets_attendee_insert_args</samp> and <samp>wootickets_get_ticket</samp> (Thanks to aaemnnosttv for this!)</li>\n</ul>\n<h5>Minor Tweaks</h5>\n<ul>\n<li>Build and provide an order ID link when generating the list of attendees (Props to aaemnnosttv!)</li>\n<li>Added additional parameters to the following hooks (props to aaemnnosttv for this):\n<ul>\n<li><samp>wootickets_generate_ticket_attendee</samp></li>\n<li><samp>wootickets_after_create_ticket</samp></li>\n<li><samp>wootickets_after_update_ticket</samp></li>\n<li><samp>wootickets_after_save_ticket</samp></li>\n</ul>\n</li>\n<li>Use CSS rather than HTML attributes to set nowrap on the tickets table (Thanks to Mark for reporting this!)</li>\n<li>Made ticket prices update via ajax the instant changes are made, instead of waiting for the WP Update button to trigger them (Cheers to Daniel and Chris!)</li>\n</ul>\n<hr />\n<h3 id=\"wpec\">WPEC Tickets 3.12</h3>\n<h5>Minor Tweak</h5>\n<ul>\n<li>Use CSS rather than HTML attributes to set nowrap on the tickets table (Thank you Mark for highlighting this issue!)</li>\n</ul>\n<hr />\n<h3 id=\"edd\">EDD Tickets 3.12</h3>\n<h5>Minor Tweak</h5>\n<ul>\n<li>Use CSS rather than HTML attributes to set nowrap on the tickets table (Thank you Mark for bringing this up!)</li>\n</ul>\n<hr />\n<h3 id=\"shopp\">Shopp Tickets 3.12</h3>\n<h5>Minor Tweak</h5>\n<ul>\n<li>Use CSS rather than HTML attributes to set nowrap on the tickets table (Thank you Mark for the report!)</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-version-3-12-of-the-events-calendar-pro-and-all-add-ons/\">Release: Version 3.12 of The Events Calendar, PRO and all add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://theeventscalendar.com/release-version-3-12-of-the-events-calendar-pro-and-all-add-ons/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"3.12 Release Candidate code is now available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://theeventscalendar.com/version-3-12-release-candidate-code-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://theeventscalendar.com/version-3-12-release-candidate-code-is-now-available/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Sep 2015 22:25:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://theeventscalendar.com/?p=998905\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:631:\"<p>Howdy folks! It’s been a super productive month since our last update. We’ve been hard at work on getting v 3.12 of The Events Calendar, Events Calendar PRO + all add-ons in your hands. We’re stoked to announce that release candidates for the upcoming versions are now available! There are some sweet new features in the mix…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/version-3-12-release-candidate-code-is-now-available/\">3.12 Release Candidate code is now available</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1786:\"<p>Howdy folks! It’s been a super productive month since our last update. We’ve been hard at work on getting <strong>v 3.12 of The Events Calendar, Events Calendar PRO + all add-ons</strong> in your hands. We’re stoked to announce that release candidates for the upcoming versions are now available!</p>\n<p>There are some sweet new features in the mix in addition to a host of refinements that we’re really proud to show you. (For a full overview of what’s coming, <a href=\"https://theeventscalendar.com/the-events-calendar-pro-add-ons-3-12-things-to-be-aware-of/\">see our blog post</a>). We’re making this release candidate available now for the sake of testing and getting a feel for what’s fresh in 3.12 and prepare for any possible impact it may have on your site. The Events Calendar is super extendable and we know many of you have customized the plugin, so this early access will help you and your team test things out in a safe environment before dishing everything to production.</p>\n<p>The release candidate is available to all premium license holders. If you have an license for any of our premium plugins, you’ll see a list of release candidate plugins under <em>My Account –> Downloads</em> when you log in right here on this site. The downloaded .zip can be uploaded to your site like any other plugin and tested from there.</p>\n<p>We hope you enjoy the early release and look forward to hearing your feedback on the 3.12 releases!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/version-3-12-release-candidate-code-is-now-available/\">3.12 Release Candidate code is now available</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://theeventscalendar.com/version-3-12-release-candidate-code-is-now-available/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Here’s what coming in version 3.12 of The Events Calendar, The Events Calendar PRO + all add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://theeventscalendar.com/the-events-calendar-pro-add-ons-3-12-things-to-be-aware-of/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://theeventscalendar.com/the-events-calendar-pro-add-ons-3-12-things-to-be-aware-of/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 31 Aug 2015 17:43:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://theeventscalendar.com/?p=999676\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:687:\"<p>Hey folks! The soon-to-be-released version 3.12 of The Events Calendar, The Events Calendar PRO + all add-ons was focused on some really significant features requested by the community, plus a healthy dose of bug fixes. We’re stoked to get the latest updates in your hands but wanted to give you a high level idea of what’s…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/the-events-calendar-pro-add-ons-3-12-things-to-be-aware-of/\">Here’s what coming in version 3.12 of The Events Calendar, The Events Calendar PRO + all add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Zach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9857:\"<p>Hey folks! The soon-to-be-released version 3.12 of The Events Calendar, The Events Calendar PRO + all add-ons was focused on some really significant features requested by the community, plus a healthy dose of bug fixes. We’re stoked to get the latest updates in your hands but wanted to give you a high level idea of what’s coming so you have idea of what’s ahead, what to watch out for and, of course, to get as excited as we are for the shiny new features!</p>\n<h3>1. Added new flexible recurrence patterns</h3>\n<p>This has been one of our <a href=\"http://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/3685762-random-free-form-recurring-events\">most requested features</a>. We have added a lot more flexibility around recurrence and the custom patterns you can configure. You can now create an event that starts on September 1st and will last 9 hours. It will occur every Tuesday until November 30th; every month on the 1st until March 2016; and Yearly on the Second Monday in February with no end date; but it will <em>not</em> occur on February 8th, 2016. You can also have events that recur within a single day at multiple times. Get creative- the freedom is yours! <a href=\"https://theeventscalendar.com/knowledgebase/pro-recurring-events/\">Learn more</a>.</p>\n<h3>2. Improved WPML compatibility</h3>\n<p>As our plugins have become more widely used, <a href=\"http://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/5449720-integrate-with-wpml\">we have heard a lot of concerns</a> about compatibility with the WordPress Multilingual plugin (WPML). We made a stack of changes to The Events Calendar and Events Calendar PRO to make them compatible with WPML. We also have new <a href=\"https://theeventscalendar.com/knowledgebase/\">knowledgebase</a> articles that will help you get this setup!</p>\n<h3>3. Improved timezone support</h3>\n<p>We completely overhauled the timezone support throughout the plugins. Every event now has timezone data stored with it independent of the blog’s timezone. This allows events to be in different timezones and improves interaction with third party APIs. <a href=\"https://theeventscalendar.com/knowledgebase/working-with-timezones/\">Learn more</a>.</p>\n<h3>4. Extended CSV importer to respect more fields</h3>\n<p>The CSV importer now supports currency position, currency symbol, tags, organizer, venue, and custom fields defined in events settings.</p>\n<h3>5. Improved month view performance</h3>\n<p>Since our complete rewrite of Month View in 3.10, we have struggled with this view’s performance. We are now proud to announce that we have streamlined this a lot! We did extensive testing with Month Views populated with 7,000 events and were able to get typical page load times down under 3s.</p>\n<h3>6. New plugin coming soon: Community Tickets!</h3>\n<p>Many who run Community Events <a href=\"http://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/4409106-allow-community-events-users-to-add-tickets-via-fr\">have inquired</a> about the possibility of empowering community organizers to sell tickets for their events. This functionality is coming soon and we are actively <a href=\"https://theeventscalendar.com/knowledgebase/how-to-signup-for-beta-access\">running a beta</a> alongside this release. We hope it’ll be generally available in the coming weeks!</p>\n<h3>7. A few dozen bug fixes and small tweaks</h3>\n<p>As always we strive to right our wrongs and generally make things better. The details of what we’ve fixed or tweaked will be available in the full changelog, which we’ll be sure to publish when 3.12 ships.</p>\n<h3>8. New actions</h3>\n<ul>\n<li><samp>wootickets_after_create_ticket</samp></li>\n<li><samp>wootickets_after_update_ticket</samp></li>\n<li><samp>wootickets_after_save_ticket</samp></li>\n<li><samp>wootickets_generate_ticket_attendee</samp></li>\n</ul>\n<h3>9. New filters</h3>\n<ul>\n<li><samp>tribe_events_tickets_attendees_table_nav</samp></li>\n<li><samp>tribe_events_tickets_attendees_event_summary_table_before</samp></li>\n<li><samp>tribe_events_tickets_attendees_event_details_top</samp></li>\n<li><samp>tribe_events_tickets_attendees_event_details_bottom</samp></li>\n<li><samp>tribe_events_tickets_attendees_ticket_sales_top</samp></li>\n<li><samp>tribe_events_tickets_attendees_ticket_sales_bottom</samp></li>\n<li><samp>tribe_events_tickets_attendees_totals_top</samp></li>\n<li><samp>tribe_events_tickets_attendees_totals_bottom</samp></li>\n<li><samp>tribe_events_tickets_attendees_event_summary_table_after</samp></li>\n<li><samp>tribe_events_tickets_attendees_event_title</samp></li>\n<li><samp>tribe_events_venue_meta_box_template</samp></li>\n<li><samp>tribe_show_organizer_email_obfuscation_alert</samp></li>\n<li><samp>tribe_minutes_increment</samp></li>\n</ul>\n<h3>10. There is newly deprecated code</h3>\n<p>In The Events Calendar, <samp>tribe_events_getLink</samp> is being deprecated in favor of <samp>tribe_events_get_link</samp>. Slated release for full retirement: 4.2</p>\n<h3>11. Some old deprecated code has been removed.</h3>\n<ul>\n<li><samp>Tribe__Events__Advanced_Functions__Register_Meta::gmap_link()</samp> deprecated since 3.6 has been removed</li>\n</ul>\n<ul>\n<li>Removed unused methods in <samp>Tribe__Events__Pro__Main</samp>: <samp>posts_fields()</samp> and <samp>posts_join()</samp>.</li>\n</ul>\n<h3>12. Updated views</h3>\n<p>Each of the templates listed below have had changes. Particular attention should be paid to those with recommendations next to them. On all but the ones marked “important” we wouldn’t expect to see template overrides breaking if they were already compatible with 3.11 code.</p>\n<h4>The Events Calendar</h4>\n<ul>\n<li><samp>single-event.php</samp> – removed conditional with deprecated filter</li>\n<li><samp>day/single-event.php</samp> – Changed title attribute function from the_title() to the_title_attribute()</li>\n<li><samp>list/single-event.php</samp> – Changed title attribute function from the_title() to the_title_attribute()</li>\n</ul>\n<h4>Events Calendar PRO</h4>\n<ul>\n<li><samp>pro/modules/meta/additional-fields.php</samp> – Escaping</li>\n<li><samp>pro/widgets/mini-calendar-widget.php</samp> – Isolated tribe_show_month() query context so filters do not impact the Mini Calendar widget</li>\n<li><samp>pro/widgets/venue-widget.php</samp> – Better translation support on “View all” link text</li>\n</ul>\n<h4>Community Events</h4>\n<ul>\n<li><samp>community/modules/custom.php</samp> – Added “None” option for radio and dropdown fields</li>\n<li><samp>community/modules/image.php</samp> – Added error message when image size is too large</li>\n<li><samp>community/edit-event.php</samp> – Support for Arbitrary Recurrence <strong>– important for continued support of recurrence!</strong></li>\n<li><samp>community/modules/recurrence.php</samp> – Support for Arbitrary Recurrence <strong>– important for continued support of recurrence!</strong></li>\n<li><samp>community/modules/custom.php</samp> – Bug fix to show additional field values as saved even when they have special characters</li>\n<li><samp>community/modules/datepickers.php</samp> – Timezone support</li>\n<li><samp>community/modules/cost.php</samp> – Add support for currency position</li>\n</ul>\n<h4>Eventbrite Tickets</h4>\n<ul>\n<li><samp>eventbrite/import-eventbrite-events.php</samp> – Timezone tweaks</li>\n<li><samp>eventbrite/eb-admin-notices.php</samp> – New file for displaying Eventbrite notices</li>\n</ul>\n<h4>iCal Importer</h4>\n<ul>\n<li><samp>import-form.php</samp> – Datepicker format tweaks, better escaping</li>\n<li><samp>hidden-messages.php</samp> – More specific error message, better escaping</li>\n<li><samp>edit-saved-recurring.php</samp> – Better escaping</li>\n<li><samp>ical-tab-content.php</samp> – Spacing</li>\n<li><samp>one-time-buttons.php</samp> – Better escaping</li>\n<li><samp>recurring-buttons.php</samp> – Better escaping, better translations</li>\n<li><samp>saved-imports-table.php</samp> – Better escaping</li>\n<li><samp>status-category-selector.php</samp> – Better escaping</li>\n</ul>\n<h4>WooCommerce Tickets, WP e-Commerce Tickets, Easy Digital Downloads Tickets, and Shopp Tickets</h4>\n<ul>\n<li><samp>[ticketpluginname]/tickets.php</samp> – Removed HTML nowrap attribute</li>\n</ul>\n<p>Users have told us that they like to see this list of high level changes to be aware of, so they can prepare their sites for the updates accordingly. We hope this serves you, too. If there’s anything we missed or that you think is important enough to get more explanation in this blog post, let us know and we’ll clarify as best we can. If you want to check out the code before we release, <a href=\"https://theeventscalendar.com/the-events-calendar-3-12-is-coming-help-us-test-backwards-compatibility/\">we are taking volunteers to test backwards compatibility</a> and will post Release Candidates for 3.12 in the downloads area of your account when they are available.</p>\n<p>We can’t wait to get this release in your hands, as our focus shifts to the big exciting changes coming in 4.0! We are excited about what’s in store and we hope you all will be too <img src=\"https://theeventscalendar.com/wp-includes/images/smilies/simple-smile.png\" alt=\":)\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p>Happy updating!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/the-events-calendar-pro-add-ons-3-12-things-to-be-aware-of/\">Here’s what coming in version 3.12 of The Events Calendar, The Events Calendar PRO + all add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://theeventscalendar.com/the-events-calendar-pro-add-ons-3-12-things-to-be-aware-of/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"The Events Calendar 3.12 is coming: help us test backwards compatibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://theeventscalendar.com/the-events-calendar-3-12-is-coming-help-us-test-backwards-compatibility/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://theeventscalendar.com/the-events-calendar-3-12-is-coming-help-us-test-backwards-compatibility/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Aug 2015 23:43:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://theeventscalendar.com/?p=1000131\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:719:\"<p>Howdy folks! We’re gearing up for another release in the coming weeks and are dotting the “i”s/crossing the “t”s. For those keeping track, the upcoming release will be version 3.12 and will include updates for every plugin in our calendaring suite. This release incorporates a few large-scale changes: the introduction of freeform recurring events, better…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/the-events-calendar-3-12-is-coming-help-us-test-backwards-compatibility/\">The Events Calendar 3.12 is coming: help us test backwards compatibility</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Rob\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1614:\"<p>Howdy folks! We’re gearing up for another release in the coming weeks and are dotting the “i”s/crossing the “t”s. For those keeping track, the upcoming release will be version 3.12 and will include updates for every plugin in our calendaring suite.</p>\n<p>This release incorporates a few large-scale changes: the introduction of freeform recurring events, better timezone handling and additional fields support for our CSV importer. To make sure we’re respecting your customizations, <strong>we’re hoping to rope in a few Events Calendar PRO users with heavily customized sites who would be willing to test our 3.12 Release Candidates.</strong></p>\n<p>If you’re interested, <a href=\"mailto:support@theeventscalendar.com\">let us know</a>. Please provide a link to your customized site in your email and confirm that you have a test (staging) site where this will be run — it is not quite production-ready. We’re hoping you’ll install the release candidates on this staging site and let us know what (if anything) breaks, so that we can try to prevent such breakage in the final release.</p>\n<p>We’re looking for feedback between now and <strong>Friday, September 4. </strong>Thanks in advance for your interest!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/the-events-calendar-3-12-is-coming-help-us-test-backwards-compatibility/\">The Events Calendar 3.12 is coming: help us test backwards compatibility</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://theeventscalendar.com/the-events-calendar-3-12-is-coming-help-us-test-backwards-compatibility/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Release: The Events Calendar 3.11.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://theeventscalendar.com/release-the-events-calendar-3-11-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://theeventscalendar.com/release-the-events-calendar-3-11-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jul 2015 20:51:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://theeventscalendar.com/?p=991922\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:638:\"<p>Happy Thursday! It’s that time again…time to announce another maintenance release, after we just pushed The Events Calendar 3.11.2. It addresses two bugs that were reported to us by community members after we deployed 3.11. Specifically, The Events Calendar 3.11.2 patches the following bugs: Bug – Resolved an issue where List View paging into the past only…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-3-11-2/\">Release: The Events Calendar 3.11.2</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Rob\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2061:\"<p>Happy Thursday! It’s that time again…time to announce another maintenance release, after we just pushed <strong><a href=\"https://wordpress.org/plugins/the-events-calendar/\">The Events Calendar 3.11.2</a></strong>. It addresses two bugs that were reported to us by community members after we deployed 3.11. Specifically, <strong>The Events Calendar 3.11.2</strong> patches the following bugs:</p>\n<ul>\n<li><strong>Bug –</strong> Resolved an issue where List View paging into the past only allowed you to go 1 page in the past <em>(thanks to Richard from Prescott Art Store for reporting this!)</em></li>\n<li><strong>Bug –</strong> Fixed a bug where the iCal export for Month View inappropriately observed the events-per-page limit causing some events to be excluded <em>(thanks to Neil on the forums for the heads up!)</em></li>\n</ul>\n<p>All users are encouraged to update, especially those who have list view enabled or expect their users to rely on the iCal export functionality. Please also keep in mind that this release only impacts The Events Calendar; as it stands, this is the only plugin to be on version 3.11.2. Everything else in our suite as of today should be either 3.11 or 3.11.1.</p>\n<p>As always, we’re happy to help out on the forums if you have any problems. PRO users should bring those concerns to our <a href=\"http://theeventscalendar.com/support/forums/\">premium forums</a>, while those using just the core The Events Calendar should post to the <a href=\"https://wordpress.org/support/plugin/the-events-calendar\">forums at WordPress.org</a> (which, as we stress in our <a href=\"https://wordpress.org/support/topic/welcome-the-events-calendar-users-read-this-first?replies=1\">intro message there</a>, is only checked once a week).</p>\n<p>Happy updating!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-3-11-2/\">Release: The Events Calendar 3.11.2</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://theeventscalendar.com/release-the-events-calendar-3-11-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Help Wanted: WordPress Plugin Support for Events Calendar PRO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://theeventscalendar.com/help-wanted-wordpress-plugin-support/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://theeventscalendar.com/help-wanted-wordpress-plugin-support/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jul 2015 23:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"Gigs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"News & Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://theeventscalendar.com/?p=990788\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:613:\"<p>Are you equal parts coder and power user? Do you feel at home writing inline docs and user tutorials? Have a strong command of WordPress’ technical side AND an overpowering desire to share that with others? The Gig Modern Tribe is growing. We’re seeking 2 great freelancers to join our forum team in the WordPress Plugin…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/help-wanted-wordpress-plugin-support/\">Help Wanted: WordPress Plugin Support for Events Calendar PRO</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Nicole\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6913:\"<p>Are you equal parts coder and power user? Do you feel at home writing inline docs and user tutorials? Have a strong command of WordPress’ technical side AND an overpowering desire to share that with others?</p>\n<h3>The Gig</h3>\n<p>Modern Tribe is growing. We’re seeking 2 great freelancers to join our forum team in the WordPress Plugin Support role. You will help users of <a href=\"https://theeventscalendar.com/product/wordpress-events-calendar/\" target=\"_blank\">The Events Calendar</a>, <a href=\"https://theeventscalendar.com/product/wordpress-events-calendar-pro/\" target=\"_blank\">Events Calendar PRO</a> and our other premium add-ons as you troubleshoot common integration issues and report bugs.</p>\n<p>Everyone on Modern Tribe’s support team prioritizes the forums over all else, but you will also pitch in on weekly tasks like:</p>\n<ul>\n<li>Moderating the support inbox, ensuring customers and potential customers receive responses within 24 hours of submission</li>\n<li>Field incoming feature requests and document them for consideration in the roadmap</li>\n<li>Take point on the WordPress.org forums for our core plugin offerings</li>\n<li>Testing bug reports locally and logging them in our projects system, with appropriate detail and testing instructions, when a bug is confirmed as legitimate</li>\n<li>Pre-release quality assurance testing for every new release and product</li>\n<li>Recording video walkthroughs highlighting plugin functionality</li>\n<li>Creating tutorials, documentation, screencasts and other forum materials to help guide people to success</li>\n<li>Writing snippets to solve one-off problems</li>\n<li>Helping run regular user testing sessions</li>\n<li>Being the voice of the community during roadmap discussions</li>\n<li>Supporting product partners (other theme/plugin authors) and non-profits</li>\n</ul>\n<p>You will be on the front-lines, representing Modern Tribe and The Events Calendar to customers… in many ways, you are the face of the company and the bridge between us and our customers.</p>\n<p> </p>\n<h3>The Requirements</h3>\n<p>We are excited to work with freelancers that can come in and make a positive impact. If you have these qualities, we’d love to hear from you!</p>\n<ul>\n<li>Superb communication skills, a transparent attitude and self-confidence</li>\n<li>A strong comprehension of PHP, CSS, HTML and JavaScript and can provide 4-5 original code samples to back it up (this is huge; our support is highly technical, and you will not succeed without these skills)</li>\n<li>A love for all things WordPress with a good understanding of its codebase and community</li>\n<li>Basic familiarity with (at least) <a href=\"http://wordpress.org/plugins/the-events-calendar/\" target=\"_blank\">The Events Calendar</a>, our main plugin</li>\n<li>A familiarity with GIT. In other words, you can clone repos, pull branches and set up local WordPress installs without hassle</li>\n<li>Passion for Modern Tribe’s company culture: <a href=\"https://tri.be/happy-helpful-curious-accountable/\">Happy, Helpful, Curious, Accountable & Good</a></li>\n<li>Freelance full-time and have been doing so for at least 1 year (you’re not a full-time employee moonlighting; if you don’t consider freelancing your business, this probably won’t be a good fit)</li>\n<li>At least 1 year of experience managing yourself in a remote, distributed working environment</li>\n<li>Must be in PST, CST, MST or EST time zones and do their work during business hours in that time zone</li>\n</ul>\n<h5>Huge bonus points awarded to those who:</h5>\n<ul>\n<li>Have built your own WordPress plugins (EXTRA bonus points if those plugins extend The Events Calendar)</li>\n<li>Love doing video tutorials and have a home setup to do it</li>\n<li>Have a proven track record providing support specifically for WordPress plugins, or have an active track record in the WordPress.org community</li>\n</ul>\n<p> </p>\n<h3>The Day-to-Day</h3>\n<p>Your main priority is the support forum at TheEventsCalendar.com, where we work daily to provide hundreds of users with timely and clear solutions to their problems. The support team keeps an open Slack channel where they pop in throughout the day, check on the status of our support queue with a handy helper bot we’ve integrated, then divide and conquer as a team. We never want to end the day with unaddressed threads, and no thread should go more than 24 hours (during the workweek) without a reply. And yes, if you’ve got “danglers”, our support bot will call you out for it.</p>\n<p>Since forum work ebbs and flows, there are plenty of days where the queue is cleared out early and team members still have hours available. How you spend this time will vary. Sometimes it’ll be QA, to test out new plugins or updates to existing ones. Other times it’ll be documentation, putting together tutorials and videos to address commonly-posed questions. Marketing, design and development opportunities are also on the table for you if you demonstrate a hunger to learn — we all have the opportunity to get involved with other areas of the business, but everyone’s main priority each day is support and keeping users happy.</p>\n<p> </p>\n<h3>The Company</h3>\n<p>Modern Tribe is a digital agency with a modern twist. We are a product company. We are educators. We are a great mix of freelancers and full timers. All experts. In today’s world, we get to be many things to many people.</p>\n<p>We believe in making quality products for other people and ourselves, balanced by living quality lives. We are 100% distributed & our team is spread around North America (and a hint beyond).</p>\n<p>We believe that you should be happy, helpful, curious & accountable, on top of being good at what you do. We believe life should be lived intentionally. We believe in a class of artisans and craftsman in control of their work who solve people problems rather than just build more shit. We believe in a sustainable vision of open source, and contribute consistently into the ecosystem.</p>\n<p> </p>\n<h3>We can’t wait to meet you!</h3>\n<p>Think you’d be a good fit? Awesome! Head back over to our <a href=\"http://theeventscalendar.com/join-our-team/\" target=\"_blank\">Work With Us</a> page, and fill out an application on the form provided, make sure to select <strong>Community/Support</strong> from the radio buttons to let us know which position you’re applying for. Please be prepared to answer a few sample support questions prior to your interview. Also, please include a note about your favorite color so we know you read this.</p>\n<h4></h4>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/help-wanted-wordpress-plugin-support/\">Help Wanted: WordPress Plugin Support for Events Calendar PRO</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://theeventscalendar.com/help-wanted-wordpress-plugin-support/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:35:\"https://theeventscalendar.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 21 Sep 2015 08:59:20 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:13:\"cache-control\";s:29:\"max-age=3127, must-revalidate\";s:12:\"x-powered-by\";s:21:\"PHP/5.4.33-1~dotdeb.1\";s:4:\"vary\";s:6:\"Cookie\";s:10:\"x-pingback\";s:40:\"https://theeventscalendar.com/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Mon, 21 Sep 2015 08:50:40 GMT\";s:4:\"etag\";s:34:\"\"44438d14cffca9e2c06eb59e3de55cbe\"\";s:12:\"x-robots-tag\";s:14:\"noindex,follow\";}s:5:\"build\";s:14:\"20150916234518\";}','no'),(6595,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1447484222','no'),(6596,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1447441022','no'),(6593,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1447484222','no'),(6594,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Nov 2015 00:04:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.4-beta4-35635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Nov 2015 00:04:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3977\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.4 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1407:\"<p>WordPress 4.4 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">Beta 1</a> blog post. This our final planned beta. Next week will be our first Release Candidate.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Closer To The End</em><br />\n<em>Tickets Are Being Shuffled</em><br />\n<i>Onward to RC</i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Nov 2015 22:10:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3969\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1245:\"<p>WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta three<br />\nEven more activity<br />\nNary a shared term</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Oct 2015 20:50:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3966\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1246:\"<p>WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta two<br />\nAnother week of progress<br />\nREST API lives!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Oct 2015 23:54:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3926\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.4 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4293:\"<p>WordPress 4.4 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta1.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>WordPress 4.4 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\" target=\"_blank\">December 8</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Twenty Sixteen </strong>— The <a href=\"https://make.wordpress.org/core/2015/08/25/introducing-twenty-sixteen/\">newest</a> default theme for WordPress.</li>\n<li><strong>Responsive Images </strong>— WordPress automatically delivers a <a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">more appropriate image</a> to users depending on a variety of conditions like screen size, viewport size, and screen resolution.</li>\n<li><strong>Embeds </strong>— WordPress can now embed rich content from nearly all sites that support the oEmbed standard — not just YouTube, Flickr, Twitter, and the like. You can even embed <a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">previews of posts</a> from other WordPress sites by pasting the URL on its own line.</li>\n</ul>\n<p>There have been a lot of changes for developers to play with as well:</p>\n<ul>\n<li><strong>REST API (phase 1) </strong>— The underlying infrastructure of the WordPress REST API <a href=\"https://wordpress.org/plugins/rest-api/\">plugin</a> has been <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">included in WordPress 4.4</a>. Plugin authors can take advantage of this by adding custom endpoints.</li>\n<li><strong>Term Metadata </strong>— Taxonomy term metadata is <a href=\"https://make.wordpress.org/core/2015/09/04/taxonomy-term-metadata-proposal/\">now included</a> in WordPress 4.4. If you’ve already been using a plugin to implement term metadata, you should read <a href=\"https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/\">this post</a> on how to prepare. Also, the underlying <code>WP_Term</code> class improves caching when working with terms. (<a href=\"https://core.trac.wordpress.org/ticket/14162\">#14162</a>)</li>\n<li><strong>Improved <code><title></code> output</strong> — <code>wp_title()</code> is now deprecated; WordPress can <a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">handle the rendering</a> of the document title automatically.</li>\n<li><strong>Comments </strong>— Comment queries are now split for performance. Also, the underlying <code>WP_Comment</code> class improves caching and introduces strong-typing. (<a href=\"https://core.trac.wordpress.org/ticket/8071\">#8071</a>, <a href=\"https://core.trac.wordpress.org/ticket/32619\">#32619</a>)</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.4, <a href=\"https://make.wordpress.org/core/tag/4-4/\" target=\"_blank\">check out all 4.4-tagged posts</a> on the main development blog, or check out a <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">list of everything</a> that’s changed.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Many small changes</em><br />\n<em>Some groundbreaking new features<br />\nFun times had by all<br />\n</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.3.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/09/wordpress-4-3-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Sep 2015 15:22:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3914\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:439:\"WordPress 4.3.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation. WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4022:\"<div class=\"storycontent\">\n<p>WordPress 4.3.1 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation.</p>\n<ul>\n<li>WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n<li>A separate cross-site scripting vulnerability was found in the user list table. Reported by Ben Bidner of the WordPress security team.</li>\n<li>Finally, in certain cases, users without proper permissions could publish private posts and make them sticky (CVE-2015-5715). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n</ul>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.3.1 also fixes twenty-six bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.3.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.3/?rev=34199&stop_rev=33647\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.3.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.3.1.</p>\n</div>\n<p>Thanks to everyone who contributed to 4.3.1:</p>\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/DrewAPicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jobst\">jobst</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/welcher\">welcher</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.3 “Billie”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2015/08/billie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Aug 2015 19:12:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3845\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"Version 4.3 of WordPress, named “Billie” in honor of jazz singer Billie Holiday, is available for download or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site. Menus in the Customizer Create your menu, update it, and assign it, all while live-previewing in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22531:\"<p style=\"margin: 0;height: 0\"><img src=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png\" alt=\"WordPress 4.3 - "Billie"\" width=\"692\" height=\"388\" class=\"alignnone size-large wp-image-3896\" style=\"height:0px;width: 0px;margin: 0\" srcset=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-300x168.png 300w, https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png 1024w\" sizes=\"(max-width: 692px) 100vw, 692px\" /></p>\n<p>Version 4.3 of WordPress, named “Billie” in honor of jazz singer <a href=\"https://en.wikipedia.org/wiki/Billie_Holiday\">Billie Holiday</a>, is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site.</p>\n<p><iframe width=\'692\' height=\'389\' src=\'https://videopress.com/embed/T54Iy7Tw?hd=1\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2>Menus in the Customizer</h2>\n<div><img src=\"//s.w.org/images/core/4.3/menu-customizer.png\" alt=\"\" /></div>\n<p>Create your menu, update it, and assign it, all while live-previewing in the customizer. The streamlined customizer design provides a mobile-friendly and accessible interface. With every release, it becomes easier and faster to make your site just the way you want it.</p>\n<hr />\n<h2>Formatting Shortcuts</h2>\n<div style=\"margin-bottom: 0\"><div style=\"width: 640px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3845-1\" width=\"640\" height=\"360\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.3/formatting.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.3/formatting.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.3/formatting.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.3/formatting.mp4\">//s.w.org/images/core/4.3/formatting.mp4</a></video></div></div>\n<p>Your writing flow just got faster with new formatting shortcuts in WordPress 4.3. Use asterisks to create lists and number signs to make a heading. No more breaking your flow; your text looks great with a <code>*</code> and a <code>#</code>.</p>\n<hr />\n<h2>Site Icons</h2>\n<p><img src=\"//s.w.org/images/core/4.3/site-icon-customizer.png\" alt=\"\" /><br />\n <br />\nSite icons represent your site in browser tabs, bookmark menus, and on the home screen of mobile devices. Add your unique site icon in the customizer; it will even stay in place when you switch themes. Make your whole site reflect your brand.</p>\n<hr />\n<h2>Better Passwords</h2>\n<p><img src=\"//s.w.org/images/core/4.3/better-passwords.png\" alt=\"\" /><br />\n <br />\nKeep your site more secure with WordPress’ improved approach to passwords. Instead of receiving passwords via email, you’ll get a password reset link. When you add new users to your site or edit a user profile, WordPress will automatically generate a secure password.</p>\n<hr />\n<h2>Other improvements</h2>\n<ul>\n<li><strong>A smoother admin experience</strong> – Refinements to the list view across the admin make your WordPress more accessible and easier to work with on any device.</li>\n<li><strong>Comments turned off on pages</strong> – All new pages that you create will have comments turned off. Keep discussions to your blog, right where they’re supposed to happen.</li>\n<li><strong>Customize your site quickly</strong> – Wherever you are on the front-end, you can click the customize link in the toolbar to swiftly make changes to your site.</li>\n</ul>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/obenland\"><img src=\"https://www.gravatar.com/avatar/2370ea5912750f4cb0f3c51ae1cbca55?d=mm&s=180&r=G\" alt=\"Konstantin Obenland\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>, with the help of these fine individuals. There are 246 contributors with props in this release. Pull up some Billie Holiday on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamkheckler\">Adam Heckler</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bjorklund</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/deconf\">Alin Marcu</a>, <a href=\"https://profiles.wordpress.org/andfinally\">andfinally</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/anubisthejackle\">anubisthejackle</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/arjunskumar\">Arjun S Kumar</a>, <a href=\"https://profiles.wordpress.org/avnarun\">avnarun</a>, <a href=\"https://profiles.wordpress.org/brad2dabone\">Bad Feather</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjorn Johansen</a>, <a href=\"https://profiles.wordpress.org/bolo1988\">bolo1988</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calevans\">CalEvans</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Mte90 Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniluk4000\">daniluk4000</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/daveal\">DaveAl</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daxelrod\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eligijus\">eligijus</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/francoeurdavid\">francoeurdavid</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">gabrielperezs</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glennm\">glennm</a>, <a href=\"https://profiles.wordpress.org/gtuk\">gtuk</a>, <a href=\"https://profiles.wordpress.org/hailin\">hailin</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrikakselsen\">henrikakselsen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isaacchapman\">isaacchapman</a>, <a href=\"https://profiles.wordpress.org/izem\">izem</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jamesgol\">jamesgol</a>, <a href=\"https://profiles.wordpress.org/jancbeck\">jancbeck</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jmichaelward\">Jeremy Ward</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/eltobiano\">jjberry</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/picard102\">John Leschinski</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/maxxsnake\">Josh Davis</a>, <a href=\"https://profiles.wordpress.org/jpyper\">Jpyper</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/ungestaltbar\">Kai</a>, <a href=\"https://profiles.wordpress.org/karinchristen\">karinchristen</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevkoeh\">Kevin Koehler</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leogopal\">Leo Gopal</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/lumaraf\">Lumaraf</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/martinsachse\">martinsachse</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/nikonratm\">Michael</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelryanmcneill\">michaelryanmcneill</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mihai\">mihai</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mrutz\">mrutz</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nazmulhossainnihal\">Nazmul Hossain Nihal</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/onnimonni\">Onni Hakala</a>, <a href=\"https://profiles.wordpress.org/ozh\">Ozh</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/peterrknight\">PeterRKnight</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/posykrat\">posykrat</a>, <a href=\"https://profiles.wordpress.org/pragunbhutani\">pragunbhutani</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rarylson\">rarylson</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rauchg\">rauchg</a>, <a href=\"https://profiles.wordpress.org/ravinderk\">Ravinder Kumar</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/santagada\">santagada</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastiantiede\">Sebastian</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/designsimply\">Sheri Bigelow</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stuartshields\">stuartshields</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/taka2\">taka2</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thorbrink\">Thor Brink</a>, <a href=\"https://profiles.wordpress.org/creativeinfusion\">Tim Smith</a>, <a href=\"https://profiles.wordpress.org/tlexcellent\">tlexcellent</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vivekbhusal\">vivekbhusal</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"https://profiles.wordpress.org/willgladstone\">willgladstone</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/willstedt\">willstedt</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/ysalame\">Yuri Salame</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video, <a href=\"http://hugobaeta.com/\">Hugo Baeta</a> for the design, and <a href=\"http://jacklenox.com/\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 30 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.4!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.4 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2015 12:10:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3827\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:397:\"WordPress 4.2.4 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandí […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2011:\"<p>WordPress 4.2.4 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by <a href=\"https://sucuri.net/\">Marc-Alexandre Montpas</a> of Sucuri, <a href=\"http://helenhousandi.com/\">Helen Hou-Sandí</a> of the WordPress security team, <a href=\"http://www.checkpoint.com/\">Netanel Rubin</a> of Check Point, and <a href=\"https://hackerone.com/reactors08\">Ivan Grigorov</a>. It also includes a fix for a potential timing side-channel attack, discovered by <a href=\"http://www.scrutinizer-ci.com/\">Johannes Schmitt</a> of Scrutinizer, and prevents an attacker from locking a post from being edited, discovered by <a href=\"https://www.linkedin.com/in/symbiansymoh\">Mohamed A. Baset</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.4 also fixes four bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.4\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33573&stop_rev=33396\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.4</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.4.</p>\n<p><em>Already testing WordPress 4.3? The second release candidate is now available (<a href=\"https://wordpress.org/wordpress-4.3-RC2.zip\">zip</a>) and it contains these fixes. For more on 4.3, see <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\">the RC 1 announcement post</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.3 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2015 23:50:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3817\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"The release candidate for WordPress 4.3 is now available. We’ve made more than 100 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on Tuesday, August 18, but we […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2256:\"<p>The release candidate for WordPress 4.3 is now available.</p>\n<p>We’ve made more than <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=33512&stop_rev=33372&limit=120\">100 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on <strong>Tuesday, August 18</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.3 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.3 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.3-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.3 and update your plugin’s <em>Tested up to</em> version in the readme to 4.3 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-3/\">notes for developers</a> for 4.3.</p>\n<p><em>Drei Monate Arbeit</em><br />\n<em>Endlich das Ziel vor Augen</em><br />\n<em>Bald hab ich Urlaub!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.3 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/07/wordpress-4-2-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2015 11:21:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3807\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:380:\"WordPress 4.2.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was initially reported by Jon Cave and […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2708:\"<p>WordPress 4.2.3 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.2.2 and earlier are affected by a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. This was initially reported by <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a> and fixed by <a href=\"http://www.miqrogroove.com/\">Robert Chapin</a>, both of the WordPress security team, and later reported by <a href=\"http://klikki.fi/\">Jouko Pynnönen</a>.</p>\n<p>We also fixed an issue where it was possible for a user with Subscriber permissions to create a draft through Quick Draft. Reported by Netanel Rubin from <a href=\"https://www.checkpoint.com/\">Check Point Software Technologies</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.3 also contains fixes for 20 bugs from 4.2. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33382&stop_rev=32430\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.3.</p>\n<p>Thanks to everyone who contributed to 4.2.3:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">Gabriel Pérez</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Mike Adams</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, and <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.3 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2015 21:55:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3796\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.3 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2212:\"<p>WordPress 4.3 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.3, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.3-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a> blog posts. Some of the changes in Beta 4 include:</p>\n<ul>\n<li><span class=\"s1\">Fixed several bugs and broken flows in the </span><span class=\"s1\"><strong>publish box </strong></span><span class=\"s1\">in the edit screen.</span></li>\n<li>Addressed a number of edge cases for word count in the <strong>editor</strong>.</li>\n<li><span class=\"s1\"><strong>Site icons</strong> </span><span class=\"s1\">can now be previewed within the customizer. The feature has been removed from general settings.</span></li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=33369&stop_rev=33289\">more than 60 changes</a> in the last week.</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.3\">everything we’ve fixed</a>.</p>\n<p><em>Few Tickets Remain</em><br />\n<em>Edge Cases Disappearing</em><br />\n<em>You Must Test Today</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 13 Nov 2015 18:57:02 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Thu, 12 Nov 2015 00:04:51 GMT\";s:4:\"link\";s:77:\"<https://wordpress.org/news/wp-json/>; rel=\"https://github.com/WP-API/WP-API\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20150916234518\";}','no'),(3084,'_site_transient_timeout_browser_41b1f5d96194b9595a33be3803159f08','1443457366','yes'),(3085,'_site_transient_browser_41b1f5d96194b9595a33be3803159f08','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"45.0.2454.93\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3311,'_transient_w3tc_message.560189e87f9a9','','yes'),(7973,'_transient_timeout_bfa-api-versions','1722964237','no'),(7974,'_transient_bfa-api-versions','O:8:\"stdClass\":2:{s:8:\"versions\";a:20:{i:0;s:5:\"4.7.0\";i:1;s:5:\"4.6.3\";i:2;s:5:\"4.6.2\";i:3;s:5:\"4.6.1\";i:4;s:5:\"4.6.0\";i:5;s:5:\"4.5.0\";i:6;s:5:\"4.4.0\";i:7;s:5:\"4.3.0\";i:8;s:5:\"4.2.0\";i:9;s:5:\"4.1.0\";i:10;s:5:\"4.0.3\";i:11;s:5:\"4.0.1\";i:12;s:5:\"4.0.0\";i:13;s:5:\"3.2.1\";i:14;s:5:\"3.2.0\";i:15;s:5:\"3.1.1\";i:16;s:5:\"3.0.2\";i:17;s:3:\"3.0\";i:18;s:3:\"2.0\";i:19;s:5:\"1.0.0\";}s:11:\"lastversion\";s:5:\"4.7.0\";}','no'),(3327,'_transient_timeout_w3tc_message.56019c0f42bc4','1442946663','no'),(3328,'_transient_w3tc_message.56019c0f42bc4','','no'),(3313,'_transient_timeout_w3tc_rewrite_test_result_b30d6ef34773dd8d','1442943143','no'),(3314,'_transient_w3tc_rewrite_test_result_b30d6ef34773dd8d','404 Not Found','no'),(3675,'_transient_wp_rocket_settings','a:3:{s:12:\"consumer_key\";s:8:\"aba8ee85\";s:14:\"consumer_email\";s:22:\"oneway.first@gmail.com\";s:10:\"secret_key\";s:0:\"\";}','yes'),(3574,'_site_transient_timeout_browser_05a4d072b765b9290fc66a2066f89989','1443765557','yes'),(3575,'_site_transient_browser_05a4d072b765b9290fc66a2066f89989','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"45.0.2454.99\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3681,'_site_transient_update_wprocket_response','O:8:\"stdClass\":5:{s:4:\"slug\";s:9:\"wp-rocket\";s:6:\"plugin\";s:23:\"wp-rocket/wp-rocket.php\";s:11:\"new_version\";s:6:\"2.6.12\";s:3:\"url\";s:19:\"http://wp-rocket.me\";s:7:\"package\";s:57:\"http://support.wp-rocket.me/aba8ee85/wp-rocket_2.6.12.zip\";}','yes'),(3458,'wp_rocket_settings','a:40:{s:12:\"consumer_key\";s:8:\"aba8ee85\";s:14:\"consumer_email\";s:22:\"oneway.first@gmail.com\";s:10:\"secret_key\";s:8:\"46207b47\";s:7:\"license\";s:10:\"1443020851\";s:16:\"secret_cache_key\";s:22:\"5602c030efa97135465652\";s:14:\"minify_css_key\";s:22:\"5604e381b5fdd156638041\";s:13:\"minify_js_key\";s:22:\"5604e381b5fdd409580918\";s:7:\"version\";s:5:\"2.6.9\";s:23:\"cloudflare_old_settings\";s:1:\"0\";s:22:\"minify_html_inline_css\";s:1:\"1\";s:21:\"minify_html_inline_js\";s:1:\"1\";s:19:\"purge_cron_interval\";i:24;s:15:\"purge_cron_unit\";s:15:\"HOUR_IN_SECONDS\";s:12:\"dns_prefetch\";a:0:{}s:17:\"cache_purge_pages\";a:0:{}s:16:\"cache_reject_uri\";a:0:{}s:20:\"cache_reject_cookies\";a:0:{}s:19:\"cache_query_strings\";a:0:{}s:15:\"cache_reject_ua\";a:0:{}s:11:\"exclude_css\";a:0:{}s:10:\"exclude_js\";a:0:{}s:19:\"minify_js_in_footer\";a:0:{}s:17:\"deferred_js_files\";a:0:{}s:16:\"cloudflare_email\";s:0:\"\";s:18:\"cloudflare_api_key\";s:0:\"\";s:17:\"cloudflare_domain\";s:0:\"\";s:18:\"cloudflare_devmode\";s:1:\"0\";s:24:\"cloudflare_auto_settings\";s:1:\"0\";s:10:\"cdn_cnames\";a:0:{}s:8:\"cdn_zone\";a:0:{}s:16:\"cdn_reject_files\";a:0:{}s:14:\"wl_plugin_name\";s:9:\"WP Rocket\";s:13:\"wl_plugin_URI\";s:23:\"http://www.wp-rocket.me\";s:14:\"wl_description\";a:1:{i:0;s:38:\"The best WordPress performance plugin.\";}s:9:\"wl_author\";s:9:\"WP Rocket\";s:13:\"wl_author_URI\";s:23:\"http://www.wp-rocket.me\";s:10:\"minify_css\";i:0;s:9:\"minify_js\";i:0;s:16:\"deferred_js_wait\";a:0:{}s:14:\"wl_plugin_slug\";s:8:\"wprocket\";}','yes'),(3894,'_site_transient_timeout_browser_6629840e40e0f591f655cfeb55a6ea2c','1444269924','yes'),(3895,'_site_transient_browser_6629840e40e0f591f655cfeb55a6ea2c','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"45.0.2454.101\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(7702,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1448986052;s:8:\"response\";a:12:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.1.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.5.zip\";s:14:\"upgrade_notice\";s:78:\"Version 3.1.5 contains security fixes and is highly recommended for all users.\";s:10:\"autoupdate\";b:1;}s:43:\"better-font-awesome/better-font-awesome.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"49298\";s:4:\"slug\";s:19:\"better-font-awesome\";s:6:\"plugin\";s:43:\"better-font-awesome/better-font-awesome.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/better-font-awesome/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/better-font-awesome.1.4.3.zip\";s:14:\"upgrade_notice\";s:147:\"Fix: refactor JS to allow icon shortcode insertion button to work in all instances (ACF Flexible and Repeater fields, divi, Black Studio TinyMCE ).\";}s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"1283\";s:4:\"slug\";s:16:\"breadcrumb-navxt\";s:6:\"plugin\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:11:\"new_version\";s:5:\"5.3.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/breadcrumb-navxt/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/breadcrumb-navxt.5.3.0.zip\";s:14:\"upgrade_notice\";s:122:\"This version requires PHP5.3 or newer. This version adds in support for post type restricted archives (date and taxonomy).\";}s:24:\"buddypress/bp-loader.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:4:\"7756\";s:4:\"slug\";s:10:\"buddypress\";s:6:\"plugin\";s:24:\"buddypress/bp-loader.php\";s:11:\"new_version\";s:5:\"2.3.5\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/buddypress/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/buddypress.2.3.5.zip\";s:14:\"upgrade_notice\";s:78:\"Version 2.3.5 contains security fixes and is highly recommended for all users.\";s:10:\"autoupdate\";b:1;}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.3.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.3.1.zip\";}s:23:\"slider-image/slider.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"49075\";s:4:\"slug\";s:12:\"slider-image\";s:6:\"plugin\";s:23:\"slider-image/slider.php\";s:11:\"new_version\";s:5:\"2.9.9\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/slider-image/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/slider-image.2.9.9.zip\";}s:21:\"megamenu/megamenu.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"51496\";s:4:\"slug\";s:8:\"megamenu\";s:6:\"plugin\";s:21:\"megamenu/megamenu.php\";s:11:\"new_version\";s:5:\"1.9.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/megamenu/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/megamenu.1.9.1.zip\";}s:20:\"team-members/tmm.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"57082\";s:4:\"slug\";s:12:\"team-members\";s:6:\"plugin\";s:20:\"team-members/tmm.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/team-members/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/team-members.zip\";}s:43:\"the-events-calendar/the-events-calendar.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"11861\";s:4:\"slug\";s:19:\"the-events-calendar\";s:6:\"plugin\";s:43:\"the-events-calendar/the-events-calendar.php\";s:11:\"new_version\";s:6:\"3.12.6\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/the-events-calendar/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.6.zip\";}s:33:\"theme-my-login/theme-my-login.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"7109\";s:4:\"slug\";s:14:\"theme-my-login\";s:6:\"plugin\";s:33:\"theme-my-login/theme-my-login.php\";s:11:\"new_version\";s:5:\"6.4.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/theme-my-login/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/theme-my-login.6.4.1.zip\";}s:27:\"wp-pagenavi/wp-pagenavi.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"363\";s:4:\"slug\";s:11:\"wp-pagenavi\";s:6:\"plugin\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:11:\"new_version\";s:6:\"2.89.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-pagenavi/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-pagenavi.2.89.1.zip\";}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"5534\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:5:\"2.1.2\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-smushit.2.1.2.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:19:\"bbpress/bbpress.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"11780\";s:4:\"slug\";s:7:\"bbpress\";s:6:\"plugin\";s:19:\"bbpress/bbpress.php\";s:11:\"new_version\";s:5:\"2.5.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/bbpress/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.8.zip\";}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"1295\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:3:\"2.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/duplicate-post.2.6.zip\";s:14:\"upgrade_notice\";s:90:\"PHP 5.4 (Strict Standards) compatible + Fixed possible XSS and SQL injections + other bugs\";}s:45:\"enable-media-replace/enable-media-replace.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"8351\";s:4:\"slug\";s:20:\"enable-media-replace\";s:6:\"plugin\";s:45:\"enable-media-replace/enable-media-replace.php\";s:11:\"new_version\";s:5:\"3.0.3\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/enable-media-replace/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/enable-media-replace.zip\";}s:25:\"option-tree/ot-loader.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"13921\";s:4:\"slug\";s:11:\"option-tree\";s:6:\"plugin\";s:25:\"option-tree/ot-loader.php\";s:11:\"new_version\";s:5:\"2.5.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/option-tree/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/option-tree.2.5.5.zip\";}s:23:\"tag-pages/tag-pages.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"33188\";s:4:\"slug\";s:9:\"tag-pages\";s:6:\"plugin\";s:23:\"tag-pages/tag-pages.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/tag-pages/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/tag-pages.zip\";}s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"4884\";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.4\";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.4.zip\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"14975\";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.1\";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.1.zip\";}s:45:\"wp-admin-bar-removal/wp-admin-bar-removal.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"18320\";s:4:\"slug\";s:20:\"wp-admin-bar-removal\";s:6:\"plugin\";s:45:\"wp-admin-bar-removal/wp-admin-bar-removal.php\";s:11:\"new_version\";s:14:\"2014.0707.0383\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/wp-admin-bar-removal/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/wp-admin-bar-removal.2014.0707.0383.zip\";s:14:\"upgrade_notice\";s:252:\"Major Update [CERTIFIED] Disable WordPress Admin Bar and Toolbar and Remove Code Completely on WP 3.1+ or later for Minimal Memory Load, and Dashboard Speedup, with new Unified Coding Approach without loosing Logout and Network MultiSite functionality!\";}}}','yes'),(7699,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.1\";s:7:\"version\";s:5:\"4.3.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1448986045;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:2:{i:0;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:10:\"autoupdate\";b:1;}}}','yes'),(7700,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1448986053;s:7:\"checked\";a:4:{s:5:\"ethic\";s:3:\"1.0\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(6585,'_site_transient_timeout_browser_f8a099bca29aa2c619cac9ba4e343a6b','1448045814','yes'),(6586,'_site_transient_browser_f8a099bca29aa2c619cac9ba4e343a6b','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(6602,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1447484224','no'),(6603,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1447441024','no'),(6600,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1447484224','no'),(6601,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Nov 2015 18:46:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Your WordPress, Simplified.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5790@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12073@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"6743@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2646@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26907@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"28395@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"31973@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"51888@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"50539@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"49521@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26607@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"47509@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 13 Nov 2015 18:57:04 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Thu, 20 May 2010 17:42:45 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20150916234518\";}','no'),(3572,'_site_transient_timeout_available_translations','1443165869','yes'),(3573,'_site_transient_available_translations','a:65:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-12 20:42:00\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-17 10:33:13\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 04:19:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-09 10:05:26\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-19 16:06:28\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-17 08:27:02\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 22:30:30\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"4.3\";s:7:\"updated\";s:19:\"2015-08-18 18:40:22\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 19:47:01\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-23 09:30:59\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-25 13:32:40\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-17 08:31:03\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-20 17:24:34\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 10:29:52\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:59:46\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-08 17:47:38\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 11:59:17\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 02:31:31\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:59:51\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:45:19\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 06:57:09\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 02:24:55\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-18 11:28:59\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-17 09:46:56\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 17:16:31\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 14:10:42\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 05:50:57\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-12 08:09:24\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(2643,'installer_repositories_with_theme','a:1:{i:0;s:7:\"toolset\";}','yes'),(3647,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1443212413','yes'),(3648,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5223\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3269\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3204\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2734\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2503\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2001\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1906\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1836\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1787\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1769\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1738\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1728\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1621\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1419\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1357\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1299\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1207\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1165\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1150\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1021\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"975\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:3:\"942\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"932\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"896\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"865\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"853\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"806\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"791\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"767\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"743\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"738\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"736\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"695\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"687\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"682\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"669\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"649\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"645\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"640\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"639\";}}','yes'),(2639,'_site_transient_timeout_browser_51e5383ef3804ac31fc1703e62555604','1442988432','yes'),(2640,'_site_transient_browser_51e5383ef3804ac31fc1703e62555604','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"45.0.2454.85\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2648,'WPLANG','','yes'),(2662,'_transient_megamenu_css_zh-hans','#mega-menu-wrap-primary #mega-menu-primary ul, #mega-menu-wrap-primary #mega-menu-primary li, #mega-menu-wrap-primary #mega-menu-primary p, #mega-menu-wrap-primary #mega-menu-primary img, #mega-menu-wrap-primary #mega-menu-primary div, #mega-menu-wrap-primary #mega-menu-primary a {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n background: none;\n border: 0;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n margin: 0;\n opacity: 1;\n padding: 0;\n position: relative;\n right: auto;\n top: auto;\n bottom: auto;\n left: auto;\n text-align: left;\n text-transform: none;\n vertical-align: baseline;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n list-style-type: none;\n line-height: 1.7;\n box-sizing: border-box;\n float: none;\n overflow: visible;\n display: block;\n min-height: 0;\n -webkit-transition: none;\n -moz-transition: none;\n -o-transition: none;\n transition: none;\n text-decoration: none;\n width: auto;\n clip: auto;\n height: auto;\n outline: none;\n visibility: inherit;\n}\n#mega-menu-wrap-primary #mega-menu-primary ul:before, #mega-menu-wrap-primary #mega-menu-primary li:before, #mega-menu-wrap-primary #mega-menu-primary p:before, #mega-menu-wrap-primary #mega-menu-primary img:before, #mega-menu-wrap-primary #mega-menu-primary div:before, #mega-menu-wrap-primary #mega-menu-primary a:before, #mega-menu-wrap-primary #mega-menu-primary ul:after, #mega-menu-wrap-primary #mega-menu-primary li:after, #mega-menu-wrap-primary #mega-menu-primary p:after, #mega-menu-wrap-primary #mega-menu-primary img:after, #mega-menu-wrap-primary #mega-menu-primary div:after, #mega-menu-wrap-primary #mega-menu-primary a:after {\n display: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary table, #mega-menu-wrap-primary #mega-menu-primary td, #mega-menu-wrap-primary #mega-menu-primary tr, #mega-menu-wrap-primary #mega-menu-primary th {\n border: 0;\n margin: 0;\n padding: 0;\n background: none;\n}\n#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {\n -moz-transition: none;\n -o-transition: none;\n -webkit-transition: none;\n transition: none;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n background: none;\n border: 0;\n bottom: auto;\n box-sizing: border-box;\n clip: auto;\n color: #666;\n display: block;\n float: none;\n font-family: inherit;\n font-size: 14px;\n height: auto;\n left: auto;\n line-height: 1.7;\n list-style-type: none;\n margin: 0;\n min-height: 0;\n opacity: 1;\n outline: none;\n overflow: visible;\n padding: 0;\n position: relative;\n right: auto;\n text-align: left;\n text-decoration: none;\n text-transform: none;\n top: auto;\n vertical-align: baseline;\n visibility: inherit;\n width: auto;\n}\n#mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-primary {\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary {\n visibility: visible;\n text-align: left;\n padding: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {\n display: inline;\n}\n#mega-menu-wrap-primary #mega-menu-primary p {\n margin-bottom: 10px;\n}\n#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {\n max-width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {\n display: block;\n visibility: hidden;\n opacity: 1;\n}\n#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n visibility: visible;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^=\'dashicons\']:before {\n font-family: dashicons;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a.mega-menu-link {\n cursor: default;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n position: static;\n margin: 0 6px 0 0px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n color: inherit;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before {\n margin: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu {\n right: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {\n position: static;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {\n margin: 0 0px 0 0;\n display: inline-block;\n height: auto;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {\n float: right;\n margin: 0 0 0 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {\n background: rgba(51, 51, 51, 0);\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n outline: none;\n text-decoration: none;\n padding: 0px 10px 0px 10px;\n line-height: 40px;\n font-weight: normal;\n height: 40px;\n vertical-align: baseline;\n text-align: left;\n width: auto;\n display: block;\n color: #fff;\n text-transform: none;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n font-family: inherit;\n font-size: 14px;\n cursor: pointer;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {\n display: list-item;\n margin: 0;\n clear: both;\n border: 0;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {\n float: none;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {\n -webkit-border-radius: 0 0 0 0 0 0 0;\n -moz-border-radius: 0 0 0 0 0 0 0;\n -ms-border-radius: 0 0 0 0 0 0 0;\n -o-border-radius: 0 0 0 0 0 0 0;\n border-radius: 0 0 0 0 0 0 0;\n border: 0;\n margin: 0;\n line-height: 40px;\n height: 40px;\n padding: 0 10px;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n background: #f1f1f1;\n padding: 0px 0px 0px 0px;\n position: absolute;\n width: 100%;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n left: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n width: 25%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n width: 75%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n width: 20%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n width: 40%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n width: 60%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n width: 80%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n width: 25%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n width: 75%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n width: 100%;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n border: 0;\n padding: 10px;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n width: 50% !important;\n clear: none;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {\n clear: left;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {\n clear: both;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 20px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n display: block;\n float: left;\n clear: none;\n padding: 15px 15px 15px 15px;\n vertical-align: top;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n clear: left;\n /* Widget titles */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 5px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item hover */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n color: #555;\n font-weight: bold;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n /* Third level menu item */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n margin: 0;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n /* Third level menu item hover */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {\n z-index: 999;\n position: absolute;\n width: 300px;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n padding: 0px 0px 0px 0px;\n background: #f1f1f1;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n padding: 0;\n border: 0;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n clear: both;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n display: block;\n background: #f1f1f1;\n color: #666;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n padding: 0px 10px 0px 10px;\n line-height: 35px;\n text-decoration: none;\n text-transform: none;\n vertical-align: baseline;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {\n background: #ddd;\n font-weight: normal;\n text-decoration: none;\n color: #666;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: absolute;\n left: 100%;\n top: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: static;\n left: 0;\n width: 100%;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {\n padding-left: 20px;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n margin: 0 0 0 6px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n -webkit-transform: rotate(0);\n -moz-transform: rotate(0);\n -ms-transform: rotate(0);\n -o-transform: rotate(0);\n transform: rotate(0);\n color: inherit;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children a.mega-menu-link:after {\n float: right;\n }\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after {\n content: \'\\f142\';\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f139\';\n float: right;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: right;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: left;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: right;\n margin: 0 0 0 6px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: left;\n margin: 0 6px 0 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f141\';\n float: left;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n float: right;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n left: -100%;\n top: 0;\n}\n#mega-menu-wrap-primary .mega-menu-toggle {\n display: none;\n z-index: 1;\n cursor: pointer;\n text-align: right;\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 2px 2px 2px 2px;\n -moz-border-radius: 2px 2px 2px 2px;\n -ms-border-radius: 2px 2px 2px 2px;\n -o-border-radius: 2px 2px 2px 2px;\n border-radius: 2px 2px 2px 2px;\n line-height: 40px;\n height: 40px;\n color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary .mega-menu-toggle {\n display: block;\n }\n}\n#mega-menu-wrap-primary .mega-menu-toggle:before {\n content: \"\\f333\";\n font-family: \'dashicons\';\n font-size: 24px;\n margin: 0 5px;\n float: right;\n}\n#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:before {\n content: \"\\f153\";\n}\n#mega-menu-wrap-primary .mega-menu-toggle:after {\n content: \'MENU\';\n}\n#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {\n content: \"\";\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {\n display: none;\n }\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {\n display: none;\n visibility: visible;\n opacity: 1;\n }\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n display: block;\n }\n #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {\n display: block;\n }\n}\n#mega-menu-wrap-primary {\n clear: both;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left ul, #mega-menu-wrap-menu-left #mega-menu-menu-left li, #mega-menu-wrap-menu-left #mega-menu-menu-left p, #mega-menu-wrap-menu-left #mega-menu-menu-left img, #mega-menu-wrap-menu-left #mega-menu-menu-left div, #mega-menu-wrap-menu-left #mega-menu-menu-left a {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n background: none;\n border: 0;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n margin: 0;\n opacity: 1;\n padding: 0;\n position: relative;\n right: auto;\n top: auto;\n bottom: auto;\n left: auto;\n text-align: left;\n text-transform: none;\n vertical-align: baseline;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n list-style-type: none;\n line-height: 1.7;\n box-sizing: border-box;\n float: none;\n overflow: visible;\n display: block;\n min-height: 0;\n -webkit-transition: none;\n -moz-transition: none;\n -o-transition: none;\n transition: none;\n text-decoration: none;\n width: auto;\n clip: auto;\n height: auto;\n outline: none;\n visibility: inherit;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left ul:before, #mega-menu-wrap-menu-left #mega-menu-menu-left li:before, #mega-menu-wrap-menu-left #mega-menu-menu-left p:before, #mega-menu-wrap-menu-left #mega-menu-menu-left img:before, #mega-menu-wrap-menu-left #mega-menu-menu-left div:before, #mega-menu-wrap-menu-left #mega-menu-menu-left a:before, #mega-menu-wrap-menu-left #mega-menu-menu-left ul:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li:after, #mega-menu-wrap-menu-left #mega-menu-menu-left p:after, #mega-menu-wrap-menu-left #mega-menu-menu-left img:after, #mega-menu-wrap-menu-left #mega-menu-menu-left div:after, #mega-menu-wrap-menu-left #mega-menu-menu-left a:after {\n display: none;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left table, #mega-menu-wrap-menu-left #mega-menu-menu-left td, #mega-menu-wrap-menu-left #mega-menu-menu-left tr, #mega-menu-wrap-menu-left #mega-menu-menu-left th {\n border: 0;\n margin: 0;\n padding: 0;\n background: none;\n}\n#mega-menu-wrap-menu-left, #mega-menu-wrap-menu-left #mega-menu-menu-left, #mega-menu-wrap-menu-left #mega-menu-menu-left ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item, #mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link {\n -moz-transition: none;\n -o-transition: none;\n -webkit-transition: none;\n transition: none;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n background: none;\n border: 0;\n bottom: auto;\n box-sizing: border-box;\n clip: auto;\n color: #666;\n display: block;\n float: none;\n font-family: inherit;\n font-size: 14px;\n height: auto;\n left: auto;\n line-height: 1.7;\n list-style-type: none;\n margin: 0;\n min-height: 0;\n opacity: 1;\n outline: none;\n overflow: visible;\n padding: 0;\n position: relative;\n right: auto;\n text-align: left;\n text-decoration: none;\n text-transform: none;\n top: auto;\n vertical-align: baseline;\n visibility: inherit;\n width: auto;\n}\n#mega-menu-wrap-menu-left:before, #mega-menu-wrap-menu-left #mega-menu-menu-left:before, #mega-menu-wrap-menu-left #mega-menu-menu-left ul.mega-sub-menu:before, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item:before, #mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link:before, #mega-menu-wrap-menu-left:after, #mega-menu-wrap-menu-left #mega-menu-menu-left:after, #mega-menu-wrap-menu-left #mega-menu-menu-left ul.mega-sub-menu:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item:after, #mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-menu-left {\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left {\n visibility: visible;\n text-align: left;\n padding: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link {\n display: inline;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left p {\n margin-bottom: 10px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left input, #mega-menu-wrap-menu-left #mega-menu-menu-left img {\n max-width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item > ul.mega-sub-menu {\n display: block;\n visibility: hidden;\n opacity: 1;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n visibility: visible;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item a[class^=\'dashicons\']:before {\n font-family: dashicons;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-disable-link > a.mega-menu-link {\n cursor: default;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item a.mega-menu-link:before {\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n position: static;\n margin: 0 6px 0 0px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n color: inherit;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-hide-text a.mega-menu-link:before {\n margin: 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-right > ul.mega-sub-menu {\n right: 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu.mega-menu-item {\n position: static;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item {\n margin: 0 0px 0 0;\n display: inline-block;\n height: auto;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-item-align-right {\n float: right;\n margin: 0 0 0 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link:focus {\n background: rgba(51, 51, 51, 0);\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link {\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n outline: none;\n text-decoration: none;\n padding: 0px 10px 0px 10px;\n line-height: 40px;\n font-weight: normal;\n height: 40px;\n vertical-align: baseline;\n text-align: left;\n width: auto;\n display: block;\n color: #fff;\n text-transform: none;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n font-family: inherit;\n font-size: 14px;\n cursor: pointer;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item {\n display: list-item;\n margin: 0;\n clear: both;\n border: 0;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-item-align-right {\n float: none;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link {\n -webkit-border-radius: 0 0 0 0 0 0 0;\n -moz-border-radius: 0 0 0 0 0 0 0;\n -ms-border-radius: 0 0 0 0 0 0 0;\n -o-border-radius: 0 0 0 0 0 0 0;\n border-radius: 0 0 0 0 0 0 0;\n border: 0;\n margin: 0;\n line-height: 40px;\n height: 40px;\n padding: 0 10px;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n background: #f1f1f1;\n padding: 0px 0px 0px 0px;\n position: absolute;\n width: 100%;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n left: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n width: 25%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n width: 75%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n width: 20%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n width: 40%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n width: 60%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n width: 80%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n width: 25%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n width: 75%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n width: 100%;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n border: 0;\n padding: 10px;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n width: 50% !important;\n clear: none;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {\n clear: left;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {\n clear: both;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 20px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n display: block;\n float: left;\n clear: none;\n padding: 15px 15px 15px 15px;\n vertical-align: top;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n clear: left;\n /* Widget titles */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 5px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item hover */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n color: #555;\n font-weight: bold;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n /* Third level menu item */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n margin: 0;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n /* Third level menu item hover */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu {\n z-index: 999;\n position: absolute;\n width: 300px;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n padding: 0px 0px 0px 0px;\n background: #f1f1f1;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n padding: 0;\n border: 0;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n clear: both;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n display: block;\n background: #f1f1f1;\n color: #666;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n padding: 0px 10px 0px 10px;\n line-height: 35px;\n text-decoration: none;\n text-transform: none;\n vertical-align: baseline;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {\n background: #ddd;\n font-weight: normal;\n text-decoration: none;\n color: #666;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: absolute;\n left: 100%;\n top: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: static;\n left: 0;\n width: 100%;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {\n padding-left: 20px;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n margin: 0 0 0 6px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n -webkit-transform: rotate(0);\n -moz-transform: rotate(0);\n -ms-transform: rotate(0);\n -o-transform: rotate(0);\n transform: rotate(0);\n color: inherit;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children a.mega-menu-link:after {\n float: right;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after {\n content: \'\\f142\';\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f139\';\n float: right;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: right;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: left;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: right;\n margin: 0 0 0 6px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: left;\n margin: 0 6px 0 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f141\';\n float: left;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n float: right;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n left: -100%;\n top: 0;\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle {\n display: none;\n z-index: 1;\n cursor: pointer;\n text-align: right;\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 2px 2px 2px 2px;\n -moz-border-radius: 2px 2px 2px 2px;\n -ms-border-radius: 2px 2px 2px 2px;\n -o-border-radius: 2px 2px 2px 2px;\n border-radius: 2px 2px 2px 2px;\n line-height: 40px;\n height: 40px;\n color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left .mega-menu-toggle {\n display: block;\n }\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle:before {\n content: \"\\f333\";\n font-family: \'dashicons\';\n font-size: 24px;\n margin: 0 5px;\n float: right;\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open:before {\n content: \"\\f153\";\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle:after {\n content: \'MENU\';\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open:after {\n content: \"\";\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left {\n display: none;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item > ul.mega-sub-menu {\n display: none;\n visibility: visible;\n opacity: 1;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n display: block;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open + #mega-menu-menu-left {\n display: block;\n }\n}\n#mega-menu-wrap-menu-left {\n clear: both;\n}\n/** Wednesday 16th of September 2015 01:15:06 PM **/','yes'),(2663,'_site_transient_timeout_browser_49b343d156d7c510a4af2e0cb26f1288','1443014571','yes'),(2664,'_site_transient_browser_49b343d156d7c510a4af2e0cb26f1288','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"45.0.2454.85\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2708,'_transient_megamenu_css_ko','#mega-menu-wrap-primary #mega-menu-primary ul, #mega-menu-wrap-primary #mega-menu-primary li, #mega-menu-wrap-primary #mega-menu-primary p, #mega-menu-wrap-primary #mega-menu-primary img, #mega-menu-wrap-primary #mega-menu-primary div, #mega-menu-wrap-primary #mega-menu-primary a {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n background: none;\n border: 0;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n margin: 0;\n opacity: 1;\n padding: 0;\n position: relative;\n right: auto;\n top: auto;\n bottom: auto;\n left: auto;\n text-align: left;\n text-transform: none;\n vertical-align: baseline;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n list-style-type: none;\n line-height: 1.7;\n box-sizing: border-box;\n float: none;\n overflow: visible;\n display: block;\n min-height: 0;\n -webkit-transition: none;\n -moz-transition: none;\n -o-transition: none;\n transition: none;\n text-decoration: none;\n width: auto;\n clip: auto;\n height: auto;\n outline: none;\n visibility: inherit;\n}\n#mega-menu-wrap-primary #mega-menu-primary ul:before, #mega-menu-wrap-primary #mega-menu-primary li:before, #mega-menu-wrap-primary #mega-menu-primary p:before, #mega-menu-wrap-primary #mega-menu-primary img:before, #mega-menu-wrap-primary #mega-menu-primary div:before, #mega-menu-wrap-primary #mega-menu-primary a:before, #mega-menu-wrap-primary #mega-menu-primary ul:after, #mega-menu-wrap-primary #mega-menu-primary li:after, #mega-menu-wrap-primary #mega-menu-primary p:after, #mega-menu-wrap-primary #mega-menu-primary img:after, #mega-menu-wrap-primary #mega-menu-primary div:after, #mega-menu-wrap-primary #mega-menu-primary a:after {\n display: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary table, #mega-menu-wrap-primary #mega-menu-primary td, #mega-menu-wrap-primary #mega-menu-primary tr, #mega-menu-wrap-primary #mega-menu-primary th {\n border: 0;\n margin: 0;\n padding: 0;\n background: none;\n}\n#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {\n -moz-transition: none;\n -o-transition: none;\n -webkit-transition: none;\n transition: none;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n background: none;\n border: 0;\n bottom: auto;\n box-sizing: border-box;\n clip: auto;\n color: #666;\n display: block;\n float: none;\n font-family: inherit;\n font-size: 14px;\n height: auto;\n left: auto;\n line-height: 1.7;\n list-style-type: none;\n margin: 0;\n min-height: 0;\n opacity: 1;\n outline: none;\n overflow: visible;\n padding: 0;\n position: relative;\n right: auto;\n text-align: left;\n text-decoration: none;\n text-transform: none;\n top: auto;\n vertical-align: baseline;\n visibility: inherit;\n width: auto;\n}\n#mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-primary {\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary {\n visibility: visible;\n text-align: left;\n padding: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {\n display: inline;\n}\n#mega-menu-wrap-primary #mega-menu-primary p {\n margin-bottom: 10px;\n}\n#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {\n max-width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {\n display: block;\n visibility: hidden;\n opacity: 1;\n}\n#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n visibility: visible;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^=\'dashicons\']:before {\n font-family: dashicons;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a.mega-menu-link {\n cursor: default;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n position: static;\n margin: 0 6px 0 0px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n color: inherit;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before {\n margin: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu {\n right: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {\n position: static;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {\n margin: 0 0px 0 0;\n display: inline-block;\n height: auto;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {\n float: right;\n margin: 0 0 0 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {\n background: rgba(51, 51, 51, 0);\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n outline: none;\n text-decoration: none;\n padding: 0px 10px 0px 10px;\n line-height: 40px;\n font-weight: normal;\n height: 40px;\n vertical-align: baseline;\n text-align: left;\n width: auto;\n display: block;\n color: #fff;\n text-transform: none;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n font-family: inherit;\n font-size: 14px;\n cursor: pointer;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {\n display: list-item;\n margin: 0;\n clear: both;\n border: 0;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {\n float: none;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {\n -webkit-border-radius: 0 0 0 0 0 0 0;\n -moz-border-radius: 0 0 0 0 0 0 0;\n -ms-border-radius: 0 0 0 0 0 0 0;\n -o-border-radius: 0 0 0 0 0 0 0;\n border-radius: 0 0 0 0 0 0 0;\n border: 0;\n margin: 0;\n line-height: 40px;\n height: 40px;\n padding: 0 10px;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n background: #f1f1f1;\n padding: 0px 0px 0px 0px;\n position: absolute;\n width: 100%;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n left: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n width: 25%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n width: 75%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n width: 20%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n width: 40%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n width: 60%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n width: 80%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n width: 25%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n width: 75%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n width: 100%;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n border: 0;\n padding: 10px;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n width: 50% !important;\n clear: none;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {\n clear: left;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {\n clear: both;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 20px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n display: block;\n float: left;\n clear: none;\n padding: 15px 15px 15px 15px;\n vertical-align: top;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n clear: left;\n /* Widget titles */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 5px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item hover */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n color: #555;\n font-weight: bold;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n /* Third level menu item */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n margin: 0;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n /* Third level menu item hover */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {\n z-index: 999;\n position: absolute;\n width: 300px;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n padding: 0px 0px 0px 0px;\n background: #f1f1f1;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n padding: 0;\n border: 0;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n clear: both;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n display: block;\n background: #f1f1f1;\n color: #666;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n padding: 0px 10px 0px 10px;\n line-height: 35px;\n text-decoration: none;\n text-transform: none;\n vertical-align: baseline;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {\n background: #ddd;\n font-weight: normal;\n text-decoration: none;\n color: #666;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: absolute;\n left: 100%;\n top: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: static;\n left: 0;\n width: 100%;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {\n padding-left: 20px;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n margin: 0 0 0 6px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n -webkit-transform: rotate(0);\n -moz-transform: rotate(0);\n -ms-transform: rotate(0);\n -o-transform: rotate(0);\n transform: rotate(0);\n color: inherit;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children a.mega-menu-link:after {\n float: right;\n }\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after {\n content: \'\\f142\';\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f139\';\n float: right;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: right;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: left;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: right;\n margin: 0 0 0 6px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: left;\n margin: 0 6px 0 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f141\';\n float: left;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n float: right;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n left: -100%;\n top: 0;\n}\n#mega-menu-wrap-primary .mega-menu-toggle {\n display: none;\n z-index: 1;\n cursor: pointer;\n text-align: right;\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 2px 2px 2px 2px;\n -moz-border-radius: 2px 2px 2px 2px;\n -ms-border-radius: 2px 2px 2px 2px;\n -o-border-radius: 2px 2px 2px 2px;\n border-radius: 2px 2px 2px 2px;\n line-height: 40px;\n height: 40px;\n color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary .mega-menu-toggle {\n display: block;\n }\n}\n#mega-menu-wrap-primary .mega-menu-toggle:before {\n content: \"\\f333\";\n font-family: \'dashicons\';\n font-size: 24px;\n margin: 0 5px;\n float: right;\n}\n#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:before {\n content: \"\\f153\";\n}\n#mega-menu-wrap-primary .mega-menu-toggle:after {\n content: \'MENU\';\n}\n#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {\n content: \"\";\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {\n display: none;\n }\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {\n display: none;\n visibility: visible;\n opacity: 1;\n }\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n display: block;\n }\n #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {\n display: block;\n }\n}\n#mega-menu-wrap-primary {\n clear: both;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left ul, #mega-menu-wrap-menu-left #mega-menu-menu-left li, #mega-menu-wrap-menu-left #mega-menu-menu-left p, #mega-menu-wrap-menu-left #mega-menu-menu-left img, #mega-menu-wrap-menu-left #mega-menu-menu-left div, #mega-menu-wrap-menu-left #mega-menu-menu-left a {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n background: none;\n border: 0;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n margin: 0;\n opacity: 1;\n padding: 0;\n position: relative;\n right: auto;\n top: auto;\n bottom: auto;\n left: auto;\n text-align: left;\n text-transform: none;\n vertical-align: baseline;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n list-style-type: none;\n line-height: 1.7;\n box-sizing: border-box;\n float: none;\n overflow: visible;\n display: block;\n min-height: 0;\n -webkit-transition: none;\n -moz-transition: none;\n -o-transition: none;\n transition: none;\n text-decoration: none;\n width: auto;\n clip: auto;\n height: auto;\n outline: none;\n visibility: inherit;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left ul:before, #mega-menu-wrap-menu-left #mega-menu-menu-left li:before, #mega-menu-wrap-menu-left #mega-menu-menu-left p:before, #mega-menu-wrap-menu-left #mega-menu-menu-left img:before, #mega-menu-wrap-menu-left #mega-menu-menu-left div:before, #mega-menu-wrap-menu-left #mega-menu-menu-left a:before, #mega-menu-wrap-menu-left #mega-menu-menu-left ul:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li:after, #mega-menu-wrap-menu-left #mega-menu-menu-left p:after, #mega-menu-wrap-menu-left #mega-menu-menu-left img:after, #mega-menu-wrap-menu-left #mega-menu-menu-left div:after, #mega-menu-wrap-menu-left #mega-menu-menu-left a:after {\n display: none;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left table, #mega-menu-wrap-menu-left #mega-menu-menu-left td, #mega-menu-wrap-menu-left #mega-menu-menu-left tr, #mega-menu-wrap-menu-left #mega-menu-menu-left th {\n border: 0;\n margin: 0;\n padding: 0;\n background: none;\n}\n#mega-menu-wrap-menu-left, #mega-menu-wrap-menu-left #mega-menu-menu-left, #mega-menu-wrap-menu-left #mega-menu-menu-left ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item, #mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link {\n -moz-transition: none;\n -o-transition: none;\n -webkit-transition: none;\n transition: none;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n background: none;\n border: 0;\n bottom: auto;\n box-sizing: border-box;\n clip: auto;\n color: #666;\n display: block;\n float: none;\n font-family: inherit;\n font-size: 14px;\n height: auto;\n left: auto;\n line-height: 1.7;\n list-style-type: none;\n margin: 0;\n min-height: 0;\n opacity: 1;\n outline: none;\n overflow: visible;\n padding: 0;\n position: relative;\n right: auto;\n text-align: left;\n text-decoration: none;\n text-transform: none;\n top: auto;\n vertical-align: baseline;\n visibility: inherit;\n width: auto;\n}\n#mega-menu-wrap-menu-left:before, #mega-menu-wrap-menu-left #mega-menu-menu-left:before, #mega-menu-wrap-menu-left #mega-menu-menu-left ul.mega-sub-menu:before, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item:before, #mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link:before, #mega-menu-wrap-menu-left:after, #mega-menu-wrap-menu-left #mega-menu-menu-left:after, #mega-menu-wrap-menu-left #mega-menu-menu-left ul.mega-sub-menu:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item:after, #mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-menu-left {\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left {\n visibility: visible;\n text-align: left;\n padding: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link {\n display: inline;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left p {\n margin-bottom: 10px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left input, #mega-menu-wrap-menu-left #mega-menu-menu-left img {\n max-width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item > ul.mega-sub-menu {\n display: block;\n visibility: hidden;\n opacity: 1;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n visibility: visible;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item a[class^=\'dashicons\']:before {\n font-family: dashicons;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-disable-link > a.mega-menu-link {\n cursor: default;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item a.mega-menu-link:before {\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n position: static;\n margin: 0 6px 0 0px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n color: inherit;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-hide-text a.mega-menu-link:before {\n margin: 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-right > ul.mega-sub-menu {\n right: 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu.mega-menu-item {\n position: static;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item {\n margin: 0 0px 0 0;\n display: inline-block;\n height: auto;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-item-align-right {\n float: right;\n margin: 0 0 0 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link:focus {\n background: rgba(51, 51, 51, 0);\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link {\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n outline: none;\n text-decoration: none;\n padding: 0px 10px 0px 10px;\n line-height: 40px;\n font-weight: normal;\n height: 40px;\n vertical-align: baseline;\n text-align: left;\n width: auto;\n display: block;\n color: #fff;\n text-transform: none;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n font-family: inherit;\n font-size: 14px;\n cursor: pointer;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item {\n display: list-item;\n margin: 0;\n clear: both;\n border: 0;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-item-align-right {\n float: none;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link {\n -webkit-border-radius: 0 0 0 0 0 0 0;\n -moz-border-radius: 0 0 0 0 0 0 0;\n -ms-border-radius: 0 0 0 0 0 0 0;\n -o-border-radius: 0 0 0 0 0 0 0;\n border-radius: 0 0 0 0 0 0 0;\n border: 0;\n margin: 0;\n line-height: 40px;\n height: 40px;\n padding: 0 10px;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n background: #f1f1f1;\n padding: 0px 0px 0px 0px;\n position: absolute;\n width: 100%;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n left: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n width: 25%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n width: 75%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n width: 20%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n width: 40%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n width: 60%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n width: 80%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n width: 25%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n width: 75%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n width: 100%;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n border: 0;\n padding: 10px;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n width: 50% !important;\n clear: none;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {\n clear: left;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {\n clear: both;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 20px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n display: block;\n float: left;\n clear: none;\n padding: 15px 15px 15px 15px;\n vertical-align: top;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n clear: left;\n /* Widget titles */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 5px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item hover */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n color: #555;\n font-weight: bold;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n /* Third level menu item */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n margin: 0;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n /* Third level menu item hover */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu {\n z-index: 999;\n position: absolute;\n width: 300px;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n padding: 0px 0px 0px 0px;\n background: #f1f1f1;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n padding: 0;\n border: 0;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n clear: both;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n display: block;\n background: #f1f1f1;\n color: #666;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n padding: 0px 10px 0px 10px;\n line-height: 35px;\n text-decoration: none;\n text-transform: none;\n vertical-align: baseline;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {\n background: #ddd;\n font-weight: normal;\n text-decoration: none;\n color: #666;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: absolute;\n left: 100%;\n top: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: static;\n left: 0;\n width: 100%;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {\n padding-left: 20px;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n margin: 0 0 0 6px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n -webkit-transform: rotate(0);\n -moz-transform: rotate(0);\n -ms-transform: rotate(0);\n -o-transform: rotate(0);\n transform: rotate(0);\n color: inherit;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children a.mega-menu-link:after {\n float: right;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after {\n content: \'\\f142\';\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f139\';\n float: right;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: right;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: left;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: right;\n margin: 0 0 0 6px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: left;\n margin: 0 6px 0 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f141\';\n float: left;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n float: right;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n left: -100%;\n top: 0;\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle {\n display: none;\n z-index: 1;\n cursor: pointer;\n text-align: right;\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 2px 2px 2px 2px;\n -moz-border-radius: 2px 2px 2px 2px;\n -ms-border-radius: 2px 2px 2px 2px;\n -o-border-radius: 2px 2px 2px 2px;\n border-radius: 2px 2px 2px 2px;\n line-height: 40px;\n height: 40px;\n color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left .mega-menu-toggle {\n display: block;\n }\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle:before {\n content: \"\\f333\";\n font-family: \'dashicons\';\n font-size: 24px;\n margin: 0 5px;\n float: right;\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open:before {\n content: \"\\f153\";\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle:after {\n content: \'MENU\';\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open:after {\n content: \"\";\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left {\n display: none;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item > ul.mega-sub-menu {\n display: none;\n visibility: visible;\n opacity: 1;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n display: block;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open + #mega-menu-menu-left {\n display: block;\n }\n}\n#mega-menu-wrap-menu-left {\n clear: both;\n}\n/** Wednesday 16th of September 2015 05:59:36 PM **/','yes'),(2711,'_transient_megamenu_css_ja','#mega-menu-wrap-primary #mega-menu-primary ul, #mega-menu-wrap-primary #mega-menu-primary li, #mega-menu-wrap-primary #mega-menu-primary p, #mega-menu-wrap-primary #mega-menu-primary img, #mega-menu-wrap-primary #mega-menu-primary div, #mega-menu-wrap-primary #mega-menu-primary a {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n background: none;\n border: 0;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n margin: 0;\n opacity: 1;\n padding: 0;\n position: relative;\n right: auto;\n top: auto;\n bottom: auto;\n left: auto;\n text-align: left;\n text-transform: none;\n vertical-align: baseline;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n list-style-type: none;\n line-height: 1.7;\n box-sizing: border-box;\n float: none;\n overflow: visible;\n display: block;\n min-height: 0;\n -webkit-transition: none;\n -moz-transition: none;\n -o-transition: none;\n transition: none;\n text-decoration: none;\n width: auto;\n clip: auto;\n height: auto;\n outline: none;\n visibility: inherit;\n}\n#mega-menu-wrap-primary #mega-menu-primary ul:before, #mega-menu-wrap-primary #mega-menu-primary li:before, #mega-menu-wrap-primary #mega-menu-primary p:before, #mega-menu-wrap-primary #mega-menu-primary img:before, #mega-menu-wrap-primary #mega-menu-primary div:before, #mega-menu-wrap-primary #mega-menu-primary a:before, #mega-menu-wrap-primary #mega-menu-primary ul:after, #mega-menu-wrap-primary #mega-menu-primary li:after, #mega-menu-wrap-primary #mega-menu-primary p:after, #mega-menu-wrap-primary #mega-menu-primary img:after, #mega-menu-wrap-primary #mega-menu-primary div:after, #mega-menu-wrap-primary #mega-menu-primary a:after {\n display: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary table, #mega-menu-wrap-primary #mega-menu-primary td, #mega-menu-wrap-primary #mega-menu-primary tr, #mega-menu-wrap-primary #mega-menu-primary th {\n border: 0;\n margin: 0;\n padding: 0;\n background: none;\n}\n#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {\n -moz-transition: none;\n -o-transition: none;\n -webkit-transition: none;\n transition: none;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n background: none;\n border: 0;\n bottom: auto;\n box-sizing: border-box;\n clip: auto;\n color: #666;\n display: block;\n float: none;\n font-family: inherit;\n font-size: 14px;\n height: auto;\n left: auto;\n line-height: 1.7;\n list-style-type: none;\n margin: 0;\n min-height: 0;\n opacity: 1;\n outline: none;\n overflow: visible;\n padding: 0;\n position: relative;\n right: auto;\n text-align: left;\n text-decoration: none;\n text-transform: none;\n top: auto;\n vertical-align: baseline;\n visibility: inherit;\n width: auto;\n}\n#mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-primary {\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary {\n visibility: visible;\n text-align: left;\n padding: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {\n display: inline;\n}\n#mega-menu-wrap-primary #mega-menu-primary p {\n margin-bottom: 10px;\n}\n#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {\n max-width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {\n display: block;\n visibility: hidden;\n opacity: 1;\n}\n#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n visibility: visible;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^=\'dashicons\']:before {\n font-family: dashicons;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a.mega-menu-link {\n cursor: default;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n position: static;\n margin: 0 6px 0 0px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n color: inherit;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before {\n margin: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu {\n right: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {\n position: static;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {\n margin: 0 0px 0 0;\n display: inline-block;\n height: auto;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {\n float: right;\n margin: 0 0 0 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {\n background: rgba(51, 51, 51, 0);\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n outline: none;\n text-decoration: none;\n padding: 0px 10px 0px 10px;\n line-height: 40px;\n font-weight: normal;\n height: 40px;\n vertical-align: baseline;\n text-align: left;\n width: auto;\n display: block;\n color: #fff;\n text-transform: none;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n font-family: inherit;\n font-size: 14px;\n cursor: pointer;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {\n display: list-item;\n margin: 0;\n clear: both;\n border: 0;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {\n float: none;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {\n -webkit-border-radius: 0 0 0 0 0 0 0;\n -moz-border-radius: 0 0 0 0 0 0 0;\n -ms-border-radius: 0 0 0 0 0 0 0;\n -o-border-radius: 0 0 0 0 0 0 0;\n border-radius: 0 0 0 0 0 0 0;\n border: 0;\n margin: 0;\n line-height: 40px;\n height: 40px;\n padding: 0 10px;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n background: #f1f1f1;\n padding: 0px 0px 0px 0px;\n position: absolute;\n width: 100%;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n left: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n width: 25%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n width: 75%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n width: 20%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n width: 40%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n width: 60%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n width: 80%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n width: 25%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n width: 75%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n width: 100%;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n border: 0;\n padding: 10px;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n width: 50% !important;\n clear: none;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {\n clear: left;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {\n clear: both;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 20px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n display: block;\n float: left;\n clear: none;\n padding: 15px 15px 15px 15px;\n vertical-align: top;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n clear: left;\n /* Widget titles */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 5px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item hover */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n color: #555;\n font-weight: bold;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n /* Third level menu item */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n margin: 0;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n /* Third level menu item hover */\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {\n z-index: 999;\n position: absolute;\n width: 300px;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n padding: 0px 0px 0px 0px;\n background: #f1f1f1;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n padding: 0;\n border: 0;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n clear: both;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n display: block;\n background: #f1f1f1;\n color: #666;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n padding: 0px 10px 0px 10px;\n line-height: 35px;\n text-decoration: none;\n text-transform: none;\n vertical-align: baseline;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {\n background: #ddd;\n font-weight: normal;\n text-decoration: none;\n color: #666;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: absolute;\n left: 100%;\n top: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: static;\n left: 0;\n width: 100%;\n }\n #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {\n padding-left: 20px;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n margin: 0 0 0 6px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n -webkit-transform: rotate(0);\n -moz-transform: rotate(0);\n -ms-transform: rotate(0);\n -o-transform: rotate(0);\n transform: rotate(0);\n color: inherit;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children a.mega-menu-link:after {\n float: right;\n }\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after {\n content: \'\\f142\';\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f139\';\n float: right;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: right;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: left;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: right;\n margin: 0 0 0 6px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: left;\n margin: 0 6px 0 0;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f141\';\n float: left;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n float: right;\n }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n left: -100%;\n top: 0;\n}\n#mega-menu-wrap-primary .mega-menu-toggle {\n display: none;\n z-index: 1;\n cursor: pointer;\n text-align: right;\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 2px 2px 2px 2px;\n -moz-border-radius: 2px 2px 2px 2px;\n -ms-border-radius: 2px 2px 2px 2px;\n -o-border-radius: 2px 2px 2px 2px;\n border-radius: 2px 2px 2px 2px;\n line-height: 40px;\n height: 40px;\n color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary .mega-menu-toggle {\n display: block;\n }\n}\n#mega-menu-wrap-primary .mega-menu-toggle:before {\n content: \"\\f333\";\n font-family: \'dashicons\';\n font-size: 24px;\n margin: 0 5px;\n float: right;\n}\n#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:before {\n content: \"\\f153\";\n}\n#mega-menu-wrap-primary .mega-menu-toggle:after {\n content: \'MENU\';\n}\n#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {\n content: \"\";\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {\n display: none;\n }\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {\n display: none;\n visibility: visible;\n opacity: 1;\n }\n #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n display: block;\n }\n #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {\n display: block;\n }\n}\n#mega-menu-wrap-primary {\n clear: both;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left ul, #mega-menu-wrap-menu-left #mega-menu-menu-left li, #mega-menu-wrap-menu-left #mega-menu-menu-left p, #mega-menu-wrap-menu-left #mega-menu-menu-left img, #mega-menu-wrap-menu-left #mega-menu-menu-left div, #mega-menu-wrap-menu-left #mega-menu-menu-left a {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n background: none;\n border: 0;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n margin: 0;\n opacity: 1;\n padding: 0;\n position: relative;\n right: auto;\n top: auto;\n bottom: auto;\n left: auto;\n text-align: left;\n text-transform: none;\n vertical-align: baseline;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n list-style-type: none;\n line-height: 1.7;\n box-sizing: border-box;\n float: none;\n overflow: visible;\n display: block;\n min-height: 0;\n -webkit-transition: none;\n -moz-transition: none;\n -o-transition: none;\n transition: none;\n text-decoration: none;\n width: auto;\n clip: auto;\n height: auto;\n outline: none;\n visibility: inherit;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left ul:before, #mega-menu-wrap-menu-left #mega-menu-menu-left li:before, #mega-menu-wrap-menu-left #mega-menu-menu-left p:before, #mega-menu-wrap-menu-left #mega-menu-menu-left img:before, #mega-menu-wrap-menu-left #mega-menu-menu-left div:before, #mega-menu-wrap-menu-left #mega-menu-menu-left a:before, #mega-menu-wrap-menu-left #mega-menu-menu-left ul:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li:after, #mega-menu-wrap-menu-left #mega-menu-menu-left p:after, #mega-menu-wrap-menu-left #mega-menu-menu-left img:after, #mega-menu-wrap-menu-left #mega-menu-menu-left div:after, #mega-menu-wrap-menu-left #mega-menu-menu-left a:after {\n display: none;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left table, #mega-menu-wrap-menu-left #mega-menu-menu-left td, #mega-menu-wrap-menu-left #mega-menu-menu-left tr, #mega-menu-wrap-menu-left #mega-menu-menu-left th {\n border: 0;\n margin: 0;\n padding: 0;\n background: none;\n}\n#mega-menu-wrap-menu-left, #mega-menu-wrap-menu-left #mega-menu-menu-left, #mega-menu-wrap-menu-left #mega-menu-menu-left ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item, #mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link {\n -moz-transition: none;\n -o-transition: none;\n -webkit-transition: none;\n transition: none;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n -ms-box-shadow: none;\n -o-box-shadow: none;\n box-shadow: none;\n background: none;\n border: 0;\n bottom: auto;\n box-sizing: border-box;\n clip: auto;\n color: #666;\n display: block;\n float: none;\n font-family: inherit;\n font-size: 14px;\n height: auto;\n left: auto;\n line-height: 1.7;\n list-style-type: none;\n margin: 0;\n min-height: 0;\n opacity: 1;\n outline: none;\n overflow: visible;\n padding: 0;\n position: relative;\n right: auto;\n text-align: left;\n text-decoration: none;\n text-transform: none;\n top: auto;\n vertical-align: baseline;\n visibility: inherit;\n width: auto;\n}\n#mega-menu-wrap-menu-left:before, #mega-menu-wrap-menu-left #mega-menu-menu-left:before, #mega-menu-wrap-menu-left #mega-menu-menu-left ul.mega-sub-menu:before, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item:before, #mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link:before, #mega-menu-wrap-menu-left:after, #mega-menu-wrap-menu-left #mega-menu-menu-left:after, #mega-menu-wrap-menu-left #mega-menu-menu-left ul.mega-sub-menu:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item:after, #mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-menu-left {\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left {\n visibility: visible;\n text-align: left;\n padding: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left a.mega-menu-link {\n display: inline;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left p {\n margin-bottom: 10px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left input, #mega-menu-wrap-menu-left #mega-menu-menu-left img {\n max-width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item > ul.mega-sub-menu {\n display: block;\n visibility: hidden;\n opacity: 1;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n visibility: visible;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item a[class^=\'dashicons\']:before {\n font-family: dashicons;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-disable-link > a.mega-menu-link {\n cursor: default;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item a.mega-menu-link:before {\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n position: static;\n margin: 0 6px 0 0px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n color: inherit;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item.mega-hide-text a.mega-menu-link:before {\n margin: 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-right > ul.mega-sub-menu {\n right: 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {\n -webkit-border-radius: 0px 0px 0 0;\n -moz-border-radius: 0px 0px 0 0;\n -ms-border-radius: 0px 0px 0 0;\n -o-border-radius: 0px 0px 0 0;\n border-radius: 0px 0px 0 0;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu.mega-menu-item {\n position: static;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item {\n margin: 0 0px 0 0;\n display: inline-block;\n height: auto;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-item-align-right {\n float: right;\n margin: 0 0 0 0px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link:focus {\n background: rgba(51, 51, 51, 0);\n color: #fff;\n font-weight: normal;\n text-decoration: none;\n border-color: #fff;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link {\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n outline: none;\n text-decoration: none;\n padding: 0px 10px 0px 10px;\n line-height: 40px;\n font-weight: normal;\n height: 40px;\n vertical-align: baseline;\n text-align: left;\n width: auto;\n display: block;\n color: #fff;\n text-transform: none;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n font-family: inherit;\n font-size: 14px;\n cursor: pointer;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item {\n display: list-item;\n margin: 0;\n clear: both;\n border: 0;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-item-align-right {\n float: none;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link {\n -webkit-border-radius: 0 0 0 0 0 0 0;\n -moz-border-radius: 0 0 0 0 0 0 0;\n -ms-border-radius: 0 0 0 0 0 0 0;\n -o-border-radius: 0 0 0 0 0 0 0;\n border-radius: 0 0 0 0 0 0 0;\n border: 0;\n margin: 0;\n line-height: 40px;\n height: 40px;\n padding: 0 10px;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n z-index: 999;\n -webkit-border-radius: 0px 0px 0px 0px;\n -moz-border-radius: 0px 0px 0px 0px;\n -ms-border-radius: 0px 0px 0px 0px;\n -o-border-radius: 0px 0px 0px 0px;\n border-radius: 0px 0px 0px 0px;\n background: #f1f1f1;\n padding: 0px 0px 0px 0px;\n position: absolute;\n width: 100%;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n left: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n width: 33.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n width: 66.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n width: 25%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n width: 75%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n width: 20%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n width: 40%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n width: 60%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n width: 80%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n width: 16.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n width: 33.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n width: 66.66667%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n width: 83.33333%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n width: 14.28571%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n width: 28.57143%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n width: 42.85714%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n width: 57.14286%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n width: 71.42857%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n width: 85.71429%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n width: 100%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n width: 12.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n width: 25%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n width: 37.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n width: 50%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n width: 62.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n width: 75%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n width: 87.5%;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n width: 100%;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu {\n border: 0;\n padding: 10px;\n -webkit-border-radius: 0 0 0 0;\n -moz-border-radius: 0 0 0 0;\n -ms-border-radius: 0 0 0 0;\n -o-border-radius: 0 0 0 0;\n border-radius: 0 0 0 0;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n width: 50% !important;\n clear: none;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {\n clear: left;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {\n clear: both;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 10px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n margin-left: 20px;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n display: block;\n float: left;\n clear: none;\n padding: 15px 15px 15px 15px;\n vertical-align: top;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n clear: left;\n /* Widget titles */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 5px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n color: #555;\n font-family: inherit;\n font-size: 16px;\n text-transform: uppercase;\n text-decoration: none;\n font-weight: bold;\n margin: 0px 0px 0px 0px;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n border-top: 0px solid #555;\n border-left: 0px solid #555;\n border-right: 0px solid #555;\n border-bottom: 0px solid #555;\n /* Second level menu item hover */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n color: #555;\n font-weight: bold;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n /* Third level menu item */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {\n color: #666;\n font-family: inherit;\n font-size: 14px;\n text-transform: none;\n text-decoration: none;\n font-weight: normal;\n margin: 0;\n padding: 0px 0px 0px 0px;\n vertical-align: top;\n display: block;\n /* Third level menu item hover */\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {\n color: #666;\n font-weight: normal;\n text-decoration: none;\n background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu {\n z-index: 999;\n position: absolute;\n width: 300px;\n border-top: 0px solid #fff;\n border-left: 0px solid #fff;\n border-right: 0px solid #fff;\n border-bottom: 0px solid #fff;\n padding: 0px 0px 0px 0px;\n background: #f1f1f1;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu {\n float: left;\n position: static;\n width: 100% !important;\n padding: 0;\n border: 0;\n }\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n clear: both;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n display: block;\n background: #f1f1f1;\n color: #666;\n font-family: inherit;\n font-size: 14px;\n font-weight: normal;\n padding: 0px 10px 0px 10px;\n line-height: 35px;\n text-decoration: none;\n text-transform: none;\n vertical-align: baseline;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {\n background: #ddd;\n font-weight: normal;\n text-decoration: none;\n color: #666;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: absolute;\n left: 100%;\n top: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n position: static;\n left: 0;\n width: 100%;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {\n padding-left: 20px;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n display: inline-block;\n font: inherit;\n font-family: dashicons;\n margin: 0 0 0 6px;\n vertical-align: top;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n -webkit-transform: rotate(0);\n -moz-transform: rotate(0);\n -ms-transform: rotate(0);\n -o-transform: rotate(0);\n transform: rotate(0);\n color: inherit;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children a.mega-menu-link:after {\n float: right;\n }\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after {\n content: \'\\f142\';\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after {\n display: none;\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f139\';\n float: right;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: right;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n text-align: left;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: right;\n margin: 0 0 0 6px;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n float: left;\n margin: 0 6px 0 0;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f141\';\n float: left;\n margin: 0;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {\n content: \'\\f140\';\n float: right;\n }\n}\n#mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n left: -100%;\n top: 0;\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle {\n display: none;\n z-index: 1;\n cursor: pointer;\n text-align: right;\n background: rgba(34, 34, 34, 0);\n -webkit-border-radius: 2px 2px 2px 2px;\n -moz-border-radius: 2px 2px 2px 2px;\n -ms-border-radius: 2px 2px 2px 2px;\n -o-border-radius: 2px 2px 2px 2px;\n border-radius: 2px 2px 2px 2px;\n line-height: 40px;\n height: 40px;\n color: #fff;\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left .mega-menu-toggle {\n display: block;\n }\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle:before {\n content: \"\\f333\";\n font-family: \'dashicons\';\n font-size: 24px;\n margin: 0 5px;\n float: right;\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open:before {\n content: \"\\f153\";\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle:after {\n content: \'MENU\';\n}\n#mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open:after {\n content: \"\";\n}\n@media only screen and (max-width: 600px) {\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left {\n display: none;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item > ul.mega-sub-menu {\n display: none;\n visibility: visible;\n opacity: 1;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-left .mega-menu-toggle + #mega-menu-menu-left li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n display: block;\n }\n #mega-menu-wrap-menu-left .mega-menu-toggle.mega-menu-open + #mega-menu-menu-left {\n display: block;\n }\n}\n#mega-menu-wrap-menu-left {\n clear: both;\n}\n/** Wednesday 16th of September 2015 07:04:51 PM **/','yes'),(3102,'_transient_timeout_feed_696c5cae47c2819ede33327da4ef81e5','1442897369','no'),(3103,'_transient_feed_696c5cae47c2819ede33327da4ef81e5','a:4:{s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"feed\";a:1:{i:0;a:6:{s:4:\"data\";s:21:\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:1:{s:36:\"http://www.w3.org/XML/1998/namespace\";a:1:{s:4:\"lang\";s:2:\"en\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-Optimize\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jekyll\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:33:\"https://github.com/mojombo/jekyll\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:43:\"http://wp-optimize.ruhanirabin.com/feed.xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:35:\"http://wp-optimize.ruhanirabin.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:7:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2015-06-23T15:11:53+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://wp-optimize.ruhanirabin.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:10:\"\n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ruhani Rabin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:3:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://wp-optimize.ruhanirabin.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:5:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"get@email.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}}s:5:\"entry\";a:4:{i:0;a:6:{s:4:\"data\";s:25:\"\n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"What\'s new in release v.1.8.9.10\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:79:\"http://wp-optimize.ruhanirabin.com/whats-new-in-release-v-dot-1-8-dot-9-dot-10/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wp-optimize.ruhanirabin.com/whats-new-in-release-v-dot-1-8-dot-9-dot-10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:7:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"2015-05-13 23:06:06 +0000T00:00:00-00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:9:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2015-05-12T00:00:00+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:18:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ruhani Rabin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:3:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://wp-optimize.ruhanirabin.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:5:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"get@email.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}}s:7:\"content\";a:1:{i:0;a:5:{s:4:\"data\";s:847:\"<p>There are a lot of stuff that has been re-coded in this release. </p>\n\n<h3 id=\"most-notable-changes-are\">Most notable changes are:</h3>\n\n<h2 id=\"section\">1.8.9.10</h2>\n<ol>\n <li>Security Patch - Update your plugin.</li>\n <li>Security Patch provided by Dion at WordPress.org and Security report provided by http://planetzuda.com .</li>\n <li>Language files update</li>\n</ol>\n\n<h2 id=\"section-1\">1.8.9.8</h2>\n<ol>\n <li>Daily Schedule Option Added</li>\n <li>Email notification on automatic optimization, default email is admin email address. You can change this in settings</li>\n</ol>\n\n <p><a href=\"http://wp-optimize.ruhanirabin.com/whats-new-in-release-v-dot-1-8-dot-9-dot-10/\">What\'s new in release v.1.8.9.10</a> was originally published by Ruhani Rabin at <a href=\"http://wp-optimize.ruhanirabin.com\">WP-Optimize</a> on May 12, 2015.</p>\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}i:1;a:6:{s:4:\"data\";s:22:\"\n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"URGENT BugFix: 1.8.9.7\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:57:\"http://wp-optimize.ruhanirabin.com/urgent-bugfix-1-8-9-7/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wp-optimize.ruhanirabin.com/urgent-bugfix-1-8-9-7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:9:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2014-09-08T10:19:26+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:7:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2014-09-08T10:19:26+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:18:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ruhani Rabin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:3:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://wp-optimize.ruhanirabin.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:5:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"get@email.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}}s:7:\"content\";a:1:{i:0;a:5:{s:4:\"data\";s:1496:\"<p>Just after releasing the previous update with new changes; I have noticed that the <strong>Disable/Enable trackback/comments buttons</strong> on the setting screen causing the <strong>AUTO SCHEDULE</strong> option to reset itself. </p>\n\n<p>In fact, executing any of the <strong>Disable/Enable trackback/comments buttons</strong> will disable the <strong>AUTO SCHEDULE</strong> option, ==you will still be able to enable it by clicking the checkbox==. </p>\n\n<p><img src=\"http://wp-optimize.ruhanirabin.com/images/enable-disable-trackback-comments-update2.png\" alt=\"Image\" /></p>\n\n<p><em>I’ve made the _necessary changes_ and re-organize the Settings Screen so this does not happen again. Refer to the new screen above.</em></p>\n\n<h2 id=\"how-does-the-new-screen-work\">How does the new screen work?</h2>\n<ol>\n <li>If you want to disable or enable trackbacks and comments, select the dropdown list for each of them. </li>\n <li>Press <strong>SAVE SETTINGS</strong>, it will enable or disable the corresponding feature such as Trackbacks and Comments.</li>\n <li><strong>This only reflects the ==published posts==</strong>, the reason of doing that is - ==Drafts or unpublished post you may choose to enable comments or trackbacks, it is up to you.== </li>\n</ol>\n\n <p><a href=\"http://wp-optimize.ruhanirabin.com/urgent-bugfix-1-8-9-7/\">URGENT BugFix: 1.8.9.7</a> was originally published by Ruhani Rabin at <a href=\"http://wp-optimize.ruhanirabin.com\">WP-Optimize</a> on September 08, 2014.</p>\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}i:2;a:6:{s:4:\"data\";s:22:\"\n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Changes in v1.8.9.6\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:55:\"http://wp-optimize.ruhanirabin.com/changes-in-v1-8-9-6/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wp-optimize.ruhanirabin.com/changes-in-v1-8-9-6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:9:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2014-09-04T11:21:19+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:7:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2014-09-04T11:21:19+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:18:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ruhani Rabin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:3:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://wp-optimize.ruhanirabin.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:5:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"get@email.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}}s:7:\"content\";a:1:{i:0;a:5:{s:4:\"data\";s:925:\"<h3 id=\"whats-changed\">What’s changed</h3>\n<p><img src=\"http://wp-optimize.ruhanirabin.com/images/enable-disable-trackbacks.png\" alt=\"Image\" /></p>\n\n<ol>\n <li>There were few <strong>number formatting problem</strong> and detection of InnoDB table format. Charles Dee Rice solved the problems that I missed out. Thank you!</li>\n <li>Now has the ability to batch <strong>enable/disable trackbacks and comments</strong> for <strong><em>all your published posts</em></strong>. Please remember this is a batch operation. If there is a post that was disabled but the rest of the other posts were enabled, the batch operation will reset it. </li>\n <li>Other code optimizations and cleanup</li>\n</ol>\n\n <p><a href=\"http://wp-optimize.ruhanirabin.com/changes-in-v1-8-9-6/\">Changes in v1.8.9.6</a> was originally published by Ruhani Rabin at <a href=\"http://wp-optimize.ruhanirabin.com\">WP-Optimize</a> on September 04, 2014.</p>\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}i:3;a:6:{s:4:\"data\";s:25:\"\n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"What\'s new in release v.1.8.9\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:72:\"http://wp-optimize.ruhanirabin.com/whats-new-in-release-v-dot-1-8-dot-9/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wp-optimize.ruhanirabin.com/whats-new-in-release-v-dot-1-8-dot-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:7:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"2014-06-13 23:06:06 +0000T00:00:00-00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:9:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2014-05-12T00:00:00+00:00\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:18:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ruhani Rabin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:3:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://wp-optimize.ruhanirabin.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}s:5:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"get@email.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}}s:7:\"content\";a:1:{i:0;a:5:{s:4:\"data\";s:2514:\"<p>There are a lot of stuff that has been re-coded in this release. </p>\n\n<h3 id=\"most-notable-changes-are\">Most notable changes are:</h3>\n\n<ol>\n <li>\n <p>Persistent settings for main screen: Allows user to save the checkbox selection on the main screen so next time they do not need to select the items they use frequently. Red marked items could not be saved. <img src=\"http://wp-optimize.ruhanirabin.com/images/2014-05-12-1.png\" alt=\"Image\" /></p>\n </li>\n <li>\n <p>Credits page has been re-organized with proper information and links. Now includes GitHub master branch commits.</p>\n </li>\n <li>\n <p>Now cleans up redundant comment meta data and akismet left over data from comments meta data table. </p>\n </li>\n <li>\n <p>Time settings according to the blog local time, so schedules and time display will show time properly. This would only work if the blog time has been set up properly</p>\n </li>\n <li>\n <p>I have enabled mixed type tables optimization. So basically what will it do? It will enable you to run optimization if you have mixed of innoDB and MyISAM tables. But, it will skip the optimization commands on innoDB tables. Some tables may report wrong size, haven’t been able to find a proper workaround to this. </p>\n </li>\n <li>\n <p>New table type column - this gives you an overlook of what types of tables you have on your database. <img src=\"http://wp-optimize.ruhanirabin.com/images/table-type-display.png\" alt=\"Image\" /></p>\n </li>\n <li>\n <p>InnoDB table type <strong>Overhead Size</strong> are set to <strong>0 bytes</strong> because most of the time they report wrong overhead size.</p>\n </li>\n <li>\n <p>Shows last blog post from GitHub Pages for WP-Optimize at the <strong>Status Log</strong></p>\n </li>\n <li>\n <p><strong>Independent translation portal</strong> for Translators to live update translations before actual releases. So their translation at always in sync. <strong><a href=\"http://wp-optimize.ruhanirabin.com/translations/\">Read instructions</a></strong> <img src=\"http://wp-optimize.ruhanirabin.com/images/translations-interface.png\" alt=\"Image\" /></p>\n </li>\n <li>\n <p>Updated SQL Queries to include backticks for better compatibilty with reserved names. </p>\n </li>\n</ol>\n\n\n <p><a href=\"http://wp-optimize.ruhanirabin.com/whats-new-in-release-v-dot-1-8-dot-9/\">What\'s new in release v.1.8.9</a> was originally published by Ruhani Rabin at <a href=\"http://wp-optimize.ruhanirabin.com\">WP-Optimize</a> on May 12, 2014.</p>\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:2:\"en\";}}}}}}}}}}}}s:4:\"type\";i:512;s:7:\"headers\";a:18:{s:6:\"server\";s:10:\"GitHub.com\";s:12:\"content-type\";s:15:\"application/xml\";s:13:\"last-modified\";s:29:\"Tue, 23 Jun 2015 15:11:55 GMT\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:7:\"expires\";s:29:\"Sun, 20 Sep 2015 21:42:32 GMT\";s:13:\"cache-control\";s:11:\"max-age=600\";s:16:\"content-encoding\";s:4:\"gzip\";s:14:\"content-length\";s:4:\"2937\";s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"date\";s:29:\"Mon, 21 Sep 2015 16:49:29 GMT\";s:3:\"via\";s:11:\"1.1 varnish\";s:3:\"age\";s:1:\"0\";s:10:\"connection\";s:5:\"close\";s:11:\"x-served-by\";s:17:\"cache-jfk1025-JFK\";s:7:\"x-cache\";s:3:\"HIT\";s:12:\"x-cache-hits\";s:1:\"1\";s:7:\"x-timer\";s:27:\"S1442854169.669346,VS0,VE11\";s:4:\"vary\";s:15:\"Accept-Encoding\";}s:5:\"build\";s:14:\"20150916234518\";}','no'),(7694,'_site_transient_timeout_theme_roots','1448987839','yes'),(7695,'_site_transient_theme_roots','a:4:{s:5:\"ethic\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(7065,'_wpml_cms_nav_cache','a:1:{s:31:\"cms_nav_offsite_url_cache_class\";a:25:{s:23:\"536_cms_nav_offsite_url\";s:0:\"\";s:24:\"3382_cms_nav_offsite_url\";s:0:\"\";s:24:\"3383_cms_nav_offsite_url\";s:0:\"\";s:24:\"3206_cms_nav_offsite_url\";s:0:\"\";s:24:\"3197_cms_nav_offsite_url\";s:0:\"\";s:24:\"3479_cms_nav_offsite_url\";s:0:\"\";s:24:\"3549_cms_nav_offsite_url\";s:0:\"\";s:24:\"1752_cms_nav_offsite_url\";s:0:\"\";s:24:\"1689_cms_nav_offsite_url\";s:0:\"\";s:24:\"1441_cms_nav_offsite_url\";s:0:\"\";s:24:\"1442_cms_nav_offsite_url\";s:0:\"\";s:24:\"3125_cms_nav_offsite_url\";s:0:\"\";s:24:\"3453_cms_nav_offsite_url\";s:0:\"\";s:24:\"3417_cms_nav_offsite_url\";s:0:\"\";s:24:\"3419_cms_nav_offsite_url\";s:0:\"\";s:24:\"3435_cms_nav_offsite_url\";s:0:\"\";s:24:\"3437_cms_nav_offsite_url\";s:0:\"\";s:24:\"3443_cms_nav_offsite_url\";s:0:\"\";s:24:\"3448_cms_nav_offsite_url\";s:0:\"\";s:24:\"3475_cms_nav_offsite_url\";s:0:\"\";s:24:\"3537_cms_nav_offsite_url\";s:0:\"\";s:24:\"3586_cms_nav_offsite_url\";s:0:\"\";s:24:\"3588_cms_nav_offsite_url\";s:0:\"\";s:24:\"3596_cms_nav_offsite_url\";s:0:\"\";s:24:\"3594_cms_nav_offsite_url\";s:0:\"\";}}','yes'),(2934,'_site_transient_timeout_browser_73392a188b4f355c7ca94f638d6946d0','1443196301','yes'),(2935,'_site_transient_browser_73392a188b4f355c7ca94f638d6946d0','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"45.0.2454.93\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(6589,'_transient_timeout_feed_mod_2af8eb95e685b52eda9667d663cafadb','1447484218','no'),(6590,'_transient_feed_mod_2af8eb95e685b52eda9667d663cafadb','1447441018','no'),(6587,'_transient_timeout_feed_2af8eb95e685b52eda9667d663cafadb','1447484218','no'); INSERT INTO `g516db_options` VALUES (6588,'_transient_feed_2af8eb95e685b52eda9667d663cafadb','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"WPML\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"https://wpml.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"The Plugin for Building Multilingual WordPress Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Nov 2015 18:46:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=4.3.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WooCommerce Compatibility – Advanced reviews, Checkout add-ons, PDF Invoices Italian\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpml/~3/2mC2Ok3Zs4E/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://wpml.org/2015/11/woocommerce-compatibility-advanced-reviews-checkout-add-ons-pdf-invoices-italian/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Nov 2015 15:17:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Compatibility Bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wpml.org/?p=745266\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"WooCommerce Multilingual is a very important project for us, today we are happy to announce that we have 3 WooCommerce Extensions to add to our compatibility list. The extensions are YITH WooCommerce Advanced Reviews, WooCommerce Checkout add-ons, PDF Invoices Italian Add-on If you want to review the entire multilingual ready list of themes and plugins […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Amit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4279:\"<p><a href=\"https://wordpress.org/plugins/woocommerce-multilingual/\" title=\"WooCommerce Multilingual\" target=\"_blank\">WooCommerce Multilingual</a> is a very important project for us, today we are happy to announce that we have 3 WooCommerce Extensions to add to our compatibility list. </p>\n<p>The extensions are <a title=\"YITH WooCommerce Advanced Reviews\" href=\"https://yithemes.com/themes/plugins/yith-woocommerce-advanced-reviews/\">YITH WooCommerce Advanced Reviews</a>, <a title=\"WooCommerce Checkout add-ons\" href=\"http://www.woothemes.com/products/woocommerce-checkout-add-ons/\">WooCommerce Checkout add-ons</a>, <a title=\"PDF Invoices Italian Add-on\" href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices-italian-add-on/\">PDF Invoices Italian Add-on</a></p>\n<p>If you want to review the entire multilingual ready list of themes and plugins you are welcome to view it here:</p>\n<ul>\n<li><a title=\"Multilingual Ready Themes \" href=\"https://wpml.org/documentation/theme-compatibility/\">Multilingual Ready Themes</a></li>\n<li><a title=\"Multilingual Ready Plugins \" href=\"https://wpml.org/documentation/plugins-compatibility/\">Multilingual Ready Plugins</a></li>\n</ul>\n<p>Also, if you’re a theme or a plugin author and you want to make it compatible with WPML, we welcome you and ready to help: You are welcome to contact us at <a href=\"https://wpml.org/documentation/theme-compatibility/go-global-program/\">go global program page</a>.</p>\n<p>In order to expedite the process we strongly recommend that you test your theme or plugin with our <a title=\"Achieving WPML compatibility for your themes and plugins\" href=\"https://wpml.org/documentation/support/achieving-wpml-compatibility-for-your-themes-and-plugins/\">Achieving WPML compatibility for your themes and plugins</a>. It easily tests compatibility with WPML and helps you quickly make your theme or plugin <strong>Multilingual Ready</strong>.</p>\n<div class=\"feature\">\n<h2 style=\"text-align: center\">YITH WooCommerce Advanced Reviews</h2>\n<p style=\"text-align: center\"><a href=\"https://yithemes.com/themes/plugins/yith-woocommerce-advanced-reviews/\"></a></p>\n<blockquote><p>Reviews are the key element of an e-commerce site: the feedbacks of the customers that have already bought a product or a service in your site are vital for your activity to obtain online credibility.</p></blockquote>\n<p style=\"text-align: center\"><a class=\"button download-button vt-p\" href=\"https://yithemes.com/themes/plugins/yith-woocommerce-advanced-reviews/\">Purchase YITH WooCommerce Advanced Reviews</a></p>\n</div>\n<div class=\"feature\">\n<h2 style=\"text-align: center\">WooCommerce Checkout Add-ons</h2>\n<p style=\"text-align: center\"><a href=\"http://www.woothemes.com/products/woocommerce-checkout-add-ons/\"></a></p>\n<blockquote><p>Easily Offer Free or Paid Add-ons and Services at Checkout.</p></blockquote>\n<p style=\"text-align: center\"><a class=\"button download-button vt-p\" href=\"http://www.woothemes.com/products/woocommerce-checkout-add-ons/\" target=\"_blank\">Purchase WooCommerce Checkout Add-ons</a></p>\n</div>\n<div class=\"feature\">\n<h2 style=\"text-align: center\">PDF Invoices Italian Add-on</h2>\n<p style=\"text-align: center\"><a href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices-italian-add-on/\"></a></p>\n<blockquote><p>Italian Add-on for PDF invoices & packing slips for WooCommerce.</p></blockquote>\n<p style=\"text-align: center\"><a class=\"button download-button vt-p\" href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices-italian-add-on/\">Download PDF Invoices Italian Add-on</a></p>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/wpml?a=2mC2Ok3Zs4E:sCOl2DT-oOw:D7DqB2pKExk\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=2mC2Ok3Zs4E:sCOl2DT-oOw:D7DqB2pKExk\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=2mC2Ok3Zs4E:sCOl2DT-oOw:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=2mC2Ok3Zs4E:sCOl2DT-oOw:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=2mC2Ok3Zs4E:sCOl2DT-oOw:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=2mC2Ok3Zs4E:sCOl2DT-oOw:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/wpml/~4/2mC2Ok3Zs4E\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wpml.org/2015/11/woocommerce-compatibility-advanced-reviews-checkout-add-ons-pdf-invoices-italian/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wpml.org/2015/11/woocommerce-compatibility-advanced-reviews-checkout-add-ons-pdf-invoices-italian/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"This week compatible – Monstroid, Bider, Social Auto Poster\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpml/~3/r0apZlgRbOY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wpml.org/2015/11/this-week-compatible-monstroid-bider-social-auto-poster/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Nov 2015 17:01:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Compatibility Bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wpml.org/?p=740606\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:332:\"Today we are happy to announce that we have 2 themes and 1 plugin to add to our compatibility list. The themes are Monstroid, Bider, and the plugin is Social Auto Poster If you want to review the entire multilingual ready list of themes and plugins you are welcome to view it here: Multilingual Ready Themes Multilingual […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Amit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4581:\"<p>Today we are happy to announce that we have 2 themes and 1 plugin to add to our compatibility list. The themes are <a title=\"Monstroid\" href=\"http://www.templatemonster.com/demo/55555.html\">Monstroid</a>, <a title=\"Bider\" href=\"http://themeforest.net/item/bider-multipurpose-business-wordpress-theme/9219326?s_phrase=&s_rank=5\">Bider</a>, and the plugin is <a title=\"Social Auto Poster\" href=\"http://codecanyon.net/item/social-auto-poster-wordpress-plugin/5754169?s_phrase=facebook&s_rank=23\">Social Auto Poster</a></p>\n<p>If you want to review the entire multilingual ready list of themes and plugins you are welcome to view it here:</p>\n<ul>\n<li><a title=\"Multilingual Ready Themes \" href=\"https://wpml.org/documentation/theme-compatibility/\">Multilingual Ready Themes</a></li>\n<li><a title=\"Multilingual Ready Plugins \" href=\"https://wpml.org/documentation/plugins-compatibility/\">Multilingual Ready Plugins</a></li>\n</ul>\n<p>Also, if you’re a theme or a plugin author and you want to make it compatible with WPML, we welcome you and ready to help: You are welcome to contact us at <a href=\"https://wpml.org/documentation/theme-compatibility/go-global-program/\">go global program page</a>.</p>\n<p>In order to expedite the process we strongly recommend that you test your theme or plugin with our <a title=\"Achieving WPML compatibility for your themes and plugins\" href=\"https://wpml.org/documentation/support/achieving-wpml-compatibility-for-your-themes-and-plugins/\">Achieving WPML compatibility for your themes and plugins</a>. It easily tests compatibility with WPML and helps you quickly make your theme or plugin <strong>Multilingual Ready</strong>.</p>\n<div class=\"feature\">\n<h2 style=\"text-align: center;\">Monstroid theme</h2>\n<p style=\"text-align: center;\"><a href=\"http://www.templatemonster.com/demo/55555.html\"><img class=\"aligncenter size-full wp-image-340493\" src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/11/monstroid.png\" alt=\"ekho\" width=\"590\" height=\"300\" /></a></p>\n<blockquote><p>Monstroid is powered by the latest Cherry Framework 4 that ensures easy and worry-free installation and customization.</p></blockquote>\n<p><a class=\"button download-button vt-p\" href=\"http://www.templatemonster.com/demo/55555.html\" target=\"_blank\">Purchase Monstroid theme</a></p>\n</div>\n<div class=\"feature\">\n<h2 style=\"text-align: center;\">Bider theme</h2>\n<p style=\"text-align: center;\"><a href=\"http://themeforest.net/item/bider-multipurpose-business-wordpress-theme/9219326?s_phrase=&s_rank=5\"><img src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/11/bider.png\" alt=\"ekho\" width=\"590\" height=\"300\" /></a></p>\n<blockquote><p>Bider is a clean, simple, fully responsive WordPress theme which is compatible with Bootstrap and build with visual composer page builder.</p></blockquote>\n<p><a class=\"button download-button vt-p\" href=\"http://themeforest.net/item/bider-multipurpose-business-wordpress-theme/9219326?s_phrase=&s_rank=5\">Purchase Bider theme</a></p>\n</div>\n<div class=\"feature\">\n<h2 style=\"text-align: center;\">Social Auto Poster</h2>\n<p style=\"text-align: center;\"><a href=\"http://codecanyon.net/item/social-auto-poster-wordpress-plugin/5754169?s_phrase=facebook&s_rank=23\"><img class=\"aligncenter size-full wp-image-340493\" src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/11/socialauto.png\" alt=\"ekho\" width=\"590\" height=\"300\" /></a></p>\n<blockquote><p>Social Auto Poster lets you automatically post all your content to social networks such as Facebook, Twitter, LinkedIn, Tumblr, Delicious, FriendFeed, BufferApp. The whole process is completely automated.</p></blockquote>\n<p><a class=\"button download-button vt-p\" href=\"http://codecanyon.net/item/social-auto-poster-wordpress-plugin/5754169?s_phrase=facebook&s_rank=23\">Purchase Social Auto Poster</a></p>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/wpml?a=r0apZlgRbOY:xiYuFxDaK10:D7DqB2pKExk\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=r0apZlgRbOY:xiYuFxDaK10:D7DqB2pKExk\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=r0apZlgRbOY:xiYuFxDaK10:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=r0apZlgRbOY:xiYuFxDaK10:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=r0apZlgRbOY:xiYuFxDaK10:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=r0apZlgRbOY:xiYuFxDaK10:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/wpml/~4/r0apZlgRbOY\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wpml.org/2015/11/this-week-compatible-monstroid-bider-social-auto-poster/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wpml.org/2015/11/this-week-compatible-monstroid-bider-social-auto-poster/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WooCommerce Compatibility – Multibanco, Advanced product labels, Catalog mode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpml/~3/m29-t_to7mM/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wpml.org/2015/10/woocommerce-compatibility-multibanco-advanced-product-labels-catalog-mode/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Oct 2015 15:27:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Compatibility Bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wpml.org/?p=735650\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"WooCommerce Multilingual is a very important project for us, today we are happy to announce that we have 3 WooCommerce Extensions to add to our compatibility list. The extensions are Multibanco, Advanced product labels, Catalog mode If you want to review the entire multilingual ready list of themes and plugins you are welcome to view […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Amit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4196:\"<p><a href=\"https://wordpress.org/plugins/woocommerce-multilingual/\" title=\"WooCommerce Multilingual\" target=\"_blank\">WooCommerce Multilingual</a> is a very important project for us, today we are happy to announce that we have 3 WooCommerce Extensions to add to our compatibility list. </p>\n<p>The extensions are <a title=\"Multibanco\" href=\"https://wordpress.org/plugins/multibanco-ifthen-software-gateway-for-woocommerce/\">Multibanco</a>, <a title=\"Advanced product labels\" href=\"http://www.woothemes.com/products/woocommerce-advanced-product-labels/\">Advanced product labels</a>, <a title=\"Catalog Mode\" href=\"https://yithemes.com/themes/plugins/yith-woocommerce-catalog-mode\">Catalog mode</a></p>\n<p>If you want to review the entire multilingual ready list of themes and plugins you are welcome to view it here:</p>\n<ul>\n<li><a title=\"Multilingual Ready Themes \" href=\"https://wpml.org/documentation/theme-compatibility/\">Multilingual Ready Themes</a></li>\n<li><a title=\"Multilingual Ready Plugins \" href=\"https://wpml.org/documentation/plugins-compatibility/\">Multilingual Ready Plugins</a></li>\n</ul>\n<p>Also, if you’re a theme or a plugin author and you want to make it compatible with WPML, we welcome you and ready to help: You are welcome to contact us at <a href=\"https://wpml.org/documentation/theme-compatibility/go-global-program/\">go global program page</a>.</p>\n<p>In order to expedite the process we strongly recommend that you test your theme or plugin with our <a title=\"Achieving WPML compatibility for your themes and plugins\" href=\"https://wpml.org/documentation/support/achieving-wpml-compatibility-for-your-themes-and-plugins/\">Achieving WPML compatibility for your themes and plugins</a>. It easily tests compatibility with WPML and helps you quickly make your theme or plugin <strong>Multilingual Ready</strong>.</p>\n<div class=\"feature\">\n<h2 style=\"text-align: center\">Multibanco (IfthenPay gateway) for WooCommerce</h2>\n<p style=\"text-align: center\"><a href=\"https://wordpress.org/plugins/multibanco-ifthen-software-gateway-for-woocommerce/\"></a></p>\n<blockquote><p>This plugin allows Portuguese costumers to pay WooCommerce orders with Multibanco (Pag. Serviços), using the IfthenPay payment gateway.</p></blockquote>\n<p style=\"text-align: center\"><a class=\"button download-button vt-p\" href=\"https://wordpress.org/plugins/multibanco-ifthen-software-gateway-for-woocommerce/\">Download Multibanco (IfthenPay gateway) for WooCommerce</a></p>\n</div>\n<div class=\"feature\">\n<h2 style=\"text-align: center\">Advanced product labels</h2>\n<p style=\"text-align: center\"><a href=\"http://www.woothemes.com/products/woocommerce-advanced-product-labels/\"></a></p>\n<blockquote><p>Create custom product labels easily and quickly to grab your customer’s attention. </p></blockquote>\n<p style=\"text-align: center\"><a class=\"button download-button vt-p\" href=\"http://www.woothemes.com/products/woocommerce-advanced-product-labels/\" target=\"_blank\">Purchase Advanced product labels</a></p>\n</div>\n<div class=\"feature\">\n<h2 style=\"text-align: center\">YITH WooCommerce Catalog mode</h2>\n<p style=\"text-align: center\"><a href=\"http://yithemes.com/docs-plugins/yith-woocommerce-catalog-mode/\"></a></p>\n<blockquote><p>Add a catalog mode for your WooCommerce products</p></blockquote>\n<p style=\"text-align: center\"><a class=\"button download-button vt-p\" href=\"https://yithemes.com/themes/plugins/yith-woocommerce-catalog-mode/\">Purchase YITH WooCommerce Catalog mode</a></p>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/wpml?a=m29-t_to7mM:zhp_oQxqSEg:D7DqB2pKExk\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=m29-t_to7mM:zhp_oQxqSEg:D7DqB2pKExk\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=m29-t_to7mM:zhp_oQxqSEg:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=m29-t_to7mM:zhp_oQxqSEg:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=m29-t_to7mM:zhp_oQxqSEg:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=m29-t_to7mM:zhp_oQxqSEg:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/wpml/~4/m29-t_to7mM\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wpml.org/2015/10/woocommerce-compatibility-multibanco-advanced-product-labels-catalog-mode/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wpml.org/2015/10/woocommerce-compatibility-multibanco-advanced-product-labels-catalog-mode/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WooCommerce Multilingual 3.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpml/~3/WIgA_9mjwPY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wpml.org/2015/10/woocommerce-multilingual-3-7/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Oct 2015 10:10:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"WPML versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wpml.org/?p=714293\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:408:\"WooCommerce Multilingual 3.7 includes the support for strings with different source languages. Strings in different languages Up until this version, WooCommerce Multilingual required the original version of all strings translated with WPML String Translation to be in English, because this string translator did not allow different strings to have different source languages. This has changed now. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Mihai\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5816:\"<p><strong>WooCommerce Multilingual 3.7 includes the support for <a href=\"https://wpml.org/2015/10/wpml-makes-it-easy-to-run-sites-without-english/\">strings with different source languages</a>.</strong></p>\n<h2>Strings in different languages</h2>\n<p class=\"p1\"><span class=\"s1\">Up until this version, WooCommerce Multilingual required the original version of all strings translated with WPML String Translation to be in English, because this string translator did not allow different strings to have different source languages.</span></p>\n<p class=\"p1\"><span class=\"s1\">This has changed now. As of WPML version 3.3 (currently a <a href=\"https://wpml.org/2015/10/wpml-3-3-rc-string-languages-stability-and-performance/\"><span class=\"s2\">release candidate</span></a>), it’ll be possible to specify a different source language for different strings. In WooCommerce Multilingual, it means that even if the strings from WooCommerce or your theme were in English (as part of gettext calls in the code), your admin texts may be in other languages – for instance in the default language of your site (which might not be English).</span></p>\n<div id=\"attachment_714296\" style=\"width: 610px\" class=\"wp-caption aligncenter\"><a href=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/09/2015-09-29_1335.png\"><img class=\"wp-image-714296\" src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/09/2015-09-29_1335.png\" alt=\"WooCommerce Multilingual allows selecting different languages for the strings involved in building the products urls.\" width=\"600\" height=\"533\" /></a><p class=\"wp-caption-text\">WooCommerce Multilingual allows you to select different languages for the strings involved in building the products URLs.</p></div>\n<p class=\"p1\"><span class=\"s1\">Although this functionality is only available when using WPML 3.3, backward compatibility with previous WPML versions exists.</span></p>\n<h2>Other Fixes</h2>\n<ul>\n<li class=\"li1\"><span class=\"s2\">Fixed a compatibility issue with the Flat Rate extension: in some cases the flat rate for a product variation was not calculated correctly for a secondary currency</span></li>\n<li class=\"li1\"><span class=\"s2\">Fixed two more compatibility issues with WooCommerce Bookings</span></li>\n<li class=\"li1\"><span class=\"s2\">Fixed a bug that prevented checkout via Paypal when using a custom thousands separator</span></li>\n<li class=\"li1\"><span class=\"s2\">Fixed a compatibility issue with WooCommerce Product Addons to prevent the first product from being added a second time when adding a second item for the same product </span></li>\n<li class=\"li1\"><span class=\"s2\">Added a slash character that was missing in the product breadcrumb when the translated page slug was identical to that in the default language</span></li>\n<li class=\"li1\"><span class=\"s2\">Fixed the incorrect cost for flat rate shipping that was displayed under certain circumstances</span></li>\n<li class=\"li1\"><span class=\"s2\">Improved the compatibility with Gravity Forms Product Addons for translating the cart data</span></li>\n<li class=\"li1\"><span class=\"s2\">Removed a deprecated hook that was used to ensure compatibility with WooCommerce Subscriptions</span></li>\n<li class=\"li1\"><span class=\"s2\">Prevented cart_widget.js code from loading in places where it wasn’t needed</span></li>\n<li class=\"li1\"><span class=\"s2\">Corrected the way the price is displayed in a secondary currency (in specific cases, the amount was displayed in the original currency instead)</span></li>\n<li class=\"li1\"><span class=\"s2\">Ensured that the content did not disappear when switching between the visual and text editors on the product translation editor</span></li>\n<li class=\"li1\"><span class=\"s2\">Prevented the use of numerical attributes from triggering a catchable fatal error</span></li>\n</ul>\n<h2>Download or upgrade</h2>\n<p>You can download WooCommerce Multilingual from your <a href=\"https://wpml.org/ru/account/downloads/\">Downloads</a> section on wpml.org or if you’re using WPML or Types, install it and upgrade it from the WordPress admin: Plugins » Add new » Commercial</p>\n<div id=\"attachment_714324\" style=\"width: 610px\" class=\"wp-caption aligncenter\"><a href=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/09/2015-09-29_1403.png\"><img class=\"wp-image-714324\" src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/09/2015-09-29_1403-1024x694.png\" alt=\"Installing and upgrading WooCommerce Multilingual from the WordPress admin using the WPML subscription.\" width=\"600\" height=\"407\" /></a><p class=\"wp-caption-text\">Installing and upgrading WooCommerce Multilingual from the WordPress admin using the WPML subscription.</p></div>\n<p>You can also get <a href=\"https://downloads.wordpress.org/plugin/woocommerce-multilingual.3.7.zip\">WooCommerce Multilingual 3.7</a> from the WordPress plugins directory. We would love to hear your feedback on this release and we’re also looking forward to addressing any questions or problems you may have on our <a href=\"http://wpml.org/forums/topic-tag/woocommerce/\">support forum</a>.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/wpml?a=WIgA_9mjwPY:TmA4etGIfro:D7DqB2pKExk\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=WIgA_9mjwPY:TmA4etGIfro:D7DqB2pKExk\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=WIgA_9mjwPY:TmA4etGIfro:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=WIgA_9mjwPY:TmA4etGIfro:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=WIgA_9mjwPY:TmA4etGIfro:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=WIgA_9mjwPY:TmA4etGIfro:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/wpml/~4/WIgA_9mjwPY\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wpml.org/2015/10/woocommerce-multilingual-3-7/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wpml.org/2015/10/woocommerce-multilingual-3-7/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPML 3.3 RC – String Languages, Stability and Performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpml/~3/mK078FqKYcc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wpml.org/2015/10/wpml-3-3-rc-string-languages-stability-and-performance/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Oct 2015 10:20:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"WPML versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wpml.org/?p=734229\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"WPML 3.3 is ready as “release candidate”. This means that we’ve fixed everything we knew about, was reported to us, or found internally. We’ve done initial testing for everything, but not yet our full QA cycle. The main feature in this release is the ability to run sites without English, easily. We got good feedback […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Amir\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5587:\"<p><strong>WPML 3.3 is ready as “release candidate”. This means that we’ve fixed everything we knew about, was reported to us, or found internally. We’ve done initial testing for everything, but not yet our full QA cycle.</strong></p>\n<p>The main feature in this release is the <a href=\"https://wpml.org/2015/10/wpml-makes-it-easy-to-run-sites-without-english/\">ability to run sites without English, easily</a>. We got good feedback about this and now we’re almost ready to release WPML 3.3 for production sites.</p>\n<p>Here is a full list of changes. Some of the updates in WPML 3.3 resolve problems. If a problem that bothers you appears here, we encourage you to try this RC and see that the problem goes away.</p>\n<h2>WPML Core</h2>\n<h3>Features</h3>\n<ul>\n<li>Sync content between domains, when using languages in domains. This was needed for WooCommerce, and in preparation for other upcoming features</li>\n<li>Added button to clear all WPML caches</li>\n<li>WPML now allows to load a taxonomy template by language, also for the default language</li>\n</ul>\n<h3>Performance improvements</h3>\n<ul>\n<li>Improved browser redirect performance</li>\n<li>Fixed performance issues when listing posts (easily noticed when listing many WooCommerce products)</li>\n</ul>\n<h3>Fixes</h3>\n<ul>\n<li>Fixed the “Display hidden languages” options for users</li>\n<li>Fixed an issue causing a notice and incorrect results for certain taxonomy queries that involved custom post types</li>\n<li>Filter url for scripts and styles when language is per domain</li>\n<li>Resolved notice “Undefined index: strings_language” after WPML activation</li>\n<li>Resolved http(s) protocol and different domains per language issues</li>\n<li>Added button to to clear all WPML caches</li>\n<li>Resolved broken settings issue with WooCommerce during WPML activation</li>\n<li>Fixed redirection for child pages</li>\n<li>Resolved notices when selecting “All languages” in admin</li>\n<li>Removed Translation Management dependency when duplicated posts are updated</li>\n<li>Resolved issues when deleting a Layout which has no cells (hence no package)</li>\n<li>WPML now allows to load a taxonomy template by language, also for the default language</li>\n<li>Added ‘blog_translators’ filter to programmatically change the list of translators</li>\n</ul>\n<h2>String Translation</h2>\n<h3>Features</h3>\n<ul>\n<li>Allow icl_register_string to register a string in any language</li>\n<li>Added the package language to the URL to the translation dashboard (this applies to the Package box, where used by other plugins like Layouts)</li>\n<li>Add a language selector to the package metabox (eg. as seen on the Layout editor)</li>\n<li>Add a language selector to the Admin bar menu to set the language of a package (eg. as seen on GravityForms)</li>\n<li>Add support for sending strings in any language to the translation basket</li>\n</ul>\n<h3>Fixes</h3>\n<ul>\n<li>Email footer text is now properly translated</li>\n<li>Fixed string status, when they are created by packages</li>\n</ul>\n<h2>Translation Management</h2>\n<h3>Features</h3>\n<ul>\n<li>Add support for sending strings in any language to the translation basket</li>\n<li>Added action in Translation Jobs tab, to trigger translation download for batches</li>\n<li>Added words count feature in Translation Dashboard</li>\n</ul>\n<h3>Fixes</h3>\n<ul>\n<li>Added action in Translation Jobs tab, to trigger translation download for batches</li>\n<li>Automatically detect the best polling method and update the settings accordingly</li>\n<li>Created a filter to override \\WPML_TM_Blog_Translators::is_translator</li>\n<li>Fix so that post format is synchronized as required</li>\n</ul>\n<h2>WPML-Media</h2>\n<h3>Fixes</h3>\n<ul>\n<li>Fix duplication of featured image when using the translation editor</li>\n</ul>\n<h2>Gravityforms Multilingual</h2>\n<h3>Features</h3>\n<ul>\n<li>Added ability to change the language of a form</li>\n</ul>\n<h2>WPML CMS Navigation</h2>\n<h3>Fixes</h3>\n<ul>\n<li>Breadcrumb menu for archive pages and CPT single pages</li>\n</ul>\n<h2>Download</h2>\n<p>To download, go to your <a href=\"https://wpml.org/account/\">WPML account</a>. Click on Downloads and scroll all the way to the bottom. Download the <strong>CMS Beta Package</strong>. This ZIP file includes all of WPML’s components. You need to use the WPML components from this ZIP only and not mix development versions with production versions.</p>\n<h2>Schedule for production release</h2>\n<p>WPML 3.3 is going into full QA now. It usually takes us about two weeks to run a complete testing cycle. We encourage you to use this RC on development sites. By now, everything should work. Of course, that’s what testing is for.</p>\n<h2>Feedback?</h2>\n<p><strong>Questions? Suggestions? Ideas? Leave your comment and we’ll get back to you.</strong></p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/wpml?a=mK078FqKYcc:0zOO3K7EWgI:D7DqB2pKExk\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=mK078FqKYcc:0zOO3K7EWgI:D7DqB2pKExk\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=mK078FqKYcc:0zOO3K7EWgI:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=mK078FqKYcc:0zOO3K7EWgI:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=mK078FqKYcc:0zOO3K7EWgI:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=mK078FqKYcc:0zOO3K7EWgI:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/wpml/~4/mK078FqKYcc\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wpml.org/2015/10/wpml-3-3-rc-string-languages-stability-and-performance/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"33\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wpml.org/2015/10/wpml-3-3-rc-string-languages-stability-and-performance/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Translating Sites Created with Drag-and-Drop Layouts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpml/~3/oA0cLzghPcU/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wpml.org/2015/10/translating-sites-created-with-drag-and-drop-layouts/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Oct 2015 21:00:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Feature Spotlight\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wpml.org/?p=686331\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:336:\"Since version 3.2, WPML can translate entities created by other plugins and themes. In this post, we show how to translate layouts. The idea is to use only one layout for all languages and only translate the texts inside it. Introduction to Layouts Layouts plugin is a drag-and-drop editor for page layouts. Layouts works with […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Amir\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9376:\"<p><strong>Since version 3.2, WPML can translate entities created by other plugins and themes. In this post, we show how to translate layouts. The idea is to use only one layout for all languages and only translate the texts inside it.</strong></p>\n<h2>Introduction to Layouts</h2>\n<p><a href=\"https://wp-types.com/home/layouts/\">Layouts</a> plugin is a drag-and-drop editor for page layouts. Layouts works with Bootstrap-based themes and produces a responsive designs. It’s part of the <a href=\"https://wp-types.com/\">Toolset</a> package of WordPress development plugins.</p>\n<p>Layouts designs entire pages, from the first pixel to the last. By itself, Layouts is pretty plain, as it doesn’t include any fancy content elements. Layouts doesn’t need to have a huge (and sometimes bloated) library of page elements, because it works together with the rest of the Toolset plugins. Layout cells can display dynamic content from your site and forms. Instead of choosing a cell from a library and customizing it, Toolset plugins let you easily create your own cells without any programming.</p>\n<h2>Translating Layouts-Based Sites</h2>\n<p>Layouts that you create will typically include some ‘static’ text and some dynamic content. For example, look at our ‘company site’ example.</p>\n<div id=\"attachment_734485\" style=\"width: 304px\" class=\"wp-caption alignnone\"><a href=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/site-layouts-to-translate.png\"><img class=\"wp-image-734485 size-medium\" src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/site-layouts-to-translate-294x300.png\" alt=\"Company site, built with Layouts, showing dynamic and static elements\" width=\"294\" height=\"300\" /></a><p class=\"wp-caption-text\">Company site, built with Layouts, showing dynamic and static elements</p></div>\n<p>The dynamic elements include the list of services and featured articles. They are created using <a href=\"https://wp-types.com/home/views-create-elegant-displays-for-your-content/\">Views</a>. A View is like a WP_Query with a display template. Since WPML hooks to queries and makes them load content in the right language, you don’t need to do anything to translate Views. The exact same View will load the correct content in the displayed language.</p>\n<p>The static elements on this page are the headings. The texts ‘Our Services’ and ‘Features Articles’ are part of the layout. They don’t come from any dynamic content. When you use the same layout for the homepage in another language, you want these texts to appear translated. This is where WPML’s <a href=\"https://wpml.org/documentation/support/string-package-translation/\">Packages Translation</a> comes into play. It’s a new API that we’ve added to WPML 3.2 and is open for all other authors to use.</p>\n<p>Layouts plugin creates packages for WPML. A package for a layout will include all the static texts that are in the layout and will require translation. These packages look very similar to normal WordPress content that you translate using WPML’s Translation Editor. You will see all the fields that require translation.</p>\n<div id=\"attachment_726489\" style=\"width: 310px\" class=\"wp-caption alignnone\"><a href=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/08/translating-cells.png\"><img class=\"wp-image-726489 size-medium\" src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/08/translating-cells-300x208.png\" alt=\"\" width=\"300\" height=\"208\" /></a><p class=\"wp-caption-text\">Translating the texts in a Layout using WPML’s Translation Editor</p></div>\n<p>This way, you create one layout and use it for all your site’s languages. You translate only the static texts and all dynamic content displays in the correct language.</p>\n<div id=\"attachment_734491\" style=\"width: 258px\" class=\"wp-caption alignnone\"><a href=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/translated-homepage.png\"><img class=\"wp-image-734491 size-medium\" src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/translated-homepage-248x300.png\" alt=\"The translated homepage\" width=\"248\" height=\"300\" /></a><p class=\"wp-caption-text\">The translated homepage</p></div>\n<h2>Want to Try?</h2>\n<p>We’ve created a test site where you can experiment with Toolset plugins and WPML. To use it, launch your <a href=\"http://discover-wp.com/register/?site_type=799&wpml=yes&layouts=yes\">private and free training site</a>.</p>\n<p>We’ve already created the test content for you, so you can experiment with Layouts and the translation process.</p>\n<p>The site’s default language is English and it’s fully translated to Spanish. We’ve added content in French, but haven’t translated the layouts to French.</p>\n<div style=\"position: relative; padding: 25px 0 56.25% 0; height: 0;\"><iframe style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" src=\"https://www.youtube.com/embed/2WGZA2rb7Ks\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></div>\n<p>Follow the video with these steps:</p>\n<ol>\n<li><a href=\"http://discover-wp.com/register/?site_type=799&wpml=yes&layouts=yes\">Create the training site in discover-wp.com</a></li>\n<li>Visit your site’s homepage and switch to French. You will notice that all dynamic elements are indeed in French, but the static texts are still in English.</li>\n<li>Start by playing with Layouts and seeing how it works.</li>\n<li>Go to WPML-><span style=\"font-weight: 400;\">Translation Management. In the “Translation Dashboard” tab in the Filters section select “Layouts” from the Type dropdown.</span></li>\n<li>Select the <strong>Home</strong> Layout and send it to translation to French (it’s already translated to Spanish).</li>\n<li>Go to WPML->Translations and <span style=\"font-weight: 400;\">locate the Layout-Home job and click on ‘take and edit’</span>.</li>\n<li>Translate the texts. Need help? Use this translation cheat sheet for the main texts on the page:<br />\n<table>\n<tbody>\n<tr>\n<th>English</th>\n<th>French</th>\n</tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Our Services</span></td>\n<td><span style=\"font-weight: 400;\">Nos services</span></td>\n</tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Featured articles</span></td>\n<td><span style=\"font-weight: 400;\">Articles Vedettes</span></td>\n</tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Testimonials</span></td>\n<td><span style=\"font-weight: 400;\">Témoignages</span></td>\n</tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Company Overview</span></td>\n<td><span style=\"font-weight: 400;\">Présentation de l’entreprise</span></td>\n</tr>\n<tr>\n<td><span style=\"font-weight: 400;\">Recent News</span></td>\n<td><span style=\"font-weight: 400;\">Nouvelles récentes</span></td>\n</tr>\n</tbody>\n</table>\n<p>Remember to click on ‘Translation finished’ next to each field and on the ‘Translation complete’ checkbox at the very bottom of the page, just above the ‘Save’ button.</li>\n<li>Visit your French homepage again. Now you should see everything, including static texts, translated.</li>\n<li>Experiment again by editing the layout. You will see your changes apply to all the site’s languages. If you edit or add texts, you will need to update the translation, starting with the Translation Dashboard.</li>\n</ol>\n<p>The steps above apply for translating the Layouts using <a href=\"http://drag-and-drop-wordpress.discover-wp.com/\">our reference site</a>. The site comes with all necessary plugins pre-installed.</p>\n<p>If you would like to follow the steps on your own site, refer to the <a href=\"https://wp-types.com/documentation/user-guides/translate-layouts/\">‘How to translate Layouts’</a> documentation at wp-types.com. There you will find the list of all required plugins and more examples.</p>\n<h2>What’s Next?</h2>\n<p>Obviously, if you liked editing with Layouts, you are more than welcome to <a href=\"https://wp-types.com/#buy-toolset\">buy Toolset</a> and use it for your real projects.</p>\n<p>We want to see many more plugins and themes offer easy translation for complex structures. If you are using page builders, forms, and other ‘non WordPress’ elements, we encourage you to contact the authors of these plugins and themes. Tell them about this possibility in WPML. We are very interested in working with other authors and integrating the Packages Translation API.</p>\n<p>Leave your comments here and we’ll get back to you.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/wpml?a=oA0cLzghPcU:VloO491C6EM:D7DqB2pKExk\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=oA0cLzghPcU:VloO491C6EM:D7DqB2pKExk\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=oA0cLzghPcU:VloO491C6EM:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=oA0cLzghPcU:VloO491C6EM:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=oA0cLzghPcU:VloO491C6EM:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=oA0cLzghPcU:VloO491C6EM:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/wpml/~4/oA0cLzghPcU\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wpml.org/2015/10/translating-sites-created-with-drag-and-drop-layouts/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wpml.org/2015/10/translating-sites-created-with-drag-and-drop-layouts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"This week compatible – Luster, Circle Flip, RT Theme 15, Buntington\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpml/~3/ZgN6BMWbaY0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wpml.org/2015/10/this-week-compatible-luster-circle-flip-rt-theme-15-buntington/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Oct 2015 15:28:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Compatibility Bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wpml.org/?p=730806\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"Today we are happy to announce that we have 4 themes to add to our compatibility list. The themes are Luster, Circle Flip, RT Theme 15, Buntington If you want to review the entire multilingual ready list of themes and plugins you are welcome to view it here: Multilingual Ready Themes Multilingual Ready Plugins Also, if you’re […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Amit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5354:\"<p>Today we are happy to announce that we have 4 themes to add to our compatibility list. The themes are <a title=\"Luster\" href=\"http://themeforest.net/item/luster-the-biggest-real-estate-wordpress-theme/9719682?s_phrase=&s_rank=29\">Luster</a>, <a title=\"Circle Flip\" href=\"http://themeforest.net/item/circle-flip-responsive-wordpress-multipurpose-theme/8107961?s_phrase=&s_rank=546\">Circle Flip</a>, <a title=\"RT Theme 15\" href=\"http://themeforest.net/item/rttheme-15-premium-wordpress-theme/781397?WT.ac=portfolio_item&WT.se\">RT Theme 15</a>, <a title=\"Buntington\" href=\"http://themeforest.net/item/buntington-education-wp-theme/8509553\">Buntington</a></p>\n<p>If you want to review the entire multilingual ready list of themes and plugins you are welcome to view it here:</p>\n<ul>\n<li><a title=\"Multilingual Ready Themes \" href=\"https://wpml.org/documentation/theme-compatibility/\">Multilingual Ready Themes</a></li>\n<li><a title=\"Multilingual Ready Plugins \" href=\"https://wpml.org/documentation/plugins-compatibility/\">Multilingual Ready Plugins</a></li>\n</ul>\n<p>Also, if you’re a theme or a plugin author and you want to make it compatible with WPML, we welcome you and ready to help: You are welcome to contact us at <a href=\"https://wpml.org/documentation/theme-compatibility/go-global-program/\">go global program page</a>.</p>\n<p>In order to expedite the process we strongly recommend that you test your theme or plugin with our <a title=\"Achieving WPML compatibility for your themes and plugins\" href=\"https://wpml.org/documentation/support/achieving-wpml-compatibility-for-your-themes-and-plugins/\">Achieving WPML compatibility for your themes and plugins</a>. It easily tests compatibility with WPML and helps you quickly make your theme or plugin <strong>Multilingual Ready</strong>.</p>\n<div class=\"feature\">\n<h2 style=\"text-align: center;\">Luster theme</h2>\n<p style=\"text-align: center;\"><a href=\"http://themeforest.net/item/luster-the-biggest-real-estate-wordpress-theme/9719682?s_phrase=&s_rank=29\"><img class=\"aligncenter size-full wp-image-340493\" src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/luster.png\" alt=\"ekho\" width=\"590\" height=\"300\" /></a></p>\n<blockquote><p>Luster – is a Real Estate theme. It comes with tons of page templates and customization options. This theme is the best solution for your business.</p></blockquote>\n<p><a class=\"button download-button vt-p\" href=\"http://themeforest.net/item/luster-the-biggest-real-estate-wordpress-theme/9719682?s_phrase=&s_rank=29\" target=\"_blank\">Purchase Luster theme</a></p>\n</div>\n<div class=\"feature\">\n<h2 style=\"text-align: center;\">Circle Flip theme</h2>\n<p style=\"text-align: center;\"><a href=\"http://themeforest.net/item/circle-flip-responsive-wordpress-multipurpose-theme/8107961?s_phrase=&s_rank=546\"><img src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/circle.png\" alt=\"ekho\" width=\"590\" height=\"300\" /></a></p>\n<blockquote><p>Circle Flip is fully customized, feature full theme.</p></blockquote>\n<p><a class=\"button download-button vt-p\" href=\"http://themeforest.net/item/circle-flip-responsive-wordpress-multipurpose-theme/8107961?s_phrase=&s_rank=546\">Purchase Circle Flip theme</a></p>\n</div>\n<div class=\"feature\">\n<h2 style=\"text-align: center;\">RT Theme 15</h2>\n<p style=\"text-align: center;\"><a href=\"http://themeforest.net/item/rttheme-15-premium-wordpress-theme/781397?WT.ac=portfolio_item&WT.se\"><img class=\"aligncenter size-full wp-image-340493\" src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/rt15.png\" alt=\"ekho\" width=\"590\" height=\"300\" /></a></p>\n<blockquote><p>Business, corporate, product catalogue, services or portfolio responsive WordPress theme.</p></blockquote>\n<p><a class=\"button download-button vt-p\" href=\"http://themeforest.net/item/rttheme-15-premium-wordpress-theme/781397?WT.ac=portfolio_item&WT.se\">Purchase RT Theme 15</a></p>\n</div>\n<div class=\"feature\">\n<h2 style=\"text-align: center;\">Buntington theme</h2>\n<p style=\"text-align: center;\"><a href=\"http://themeforest.net/item/buntington-education-wp-theme/8509553\"><img class=\"aligncenter size-full wp-image-340493\" src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/buntington.png\" alt=\"ekho\" width=\"590\" height=\"300\" /></a></p>\n<blockquote><p>WordPress theme for any type of school, education or a non-profit organization built with Bootstrap and Vafpress framework.\n</p></blockquote>\n<p><a class=\"button download-button vt-p\" href=\"http://themeforest.net/item/buntington-education-wp-theme/8509553\">Purchase Buntington theme</a></p>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/wpml?a=ZgN6BMWbaY0:5M-vonJFB-o:D7DqB2pKExk\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=ZgN6BMWbaY0:5M-vonJFB-o:D7DqB2pKExk\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=ZgN6BMWbaY0:5M-vonJFB-o:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=ZgN6BMWbaY0:5M-vonJFB-o:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=ZgN6BMWbaY0:5M-vonJFB-o:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=ZgN6BMWbaY0:5M-vonJFB-o:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/wpml/~4/ZgN6BMWbaY0\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wpml.org/2015/10/this-week-compatible-luster-circle-flip-rt-theme-15-buntington/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wpml.org/2015/10/this-week-compatible-luster-circle-flip-rt-theme-15-buntington/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WPML All Import is here\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpml/~3/5aPJCCMnZ40/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wpml.org/2015/10/wpml-all-import-is-here/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Oct 2015 15:05:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wpml.org/?p=729134\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:331:\"A few weeks ago, we reached out to our clients for help in finding solutions to import multilingual websites. We received positive replies from many people, and we immediately started working on this. Today, we are happy to say that we can offer our clients a stable way to import content between WPML-driven websites. We […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Amit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1501:\"<p>A few weeks ago, we reached out to our clients for help in finding solutions to import multilingual websites. We received positive replies from many people, and we immediately started working on this.</p>\n<p>Today, we are happy to say that we can offer our clients a stable way to import content between WPML-driven websites. We worked closely with the <a href=\"http://www.wpallimport.com/\" target=\"_blank\">WP All Import development team</a> and rewrote the <a href=\"https://wpml.org/ru/account/downloads/\">WPML All Import add-on</a>.</p>\n<p>You can read the full tutorial and start importing your multilingual websites here – <a href=\"https://wpml.org/documentation/related-projects/wpml-all-import-plugin-website-import-with-wpml/\">WPML All Import – Website import with WPML</a>.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/wpml?a=5aPJCCMnZ40:xtShsAlHtK4:D7DqB2pKExk\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=5aPJCCMnZ40:xtShsAlHtK4:D7DqB2pKExk\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=5aPJCCMnZ40:xtShsAlHtK4:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=5aPJCCMnZ40:xtShsAlHtK4:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=5aPJCCMnZ40:xtShsAlHtK4:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=5aPJCCMnZ40:xtShsAlHtK4:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/wpml/~4/5aPJCCMnZ40\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wpml.org/2015/10/wpml-all-import-is-here/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wpml.org/2015/10/wpml-all-import-is-here/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WooCommerce Compatibility – PayPal Advanced, Quick View, Zoom Magnifier, Kesher HK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpml/~3/DW89n47ItB0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"https://wpml.org/2015/10/woocommerce-compatibility-paypal-advanced-woocommerce-quick-view-woocommerce-zoom-magnifier-woocommerce-kesher-hk/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Oct 2015 16:12:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Compatibility Bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wpml.org/?p=726014\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:359:\"WooCommerce Multilingual is a very important project for us, today we are happy to announce that we have 4 WooCommerce Extensions to add to our compatibility list. The extensions are PayPal Advanced, WooCommerce Quick View, YITH WooCommerce Zoom Magnifier, WooCommerce Kesher HK If you want to review the entire multilingual ready list of themes and […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Amit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4776:\"<p><a href=\"https://wordpress.org/plugins/woocommerce-multilingual/\" title=\"WooCommerce Multilingual\" target=\"_blank\">WooCommerce Multilingual</a> is a very important project for us, today we are happy to announce that we have 4 WooCommerce Extensions to add to our compatibility list. </p>\n<p>The extensions are <a title=\"PayPal Advanced\" href=\"http://www.woothemes.com/products/paypal-advanced/\">PayPal Advanced</a>, <a title=\"WooCommerce Local Pickup Plus\" href=\"https://yithemes.com/themes/plugins/yith-woocommerce-quick-view/\">WooCommerce Quick View</a>, <a title=\"YITH WooCommerce Zoom Magnifier\" href=\"https://yithemes.com/themes/plugins/yith-woocommerce-zoom-magnifier/\">YITH WooCommerce Zoom Magnifier</a>, <a title=\"WooCommerce Kesher HK\" href=\"http://www.10bit.co.il/product/woocommerce-gateway-kesherhk\">WooCommerce Kesher HK</a></p>\n<p>If you want to review the entire multilingual ready list of themes and plugins you are welcome to view it here:</p>\n<ul>\n<li><a title=\"Multilingual Ready Themes \" href=\"https://wpml.org/documentation/theme-compatibility/\">Multilingual Ready Themes</a></li>\n<li><a title=\"Multilingual Ready Plugins \" href=\"https://wpml.org/documentation/plugins-compatibility/\">Multilingual Ready Plugins</a></li>\n</ul>\n<p>Also, if you’re a theme or a plugin author and you want to make it compatible with WPML, we welcome you and ready to help: You are welcome to contact us at <a href=\"https://wpml.org/documentation/theme-compatibility/go-global-program/\">go global program page</a>.</p>\n<p>In order to expedite the process we strongly recommend that you test your theme or plugin with our <a title=\"Achieving WPML compatibility for your themes and plugins\" href=\"https://wpml.org/documentation/support/achieving-wpml-compatibility-for-your-themes-and-plugins/\">Achieving WPML compatibility for your themes and plugins</a>. It easily tests compatibility with WPML and helps you quickly make your theme or plugin <strong>Multilingual Ready</strong>.</p>\n<div class=\"feature\">\n<h2 style=\"text-align: center\">PayPal Advanced</h2>\n<p style=\"text-align: center\"><a href=\"http://www.woothemes.com/products/paypal-advanced/\"></a></p>\n<blockquote><p>Take credit card payments securely via Paypal Payments Advanced (Payflow) keeping customers on your site.</p></blockquote>\n<p style=\"text-align: center\"><a class=\"button download-button vt-p\" href=\"http://www.woothemes.com/products/paypal-advanced/\">Purchase PayPal Advanced</a></p>\n</div>\n<div class=\"feature\">\n<h2 style=\"text-align: center\">YITH WooCommerce Quick View</h2>\n<p style=\"text-align: center\"><a href=\"https://yithemes.com/themes/plugins/yith-woocommerce-quick-view/\"></a></p>\n<blockquote><p>Adds the possibility to see immediately product details and magnified images of them makes users feel more comfortable with the website they are browsing and makes them also more willing to buy.</p></blockquote>\n<p style=\"text-align: center\"><a class=\"button download-button vt-p\" href=\"https://yithemes.com/themes/plugins/yith-woocommerce-quick-view/\" target=\"_blank\">Purchase YITH WooCommerce Quick View</a></p>\n</div>\n<div class=\"feature\">\n<h2 style=\"text-align: center\">YITH WooCommerce Zoom Magnifier</h2>\n<p style=\"text-align: center\"><a href=\"https://yithemes.com/themes/plugins/yith-woocommerce-zoom-magnifier/\"></a></p>\n<blockquote><p>Adds a zoom affect for products images</p></blockquote>\n<p style=\"text-align: center\"><a class=\"button download-button vt-p\" href=\"https://yithemes.com/themes/plugins/yith-woocommerce-zoom-magnifier/\">Purchase YITH WooCommerce Zoom Magnifier</a></p>\n</div>\n<div class=\"feature\">\n<h2 style=\"text-align: center\">WooCommerce Kesher HK Payment Gateway</h2>\n<p style=\"text-align: center\"><a href=\"http://www.10bit.co.il/product/woocommerce-gateway-kesherhk\"></a></p>\n<blockquote><p>This plugin allows you to set the Kesher HK gateway</p></blockquote>\n<p style=\"text-align: center\"><a class=\"button download-button vt-p\" href=\"http://www.10bit.co.il/product/woocommerce-gateway-kesherhk\">Purchase WooCommerce Kesher HK Payment Gateway</a></p>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/wpml?a=DW89n47ItB0:MMAUaT_6MdE:D7DqB2pKExk\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=DW89n47ItB0:MMAUaT_6MdE:D7DqB2pKExk\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=DW89n47ItB0:MMAUaT_6MdE:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=DW89n47ItB0:MMAUaT_6MdE:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=DW89n47ItB0:MMAUaT_6MdE:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=DW89n47ItB0:MMAUaT_6MdE:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/wpml/~4/DW89n47ItB0\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"https://wpml.org/2015/10/woocommerce-compatibility-paypal-advanced-woocommerce-quick-view-woocommerce-zoom-magnifier-woocommerce-kesher-hk/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"https://wpml.org/2015/10/woocommerce-compatibility-paypal-advanced-woocommerce-quick-view-woocommerce-zoom-magnifier-woocommerce-kesher-hk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"Can a tourist’s village in Greece build a professional-looking multilingual site on a shoestring?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpml/~3/ZZab5m9MorQ/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://wpml.org/2015/10/can-a-tourists-village-in-greece-build-a-professional-looking-multilingual-site-on-a-shoestring/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Oct 2015 14:33:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Case studies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wpml.org/?p=725425\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"Many residents of the Greek village of Mirtos live off tourism. For Mirtos, effective advertising can make the difference between prosperity and financial trouble. They set out to develop a website that would attract tourists from all over Europe. The website needed to look professional, be easy to maintain, and run in five languages. The […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"peter.m\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9127:\"<p>Many residents of the Greek village of Mirtos live off tourism. For Mirtos, effective advertising can make the difference between prosperity and financial trouble. They set out to develop a website that would attract tourists from all over Europe. The website needed to look professional, be easy to maintain, and run in five languages. The challenge was to build such a site on a small budget and use volunteers for much of the work. Did the Mirtoseans succeed?</p>\n<p>Jurrie Eilers, a web developer, accepted the challenge of building Mirtos’ website. Since 2006, Jurrie has been working exclusively with WordPress. Hence, WordPress was the obvious choice for this project. Next, Jurrie had to come up with a design and figure out how to make the site multilingual. Fortunately, Jurrie found that the Divi theme and WPML work smoothly together. This made Jurrie’s life easier because of the flexibility that Divi offers and the complete translation workflow in WPML.</p>\n<div id=\"attachment_725468\" style=\"width: 753px\" class=\"wp-caption alignnone\"><a href=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/image001.jpg\"><img class=\"size-full wp-image-725468\" src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/image001.jpg\" alt=\"\" width=\"743\" height=\"544\" /></a><p class=\"wp-caption-text\"><a href=\"http://www.mirtoscrete.gr/\">http://www.mirtoscrete.gr/</a></p></div>\n<p>The combination of WordPress, Divi, and WPML gave Jurrie and the people of Mirtos everything they needed, and on a small budget. Designing the site took little effort: the people themselves could manage the content and handle all translation work. By using local translators from Mirtos, the site enjoys accurate multilingual content, which reads naturally and is appealing to the tourists.</p>\n<h2>Smooth Integration Between WordPress, the Theme, and WPML Reduces Costs</h2>\n<p>Remember the tight budget that Mirtos village had for this project? Imagine burning the entire budget on troubleshooting and bug fixes. Surely, this wouldn’t be good for the project. To avoid getting into trouble, Jurrie picked a theme that was already <a href=\"https://wpml.org/documentation/theme-compatibility/\">compatible with WPML</a>, while fulfilling his design and maintenance objectives. This way, Jurrie could spend his time on designing and building the site and not on troubleshooting problems.</p>\n<p><strong>“I used the Divi theme from Elegant Themes. It has got a great Page Builder, is highly customizable, and has a Module Library. This is very useful for multilingual sites and saves a lot of time. In particular, the Global Module function comes in handy: changing one element will synchronize the change in all five languages.”</strong></p>\n<p>Starting the project on the right path is the most important thing we can do to get us to our destination.</p>\n<h2>WPML’s Translation Management Enables Community Translation</h2>\n<p>Content is king, and that is certainly true for the translated content. The people of Mirtos understood that irrespective of the tools you use, if you use low-quality content, the results will be poor.</p>\n<p><a href=\"https://wpml.org/documentation/translating-your-contents/using-the-translation-editor/\">WPML’s Translation Management</a> module makes it easy for content managers and translators to work together. The site’s admin sets up “translator” users having very specific capabilities to translate. Translators do not need to worry about the site’s structure, links, or other HTML issues. The content manager chooses what content to translate and into which language. Translators receive notification emails, and they work using WPML’s dedicated Translation Editor. When translations are complete, WPML puts back everything together and adjusts the links and menus.</p>\n<p><strong>“All of the content was translated by real people, who are well educated in at least two of the languages. My own native language is Dutch, but I wrote the website first in English, and had it corrected by an English professor, Christine Anderson. I did the Dutch translation, and then the German translation was done by my wife, who is from Austria and speaks German, Greek, Dutch, and English very well.”</strong></p>\n<p>This way, teams of non-technical people can maintain high quality translation in WordPress.</p>\n<h2>Caching Drastically Improves Page-Load Performance</h2>\n<p><a href=\"http://www.mirtoscrete.gr/\">Mirtoscrete.gr</a> uses advanced tools that can potentially cause slow loading of front-end content. Jurrie’s decision of using an advanced theme with a page builder makes editing and maintaining content very convenient. Instead of paying for this convenience with performance, mirtoscrete.gr uses advanced caching. 99% of the traffic to the site is by “visitors” (not logged-in users). This means that page caching handles the majority of the loading and makes pages load quickly.</p>\n<p>The site uses two plug-ins for the job. <a href=\"http://wp-rocket.me/\">WP Rocket</a> caches pages and skips the entire PHP processing for visitors. <a href=\"https://wordpress.org/plugins/wp-optimize/\">WP-Optimize</a> keeps the database clean and lean, and avoids bloat from building up.</p>\n<h2>Mini-Sites Give Business their Own Space</h2>\n<p>The “Cafes and Restaurants” pages use a blank template, which has no menu or footer. This allows authors to turn simple pages into their own mini-sites. By removing the standard page elements, authors of these pages can brand their pages as they wish, and make them look like individual mini-sites.</p>\n<p>This is another idea to reduce costs and simplify the workflow. Instead of creating completely separate WordPress sites, Jurrie created a site that business users can use as their own. These mini-sites can also be multilingual because WPML is already running.</p>\n<div id=\"attachment_725471\" style=\"width: 1181px\" class=\"wp-caption alignnone\"><a href=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/image003.png\"><img class=\"size-full wp-image-725471\" src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/image003.png\" alt=\"\" width=\"1171\" height=\"949\" /></a><p class=\"wp-caption-text\">Mini-Sites Give Business their Own Space</p></div>\n<h2>Content and Room for Improvement</h2>\n<p><a href=\"http://www.mirtoscrete.gr/\">Mirtoscrete.gr</a> acts as a portal, connecting visitors to all of the site’s content. Jurrie dedicated himself to visiting all of the accommodations and restaurants personally. This effort paid off. The site’s content is written in a personal voice and shows great care.</p>\n<p>All of the content in the site was created using simple WordPress pages with the Divi builder. Jurrie says that this works but is not ideal, as content maintenance can be difficult. Vast structural changes would require editing the entire site.</p>\n<div id=\"attachment_725472\" style=\"width: 1034px\" class=\"wp-caption alignnone\"><a href=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/image005.jpg\"><img class=\"size-large wp-image-725472\" src=\"https://d2salfytceyqoe.cloudfront.net/wp-content/uploads/2015/10/image005-1024x386.jpg\" alt=\"\" width=\"1024\" height=\"386\" /></a><p class=\"wp-caption-text\">content block setup</p></div>\n<p><strong>“It took way too long for the page to load, with every accommodation having its own custom background, a gallery, sometimes with dozens of pictures, and some of them including a Facebook feed or a YouTube embed. I therefore, decided to split it into three pages containing eight accommodations each, which I already regret. I should have given each item its own page.”</strong></p>\n<h2>Conclusions</h2>\n<p>Mirtos’ website shows that it is possible to create a great-looking multilingual site even without a big budget. Good planning and selection of the correct tools enabled this to happen.. Choosing WordPress, a good theme, WPML, and good caching made it all possible. Jurrie and the translation team could focus their entire time on creating the site, writing content, and translating. They avoided expensive custom development and troubleshooting and saved themselves a great deal of trouble and cost.</p>\n<p>Most importantly, the site fulfills its purpose. <a href=\"http://www.mirtoscrete.gr/\">Mirtoscrete.gr</a> attracts visitors from different countries and helps local businesses to evolve.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/wpml?a=ZZab5m9MorQ:y8w3eBUXMIA:D7DqB2pKExk\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=ZZab5m9MorQ:y8w3eBUXMIA:D7DqB2pKExk\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=ZZab5m9MorQ:y8w3eBUXMIA:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=ZZab5m9MorQ:y8w3eBUXMIA:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/wpml?a=ZZab5m9MorQ:y8w3eBUXMIA:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/wpml?i=ZZab5m9MorQ:y8w3eBUXMIA:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/wpml/~4/ZZab5m9MorQ\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://wpml.org/2015/10/can-a-tourists-village-in-greece-build-a-professional-looking-multilingual-site-on-a-shoestring/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wpml.org/2015/10/can-a-tourists-village-in-greece-build-a-professional-looking-multilingual-site-on-a-shoestring/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:32:\"http://feeds.feedburner.com/wpml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:4:\"wpml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"Mh+TnhxzTO1voENxEtas4PsfwuM\";s:13:\"last-modified\";s:29:\"Fri, 13 Nov 2015 18:53:43 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Fri, 13 Nov 2015 18:56:58 GMT\";s:7:\"expires\";s:29:\"Fri, 13 Nov 2015 18:56:58 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20150916234518\";}','no'),(3157,'_transient_timeout_feed_6c78d00722dae650afc8789333d5c38e','1442914968','no'),(3158,'_transient_feed_6c78d00722dae650afc8789333d5c38e','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://pipes.yahoo.com/pipes/pipe.info?_id=02f556aa2f503be89aa9d89723644f40\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The fastest and most complete WordPress performance plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://pipes.yahoo.com/pipes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:5:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"pipdig.co on "w3-total-cache broke my site"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/yaNUPUOJsXA/w3-total-cache-broke-my-site-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 21 Sep 2015 14:20:20 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7454162@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:669:\"<p>Hi Loiruca,</p>\n<p>There are also a few extra steps you need to take to fully remove/disable the W3 Total Cache plugin. See <a rel=\"nofollow\" target=\"_blank\" href=\"https://wordpress.org/support/topic/w3-total-cache-how-to-disable?replies=3\">https://wordpress.org/support/topic/w3-total-cache-how-to-disable?replies=3</a> for details.</p>\n<p>It sounds like you can probably continue from Step 3 of this guide <a rel=\"nofollow\" target=\"_blank\" href=\"http://www.kentooz.com/remove-w3-total-cache-manually/\">http://www.kentooz.com/remove-w3-total-cache-manually/</a>\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/yaNUPUOJsXA\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/support/topic/w3-total-cache-broke-my-site-2#post-7454162\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"loiruca on "w3-total-cache broke my site"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/uOty9jPhgOM/w3-total-cache-broke-my-site-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 21 Sep 2015 13:47:04 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7454040@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:576:\"<p>Hi,</p>\n<p>I just installed a brand new WP installation with a premium theme (Virtue), everything was rolling fine until w3-total-cache plugin was activated. My home page is blank. When I try to browse to other pages, I see an Internal Error page. I tried deactivating the plugin through FTP by appending a -old to its name. When it\'s deactivated, I see only the home page, but when I click on any other administration links it goes to back Internal Error. Please help!\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/uOty9jPhgOM\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/support/topic/w3-total-cache-broke-my-site-2#post-7454040\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"dinkybluebug on "[Plugin: WP User Frontend] Insert featured image button doesnt work when using w3 total cache"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/BymO1ZaM5FE/insert-featured-image-button-doesnt-work-when-using-w3-total-cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 21 Sep 2015 11:45:53 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7453545@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:196:\"<p>yes I\'m using WP super cache now and this seems to be working.</p>\n<p>Thank you deepbevel\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/BymO1ZaM5FE\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://wordpress.org/support/topic/insert-featured-image-button-doesnt-work-when-using-w3-total-cache#post-7453545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Destac on "database to work with WooCommerce"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/TgdEajWU4HM/database-to-work-with-woocommerce-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 21 Sep 2015 10:13:23 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7453170@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:180:\"<p>Go to database caching and paste in that code in the ignored query stems.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/TgdEajWU4HM\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/support/topic/database-to-work-with-woocommerce-1#post-7453170\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"3lines3lives on "database to work with WooCommerce"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/nRqFtOJGEz0/database-to-work-with-woocommerce-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 21 Sep 2015 04:36:06 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7451731@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:442:\"<p>For the cache of the database to work with WooCommerce , you must _wc_session_ add to the \"Ignored Query Strings\" option in the configuration of W3 Total Cache</p>\n<p>where is this option ???</p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"https://wordpress.org/plugins/w3-total-cache/\">https://wordpress.org/plugins/w3-total-cache/</a>\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/nRqFtOJGEz0\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/support/topic/database-to-work-with-woocommerce-1#post-7451731\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:40:\"http://feeds.feedburner.com/W3TOTALCACHE\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:4:\"next\";s:4:\"href\";s:93:\"http://pipes.yahoo.com/pipes/pipe.run?_id=02f556aa2f503be89aa9d89723644f40&_render=rss&page=2\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:40:\"http://feeds.feedburner.com/W3TOTALCACHE\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:12:\"w3totalcache\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:28:\"http://www.w3.org/1999/xhtml\";a:1:{s:4:\"meta\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"name\";s:6:\"robots\";s:7:\"content\";s:7:\"noindex\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://pipes.yahoo.com\";a:1:{s:4:\"meta\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"name\";s:5:\"pipes\";s:7:\"content\";s:9:\"noprocess\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"z/GP+ROKZ9ugtPJhazpZSBzXqAA\";s:13:\"last-modified\";s:29:\"Mon, 21 Sep 2015 21:26:43 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Mon, 21 Sep 2015 21:42:48 GMT\";s:7:\"expires\";s:29:\"Mon, 21 Sep 2015 21:42:48 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20150916234518\";}','no'),(6599,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1447441023','no'),(6597,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1447484223','no'),(6598,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1447484223','no'),(6606,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1447484225','no'),(6607,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/11/wordpress-4-4-beta-4/\'>WordPress 4.4 Beta 4</a> <span class=\"rss-date\">November 12, 2015</span><div class=\"rssSummary\">WordPress 4.4 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/tickets-on-sale-for-wordcamp-europe-2016\'>WPTavern: Tickets on Sale for WordCamp Europe 2016</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/buddypress-2-4-0-pietro-contains-major-improvements-to-accessibility\'>WPTavern: BuddyPress 2.4.0 “Pietro” Contains Major Improvements to Accessibility</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/a-field-guide-to-major-features-in-wordpress-4-4\'>WPTavern: A Field Guide to Major Features in WordPress 4.4</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\' class=\'dashboard-news-plugin-link\'>Google Analytics Dashboard for WP</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=google-analytics-dashboard-for-wp&_wpnonce=265c30fa17&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Google Analytics Dashboard for WP\'>Install</a>)</span></li></ul></div>','no'),(3373,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1442961477;}s:5:\"queue\";a:2:{s:32:\"7de3619981caadc55f30a002bfb299f6\";a:4:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1442961477;s:6:\"sticky\";b:1;}s:32:\"fc50097023d0d34c5a66f6cddcf77694\";a:3:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1447529534;}}s:4:\"done\";a:0:{}}','yes'),(3356,'_transient_timeout_w3tc.verify_plugins','1443553030','no'),(3357,'_transient_w3tc.verify_plugins','1','no'),(3246,'ossdl_off_exclude','.php','yes'),(3115,'_transient_timeout_w3tc_message.560036b373a4e','1442855179','no'),(3116,'_transient_w3tc_message.560036b373a4e','','no'),(3113,'_transient_timeout_w3tc_message.5600367a5933d','1442855122','no'),(3114,'_transient_w3tc_message.5600367a5933d','','no'),(3119,'_transient_timeout_w3tc_message.560036bd8e107','1442855189','no'),(3120,'_transient_w3tc_message.560036bd8e107','','no'),(3166,'_transient_w3tc_message.56007a1eb8405','','no'),(3165,'_transient_timeout_w3tc_message.56007a1eb8405','1442872438','no'),(3159,'_transient_timeout_feed_mod_6c78d00722dae650afc8789333d5c38e','1442914968','no'),(3160,'_transient_feed_mod_6c78d00722dae650afc8789333d5c38e','1442871768','no'),(3374,'dismiss_smush_upgrade','1','yes'),(3345,'_transient_timeout_w3tc_message.5601a2f3ee1ff','1442948427','no'),(3346,'_transient_w3tc_message.5601a2f3ee1ff','','no'),(3349,'_transient_timeout_w3tc_message.5601a346a6b5f','1442948510','no'),(3350,'_transient_w3tc_message.5601a346a6b5f','','no'),(3358,'_transient_timeout_w3tc_message.5601a4f49dcd1','1442948940','no'),(3359,'_transient_w3tc_message.5601a4f49dcd1','','no'),(3370,'_transient_timeout_w3tc_license_status','1443381089','no'),(3371,'_transient_w3tc_license_status','no_key','no'),(3224,'_transient_timeout_w3tc_message.5600bf035421f','1442890075','no'),(3225,'_transient_w3tc_message.5600bf035421f','','no'),(3233,'_transient_timeout_w3tc_message.5600c31a12697','1442891122','no'),(3234,'_transient_w3tc_message.5600c31a12697','','no'),(3198,'_transient_timeout_wpmc_deleted_one','1442887527','no'),(3199,'_transient_wpmc_deleted_one','1','no'),(3265,'_site_transient_browser_013c398f6d0be6d3c2df4f952d9015e3','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"45.0.2454.99\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3244,'ossdl_off_cdn_url','http://genewyork.com','yes'),(3245,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(3228,'_site_transient_timeout_browser_8c27b0d66a7ea6cec5dda9979cc92bd3','1443494948','yes'),(3229,'_site_transient_browser_8c27b0d66a7ea6cec5dda9979cc92bd3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"42.0.2311.135\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3247,'ossdl_cname','','yes'),(3248,'wpsupercache_start','1442892754','yes'),(3249,'wpsupercache_count','0','yes'),(3372,'ftp_credentials','a:3:{s:8:\"hostname\";s:13:\"genewyork.com\";s:8:\"username\";s:13:\"genywebmaster\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(3264,'_site_transient_timeout_browser_013c398f6d0be6d3c2df4f952d9015e3','1443532223','yes'); /*!40000 ALTER TABLE `g516db_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_postmeta` -- DROP TABLE IF EXISTS `g516db_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=7639 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_postmeta` -- LOCK TABLES `g516db_postmeta` WRITE; /*!40000 ALTER TABLE `g516db_postmeta` DISABLE KEYS */; INSERT INTO `g516db_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:37:\"[your-name] <genywebmaster@gmail.com>\";s:4:\"body\";s:170:\"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 GENY School (http://genewyork.com)\";s:9:\"recipient\";s:23:\"genywebmaster@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(4,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:37:\"GENY School <genywebmaster@gmail.com>\";s:4:\"body\";s:112:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on GENY School (http://genewyork.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:33:\"Reply-To: genywebmaster@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(5,4,'_messages','a:8:{s:12:\"mail_sent_ok\";s: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:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";}'),(6,4,'_additional_settings',''),(7,4,'_locale','en_US'),(197,1084,'_wp_attached_file','2015/05/instruction.jpg'),(198,1084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:290;s:4:\"file\";s:23:\"2015/05/instruction.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"instruction-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:\"instruction-300x45.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"instruction-1024x155.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:23:\"instruction-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(244,1357,'_wp_attached_file','2015/04/login-Home-03.jpg'),(245,1357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:309;s:4:\"file\";s:25:\"2015/04/login-Home-03.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"login-Home-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"login-Home-03-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:25:\"login-Home-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(280,1628,'_wp_attached_file','2015/04/404-Page.jpg'),(281,1628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1758;s:6:\"height\";i:898;s:4:\"file\";s:20:\"2015/04/404-Page.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"404-Page-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:\"404-Page-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"404-Page-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:20:\"404-Page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(394,2708,'_menu_item_type','custom'),(395,2708,'_menu_item_menu_item_parent','0'),(396,2708,'_menu_item_object_id','2708'),(397,2708,'_menu_item_object','custom'),(398,2708,'_menu_item_target',''),(399,2708,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(400,2708,'_menu_item_xfn',''),(401,2708,'_menu_item_url','http://wordpress.templaza.net/ethic'),(402,2709,'_menu_item_type','custom'),(403,2709,'_menu_item_menu_item_parent','0'),(404,2709,'_menu_item_object_id','2709'),(405,2709,'_menu_item_object','custom'),(406,2709,'_menu_item_target',''),(407,2709,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(408,2709,'_menu_item_xfn',''),(409,2709,'_menu_item_url','http://wordpress.templaza.net/ethic/forums/'),(410,2710,'_menu_item_type','custom'),(411,2710,'_menu_item_menu_item_parent','0'),(412,2710,'_menu_item_object_id','2710'),(413,2710,'_menu_item_object','custom'),(414,2710,'_menu_item_target',''),(415,2710,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(416,2710,'_menu_item_xfn',''),(417,2710,'_menu_item_url','http://wordpress.templaza.net/ethic/blog-left-sidebar/'),(418,2711,'_menu_item_type','custom'),(419,2711,'_menu_item_menu_item_parent','0'),(420,2711,'_menu_item_object_id','2711'),(421,2711,'_menu_item_object','custom'),(422,2711,'_menu_item_target',''),(423,2711,'_menu_item_classes','a:1:{i:0;s:14:\"full-container\";}'),(424,2711,'_menu_item_xfn',''),(425,2711,'_menu_item_url','http://wordpress.templaza.net/ethic'),(426,2712,'_menu_item_type','custom'),(427,2712,'_menu_item_menu_item_parent','0'),(428,2712,'_menu_item_object_id','2712'),(429,2712,'_menu_item_object','custom'),(430,2712,'_menu_item_target',''),(431,2712,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(432,2712,'_menu_item_xfn',''),(433,2712,'_menu_item_url','http://wordpress.templaza.net/ethic'),(434,2713,'_menu_item_type','custom'),(435,2713,'_menu_item_menu_item_parent','0'),(436,2713,'_menu_item_object_id','2713'),(437,2713,'_menu_item_object','custom'),(438,2713,'_menu_item_target',''),(439,2713,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(440,2713,'_menu_item_xfn',''),(441,2713,'_menu_item_url','http://wordpress.templaza.net/ethic'),(442,2714,'_menu_item_type','custom'),(443,2714,'_menu_item_menu_item_parent','0'),(444,2714,'_menu_item_object_id','2714'),(445,2714,'_menu_item_object','custom'),(446,2714,'_menu_item_target',''),(447,2714,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(448,2714,'_menu_item_xfn',''),(449,2714,'_menu_item_url','http://wordpress.templaza.net/ethic'),(450,1634,'_edit_last','2'),(451,1634,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(452,1634,'slide_template','default'),(453,1634,'_bbp_last_active_time','2015-06-18 03:05:16'),(454,1634,'_bbp_forum_subforum_count','4'),(455,1634,'_bbp_reply_count','0'),(456,1634,'_bbp_total_reply_count','2'),(457,1634,'_bbp_topic_count','0'),(458,1634,'_bbp_total_topic_count','4'),(459,1634,'_bbp_topic_count_hidden','0'),(460,1634,'_bbp_forum_type','category'),(461,1634,'_bbp_last_topic_id','2285'),(462,1634,'_bbp_last_reply_id','1650'),(463,1634,'_bbp_last_active_id','2285'),(464,1644,'_edit_last','2'),(465,1644,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(466,1644,'slide_template','default'),(467,1644,'_bbp_last_active_time','2015-05-23 02:17:38'),(468,1644,'_bbp_forum_subforum_count','0'),(469,1644,'_bbp_reply_count','2'),(470,1644,'_bbp_total_reply_count','2'),(471,1644,'_bbp_topic_count','2'),(472,1644,'_bbp_total_topic_count','2'),(473,1644,'_bbp_topic_count_hidden','0'),(474,1644,'_bbp_last_reply_id','1650'),(475,1644,'_bbp_last_topic_id','1650'),(476,1644,'_bbp_last_active_id','1650'),(477,1644,'_bbp_group_ids','a:0:{}'),(478,1655,'_edit_last','2'),(479,1659,'_bbp_reply_count','0'),(480,1659,'_bbp_topic_count','1'),(481,1659,'_bbp_topic_count_hidden','0'),(482,1659,'_bbp_total_reply_count','0'),(483,1659,'_bbp_total_topic_count','1'),(484,1659,'_bbp_last_topic_id','1661'),(485,1659,'_bbp_last_reply_id','1661'),(486,1659,'_bbp_last_active_id','1661'),(487,1659,'_bbp_last_active_time','2015-05-23 02:52:02'),(488,1659,'_bbp_forum_subforum_count','0'),(489,1659,'_bbp_group_ids','a:1:{i:0;i:1;}'),(490,1662,'_edit_last','2'),(491,1662,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(492,1662,'slide_template','default'),(493,1662,'_bbp_last_active_time','2015-05-26 09:19:20'),(494,1662,'_bbp_forum_subforum_count','0'),(495,1662,'_bbp_reply_count','2'),(496,1662,'_bbp_total_reply_count','2'),(497,1662,'_bbp_topic_count','2'),(498,1662,'_bbp_total_topic_count','2'),(499,1662,'_bbp_topic_count_hidden','0'),(500,1662,'_bbp_last_topic_id','1672'),(501,1662,'_bbp_last_reply_id','1672'),(502,1662,'_bbp_last_active_id','1672'),(503,1667,'_edit_last','2'),(504,1667,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(505,1667,'slide_template','default'),(506,1667,'_bbp_last_active_time','2015-05-23 01:50:02'),(507,1667,'_bbp_forum_subforum_count','0'),(508,1667,'_bbp_reply_count','0'),(509,1667,'_bbp_total_reply_count','0'),(510,1667,'_bbp_topic_count','1'),(511,1667,'_bbp_total_topic_count','1'),(512,1667,'_bbp_topic_count_hidden','0'),(513,1667,'_bbp_last_topic_id','1640'),(514,1667,'_bbp_last_reply_id','1640'),(515,1667,'_bbp_last_active_id','1640'),(516,1677,'_bbp_reply_count','1'),(517,1677,'_bbp_topic_count','1'),(518,1677,'_bbp_topic_count_hidden','0'),(519,1677,'_bbp_total_reply_count','1'),(520,1677,'_bbp_total_topic_count','1'),(521,1677,'_bbp_last_topic_id','1683'),(522,1677,'_bbp_last_reply_id','1683'),(523,1677,'_bbp_last_active_id','1683'),(524,1677,'_bbp_last_active_time','2015-05-28 03:38:15'),(525,1677,'_bbp_forum_subforum_count','0'),(526,1677,'_bbp_group_ids','a:0:{}'),(527,1687,'_bbp_reply_count','0'),(528,1687,'_bbp_topic_count','0'),(529,1687,'_bbp_topic_count_hidden','0'),(530,1687,'_bbp_total_reply_count','0'),(531,1687,'_bbp_total_topic_count','0'),(532,1687,'_bbp_last_topic_id','0'),(533,1687,'_bbp_last_reply_id','0'),(534,1687,'_bbp_last_active_id','0'),(535,1687,'_bbp_last_active_time','0'),(536,1687,'_bbp_forum_subforum_count','0'),(537,1687,'_bbp_group_ids','a:1:{i:0;i:4;}'),(538,2277,'_edit_last','2'),(539,2277,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(540,2277,'slide_template','default'),(541,2277,'_bbp_last_active_time','2015-06-18 03:05:16'),(542,2277,'_bbp_forum_subforum_count','0'),(543,2277,'_bbp_reply_count','0'),(544,2277,'_bbp_total_reply_count','0'),(545,2277,'_bbp_topic_count','2'),(546,2277,'_bbp_total_topic_count','2'),(547,2277,'_bbp_topic_count_hidden','0'),(548,2277,'_bbp_last_topic_id','2285'),(549,2277,'_bbp_last_reply_id','2285'),(550,2277,'_bbp_last_active_id','2285'),(551,2277,'_bbp_group_ids','a:0:{}'),(552,2280,'_edit_last','2'),(553,2280,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(554,2280,'slide_template','default'),(555,2280,'_bbp_last_active_time','2015-06-18 02:48:40'),(556,2280,'_bbp_forum_subforum_count','0'),(557,2280,'_bbp_reply_count','0'),(558,2280,'_bbp_total_reply_count','0'),(559,2280,'_bbp_topic_count','0'),(560,2280,'_bbp_total_topic_count','0'),(561,2280,'_bbp_topic_count_hidden','0'),(562,2280,'_bbp_last_reply_id','0'),(563,2282,'_edit_last','2'),(564,2282,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(565,2282,'slide_template','default'),(566,2282,'_bbp_last_active_time','2015-06-18 02:50:23'),(567,2282,'_bbp_forum_subforum_count','0'),(568,2282,'_bbp_reply_count','0'),(569,2282,'_bbp_total_reply_count','0'),(570,2282,'_bbp_topic_count','0'),(571,2282,'_bbp_total_topic_count','0'),(572,2282,'_bbp_topic_count_hidden','0'),(573,2282,'_bbp_last_reply_id','0'),(574,2288,'_edit_last','2'),(575,2288,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(576,2288,'slide_template','default'),(577,2288,'_bbp_last_active_time','2015-06-19 03:04:51'),(578,2288,'_bbp_forum_subforum_count','0'),(579,2288,'_bbp_reply_count','0'),(580,2288,'_bbp_total_reply_count','0'),(581,2288,'_bbp_topic_count','0'),(582,2288,'_bbp_total_topic_count','0'),(583,2288,'_bbp_topic_count_hidden','0'),(608,2718,'_menu_item_type','custom'),(609,2718,'_menu_item_menu_item_parent','0'),(610,2718,'_menu_item_object_id','2718'),(611,2718,'_menu_item_object','custom'),(612,2718,'_menu_item_target',''),(613,2718,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(614,2718,'_menu_item_xfn',''),(615,2718,'_menu_item_url','#'),(616,2719,'_menu_item_type','custom'),(617,2719,'_menu_item_menu_item_parent','0'),(618,2719,'_menu_item_object_id','2719'),(619,2719,'_menu_item_object','custom'),(620,2719,'_menu_item_target',''),(621,2719,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(622,2719,'_menu_item_xfn',''),(623,2719,'_menu_item_url','http://wordpress.templaza.net/ethic/blog-left-sidebar/'),(624,2720,'_menu_item_type','custom'),(625,2720,'_menu_item_menu_item_parent','0'),(626,2720,'_menu_item_object_id','2720'),(627,2720,'_menu_item_object','custom'),(628,2720,'_menu_item_target',''),(629,2720,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(630,2720,'_menu_item_xfn',''),(631,2720,'_menu_item_url','#'),(632,2721,'_menu_item_type','custom'),(633,2721,'_menu_item_menu_item_parent','0'),(634,2721,'_menu_item_object_id','2721'),(635,2721,'_menu_item_object','custom'),(636,2721,'_menu_item_target',''),(637,2721,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(638,2721,'_menu_item_xfn',''),(639,2721,'_menu_item_url','#'),(640,2722,'_menu_item_type','custom'),(641,2722,'_menu_item_menu_item_parent','0'),(642,2722,'_menu_item_object_id','2722'),(643,2722,'_menu_item_object','custom'),(644,2722,'_menu_item_target',''),(645,2722,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(646,2722,'_menu_item_xfn',''),(647,2722,'_menu_item_url','#'),(648,2723,'_menu_item_type','custom'),(649,2723,'_menu_item_menu_item_parent','0'),(650,2723,'_menu_item_object_id','2723'),(651,2723,'_menu_item_object','custom'),(652,2723,'_menu_item_target',''),(653,2723,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(654,2723,'_menu_item_xfn',''),(655,2723,'_menu_item_url','#'),(656,2724,'_menu_item_type','custom'),(657,2724,'_menu_item_menu_item_parent','0'),(658,2724,'_menu_item_object_id','2724'),(659,2724,'_menu_item_object','custom'),(660,2724,'_menu_item_target',''),(661,2724,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(662,2724,'_menu_item_xfn',''),(663,2724,'_menu_item_url','#'),(664,2725,'_menu_item_type','custom'),(665,2725,'_menu_item_menu_item_parent','0'),(666,2725,'_menu_item_object_id','2725'),(667,2725,'_menu_item_object','custom'),(668,2725,'_menu_item_target',''),(669,2725,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(670,2725,'_menu_item_xfn',''),(671,2725,'_menu_item_url','#'),(672,2726,'_menu_item_type','taxonomy'),(673,2726,'_menu_item_menu_item_parent','2713'),(674,2726,'_menu_item_object_id','19'),(675,2726,'_menu_item_object','tribe_events_cat'),(676,2726,'_menu_item_target',''),(677,2726,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(678,2726,'_menu_item_xfn',''),(679,2726,'_menu_item_url',''),(736,2734,'_menu_item_type','custom'),(737,2734,'_menu_item_menu_item_parent','0'),(738,2734,'_menu_item_object_id','2734'),(739,2734,'_menu_item_object','custom'),(740,2734,'_menu_item_target',''),(741,2734,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(742,2734,'_menu_item_xfn',''),(743,2734,'_menu_item_url','#'),(744,2735,'_menu_item_type','custom'),(745,2735,'_menu_item_menu_item_parent','0'),(746,2735,'_menu_item_object_id','2735'),(747,2735,'_menu_item_object','custom'),(748,2735,'_menu_item_target',''),(749,2735,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(750,2735,'_menu_item_xfn',''),(751,2735,'_menu_item_url','#'),(752,2736,'_menu_item_type','custom'),(753,2736,'_menu_item_menu_item_parent','0'),(754,2736,'_menu_item_object_id','2736'),(755,2736,'_menu_item_object','custom'),(756,2736,'_menu_item_target',''),(757,2736,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(758,2736,'_menu_item_xfn',''),(759,2736,'_menu_item_url','#'),(776,2739,'_menu_item_type','custom'),(777,2739,'_menu_item_menu_item_parent','0'),(778,2739,'_menu_item_object_id','2739'),(779,2739,'_menu_item_object','custom'),(780,2739,'_menu_item_target',''),(781,2739,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(782,2739,'_menu_item_xfn',''),(783,2739,'_menu_item_url','#'),(800,2742,'_menu_item_type','custom'),(801,2742,'_menu_item_menu_item_parent','0'),(802,2742,'_menu_item_object_id','2742'),(803,2742,'_menu_item_object','custom'),(804,2742,'_menu_item_target',''),(805,2742,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(806,2742,'_menu_item_xfn',''),(807,2742,'_menu_item_url','#'),(808,2743,'_menu_item_type','custom'),(809,2743,'_menu_item_menu_item_parent','0'),(810,2743,'_menu_item_object_id','2743'),(811,2743,'_menu_item_object','custom'),(812,2743,'_menu_item_target',''),(813,2743,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(814,2743,'_menu_item_xfn',''),(815,2743,'_menu_item_url','#'),(816,2744,'_menu_item_type','custom'),(817,2744,'_menu_item_menu_item_parent','0'),(818,2744,'_menu_item_object_id','2744'),(819,2744,'_menu_item_object','custom'),(820,2744,'_menu_item_target',''),(821,2744,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(822,2744,'_menu_item_xfn',''),(823,2744,'_menu_item_url','#'),(824,2745,'_menu_item_type','custom'),(825,2745,'_menu_item_menu_item_parent','0'),(826,2745,'_menu_item_object_id','2745'),(827,2745,'_menu_item_object','custom'),(828,2745,'_menu_item_target',''),(829,2745,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(830,2745,'_menu_item_xfn',''),(831,2745,'_menu_item_url','#'),(872,2751,'_menu_item_type','custom'),(873,2751,'_menu_item_menu_item_parent','0'),(874,2751,'_menu_item_object_id','2751'),(875,2751,'_menu_item_object','custom'),(876,2751,'_menu_item_target',''),(877,2751,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(878,2751,'_menu_item_xfn',''),(879,2751,'_menu_item_url','#'),(880,2752,'_menu_item_type','custom'),(881,2752,'_menu_item_menu_item_parent','0'),(882,2752,'_menu_item_object_id','2752'),(883,2752,'_menu_item_object','custom'),(884,2752,'_menu_item_target',''),(885,2752,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(886,2752,'_menu_item_xfn',''),(887,2752,'_menu_item_url','#'),(896,2754,'_menu_item_type','taxonomy'),(897,2754,'_menu_item_menu_item_parent','0'),(898,2754,'_menu_item_object_id','3'),(899,2754,'_menu_item_object','category'),(900,2754,'_menu_item_target',''),(901,2754,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(902,2754,'_menu_item_xfn',''),(903,2754,'_menu_item_url',''),(904,2755,'_menu_item_type','taxonomy'),(905,2755,'_menu_item_menu_item_parent','0'),(906,2755,'_menu_item_object_id','4'),(907,2755,'_menu_item_object','category'),(908,2755,'_menu_item_target',''),(909,2755,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(910,2755,'_menu_item_xfn',''),(911,2755,'_menu_item_url',''),(912,2756,'_menu_item_type','taxonomy'),(913,2756,'_menu_item_menu_item_parent','0'),(914,2756,'_menu_item_object_id','6'),(915,2756,'_menu_item_object','category'),(916,2756,'_menu_item_target',''),(917,2756,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(918,2756,'_menu_item_xfn',''),(919,2756,'_menu_item_url',''),(920,2757,'_menu_item_type','taxonomy'),(921,2757,'_menu_item_menu_item_parent','0'),(922,2757,'_menu_item_object_id','10'),(923,2757,'_menu_item_object','category'),(924,2757,'_menu_item_target',''),(925,2757,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(926,2757,'_menu_item_xfn',''),(927,2757,'_menu_item_url',''),(928,2758,'_menu_item_type','custom'),(929,2758,'_menu_item_menu_item_parent','0'),(930,2758,'_menu_item_object_id','2758'),(931,2758,'_menu_item_object','custom'),(932,2758,'_menu_item_target',''),(933,2758,'_menu_item_classes','a:2:{i:0;s:7:\"bp-menu\";i:1;s:13:\"bp-forums-nav\";}'),(934,2758,'_menu_item_xfn',''),(935,2758,'_menu_item_url','http://wordpress.templaza.net/ethic/members/admin/forums/'),(936,2759,'_menu_item_type','custom'),(937,2759,'_menu_item_menu_item_parent','0'),(938,2759,'_menu_item_object_id','2759'),(939,2759,'_menu_item_object','custom'),(940,2759,'_menu_item_target',''),(941,2759,'_menu_item_classes','a:2:{i:0;s:7:\"bp-menu\";i:1;s:13:\"bp-groups-nav\";}'),(942,2759,'_menu_item_xfn',''),(943,2759,'_menu_item_url','http://wordpress.templaza.net/ethic/members/admin/groups/'),(944,2760,'_menu_item_type','custom'),(945,2760,'_menu_item_menu_item_parent','2712'),(946,2760,'_menu_item_object_id','2760'),(947,2760,'_menu_item_object','custom'),(948,2760,'_menu_item_target',''),(949,2760,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(950,2760,'_menu_item_xfn',''),(951,2760,'_menu_item_url','http://wordpress.templaza.net/ethic/courses/course-1-2/'),(952,2761,'_menu_item_type','custom'),(953,2761,'_menu_item_menu_item_parent','2713'),(954,2761,'_menu_item_object_id','2761'),(955,2761,'_menu_item_object','custom'),(956,2761,'_menu_item_target',''),(957,2761,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(958,2761,'_menu_item_xfn',''),(959,2761,'_menu_item_url','http://wordpress.templaza.net/ethic/event/pesticide-applicators-training-2/'),(976,2764,'_menu_item_type','custom'),(977,2764,'_menu_item_menu_item_parent','2710'),(978,2764,'_menu_item_object_id','2764'),(979,2764,'_menu_item_object','custom'),(980,2764,'_menu_item_target',''),(981,2764,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(982,2764,'_menu_item_xfn',''),(983,2764,'_menu_item_url','http://wordpress.templaza.net/ethic/centro-de-inovacoes-inovacidades-3/'),(984,2765,'_menu_item_type','custom'),(985,2765,'_menu_item_menu_item_parent','2719'),(986,2765,'_menu_item_object_id','2765'),(987,2765,'_menu_item_object','custom'),(988,2765,'_menu_item_target',''),(989,2765,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(990,2765,'_menu_item_xfn',''),(991,2765,'_menu_item_url','http://wordpress.templaza.net/ethic/responsive-blog-centro-de-inovacoes-inovacidades-25/'),(1046,536,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1047,536,'_edit_last','1'),(1048,536,'_wp_page_template','template-homepage.php'),(1049,536,'_wpb_vc_js_status','true'),(1050,536,'slide_template','default'),(1051,536,'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:\"\";}'),(1052,536,'plazart_desktop_column','1'),(1053,536,'plazart_tabletportrait_column','1'),(1054,536,'plazart_mobilelandscape_column','1'),(1055,536,'plazart_mobileportrait_column','1'),(1056,536,'plazart_portfolio_limit','10'),(1057,536,'plazart_porfolio_orderby','date'),(1058,536,'plazart_porfolio_order','desc'),(1059,536,'plazart_paging','pagenavi'),(1060,536,'plazart_porfolio_filter_status','show'),(1061,536,'plazart_porfolio_filter','portfolio-tags'),(1062,536,'plazart_header_type','2'),(1063,536,'_wpb_shortcodes_custom_css','.vc_custom_1441844234877{background-color: #fcfcfc !important;}.vc_custom_1441836880779{margin: 50px !important;}.vc_custom_1441256667790{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 10px !important;padding-left: 20px !important;background-color: #e5a82e !important;}.vc_custom_1441843436808{padding-top: 40px !important;padding-right: 20px !important;padding-bottom: 40px !important;padding-left: 20px !important;}.vc_custom_1441845497633{padding-bottom: 50px !important;}.vc_custom_1442282104630{margin-bottom: 90px !important;}.vc_custom_1442281601138{padding-top: 20px !important;padding-right: 20px !important;padding-left: 20px !important;background-color: #71141f !important;}.vc_custom_1442283230188{padding-top: 20px !important;padding-right: 20px !important;padding-left: 20px !important;background-color: #71141f !important;}.vc_custom_1442283170672{padding-top: 20px !important;padding-right: 20px !important;padding-left: 20px !important;background-color: #71141f !important;}.vc_custom_1442283248087{padding-top: 20px !important;padding-right: 20px !important;padding-left: 20px !important;background-color: #71141f !important;}'),(1064,536,'eg_sources_html5_mp4',''),(1065,536,'eg_sources_html5_ogv',''),(1066,536,'eg_sources_html5_webm',''),(1067,536,'eg_sources_youtube',''),(1068,536,'eg_sources_vimeo',''),(1069,536,'eg_sources_wistia',''),(1070,536,'eg_sources_image',''),(1071,536,'eg_sources_iframe',''),(1072,536,'eg_sources_soundcloud',''),(1073,536,'eg_vimeo_ratio','0'),(1074,536,'eg_youtube_ratio','0'),(1075,536,'eg_wistia_ratio','0'),(1076,536,'eg_html5_ratio','0'),(1077,536,'eg_soundcloud_ratio','0'),(1078,536,'eg_settings_custom_meta_skin',''),(1079,536,'eg_settings_custom_meta_element',''),(1080,536,'eg_settings_custom_meta_setting',''),(1081,536,'eg_settings_custom_meta_style',''),(1082,536,'eg_sources_revslider',''),(1083,536,'plazart_blog_column','1'),(1084,536,'plazart_blog_limit','10'),(1085,536,'plazart_tzpostSidebar','0'),(1086,536,'plazart_tzpostDate','show'),(1087,536,'plazart_tzpostAuthor','show'),(1088,536,'plazart_tzpostComments','show'),(1089,536,'plazart_tzpostthumbnail','show'),(1090,536,'plazart_tzpostexcerpt','show'),(1091,536,'plazart_tzpostmoredetail','show'),(1092,536,'plazart_tzpostshare','show'),(1093,536,'plazart_event_grid_limit','6'),(1094,536,'plazart_portfolio_timeline_limit','6'),(1095,536,'plazart_porfolio_timeline_orderby','date'),(1096,536,'plazart_portfolio_timeline_order','desc'),(1097,536,'plazart_course_grid_limit','6'),(1149,801,'_edit_last','2'),(1151,801,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1152,801,'slide_template','default'),(1153,801,'eg_sources_html5_mp4',''),(1154,801,'eg_sources_html5_ogv',''),(1155,801,'eg_sources_html5_webm',''),(1156,801,'eg_sources_youtube',''),(1157,801,'eg_sources_vimeo',''),(1158,801,'eg_sources_wistia',''),(1159,801,'eg_sources_image',''),(1160,801,'eg_sources_iframe',''),(1161,801,'eg_sources_soundcloud',''),(1162,801,'eg_vimeo_ratio','0'),(1163,801,'eg_youtube_ratio','0'),(1164,801,'eg_wistia_ratio','0'),(1165,801,'eg_html5_ratio','0'),(1166,801,'eg_soundcloud_ratio','0'),(1167,801,'eg_settings_custom_meta_skin',''),(1168,801,'eg_settings_custom_meta_element',''),(1169,801,'eg_settings_custom_meta_setting',''),(1170,801,'eg_settings_custom_meta_style',''),(1171,801,'eg_sources_revslider',''),(1172,803,'_edit_last','2'),(1174,803,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1175,803,'slide_template','default'),(1176,803,'eg_sources_html5_mp4',''),(1177,803,'eg_sources_html5_ogv',''),(1178,803,'eg_sources_html5_webm',''),(1179,803,'eg_sources_youtube',''),(1180,803,'eg_sources_vimeo',''),(1181,803,'eg_sources_wistia',''),(1182,803,'eg_sources_image',''),(1183,803,'eg_sources_iframe',''),(1184,803,'eg_sources_soundcloud',''),(1185,803,'eg_vimeo_ratio','0'),(1186,803,'eg_youtube_ratio','0'),(1187,803,'eg_wistia_ratio','0'),(1188,803,'eg_html5_ratio','0'),(1189,803,'eg_soundcloud_ratio','0'),(1190,803,'eg_settings_custom_meta_skin',''),(1191,803,'eg_settings_custom_meta_element',''),(1192,803,'eg_settings_custom_meta_setting',''),(1193,803,'eg_settings_custom_meta_style',''),(1194,803,'eg_sources_revslider',''),(1195,804,'_edit_last','2'),(1197,804,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1198,804,'slide_template','default'),(1199,804,'eg_sources_html5_mp4',''),(1200,804,'eg_sources_html5_ogv',''),(1201,804,'eg_sources_html5_webm',''),(1202,804,'eg_sources_youtube',''),(1203,804,'eg_sources_vimeo',''),(1204,804,'eg_sources_wistia',''),(1205,804,'eg_sources_image',''),(1206,804,'eg_sources_iframe',''),(1207,804,'eg_sources_soundcloud',''),(1208,804,'eg_vimeo_ratio','0'),(1209,804,'eg_youtube_ratio','0'),(1210,804,'eg_wistia_ratio','0'),(1211,804,'eg_html5_ratio','0'),(1212,804,'eg_soundcloud_ratio','0'),(1213,804,'eg_settings_custom_meta_skin',''),(1214,804,'eg_settings_custom_meta_element',''),(1215,804,'eg_settings_custom_meta_setting',''),(1216,804,'eg_settings_custom_meta_style',''),(1217,804,'eg_sources_revslider',''),(1218,805,'_edit_last','2'),(1220,805,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1221,805,'slide_template','default'),(1222,805,'eg_sources_html5_mp4',''),(1223,805,'eg_sources_html5_ogv',''),(1224,805,'eg_sources_html5_webm',''),(1225,805,'eg_sources_youtube',''),(1226,805,'eg_sources_vimeo',''),(1227,805,'eg_sources_wistia',''),(1228,805,'eg_sources_image',''),(1229,805,'eg_sources_iframe',''),(1230,805,'eg_sources_soundcloud',''),(1231,805,'eg_vimeo_ratio','0'),(1232,805,'eg_youtube_ratio','0'),(1233,805,'eg_wistia_ratio','0'),(1234,805,'eg_html5_ratio','0'),(1235,805,'eg_soundcloud_ratio','0'),(1236,805,'eg_settings_custom_meta_skin',''),(1237,805,'eg_settings_custom_meta_element',''),(1238,805,'eg_settings_custom_meta_setting',''),(1239,805,'eg_settings_custom_meta_style',''),(1240,805,'eg_sources_revslider',''),(1241,817,'_edit_last','2'),(1242,817,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1243,817,'slide_template','default'),(1244,817,'eg_sources_html5_mp4',''),(1245,817,'eg_sources_html5_ogv',''),(1246,817,'eg_sources_html5_webm',''),(1247,817,'eg_sources_youtube',''),(1248,817,'eg_sources_vimeo',''),(1249,817,'eg_sources_wistia',''),(1250,817,'eg_sources_image',''),(1251,817,'eg_sources_iframe',''),(1252,817,'eg_sources_soundcloud',''),(1253,817,'eg_vimeo_ratio','0'),(1254,817,'eg_youtube_ratio','0'),(1255,817,'eg_wistia_ratio','0'),(1256,817,'eg_html5_ratio','0'),(1257,817,'eg_soundcloud_ratio','0'),(1258,817,'eg_settings_custom_meta_skin',''),(1259,817,'eg_settings_custom_meta_element',''),(1260,817,'eg_settings_custom_meta_setting',''),(1261,817,'eg_settings_custom_meta_style',''),(1262,817,'eg_sources_revslider',''),(1264,818,'_edit_last','2'),(1266,818,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1267,818,'slide_template','default'),(1268,818,'eg_sources_html5_mp4',''),(1269,818,'eg_sources_html5_ogv',''),(1270,818,'eg_sources_html5_webm',''),(1271,818,'eg_sources_youtube',''),(1272,818,'eg_sources_vimeo',''),(1273,818,'eg_sources_wistia',''),(1274,818,'eg_sources_image',''),(1275,818,'eg_sources_iframe',''),(1276,818,'eg_sources_soundcloud',''),(1277,818,'eg_vimeo_ratio','0'),(1278,818,'eg_youtube_ratio','0'),(1279,818,'eg_wistia_ratio','0'),(1280,818,'eg_html5_ratio','0'),(1281,818,'eg_soundcloud_ratio','0'),(1282,818,'eg_settings_custom_meta_skin',''),(1283,818,'eg_settings_custom_meta_element',''),(1284,818,'eg_settings_custom_meta_setting',''),(1285,818,'eg_settings_custom_meta_style',''),(1286,818,'eg_sources_revslider',''),(1569,1441,'_tml_action','login'),(1570,1441,'_edit_last','2'),(1571,1441,'_wp_page_template','template_login_form.php'),(1572,1441,'_wpb_vc_js_status','false'),(1573,1441,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1574,1441,'slide_template','default'),(1575,1441,'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:\"\";}'),(1576,1441,'plazart_desktop_column','1'),(1577,1441,'plazart_tabletportrait_column','1'),(1578,1441,'plazart_mobilelandscape_column','1'),(1579,1441,'plazart_mobileportrait_column','1'),(1580,1441,'plazart_portfolio_limit','10'),(1581,1441,'plazart_porfolio_orderby','date'),(1582,1441,'plazart_porfolio_order','desc'),(1583,1441,'plazart_paging','pagenavi'),(1584,1441,'plazart_porfolio_filter_status','show'),(1585,1441,'plazart_porfolio_filter','portfolio-tags'),(1586,1441,'plazart_blog_column','1'),(1587,1441,'plazart_blog_limit','10'),(1588,1441,'plazart_tzpostSidebar','0'),(1589,1441,'plazart_tzpostDate','show'),(1590,1441,'plazart_tzpostAuthor','show'),(1591,1441,'plazart_tzpostComments','show'),(1592,1441,'plazart_tzpostthumbnail','show'),(1593,1441,'plazart_tzpostexcerpt','show'),(1594,1441,'plazart_tzpostmoredetail','show'),(1595,1441,'plazart_tzpostshare','show'),(1596,1441,'plazart_event_grid_limit','6'),(1597,1441,'plazart_portfolio_timeline_limit','6'),(1598,1441,'plazart_porfolio_timeline_orderby','date'),(1599,1441,'plazart_portfolio_timeline_order','desc'),(1600,1442,'_tml_action','logout'),(1601,1442,'_edit_last','2'),(1602,1442,'_wp_page_template','template-special.php'),(1603,1442,'_wpb_vc_js_status','false'),(1604,1442,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1605,1442,'slide_template','default'),(1606,1442,'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:\"\";}'),(1607,1442,'plazart_desktop_column','1'),(1608,1442,'plazart_tabletportrait_column','1'),(1609,1442,'plazart_mobilelandscape_column','1'),(1610,1442,'plazart_mobileportrait_column','1'),(1611,1442,'plazart_portfolio_limit','10'),(1612,1442,'plazart_porfolio_orderby','date'),(1613,1442,'plazart_porfolio_order','desc'),(1614,1442,'plazart_paging','pagenavi'),(1615,1442,'plazart_porfolio_filter_status','show'),(1616,1442,'plazart_porfolio_filter','portfolio-tags'),(1617,1443,'_tml_action','register'),(1618,1443,'_edit_last','2'),(1619,1443,'_wp_page_template','template-special.php'),(1620,1443,'_wpb_vc_js_status','false'),(1621,1443,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1622,1443,'slide_template','default'),(1623,1443,'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:\"\";}'),(1624,1443,'plazart_desktop_column','1'),(1625,1443,'plazart_tabletportrait_column','1'),(1626,1443,'plazart_mobilelandscape_column','1'),(1627,1443,'plazart_mobileportrait_column','1'),(1628,1443,'plazart_portfolio_limit','10'),(1629,1443,'plazart_porfolio_orderby','date'),(1630,1443,'plazart_porfolio_order','desc'),(1631,1443,'plazart_paging','pagenavi'),(1632,1443,'plazart_porfolio_filter_status','show'),(1633,1443,'plazart_porfolio_filter','portfolio-tags'),(1634,1444,'_tml_action','lostpassword'),(1635,1444,'_edit_last','2'),(1636,1444,'_wp_page_template','template-special.php'),(1637,1444,'_wpb_vc_js_status','false'),(1638,1444,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1639,1444,'slide_template','default'),(1640,1444,'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:\"\";}'),(1641,1444,'plazart_desktop_column','1'),(1642,1444,'plazart_tabletportrait_column','1'),(1643,1444,'plazart_mobilelandscape_column','1'),(1644,1444,'plazart_mobileportrait_column','1'),(1645,1444,'plazart_portfolio_limit','10'),(1646,1444,'plazart_porfolio_orderby','date'),(1647,1444,'plazart_porfolio_order','desc'),(1648,1444,'plazart_paging','pagenavi'),(1649,1444,'plazart_porfolio_filter_status','show'),(1650,1444,'plazart_porfolio_filter','portfolio-tags'),(1651,1445,'_tml_action','resetpass'),(1652,1445,'_edit_last','2'),(1653,1445,'_wp_page_template','template-special.php'),(1654,1445,'_wpb_vc_js_status','false'),(1655,1445,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1656,1445,'slide_template','default'),(1657,1445,'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:\"\";}'),(1658,1445,'plazart_desktop_column','1'),(1659,1445,'plazart_tabletportrait_column','1'),(1660,1445,'plazart_mobilelandscape_column','1'),(1661,1445,'plazart_mobileportrait_column','1'),(1662,1445,'plazart_portfolio_limit','10'),(1663,1445,'plazart_porfolio_orderby','date'),(1664,1445,'plazart_porfolio_order','desc'),(1665,1445,'plazart_paging','pagenavi'),(1666,1445,'plazart_porfolio_filter_status','show'),(1667,1445,'plazart_porfolio_filter','portfolio-tags'),(1668,1454,'_tml_action','profile'),(1669,1454,'_edit_last','2'),(1670,1454,'_wp_page_template','template-special.php'),(1671,1454,'_wpb_vc_js_status','false'),(1672,1454,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1673,1454,'slide_template','default'),(1674,1454,'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:\"\";}'),(1675,1454,'plazart_desktop_column','1'),(1676,1454,'plazart_tabletportrait_column','1'),(1677,1454,'plazart_mobilelandscape_column','1'),(1678,1454,'plazart_mobileportrait_column','1'),(1679,1454,'plazart_portfolio_limit','10'),(1680,1454,'plazart_porfolio_orderby','date'),(1681,1454,'plazart_porfolio_order','desc'),(1682,1454,'plazart_paging','pagenavi'),(1683,1454,'plazart_porfolio_filter_status','show'),(1684,1454,'plazart_porfolio_filter','portfolio-tags'),(1914,1689,'_edit_last','1'),(1915,1689,'_wp_page_template','template-contact.php'),(1916,1689,'_wpb_vc_js_status','true'),(1917,1689,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1918,1689,'slide_template','default'),(1919,1689,'plazart_desktop_column','1'),(1920,1689,'plazart_tabletportrait_column','1'),(1921,1689,'plazart_mobilelandscape_column','1'),(1922,1689,'plazart_mobileportrait_column','1'),(1923,1689,'plazart_porfolio_orderby','date'),(1924,1689,'plazart_porfolio_order','desc'),(1925,1689,'plazart_paging','pagenavi'),(1926,1689,'plazart_porfolio_filter_status','show'),(1927,1689,'plazart_porfolio_filter','portfolio-tags'),(1928,1689,'plazart_portfolio_limit','6'),(1929,1689,'plazart_blog_column','1'),(1930,1689,'plazart_blog_limit','10'),(1931,1689,'plazart_tzpostSidebar','0'),(1932,1689,'plazart_tzpostDate','show'),(1933,1689,'plazart_tzpostAuthor','show'),(1934,1689,'plazart_tzpostComments','show'),(1935,1689,'plazart_tzpostthumbnail','show'),(1936,1689,'plazart_tzpostexcerpt','show'),(1937,1689,'plazart_tzpostmoredetail','show'),(1938,1689,'plazart_tzpostshare','show'),(1939,1689,'plazart_portfolio_timeline_limit','6'),(1940,1689,'plazart_porfolio_timeline_orderby','date'),(1941,1689,'plazart_portfolio_timeline_order','desc'),(1942,1689,'plazart_event_grid_limit','6'),(1943,1689,'plazart_course_grid_limit','6'),(1973,1752,'_edit_last','1'),(1974,1752,'_wp_page_template','template-contact.php'),(1975,1752,'_wpb_vc_js_status','true'),(1976,1752,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1977,1752,'slide_template','default'),(1978,1752,'plazart_desktop_column','1'),(1979,1752,'plazart_tabletportrait_column','1'),(1980,1752,'plazart_mobilelandscape_column','1'),(1981,1752,'plazart_mobileportrait_column','1'),(1982,1752,'plazart_porfolio_orderby','date'),(1983,1752,'plazart_porfolio_order','desc'),(1984,1752,'plazart_paging','pagenavi'),(1985,1752,'plazart_porfolio_filter_status','show'),(1986,1752,'plazart_porfolio_filter','portfolio-tags'),(1987,1752,'plazart_portfolio_limit','6'),(1988,1752,'plazart_blog_column','1'),(1989,1752,'plazart_blog_limit','10'),(1990,1752,'plazart_tzpostSidebar','0'),(1991,1752,'plazart_tzpostDate','show'),(1992,1752,'plazart_tzpostAuthor','show'),(1993,1752,'plazart_tzpostComments','show'),(1994,1752,'plazart_tzpostthumbnail','show'),(1995,1752,'plazart_tzpostexcerpt','show'),(1996,1752,'plazart_tzpostmoredetail','show'),(1997,1752,'plazart_tzpostshare','show'),(1998,1752,'_wpb_shortcodes_custom_css','.vc_custom_1433213369088{padding-top: 65px !important;padding-bottom: 100px !important;}.vc_custom_1441402830563{padding: 0px !important;background-color: #f6f6f6 !important;}.vc_custom_1441402914772{margin-top: -50px !important;margin-bottom: 50px !important;}'),(1999,1752,'plazart_portfolio_timeline_limit','6'),(2000,1752,'plazart_porfolio_timeline_orderby','date'),(2001,1752,'plazart_portfolio_timeline_order','desc'),(2002,1752,'plazart_event_grid_limit','6'),(2003,1752,'plazart_course_grid_limit','6'),(2056,1791,'_edit_last','2'),(2057,1791,'_wp_page_template','template-homepage.php'),(2058,1791,'_wpb_vc_js_status','true'),(2059,1791,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2060,1791,'slide_template','default'),(2061,1791,'plazart_desktop_column','1'),(2062,1791,'plazart_tabletportrait_column','1'),(2063,1791,'plazart_mobilelandscape_column','1'),(2064,1791,'plazart_mobileportrait_column','1'),(2065,1791,'plazart_porfolio_orderby','date'),(2066,1791,'plazart_porfolio_order','desc'),(2067,1791,'plazart_paging','pagenavi'),(2068,1791,'plazart_porfolio_filter_status','show'),(2069,1791,'plazart_porfolio_filter','portfolio-tags'),(2070,1791,'plazart_portfolio_limit','6'),(2071,1791,'plazart_blog_column','1'),(2072,1791,'plazart_blog_limit','10'),(2073,1791,'plazart_tzpostSidebar','0'),(2074,1791,'plazart_tzpostDate','show'),(2075,1791,'plazart_tzpostAuthor','show'),(2076,1791,'plazart_tzpostComments','show'),(2077,1791,'plazart_tzpostthumbnail','show'),(2078,1791,'plazart_tzpostexcerpt','show'),(2079,1791,'plazart_tzpostmoredetail','show'),(2080,1791,'plazart_tzpostshare','show'),(2081,1791,'_wpb_shortcodes_custom_css','.vc_custom_1433229980541{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}.vc_custom_1433232382246{padding-top: 70px !important;padding-bottom: 70px !important;background-color: #ffffff !important;}.vc_custom_1433234205025{padding-bottom: 57px !important;background-color: #f6f6f6 !important;}.vc_custom_1437189178433{padding-bottom: 75px !important;}.vc_custom_1436751223164{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1436751565202{background-color: #ffffff !important;}.vc_custom_1433229964587{margin-top: 15px !important;}.vc_custom_1433230090410{background-color: #ffffff !important;}.vc_custom_1433231813284{background-color: #e8be6c !important;}.vc_custom_1433231830045{background-color: #5da7f0 !important;}.vc_custom_1433231840131{background-color: #829c53 !important;}.vc_custom_1433231866415{background-color: #334878 !important;}.vc_custom_1436862939344{background-color: #334878 !important;}.vc_custom_1436862955291{background-color: #334878 !important;}.vc_custom_1436862967436{background-color: #334878 !important;}.vc_custom_1436862978026{background-color: #334878 !important;}.vc_custom_1436862989035{background-color: #334878 !important;}.vc_custom_1436863001902{background-color: #334878 !important;}.vc_custom_1436863016627{background-color: #334878 !important;}.vc_custom_1436863026903{background-color: #334878 !important;}.vc_custom_1436863038530{background-color: #334878 !important;}.vc_custom_1436863048932{background-color: #334878 !important;}.vc_custom_1437189352335{padding-bottom: 30px !important;}'),(2082,1791,'plazart_portfolio_timeline_limit','6'),(2083,1791,'plazart_porfolio_timeline_orderby','date'),(2084,1791,'plazart_portfolio_timeline_order','desc'),(2085,1791,'plazart_event_grid_limit','6'),(2086,1791,'plazart_course_grid_limit','6'),(2910,1642,'_edit_last','2'),(2911,1642,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2912,1642,'_bbp_activity_id','57'),(2913,1642,'slide_template','default'),(2914,1642,'_bbp_forum_id','1662'),(2915,1642,'_bbp_topic_id','1'),(2916,1642,'_bbp_author_ip','::1'),(2917,1656,'_bbp_forum_id','1644'),(2918,1656,'_bbp_topic_id','1650'),(2919,1656,'_bbp_author_ip','::1'),(2920,1656,'_bbp_activity_id','11'),(2921,1657,'_bbp_forum_id','1644'),(2922,1657,'_bbp_topic_id','1650'),(2923,1657,'_bbp_author_ip','::1'),(2924,1657,'_bbp_activity_id','12'),(2925,1676,'_bbp_forum_id','1662'),(2926,1676,'_bbp_topic_id','1672'),(2927,1676,'_bbp_author_ip','::1'),(2928,1676,'_bbp_activity_id','28'),(2929,1680,'_bbp_forum_id','1662'),(2930,1680,'_bbp_topic_id','1672'),(2931,1680,'_bbp_author_ip','::1'),(2932,1680,'_bbp_activity_id','29'),(2933,1685,'_bbp_forum_id','1677'),(2934,1685,'_bbp_topic_id','1683'),(2935,1685,'_bbp_author_ip','::1'),(2936,1685,'_bbp_activity_id','48'),(3019,1636,'_edit_last','2'),(3020,1636,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3021,1636,'_bbp_activity_id','3'),(3022,1636,'slide_template','default'),(3023,1636,'_bbp_forum_id','1636'),(3024,1636,'_bbp_topic_id','1636'),(3025,1636,'_bbp_author_ip','::1'),(3026,1636,'_bbp_last_active_time','2015-05-23 01:47:37'),(3027,1636,'_bbp_reply_count','0'),(3028,1636,'_bbp_reply_count_hidden','0'),(3029,1636,'_bbp_last_active_id','1636'),(3030,1636,'_bbp_voice_count','1'),(3031,1638,'_edit_last','2'),(3032,1638,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3033,1638,'_bbp_activity_id','4'),(3034,1638,'slide_template','default'),(3035,1638,'_bbp_forum_id','1638'),(3036,1638,'_bbp_topic_id','1638'),(3037,1638,'_bbp_author_ip','::1'),(3038,1638,'_bbp_last_active_time','2015-05-23 01:48:19'),(3039,1638,'_bbp_reply_count','0'),(3040,1638,'_bbp_reply_count_hidden','0'),(3041,1638,'_bbp_last_active_id','1638'),(3042,1638,'_bbp_voice_count','1'),(3043,1640,'_edit_last','2'),(3044,1640,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3045,1640,'_bbp_activity_id','86'),(3046,1640,'slide_template','default'),(3047,1640,'_bbp_forum_id','1667'),(3048,1640,'_bbp_topic_id','1640'),(3049,1640,'_bbp_author_ip','::1'),(3050,1640,'_bbp_last_active_time','2015-05-23 01:50:04'),(3051,1640,'_bbp_reply_count','0'),(3052,1640,'_bbp_reply_count_hidden','0'),(3053,1640,'_bbp_last_active_id','1640'),(3054,1640,'_bbp_voice_count','1'),(3055,1640,'_bbp_revision_log','a:1:{i:2286;a:2:{s:6:\"author\";i:1;s:6:\"reason\";s:0:\"\";}}'),(3056,1646,'_edit_last','2'),(3057,1646,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3058,1646,'_bbp_activity_id','8'),(3059,1646,'slide_template','default'),(3060,1646,'_bbp_forum_id','1644'),(3061,1646,'_bbp_topic_id','1646'),(3062,1646,'_bbp_author_ip','::1'),(3063,1646,'_bbp_last_active_time','2015-05-23 01:56:14'),(3064,1646,'_bbp_reply_count','0'),(3065,1646,'_bbp_reply_count_hidden','0'),(3066,1646,'_bbp_last_active_id','1646'),(3067,1646,'_bbp_voice_count','1'),(3068,2052,'_edit_last','2'),(3069,2052,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3070,2052,'slide_template','default'),(3071,2052,'_tmm_head',''),(3072,2052,'_tmm_columns','3'),(3073,2052,'_tmm_picture_shape','-'),(3074,2052,'_tmm_picture_border','-'),(3075,2052,'_tmm_picture_position','-'),(3076,2052,'_tmm_picture_filter','-'),(3077,304,'_EventOrigin','events-calendar'),(3078,304,'_EventOrigin','events-calendar'),(3079,304,'_EventOrigin','events-calendar'),(3080,304,'_edit_last','2'),(3081,304,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3082,304,'slide_template','default'),(3083,304,'_EventShowMapLink','1'),(3084,304,'_EventShowMap','1'),(3085,304,'_EventStartDate','2015-04-15 08:00:00'),(3086,304,'_EventEndDate','2015-12-16 17:00:00'),(3087,304,'_EventDuration','21200400'),(3088,304,'_EventVenueID','2055'),(3089,304,'_EventCurrencySymbol','$'),(3090,304,'_EventCurrencyPosition','prefix'),(3091,304,'_EventURL',''),(3092,304,'_EventOrganizerID','323'),(3094,304,'eg_sources_html5_mp4',''),(3095,304,'eg_sources_html5_ogv',''),(3096,304,'eg_sources_html5_webm',''),(3097,304,'eg_sources_youtube',''),(3098,304,'eg_sources_vimeo',''),(3099,304,'eg_sources_wistia',''),(3100,304,'eg_sources_image',''),(3101,304,'eg_sources_iframe',''),(3102,304,'eg_sources_soundcloud',''),(3103,304,'eg_vimeo_ratio','0'),(3104,304,'eg_youtube_ratio','0'),(3105,304,'eg_wistia_ratio','0'),(3106,304,'eg_html5_ratio','0'),(3107,304,'eg_soundcloud_ratio','0'),(3108,304,'eg_settings_custom_meta_skin',''),(3109,304,'eg_settings_custom_meta_element',''),(3110,304,'eg_settings_custom_meta_setting',''),(3111,304,'eg_settings_custom_meta_style',''),(3112,304,'eg_sources_revslider',''),(3113,304,'_EventCost','50'),(3114,305,'_EventOrigin','events-calendar'),(3115,305,'_EventOrigin','events-calendar'),(3116,305,'_EventOrigin','events-calendar'),(3117,305,'_edit_last','2'),(3118,305,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3119,305,'slide_template','default'),(3120,305,'_EventShowMapLink','1'),(3121,305,'_EventShowMap','1'),(3122,305,'_EventStartDate','2015-04-10 04:00:00'),(3123,305,'_EventEndDate','2018-07-19 17:00:00'),(3124,305,'_EventDuration','103381200'),(3125,305,'_EventVenueID','2055'),(3126,305,'_EventCurrencySymbol','$'),(3127,305,'_EventCurrencyPosition','prefix'),(3128,305,'_EventURL',''),(3129,305,'_EventOrganizerID','323'),(3130,305,'eg_sources_html5_mp4',''),(3131,305,'eg_sources_html5_ogv',''),(3132,305,'eg_sources_html5_webm',''),(3133,305,'eg_sources_youtube',''),(3134,305,'eg_sources_vimeo',''),(3135,305,'eg_sources_wistia',''),(3136,305,'eg_sources_image',''),(3137,305,'eg_sources_iframe',''),(3138,305,'eg_sources_soundcloud',''),(3139,305,'eg_vimeo_ratio','0'),(3140,305,'eg_youtube_ratio','0'),(3141,305,'eg_wistia_ratio','0'),(3142,305,'eg_html5_ratio','0'),(3143,305,'eg_soundcloud_ratio','0'),(3144,305,'eg_settings_custom_meta_skin',''),(3145,305,'eg_settings_custom_meta_element',''),(3146,305,'eg_settings_custom_meta_setting',''),(3147,305,'eg_settings_custom_meta_style',''),(3148,305,'eg_sources_revslider',''),(3150,305,'_EventCost','35'),(3151,308,'_EventOrigin','events-calendar'),(3152,308,'_EventOrigin','events-calendar'),(3153,308,'_EventOrigin','events-calendar'),(3154,308,'_edit_last','2'),(3155,308,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3156,308,'slide_template','default'),(3157,308,'_EventShowMapLink','1'),(3158,308,'_EventShowMap','1'),(3159,308,'_EventStartDate','2015-04-10 02:30:00'),(3160,308,'_EventEndDate','2018-06-28 21:00:00'),(3161,308,'_EventDuration','101586600'),(3162,308,'_EventVenueID','2055'),(3163,308,'_EventCurrencySymbol','$'),(3164,308,'_EventCurrencyPosition','prefix'),(3165,308,'_EventURL',''),(3166,308,'_EventOrganizerID','323'),(3167,308,'eg_sources_html5_mp4',''),(3168,308,'eg_sources_html5_ogv',''),(3169,308,'eg_sources_html5_webm',''),(3170,308,'eg_sources_youtube',''),(3171,308,'eg_sources_vimeo',''),(3172,308,'eg_sources_wistia',''),(3173,308,'eg_sources_image',''),(3174,308,'eg_sources_iframe',''),(3175,308,'eg_sources_soundcloud',''),(3176,308,'eg_vimeo_ratio','0'),(3177,308,'eg_youtube_ratio','0'),(3178,308,'eg_wistia_ratio','0'),(3179,308,'eg_html5_ratio','0'),(3180,308,'eg_soundcloud_ratio','0'),(3181,308,'eg_settings_custom_meta_skin',''),(3182,308,'eg_settings_custom_meta_element',''),(3183,308,'eg_settings_custom_meta_setting',''),(3184,308,'eg_settings_custom_meta_style',''),(3185,308,'eg_sources_revslider',''),(3187,308,'_EventCost','30'),(3188,310,'_EventOrigin','events-calendar'),(3189,310,'_EventOrigin','events-calendar'),(3190,310,'_EventOrigin','events-calendar'),(3191,310,'_edit_last','2'),(3192,310,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3193,310,'slide_template','default'),(3194,310,'_EventShowMapLink','1'),(3195,310,'_EventShowMap','1'),(3196,310,'_EventStartDate','2015-04-10 07:00:00'),(3197,310,'_EventEndDate','2015-11-11 17:00:00'),(3198,310,'_EventDuration','18612000'),(3199,310,'_EventVenueID','2055'),(3200,310,'_EventCurrencySymbol','$'),(3201,310,'_EventCurrencyPosition','prefix'),(3202,310,'_EventURL',''),(3203,310,'_EventOrganizerID','323'),(3204,310,'eg_sources_html5_mp4',''),(3205,310,'eg_sources_html5_ogv',''),(3206,310,'eg_sources_html5_webm',''),(3207,310,'eg_sources_youtube',''),(3208,310,'eg_sources_vimeo',''),(3209,310,'eg_sources_wistia',''),(3210,310,'eg_sources_image',''),(3211,310,'eg_sources_iframe',''),(3212,310,'eg_sources_soundcloud',''),(3213,310,'eg_vimeo_ratio','0'),(3214,310,'eg_youtube_ratio','0'),(3215,310,'eg_wistia_ratio','0'),(3216,310,'eg_html5_ratio','0'),(3217,310,'eg_soundcloud_ratio','0'),(3218,310,'eg_settings_custom_meta_skin',''),(3219,310,'eg_settings_custom_meta_element',''),(3220,310,'eg_settings_custom_meta_setting',''),(3221,310,'eg_settings_custom_meta_style',''),(3222,310,'eg_sources_revslider',''),(3224,310,'_EventCost','19'),(3225,312,'_EventOrigin','events-calendar'),(3226,312,'_EventOrigin','events-calendar'),(3227,312,'_EventOrigin','events-calendar'),(3228,312,'_edit_last','2'),(3229,312,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3230,312,'slide_template','default'),(3231,312,'_EventShowMapLink','1'),(3232,312,'_EventShowMap','1'),(3233,312,'_EventStartDate','2015-04-10 03:00:00'),(3234,312,'_EventEndDate','2017-06-22 17:00:00'),(3235,312,'_EventDuration','69516000'),(3236,312,'_EventVenueID','2055'),(3237,312,'_EventCurrencySymbol','$'),(3238,312,'_EventCurrencyPosition','prefix'),(3239,312,'_EventURL',''),(3240,312,'_EventOrganizerID','323'),(3241,312,'eg_sources_html5_mp4',''),(3242,312,'eg_sources_html5_ogv',''),(3243,312,'eg_sources_html5_webm',''),(3244,312,'eg_sources_youtube',''),(3245,312,'eg_sources_vimeo',''),(3246,312,'eg_sources_wistia',''),(3247,312,'eg_sources_image',''),(3248,312,'eg_sources_iframe',''),(3249,312,'eg_sources_soundcloud',''),(3250,312,'eg_vimeo_ratio','0'),(3251,312,'eg_youtube_ratio','0'),(3252,312,'eg_wistia_ratio','0'),(3253,312,'eg_html5_ratio','0'),(3254,312,'eg_soundcloud_ratio','0'),(3255,312,'eg_settings_custom_meta_skin',''),(3256,312,'eg_settings_custom_meta_element',''),(3257,312,'eg_settings_custom_meta_setting',''),(3258,312,'eg_settings_custom_meta_style',''),(3259,312,'eg_sources_revslider',''),(3261,312,'_EventCost','35'),(3262,313,'_EventOrigin','events-calendar'),(3263,313,'_EventOrigin','events-calendar'),(3264,313,'_EventOrigin','events-calendar'),(3265,313,'_edit_last','2'),(3266,313,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3267,313,'slide_template','default'),(3268,313,'_EventShowMapLink','1'),(3269,313,'_EventShowMap','1'),(3270,313,'_EventStartDate','2015-04-10 07:00:00'),(3271,313,'_EventEndDate','2018-07-12 17:00:00'),(3272,313,'_EventDuration','102765600'),(3273,313,'_EventVenueID','2055'),(3274,313,'_EventCurrencySymbol','$'),(3275,313,'_EventCurrencyPosition','prefix'),(3276,313,'_EventURL',''),(3277,313,'_EventOrganizerID','323'),(3278,313,'eg_sources_html5_mp4',''),(3279,313,'eg_sources_html5_ogv',''),(3280,313,'eg_sources_html5_webm',''),(3281,313,'eg_sources_youtube',''),(3282,313,'eg_sources_vimeo',''),(3283,313,'eg_sources_wistia',''),(3284,313,'eg_sources_image',''),(3285,313,'eg_sources_iframe',''),(3286,313,'eg_sources_soundcloud',''),(3287,313,'eg_vimeo_ratio','0'),(3288,313,'eg_youtube_ratio','0'),(3289,313,'eg_wistia_ratio','0'),(3290,313,'eg_html5_ratio','0'),(3291,313,'eg_soundcloud_ratio','0'),(3292,313,'eg_settings_custom_meta_skin',''),(3293,313,'eg_settings_custom_meta_element',''),(3294,313,'eg_settings_custom_meta_setting',''),(3295,313,'eg_settings_custom_meta_style',''),(3296,313,'eg_sources_revslider',''),(3298,313,'_EventCost','30'),(3299,314,'_EventOrigin','events-calendar'),(3300,314,'_EventOrigin','events-calendar'),(3301,314,'_EventOrigin','events-calendar'),(3302,314,'_edit_last','2'),(3303,314,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3304,314,'slide_template','default'),(3305,314,'_EventShowMapLink','1'),(3306,314,'_EventShowMap','1'),(3307,314,'_EventStartDate','2015-04-10 03:00:00'),(3308,314,'_EventEndDate','2018-06-23 20:00:00'),(3309,314,'_EventDuration','101149200'),(3310,314,'_EventVenueID','2055'),(3311,314,'_EventCurrencySymbol','$'),(3312,314,'_EventCurrencyPosition','prefix'),(3313,314,'_EventURL',''),(3314,314,'_EventOrganizerID','323'),(3315,314,'eg_sources_html5_mp4',''),(3316,314,'eg_sources_html5_ogv',''),(3317,314,'eg_sources_html5_webm',''),(3318,314,'eg_sources_youtube',''),(3319,314,'eg_sources_vimeo',''),(3320,314,'eg_sources_wistia',''),(3321,314,'eg_sources_image',''),(3322,314,'eg_sources_iframe',''),(3323,314,'eg_sources_soundcloud',''),(3324,314,'eg_vimeo_ratio','0'),(3325,314,'eg_youtube_ratio','0'),(3326,314,'eg_wistia_ratio','0'),(3327,314,'eg_html5_ratio','0'),(3328,314,'eg_soundcloud_ratio','0'),(3329,314,'eg_settings_custom_meta_skin',''),(3330,314,'eg_settings_custom_meta_element',''),(3331,314,'eg_settings_custom_meta_setting',''),(3332,314,'eg_settings_custom_meta_style',''),(3333,314,'eg_sources_revslider',''),(3335,314,'_EventCost','45'),(3336,315,'_EventOrigin','events-calendar'),(3337,315,'_EventOrigin','events-calendar'),(3338,315,'_EventOrigin','events-calendar'),(3339,315,'_edit_last','2'),(3341,315,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3342,315,'slide_template','default'),(3343,315,'_EventShowMapLink','1'),(3344,315,'_EventShowMap','1'),(3345,315,'_EventStartDate','2015-04-10 07:00:00'),(3346,315,'_EventEndDate','2018-07-12 17:00:00'),(3347,315,'_EventDuration','102765600'),(3348,315,'_EventVenueID','2055'),(3349,315,'_EventCurrencySymbol','$'),(3350,315,'_EventCurrencyPosition','prefix'),(3351,315,'_EventURL',''),(3352,315,'_EventOrganizerID','323'),(3353,315,'eg_sources_html5_mp4',''),(3354,315,'eg_sources_html5_ogv',''),(3355,315,'eg_sources_html5_webm',''),(3356,315,'eg_sources_youtube',''),(3357,315,'eg_sources_vimeo',''),(3358,315,'eg_sources_wistia',''),(3359,315,'eg_sources_image',''),(3360,315,'eg_sources_iframe',''),(3361,315,'eg_sources_soundcloud',''),(3362,315,'eg_vimeo_ratio','0'),(3363,315,'eg_youtube_ratio','0'),(3364,315,'eg_wistia_ratio','0'),(3365,315,'eg_html5_ratio','0'),(3366,315,'eg_soundcloud_ratio','0'),(3367,315,'eg_settings_custom_meta_skin',''),(3368,315,'eg_settings_custom_meta_element',''),(3369,315,'eg_settings_custom_meta_setting',''),(3370,315,'eg_settings_custom_meta_style',''),(3371,315,'eg_sources_revslider',''),(3372,315,'_EventCost','25'),(3373,860,'_EventOrigin','events-calendar'),(3374,860,'_EventOrigin','events-calendar'),(3375,860,'_edit_last','2'),(3377,860,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3378,860,'slide_template','default'),(3379,860,'eg_sources_html5_mp4',''),(3380,860,'eg_sources_html5_ogv',''),(3381,860,'eg_sources_html5_webm',''),(3382,860,'eg_sources_youtube',''),(3383,860,'eg_sources_vimeo',''),(3384,860,'eg_sources_wistia',''),(3385,860,'eg_sources_image',''),(3386,860,'eg_sources_iframe',''),(3387,860,'eg_sources_soundcloud',''),(3388,860,'eg_vimeo_ratio','0'),(3389,860,'eg_youtube_ratio','0'),(3390,860,'eg_wistia_ratio','0'),(3391,860,'eg_html5_ratio','0'),(3392,860,'eg_soundcloud_ratio','0'),(3393,860,'eg_settings_custom_meta_skin',''),(3394,860,'eg_settings_custom_meta_element',''),(3395,860,'eg_settings_custom_meta_setting',''),(3396,860,'eg_settings_custom_meta_style',''),(3397,860,'eg_sources_revslider',''),(3398,860,'_EventShowMapLink','1'),(3399,860,'_EventShowMap','1'),(3400,860,'_EventStartDate','2015-04-24 08:00:00'),(3401,860,'_EventEndDate','2020-07-10 17:00:00'),(3402,860,'_EventDuration','164538000'),(3403,860,'_EventVenueID','2055'),(3404,860,'_EventCurrencySymbol','$'),(3405,860,'_EventCurrencyPosition','prefix'),(3406,860,'_EventURL',''),(3407,860,'_EventOrganizerID','323'),(3408,860,'_EventCost','12'),(3409,965,'_EventOrigin','events-calendar'),(3410,965,'_EventOrigin','events-calendar'),(3411,965,'_edit_last','2'),(3412,965,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3413,965,'slide_template','default'),(3414,965,'eg_sources_html5_mp4',''),(3415,965,'eg_sources_html5_ogv',''),(3416,965,'eg_sources_html5_webm',''),(3417,965,'eg_sources_youtube',''),(3418,965,'eg_sources_vimeo',''),(3419,965,'eg_sources_wistia',''),(3420,965,'eg_sources_image',''),(3421,965,'eg_sources_iframe',''),(3422,965,'eg_sources_soundcloud',''),(3423,965,'eg_vimeo_ratio','0'),(3424,965,'eg_youtube_ratio','0'),(3425,965,'eg_wistia_ratio','0'),(3426,965,'eg_html5_ratio','0'),(3427,965,'eg_soundcloud_ratio','0'),(3428,965,'eg_settings_custom_meta_skin',''),(3429,965,'eg_settings_custom_meta_element',''),(3430,965,'eg_settings_custom_meta_setting',''),(3431,965,'eg_settings_custom_meta_style',''),(3432,965,'eg_sources_revslider',''),(3433,965,'_EventShowMapLink','1'),(3434,965,'_EventShowMap','1'),(3435,965,'_EventStartDate','2015-05-01 08:00:00'),(3436,965,'_EventEndDate','2015-09-22 17:00:00'),(3437,965,'_EventDuration','12474000'),(3438,965,'_EventVenueID','2055'),(3439,965,'_EventCurrencySymbol','$'),(3440,965,'_EventCurrencyPosition','prefix'),(3441,965,'_EventURL',''),(3442,965,'_EventOrganizerID','323'),(3444,965,'_EventCost','16'),(3445,1067,'_EventOrigin','events-calendar'),(3446,1067,'_EventOrigin','events-calendar'),(3447,1067,'_edit_last','2'),(3449,1067,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3450,1067,'slide_template','default'),(3451,1067,'eg_sources_html5_mp4',''),(3452,1067,'eg_sources_html5_ogv',''),(3453,1067,'eg_sources_html5_webm',''),(3454,1067,'eg_sources_youtube',''),(3455,1067,'eg_sources_vimeo',''),(3456,1067,'eg_sources_wistia',''),(3457,1067,'eg_sources_image',''),(3458,1067,'eg_sources_iframe',''),(3459,1067,'eg_sources_soundcloud',''),(3460,1067,'eg_vimeo_ratio','0'),(3461,1067,'eg_youtube_ratio','0'),(3462,1067,'eg_wistia_ratio','0'),(3463,1067,'eg_html5_ratio','0'),(3464,1067,'eg_soundcloud_ratio','0'),(3465,1067,'eg_settings_custom_meta_skin',''),(3466,1067,'eg_settings_custom_meta_element',''),(3467,1067,'eg_settings_custom_meta_setting',''),(3468,1067,'eg_settings_custom_meta_style',''),(3469,1067,'eg_sources_revslider',''),(3470,1067,'_EventShowMapLink','1'),(3471,1067,'_EventShowMap','1'),(3472,1067,'_EventStartDate','2017-06-14 08:00:00'),(3473,1067,'_EventEndDate','2017-06-14 17:00:00'),(3474,1067,'_EventDuration','32400'),(3475,1067,'_EventVenueID','2055'),(3476,1067,'_EventCurrencySymbol','$'),(3477,1067,'_EventCurrencyPosition','prefix'),(3478,1067,'_EventURL',''),(3479,1067,'_EventOrganizerID','323'),(3480,1067,'_EventCost','55'),(3481,1069,'_EventOrigin','events-calendar'),(3482,1069,'_EventOrigin','events-calendar'),(3483,1069,'_edit_last','2'),(3485,1069,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3486,1069,'slide_template','default'),(3487,1069,'eg_sources_html5_mp4',''),(3488,1069,'eg_sources_html5_ogv',''),(3489,1069,'eg_sources_html5_webm',''),(3490,1069,'eg_sources_youtube',''),(3491,1069,'eg_sources_vimeo',''),(3492,1069,'eg_sources_wistia',''),(3493,1069,'eg_sources_image',''),(3494,1069,'eg_sources_iframe',''),(3495,1069,'eg_sources_soundcloud',''),(3496,1069,'eg_vimeo_ratio','0'),(3497,1069,'eg_youtube_ratio','0'),(3498,1069,'eg_wistia_ratio','0'),(3499,1069,'eg_html5_ratio','0'),(3500,1069,'eg_soundcloud_ratio','0'),(3501,1069,'eg_settings_custom_meta_skin',''),(3502,1069,'eg_settings_custom_meta_element',''),(3503,1069,'eg_settings_custom_meta_setting',''),(3504,1069,'eg_settings_custom_meta_style',''),(3505,1069,'eg_sources_revslider',''),(3506,1069,'_EventShowMapLink','1'),(3507,1069,'_EventShowMap','1'),(3508,1069,'_EventStartDate','2015-05-02 08:00:00'),(3509,1069,'_EventEndDate','2016-06-15 17:00:00'),(3510,1069,'_EventDuration','35456400'),(3511,1069,'_EventVenueID','2055'),(3512,1069,'_EventCurrencySymbol','$'),(3513,1069,'_EventCurrencyPosition','prefix'),(3514,1069,'_EventURL',''),(3515,1069,'_EventOrganizerID','323'),(3516,1069,'_EventCost','25'),(3517,1648,'_edit_last','2'),(3518,1648,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3519,1648,'_bbp_activity_id','17'),(3520,1648,'slide_template','default'),(3521,1648,'_bbp_forum_id','1662'),(3522,1648,'_bbp_topic_id','1648'),(3523,1648,'_bbp_author_ip','::1'),(3524,1648,'_bbp_last_active_time','2015-05-23 01:57:25'),(3525,1648,'_bbp_reply_count','0'),(3526,1648,'_bbp_reply_count_hidden','0'),(3527,1648,'_bbp_last_active_id','1648'),(3528,1648,'_bbp_voice_count','1'),(3529,1650,'_edit_last','2'),(3530,1650,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3531,1650,'_bbp_activity_id','10'),(3532,1650,'slide_template','default'),(3533,1650,'_bbp_forum_id','1644'),(3534,1650,'_bbp_topic_id','1650'),(3535,1650,'_bbp_author_ip','::1'),(3536,1650,'_bbp_last_active_time','2015-05-23 02:17:38'),(3537,1650,'_bbp_reply_count','2'),(3538,1650,'_bbp_reply_count_hidden','0'),(3539,1650,'_bbp_last_active_id','1657'),(3540,1650,'_bbp_voice_count','1'),(3541,1650,'_bbp_last_reply_id','1657'),(3542,1661,'_bbp_forum_id','1659'),(3543,1661,'_bbp_topic_id','1661'),(3544,1661,'_bbp_author_ip','::1'),(3545,1661,'_bbp_last_active_id','1661'),(3546,1661,'_bbp_last_active_time','2015-05-23 02:52:03'),(3547,1661,'_bbp_reply_count','0'),(3548,1661,'_bbp_reply_count_hidden','0'),(3549,1661,'_bbp_voice_count','1'),(3550,1661,'_bbp_activity_id','14'),(3551,1672,'_edit_last','2'),(3552,1672,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3553,1672,'_bbp_activity_id','30'),(3554,1672,'slide_template','default'),(3555,1672,'_bbp_forum_id','1662'),(3556,1672,'_bbp_topic_id','1672'),(3557,1672,'_bbp_author_ip','::1'),(3558,1672,'_bbp_last_active_time','2015-05-26 10:51:39'),(3559,1672,'_bbp_reply_count','1'),(3560,1672,'_bbp_reply_count_hidden','0'),(3561,1672,'_bbp_last_active_id','1676'),(3562,1672,'_bbp_voice_count','1'),(3563,1672,'_bbp_last_reply_id','1676'),(3564,1672,'_bbp_pre_spammed_replies','a:2:{i:0;i:1680;i:1;i:1676;}'),(3565,1683,'_bbp_forum_id','1677'),(3566,1683,'_bbp_topic_id','1683'),(3567,1683,'_bbp_author_ip','::1'),(3568,1683,'_bbp_last_active_id','1685'),(3569,1683,'_bbp_last_active_time','2015-05-28 03:38:15'),(3570,1683,'_bbp_reply_count','1'),(3571,1683,'_bbp_reply_count_hidden','0'),(3572,1683,'_bbp_voice_count','1'),(3573,1683,'_bbp_activity_id','42'),(3574,1683,'_bbp_last_reply_id','1685'),(3575,2284,'_bbp_forum_id','2277'),(3576,2284,'_bbp_topic_id','2284'),(3577,2284,'_bbp_author_ip','192.168.1.83'),(3578,2284,'_bbp_last_reply_id','0'),(3579,2284,'_bbp_last_active_id','2284'),(3580,2284,'_bbp_last_active_time','2015-06-18 03:02:24'),(3581,2284,'_bbp_reply_count','0'),(3582,2284,'_bbp_reply_count_hidden','0'),(3583,2284,'_bbp_voice_count','1'),(3584,2284,'_bbp_activity_id','65'),(3585,2285,'_bbp_forum_id','2277'),(3586,2285,'_bbp_topic_id','2285'),(3587,2285,'_bbp_author_ip','192.168.1.83'),(3588,2285,'_bbp_last_reply_id','0'),(3589,2285,'_bbp_last_active_id','2285'),(3590,2285,'_bbp_last_active_time','2015-06-18 03:05:17'),(3591,2285,'_bbp_reply_count','0'),(3592,2285,'_bbp_reply_count_hidden','0'),(3593,2285,'_bbp_voice_count','1'),(3594,2285,'_bbp_activity_id','66'),(3595,2291,'_edit_last','2'),(3596,2291,'_oembed_9fd44ef607ffbfb98d338442dd006899','<iframe width=\"900\" height=\"506\" src=\"https://www.youtube.com/embed/bUIvhQPPCRg?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3597,2291,'_oembed_time_9fd44ef607ffbfb98d338442dd006899','1434683538'),(3598,2291,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3599,2291,'_bbp_activity_id','91'),(3600,2291,'slide_template','default'),(3601,2291,'_bbp_forum_id','2291'),(3602,2291,'_bbp_topic_id','2291'),(3603,2291,'_bbp_author_ip','192.168.1.83'),(3604,2291,'_bbp_last_active_time','2015-06-19 03:13:14'),(3605,2291,'_bbp_reply_count','0'),(3606,2291,'_bbp_reply_count_hidden','0'),(3607,2291,'_bbp_last_active_id','2291'),(3608,2291,'_bbp_voice_count','1'),(3609,319,'_VenueOrigin','events-calendar'),(3610,319,'_VenueOrigin','events-calendar'),(3611,319,'_VenueOrigin','events-calendar'),(3612,319,'_EventShowMapLink',''),(3613,319,'_EventShowMap',''),(3614,319,'_VenueVenue','Venue Name:'),(3615,319,'_VenueAddress','Address:'),(3616,319,'_VenueCity','City:'),(3617,319,'_VenueCountry',''),(3618,319,'_VenueProvince',''),(3619,319,'_VenueState',''),(3620,319,'_VenueZip','Postal Code:'),(3621,319,'_VenuePhone',''),(3622,319,'_VenueURL',''),(3623,319,'_VenueStateProvince',''),(3624,323,'_OrganizerOrigin','events-calendar'),(3625,323,'_OrganizerOrigin','events-calendar'),(3626,323,'_OrganizerOrigin','events-calendar'),(3627,323,'_edit_last','2'),(3628,323,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3629,323,'_OrganizerPhone','09842654259'),(3630,323,'_OrganizerWebsite','https://www.youtube.com'),(3631,323,'_OrganizerEmail','contact@templaza.com'),(3632,323,'slide_template','default'),(3633,324,'_VenueOrigin','events-calendar'),(3634,324,'_VenueOrigin','events-calendar'),(3635,324,'_VenueOrigin','events-calendar'),(3636,324,'_EventShowMapLink',''),(3637,324,'_EventShowMap',''),(3638,324,'_VenueVenueID','0'),(3639,324,'_VenueVenue','Templaza.com'),(3640,324,'_VenueAddress','Address:Ha Noi Viet Nam'),(3641,324,'_VenueCity','City: Ha Noi'),(3642,324,'_VenueCountry','Viet Nam'),(3643,324,'_VenueProvince','Ha Noi'),(3644,324,'_VenueZip','Postal Code:'),(3645,324,'_VenuePhone','098748888'),(3646,324,'_VenueURL','https://www.youtube.com'),(3647,324,'_VenueStateProvince','Ha Noi'),(3648,369,'_OrganizerOrigin','events-calendar'),(3649,369,'_OrganizerOrigin','events-calendar'),(3650,369,'_OrganizerOrigin','events-calendar'),(3651,369,'_OrganizerOrganizerID','0'),(3652,369,'_OrganizerOrganizer','ádfsdfsdf'),(3653,369,'_OrganizerPhone','123456789'),(3654,369,'_OrganizerWebsite','sdfsdf'),(3655,369,'_OrganizerEmail',''),(3656,374,'_VenueOrigin','events-calendar'),(3657,374,'_VenueOrigin','events-calendar'),(3658,375,'_OrganizerOrigin','events-calendar'),(3659,375,'_OrganizerOrigin','events-calendar'),(3660,1071,'_EventOrigin','events-calendar'),(3661,1071,'_EventOrigin','events-calendar'),(3663,1071,'_edit_last','2'),(3664,1071,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3665,1071,'slide_template','default'),(3666,1071,'eg_sources_html5_mp4',''),(3667,1071,'eg_sources_html5_ogv',''),(3668,1071,'eg_sources_html5_webm',''),(3669,1071,'eg_sources_youtube',''),(3670,1071,'eg_sources_vimeo',''),(3671,1071,'eg_sources_wistia',''),(3672,1071,'eg_sources_image',''),(3673,1071,'eg_sources_iframe',''),(3674,1071,'eg_sources_soundcloud',''),(3675,1071,'eg_vimeo_ratio','0'),(3676,1071,'eg_youtube_ratio','0'),(3677,1071,'eg_wistia_ratio','0'),(3678,1071,'eg_html5_ratio','0'),(3679,1071,'eg_soundcloud_ratio','0'),(3680,1071,'eg_settings_custom_meta_skin',''),(3681,1071,'eg_settings_custom_meta_element',''),(3682,1071,'eg_settings_custom_meta_setting',''),(3683,1071,'eg_settings_custom_meta_style',''),(3684,1071,'eg_sources_revslider',''),(3685,1071,'_EventShowMapLink','1'),(3686,1071,'_EventShowMap','1'),(3687,1071,'_EventStartDate','2015-05-02 08:00:00'),(3688,1071,'_EventEndDate','2016-06-15 17:00:00'),(3689,1071,'_EventDuration','35456400'),(3690,1071,'_EventVenueID','2055'),(3691,1071,'_EventCurrencySymbol','$'),(3692,1071,'_EventCurrencyPosition','prefix'),(3693,1071,'_EventURL',''),(3694,1071,'_EventOrganizerID','323'),(3695,1071,'_EventCost','17'),(3696,1074,'_EventOrigin','events-calendar'),(3697,1074,'_EventOrigin','events-calendar'),(3698,1074,'_edit_last','2'),(3700,1074,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3701,1074,'slide_template','default'),(3702,1074,'eg_sources_html5_mp4',''),(3703,1074,'eg_sources_html5_ogv',''),(3704,1074,'eg_sources_html5_webm',''),(3705,1074,'eg_sources_youtube',''),(3706,1074,'eg_sources_vimeo',''),(3707,1074,'eg_sources_wistia',''),(3708,1074,'eg_sources_image',''),(3709,1074,'eg_sources_iframe',''),(3710,1074,'eg_sources_soundcloud',''),(3711,1074,'eg_vimeo_ratio','0'),(3712,1074,'eg_youtube_ratio','0'),(3713,1074,'eg_wistia_ratio','0'),(3714,1074,'eg_html5_ratio','0'),(3715,1074,'eg_soundcloud_ratio','0'),(3716,1074,'eg_settings_custom_meta_skin',''),(3717,1074,'eg_settings_custom_meta_element',''),(3718,1074,'eg_settings_custom_meta_setting',''),(3719,1074,'eg_settings_custom_meta_style',''),(3720,1074,'eg_sources_revslider',''),(3721,1074,'_EventShowMapLink','1'),(3722,1074,'_EventShowMap','1'),(3723,1074,'_EventStartDate','2015-05-02 08:00:00'),(3724,1074,'_EventEndDate','2015-05-02 17:00:00'),(3725,1074,'_EventDuration','32400'),(3726,1074,'_EventVenueID','2055'),(3727,1074,'_EventCurrencySymbol','$'),(3728,1074,'_EventCurrencyPosition','prefix'),(3729,1074,'_EventURL',''),(3730,1074,'_EventOrganizerID','323'),(3731,1074,'_EventCost','20'),(3732,1077,'_OrganizerOrigin','events-calendar'),(3733,1077,'eg_sources_html5_mp4',''),(3734,1077,'eg_sources_html5_ogv',''),(3735,1077,'eg_sources_html5_webm',''),(3736,1077,'eg_sources_youtube',''),(3737,1077,'eg_sources_vimeo',''),(3738,1077,'eg_sources_wistia',''),(3739,1077,'eg_sources_image',''),(3740,1077,'eg_sources_iframe',''),(3741,1077,'eg_sources_soundcloud',''),(3742,1077,'eg_vimeo_ratio','0'),(3743,1077,'eg_youtube_ratio','0'),(3744,1077,'eg_wistia_ratio','0'),(3745,1077,'eg_html5_ratio','0'),(3746,1077,'eg_soundcloud_ratio','0'),(3747,1077,'eg_settings_custom_meta_skin',''),(3748,1077,'eg_settings_custom_meta_element',''),(3749,1077,'eg_settings_custom_meta_setting',''),(3750,1077,'eg_settings_custom_meta_style',''),(3751,1077,'eg_sources_revslider',''),(3752,1077,'_OrganizerOrigin','events-calendar'),(3753,1077,'_OrganizerOrganizerID','0'),(3754,1077,'_OrganizerOrganizer','LenaSky'),(3755,1077,'_OrganizerPhone','098467688'),(3756,1077,'_OrganizerWebsite','facebook.com'),(3757,1077,'_OrganizerEmail','truongcat.9x@gmail.com'),(3758,1078,'_VenueOrigin','events-calendar'),(3759,1078,'eg_sources_html5_mp4',''),(3760,1078,'eg_sources_html5_ogv',''),(3761,1078,'eg_sources_html5_webm',''),(3762,1078,'eg_sources_youtube',''),(3763,1078,'eg_sources_vimeo',''),(3764,1078,'eg_sources_wistia',''),(3765,1078,'eg_sources_image',''),(3766,1078,'eg_sources_iframe',''),(3767,1078,'eg_sources_soundcloud',''),(3768,1078,'eg_vimeo_ratio','0'),(3769,1078,'eg_youtube_ratio','0'),(3770,1078,'eg_wistia_ratio','0'),(3771,1078,'eg_html5_ratio','0'),(3772,1078,'eg_soundcloud_ratio','0'),(3773,1078,'eg_settings_custom_meta_skin',''),(3774,1078,'eg_settings_custom_meta_element',''),(3775,1078,'eg_settings_custom_meta_setting',''),(3776,1078,'eg_settings_custom_meta_style',''),(3777,1078,'eg_sources_revslider',''),(3778,1078,'_VenueOrigin','events-calendar'),(3779,1078,'_EventShowMapLink','1'),(3780,1078,'_EventShowMap','1'),(3781,1078,'_VenueVenueID','0'),(3782,1078,'_VenueVenue','Life Of King'),(3783,1078,'_VenueAddress','LonDon'),(3784,1078,'_VenueCity','Mickey'),(3785,1078,'_VenueCountry','United States'),(3786,1078,'_VenueProvince',''),(3787,1078,'_VenueState','CO'),(3788,1078,'_VenueZip','46'),(3789,1078,'_VenuePhone','084678874448'),(3790,1078,'_VenueURL',''),(3791,1078,'_VenueStateProvince','CO'),(3792,2055,'_VenueOrigin','events-calendar'),(3793,2055,'_VenueOrigin','events-calendar'),(3794,2055,'_edit_last','2'),(3795,2055,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3796,2055,'_EventShowMapLink',''),(3797,2055,'_EventShowMap',''),(3798,2055,'_VenueAddress','1531 Seventh Ave, Seattle, WA 98101-1703'),(3799,2055,'_VenueCity','Washington'),(3800,2055,'_VenueCountry','United States'),(3801,2055,'_VenueProvince',''),(3802,2055,'_VenueState','WA'),(3803,2055,'_VenueZip',''),(3804,2055,'_VenuePhone','800-716-9999'),(3805,2055,'_VenueURL','http://templaza.com'),(3806,2055,'_VenueShowMap','true'),(3807,2055,'_VenueShowMapLink','true'),(3808,2055,'_VenueStateProvince','WA'),(3809,2055,'slide_template','default'),(3810,2089,'_EventOrigin','events-calendar'),(3811,2089,'_EventOrigin','events-calendar'),(3812,2089,'_EventOrigin','events-calendar'),(3813,2089,'_EventOrigin','events-calendar'),(3814,2089,'_edit_last','2'),(3815,2089,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3816,2089,'slide_template','default'),(3817,2089,'_EventShowMapLink','1'),(3818,2089,'_EventShowMap','1'),(3819,2089,'_EventStartDate','2015-04-10 07:00:00'),(3820,2089,'_EventEndDate','2017-07-11 17:00:00'),(3821,2089,'_EventDuration','71143200'),(3822,2089,'_EventVenueID','2055'),(3823,2089,'_EventCurrencySymbol','$'),(3824,2089,'_EventCurrencyPosition','prefix'),(3825,2089,'_EventURL',''),(3826,2089,'_EventOrganizerID','323'),(3827,2089,'eg_sources_html5_mp4',''),(3828,2089,'eg_sources_html5_ogv',''),(3829,2089,'eg_sources_html5_webm',''),(3830,2089,'eg_sources_youtube',''),(3831,2089,'eg_sources_vimeo',''),(3832,2089,'eg_sources_wistia',''),(3833,2089,'eg_sources_image',''),(3834,2089,'eg_sources_iframe',''),(3835,2089,'eg_sources_soundcloud',''),(3836,2089,'eg_vimeo_ratio','0'),(3837,2089,'eg_youtube_ratio','0'),(3838,2089,'eg_wistia_ratio','0'),(3839,2089,'eg_html5_ratio','0'),(3840,2089,'eg_soundcloud_ratio','0'),(3841,2089,'eg_settings_custom_meta_skin',''),(3842,2089,'eg_settings_custom_meta_element',''),(3843,2089,'eg_settings_custom_meta_setting',''),(3844,2089,'eg_settings_custom_meta_style',''),(3845,2089,'eg_sources_revslider',''),(3846,2089,'_dp_original','310'),(3848,2089,'_EventCost','45'),(3849,2090,'_EventOrigin','events-calendar'),(3850,2090,'_EventOrigin','events-calendar'),(3851,2090,'_EventOrigin','events-calendar'),(3852,2090,'_EventOrigin','events-calendar'),(3853,2090,'_edit_last','2'),(3854,2090,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3855,2090,'slide_template','default'),(3856,2090,'_EventShowMapLink','1'),(3857,2090,'_EventShowMap','1'),(3858,2090,'_EventStartDate','2015-04-10 07:00:00'),(3859,2090,'_EventEndDate','2018-07-10 17:00:00'),(3860,2090,'_EventDuration','102592800'),(3861,2090,'_EventVenueID','2055'),(3862,2090,'_EventCurrencySymbol','$'),(3863,2090,'_EventCurrencyPosition','prefix'),(3864,2090,'_EventURL',''),(3865,2090,'_EventOrganizerID','323'),(3866,2090,'eg_sources_html5_mp4',''),(3867,2090,'eg_sources_html5_ogv',''),(3868,2090,'eg_sources_html5_webm',''),(3869,2090,'eg_sources_youtube',''),(3870,2090,'eg_sources_vimeo',''),(3871,2090,'eg_sources_wistia',''),(3872,2090,'eg_sources_image',''),(3873,2090,'eg_sources_iframe',''),(3874,2090,'eg_sources_soundcloud',''),(3875,2090,'eg_vimeo_ratio','0'),(3876,2090,'eg_youtube_ratio','0'),(3877,2090,'eg_wistia_ratio','0'),(3878,2090,'eg_html5_ratio','0'),(3879,2090,'eg_soundcloud_ratio','0'),(3880,2090,'eg_settings_custom_meta_skin',''),(3881,2090,'eg_settings_custom_meta_element',''),(3882,2090,'eg_settings_custom_meta_setting',''),(3883,2090,'eg_settings_custom_meta_style',''),(3884,2090,'eg_sources_revslider',''),(3885,2090,'_dp_original','313'),(3887,2090,'_EventCost','25'),(3888,2091,'_EventOrigin','events-calendar'),(3889,2091,'_EventOrigin','events-calendar'),(3890,2091,'_EventOrigin','events-calendar'),(3891,2091,'_EventOrigin','events-calendar'),(3892,2091,'_edit_last','2'),(3893,2091,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3894,2091,'slide_template','default'),(3895,2091,'_EventShowMapLink','1'),(3896,2091,'_EventShowMap','1'),(3897,2091,'_EventStartDate','2015-04-10 04:00:00'),(3898,2091,'_EventEndDate','2019-07-16 17:00:00'),(3899,2091,'_EventDuration','134658000'),(3900,2091,'_EventVenueID','2055'),(3901,2091,'_EventCurrencySymbol','$'),(3902,2091,'_EventCurrencyPosition','prefix'),(3903,2091,'_EventURL',''),(3904,2091,'_EventOrganizerID','323'),(3905,2091,'eg_sources_html5_mp4',''),(3906,2091,'eg_sources_html5_ogv',''),(3907,2091,'eg_sources_html5_webm',''),(3908,2091,'eg_sources_youtube',''),(3909,2091,'eg_sources_vimeo',''),(3910,2091,'eg_sources_wistia',''),(3911,2091,'eg_sources_image',''),(3912,2091,'eg_sources_iframe',''),(3913,2091,'eg_sources_soundcloud',''),(3914,2091,'eg_vimeo_ratio','0'),(3915,2091,'eg_youtube_ratio','0'),(3916,2091,'eg_wistia_ratio','0'),(3917,2091,'eg_html5_ratio','0'),(3918,2091,'eg_soundcloud_ratio','0'),(3919,2091,'eg_settings_custom_meta_skin',''),(3920,2091,'eg_settings_custom_meta_element',''),(3921,2091,'eg_settings_custom_meta_setting',''),(3922,2091,'eg_settings_custom_meta_style',''),(3923,2091,'eg_sources_revslider',''),(3924,2091,'_dp_original','305'),(3926,2091,'_EventCost','25'),(3927,2092,'_EventOrigin','events-calendar'),(3928,2092,'_EventOrigin','events-calendar'),(3929,2092,'_EventOrigin','events-calendar'),(3930,2092,'_EventOrigin','events-calendar'),(3931,2092,'_edit_last','2'),(3932,2092,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3933,2092,'slide_template','default'),(3934,2092,'_EventShowMapLink','1'),(3935,2092,'_EventShowMap','1'),(3936,2092,'_EventStartDate','2015-04-10 03:00:00'),(3937,2092,'_EventEndDate','2021-06-12 20:00:00'),(3938,2092,'_EventDuration','194893200'),(3939,2092,'_EventVenueID','2055'),(3940,2092,'_EventCurrencySymbol','$'),(3941,2092,'_EventCurrencyPosition','prefix'),(3942,2092,'_EventURL',''),(3943,2092,'_EventOrganizerID','323'),(3944,2092,'eg_sources_html5_mp4',''),(3945,2092,'eg_sources_html5_ogv',''),(3946,2092,'eg_sources_html5_webm',''),(3947,2092,'eg_sources_youtube',''),(3948,2092,'eg_sources_vimeo',''),(3949,2092,'eg_sources_wistia',''),(3950,2092,'eg_sources_image',''),(3951,2092,'eg_sources_iframe',''),(3952,2092,'eg_sources_soundcloud',''),(3953,2092,'eg_vimeo_ratio','0'),(3954,2092,'eg_youtube_ratio','0'),(3955,2092,'eg_wistia_ratio','0'),(3956,2092,'eg_html5_ratio','0'),(3957,2092,'eg_soundcloud_ratio','0'),(3958,2092,'eg_settings_custom_meta_skin',''),(3959,2092,'eg_settings_custom_meta_element',''),(3960,2092,'eg_settings_custom_meta_setting',''),(3961,2092,'eg_settings_custom_meta_style',''),(3962,2092,'eg_sources_revslider',''),(3963,2092,'_dp_original','314'),(3965,2092,'_EventCost','25'),(3966,2093,'_EventOrigin','events-calendar'),(3967,2093,'_EventOrigin','events-calendar'),(3968,2093,'_EventOrigin','events-calendar'),(3969,2093,'_EventOrigin','events-calendar'),(3970,2093,'_edit_last','2'),(3972,2093,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3973,2093,'slide_template','default'),(3974,2093,'_EventShowMapLink','1'),(3975,2093,'_EventShowMap','1'),(3976,2093,'_EventStartDate','2015-04-10 03:00:00'),(3977,2093,'_EventEndDate','2018-07-17 17:00:00'),(3978,2093,'_EventDuration','103212000'),(3979,2093,'_EventVenueID','2055'),(3980,2093,'_EventCurrencySymbol','$'),(3981,2093,'_EventCurrencyPosition','prefix'),(3982,2093,'_EventURL',''),(3983,2093,'_EventOrganizerID','323'),(3984,2093,'eg_sources_html5_mp4',''),(3985,2093,'eg_sources_html5_ogv',''),(3986,2093,'eg_sources_html5_webm',''),(3987,2093,'eg_sources_youtube',''),(3988,2093,'eg_sources_vimeo',''),(3989,2093,'eg_sources_wistia',''),(3990,2093,'eg_sources_image',''),(3991,2093,'eg_sources_iframe',''),(3992,2093,'eg_sources_soundcloud',''),(3993,2093,'eg_vimeo_ratio','0'),(3994,2093,'eg_youtube_ratio','0'),(3995,2093,'eg_wistia_ratio','0'),(3996,2093,'eg_html5_ratio','0'),(3997,2093,'eg_soundcloud_ratio','0'),(3998,2093,'eg_settings_custom_meta_skin',''),(3999,2093,'eg_settings_custom_meta_element',''),(4000,2093,'eg_settings_custom_meta_setting',''),(4001,2093,'eg_settings_custom_meta_style',''),(4002,2093,'eg_sources_revslider',''),(4003,2093,'_dp_original','312'),(4004,2093,'_EventCost','25'),(4005,2094,'_EventOrigin','events-calendar'),(4006,2094,'_EventOrigin','events-calendar'),(4007,2094,'_EventOrigin','events-calendar'),(4008,2094,'_EventOrigin','events-calendar'),(4009,2094,'_edit_last','2'),(4010,2094,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4011,2094,'slide_template','default'),(4012,2094,'_EventShowMapLink','1'),(4013,2094,'_EventShowMap','1'),(4014,2094,'_EventStartDate','2015-04-10 02:30:00'),(4015,2094,'_EventEndDate','2019-07-17 21:00:00'),(4016,2094,'_EventDuration','134764200'),(4017,2094,'_EventVenueID','2055'),(4018,2094,'_EventCurrencySymbol','$'),(4019,2094,'_EventCurrencyPosition','prefix'),(4020,2094,'_EventURL',''),(4021,2094,'_EventOrganizerID','323'),(4022,2094,'eg_sources_html5_mp4',''),(4023,2094,'eg_sources_html5_ogv',''),(4024,2094,'eg_sources_html5_webm',''),(4025,2094,'eg_sources_youtube',''),(4026,2094,'eg_sources_vimeo',''),(4027,2094,'eg_sources_wistia',''),(4028,2094,'eg_sources_image',''),(4029,2094,'eg_sources_iframe',''),(4030,2094,'eg_sources_soundcloud',''),(4031,2094,'eg_vimeo_ratio','0'),(4032,2094,'eg_youtube_ratio','0'),(4033,2094,'eg_wistia_ratio','0'),(4034,2094,'eg_html5_ratio','0'),(4035,2094,'eg_soundcloud_ratio','0'),(4036,2094,'eg_settings_custom_meta_skin',''),(4037,2094,'eg_settings_custom_meta_element',''),(4038,2094,'eg_settings_custom_meta_setting',''),(4039,2094,'eg_settings_custom_meta_style',''),(4040,2094,'eg_sources_revslider',''),(4041,2094,'_dp_original','308'),(4043,2094,'_EventCost','30'),(4044,2095,'_EventOrigin','events-calendar'),(4045,2095,'_EventOrigin','events-calendar'),(4046,2095,'_EventOrigin','events-calendar'),(4047,2095,'_EventOrigin','events-calendar'),(4048,2095,'_edit_last','2'),(4050,2095,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4051,2095,'slide_template','default'),(4052,2095,'_EventShowMapLink','1'),(4053,2095,'_EventShowMap','1'),(4054,2095,'_EventStartDate','2015-04-10 02:30:00'),(4055,2095,'_EventEndDate','2020-08-25 21:00:00'),(4056,2095,'_EventDuration','169756200'),(4057,2095,'_EventVenueID','2055'),(4058,2095,'_EventCurrencySymbol','$'),(4059,2095,'_EventCurrencyPosition','prefix'),(4060,2095,'_EventURL',''),(4061,2095,'_EventOrganizerID','323'),(4062,2095,'eg_sources_html5_mp4',''),(4063,2095,'eg_sources_html5_ogv',''),(4064,2095,'eg_sources_html5_webm',''),(4065,2095,'eg_sources_youtube',''),(4066,2095,'eg_sources_vimeo',''),(4067,2095,'eg_sources_wistia',''),(4068,2095,'eg_sources_image',''),(4069,2095,'eg_sources_iframe',''),(4070,2095,'eg_sources_soundcloud',''),(4071,2095,'eg_vimeo_ratio','0'),(4072,2095,'eg_youtube_ratio','0'),(4073,2095,'eg_wistia_ratio','0'),(4074,2095,'eg_html5_ratio','0'),(4075,2095,'eg_soundcloud_ratio','0'),(4076,2095,'eg_settings_custom_meta_skin',''),(4077,2095,'eg_settings_custom_meta_element',''),(4078,2095,'eg_settings_custom_meta_setting',''),(4079,2095,'eg_settings_custom_meta_style',''),(4080,2095,'eg_sources_revslider',''),(4081,2095,'_dp_original','308'),(4082,2095,'_EventCost','45'),(4083,2973,'_EventOrigin','events-calendar'),(4084,2973,'_EventOrigin','events-calendar'),(4085,2973,'_edit_last','2'),(4087,2973,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4088,2973,'slide_template','default'),(4089,2973,'_EventShowMapLink','1'),(4090,2973,'_EventShowMap','1'),(4091,2973,'_EventStartDate','2015-07-13 08:00:00'),(4092,2973,'_EventEndDate','2015-07-13 17:00:00'),(4093,2973,'_EventDuration','32400'),(4094,2973,'_EventVenueID','2974'),(4095,2973,'_EventCurrencySymbol',''),(4096,2973,'_EventCurrencyPosition','prefix'),(4097,2973,'_EventCost',''),(4098,2973,'_EventURL',''),(4099,2973,'_EventOrganizerID','0'),(4100,2974,'_VenueOrigin','events-calendar'),(4101,2974,'_VenueOrigin','events-calendar'),(4102,2974,'_EventShowMapLink','1'),(4103,2974,'_EventShowMap','1'),(4104,2974,'_VenueVenue','Templaza'),(4105,2974,'_VenueAddress','Hanoi, Vietnam'),(4106,2974,'_VenueCity','Hanoi'),(4107,2974,'_VenueCountry','Viet Nam'),(4108,2974,'_VenueProvince',''),(4109,2974,'_VenueState',''),(4110,2974,'_VenueZip',''),(4111,2974,'_VenuePhone',''),(4112,2974,'_VenueURL',''),(4113,2974,'_VenueStateProvince',''),(4114,3020,'_form','<ul class=\"tz-contact-wapper\">\n <li>\n <span>YOU WANT TO KNOW MORE <br> INFORMATION? SEND US A MAIL!</span>\n </li>\n <li>\n [text txtname class:tz-contact-input-name placeholder \"Your Name\"]\n </li>\n <li>\n [email txtemail class:tz-contact-input-email placeholder \"Your Email\"]\n </li>\n <li>\n [textarea textarea-message 1x1 class:tz-contact-message placeholder \"Your Message\"]\n </li>\n <li><i class=\"fa fa-arrows-alt\"></i>[submit \"SEND\"]\n </li>\n </ul>'),(4115,3020,'_mail','a:8:{s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(4116,3020,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(4117,3020,'_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:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";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.\";}'),(4118,3020,'_additional_settings',''),(4119,3020,'_locale','en_US'),(4120,3020,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4121,370,'_VenueOrigin','events-calendar'),(4122,370,'_VenueOrigin','events-calendar'),(4123,370,'_VenueOrigin','events-calendar'),(4124,370,'_EventShowMapLink','1'),(4125,370,'_EventShowMap','1'),(4126,370,'_VenueVenueID','0'),(4127,370,'_VenueVenue','sdfasf'),(4128,370,'_VenueAddress','sfsdf'),(4129,370,'_VenueCity','Luon Don'),(4130,370,'_VenueCountry','United States'),(4131,370,'_VenueProvince',''),(4132,370,'_VenueState','WA'),(4133,370,'_VenueZip','sdfsdf'),(4134,370,'_VenuePhone','123456789'),(4135,370,'_VenueURL','templaza.com'),(4136,370,'_VenueStateProvince','WA'),(4137,888,'_form','<ul class=\"tz-contact-wapper tz-contact-wapper-style-7\">\n <li class=\"theme-color-white\">\n <span class=\"theme-color-white\">YOU WANT TO KNOW MORE <br> INFORMATION? SEND US A MAIL!</span>\n </li>\n <li>\n [text txtname class:tz-contact-input-name placeholder \"Your Name\"]\n </li>\n <li>\n [email txtemail class:tz-contact-input-email placeholder \"Your Email\"]\n </li>\n <li>\n [textarea textarea-message 1x1 class:tz-contact-message placeholder \"Your Message\"]\n </li>\n <li class=\"theme-color-white\" ><i class=\"fa fa-arrows-alt\"></i>[submit \"SEND\"]\n </li>\n </ul>'),(4138,888,'_mail','a:8:{s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(4139,888,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(4140,888,'_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:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";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.\";}'),(4141,888,'_additional_settings',''),(4142,888,'_locale','en_US'),(4143,888,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4144,1059,'_form','<ul class=\"tz-contact-wapper tz-contact-wapper-style-4\">\n <li class=\"theme-color-white\">\n <span class=\"theme-color-white\">WANT MORE INFORMATION?<br> SEND US A MAIL!</span>\n </li>\n <li>\n [text txtname class:tz-contact-input-name placeholder \"Your Name\"]\n </li>\n <li>\n [email txtemail class:tz-contact-input-email placeholder \"Your Email\"]\n </li>\n <li>\n [textarea textarea-message 1x1 class:tz-contact-message placeholder \"Your Message\"]\n </li>\n <li class=\"theme-color-white\" ><i class=\"fa fa-arrows-alt\"></i>[submit \"SEND\"]</li>\n </ul>'),(4145,1059,'_mail','a:8:{s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(4146,1059,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(4147,1059,'_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:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";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.\";}'),(4148,1059,'_additional_settings',''),(4149,1059,'_locale','en_US'),(4150,1059,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4151,1701,'_form','<div class=\"tz-map-form\">\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <label>YOUR NAME<span>(Required)</span></label>[text txtyourname class:tz-username class:form-control]\n <label>YOUR EMAIL<span>(Required)</span></label>[email txtemailcontact class:tz-email class:form-control]\n <label>SUBJECT</label>[text txt_subject_contact class:tz-subject class:form-control ]\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <label>MESSAGES<span>(Required)</span></label>[textarea textarea-message 40x8 class:txt-area-contact class:form-control ]\n </div>\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\n <div class=\"tz-comment-post\">\n <span><i class=\"fa fa-envelope\"></i>[submit \"SEND\"]</span>\n </div>\n </div>\n </div>'),(4152,1701,'_mail','a:8:{s:7:\"subject\";s:21:\"[txt_subject_contact]\";s:6:\"sender\";s:32:\"[txtyourname]<[txtemailcontact]>\";s:4:\"body\";s:203:\"From: [txtyourname] <[txtemailcontact]>\n\nSubject: [txt_subject_contact]\n\nMessage Body:\n\n[textarea-message]\n\n\n\n-----\nThis e-mail was sent from a contact form on GENY School Website (http://genewyork.com).\";s:9:\"recipient\";s:18:\"info@genewyork.com\";s:18:\"additional_headers\";s:27:\"Reply-To: [txtemailcontact]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(4153,1701,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(4154,1701,'_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:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";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.\";}'),(4155,1701,'_additional_settings',''),(4156,1701,'_locale','en_US'),(4157,1701,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4238,3031,'_menu_item_type','post_type'),(4239,3031,'_menu_item_menu_item_parent','2720'),(4240,3031,'_menu_item_object_id','536'),(4241,3031,'_menu_item_object','page'),(4242,3031,'_menu_item_target',''),(4243,3031,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4244,3031,'_menu_item_xfn',''),(4245,3031,'_menu_item_url',''),(4318,3041,'_menu_item_type','post_type'),(4319,3041,'_menu_item_menu_item_parent','2714'),(4320,3041,'_menu_item_object_id','536'),(4321,3041,'_menu_item_object','page'),(4322,3041,'_menu_item_target',''),(4323,3041,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4324,3041,'_menu_item_xfn',''),(4325,3041,'_menu_item_url',''),(4390,3050,'_menu_item_type','post_type'),(4391,3050,'_menu_item_menu_item_parent','2711'),(4392,3050,'_menu_item_object_id','1752'),(4393,3050,'_menu_item_object','page'),(4394,3050,'_menu_item_target',''),(4395,3050,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4396,3050,'_menu_item_xfn',''),(4397,3050,'_menu_item_url',''),(4406,3052,'_menu_item_type','post_type'),(4407,3052,'_menu_item_menu_item_parent','2711'),(4408,3052,'_menu_item_object_id','1689'),(4409,3052,'_menu_item_object','page'),(4410,3052,'_menu_item_target',''),(4411,3052,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4412,3052,'_menu_item_xfn',''),(4413,3052,'_menu_item_url',''),(4414,3053,'_menu_item_type','post_type'),(4415,3053,'_menu_item_menu_item_parent','2711'),(4416,3053,'_menu_item_object_id','1791'),(4417,3053,'_menu_item_object','page'),(4418,3053,'_menu_item_target',''),(4419,3053,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4420,3053,'_menu_item_xfn',''),(4421,3053,'_menu_item_url',''),(4566,3072,'_menu_item_type','post_type'),(4567,3072,'_menu_item_menu_item_parent','2708'),(4568,3072,'_menu_item_object_id','1441'),(4569,3072,'_menu_item_object','page'),(4570,3072,'_menu_item_target',''),(4571,3072,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4572,3072,'_menu_item_xfn',''),(4573,3072,'_menu_item_url',''),(4582,3074,'_menu_item_type','post_type'),(4583,3074,'_menu_item_menu_item_parent','2708'),(4584,3074,'_menu_item_object_id','1454'),(4585,3074,'_menu_item_object','page'),(4586,3074,'_menu_item_target',''),(4587,3074,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4588,3074,'_menu_item_xfn',''),(4589,3074,'_menu_item_url',''),(4622,3079,'_menu_item_type','post_type'),(4623,3079,'_menu_item_menu_item_parent','2711'),(4624,3079,'_menu_item_object_id','1442'),(4625,3079,'_menu_item_object','page'),(4626,3079,'_menu_item_target',''),(4627,3079,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4628,3079,'_menu_item_xfn',''),(4629,3079,'_menu_item_url',''),(4630,3080,'_menu_item_type','post_type'),(4631,3080,'_menu_item_menu_item_parent','2711'),(4632,3080,'_menu_item_object_id','1444'),(4633,3080,'_menu_item_object','page'),(4634,3080,'_menu_item_target',''),(4635,3080,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4636,3080,'_menu_item_xfn',''),(4637,3080,'_menu_item_url',''),(4638,3081,'_menu_item_type','post_type'),(4639,3081,'_menu_item_menu_item_parent','2711'),(4640,3081,'_menu_item_object_id','1445'),(4641,3081,'_menu_item_object','page'),(4642,3081,'_menu_item_target',''),(4643,3081,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4644,3081,'_menu_item_xfn',''),(4645,3081,'_menu_item_url',''),(4646,3082,'_menu_item_type','post_type'),(4647,3082,'_menu_item_menu_item_parent','2711'),(4648,3082,'_menu_item_object_id','1454'),(4649,3082,'_menu_item_object','page'),(4650,3082,'_menu_item_target',''),(4651,3082,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4652,3082,'_menu_item_xfn',''),(4653,3082,'_menu_item_url',''),(4654,3083,'_menu_item_type','post_type'),(4655,3083,'_menu_item_menu_item_parent','2718'),(4656,3083,'_menu_item_object_id','1454'),(4657,3083,'_menu_item_object','page'),(4658,3083,'_menu_item_target',''),(4659,3083,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4660,3083,'_menu_item_xfn',''),(4661,3083,'_menu_item_url',''),(4662,3084,'_menu_item_type','post_type'),(4663,3084,'_menu_item_menu_item_parent','2718'),(4664,3084,'_menu_item_object_id','1441'),(4665,3084,'_menu_item_object','page'),(4666,3084,'_menu_item_target',''),(4667,3084,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4668,3084,'_menu_item_xfn',''),(4669,3084,'_menu_item_url',''),(4710,3090,'_wp_attached_file','revslider/Slider1/banner-03.jpg'),(4711,3090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:31:\"revslider/Slider1/banner-03.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"banner-03-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:22:\"banner-03-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:21:\"banner-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(4712,3091,'_wp_attached_file','revslider/Slider1/banner-02.jpg'),(4713,3091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:31:\"revslider/Slider1/banner-02.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"banner-02-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:22:\"banner-02-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:21:\"banner-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(4714,3092,'_wp_attached_file','revslider/Slider1/banner-01.jpg'),(4715,3092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:31:\"revslider/Slider1/banner-01.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"banner-01-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:22:\"banner-01-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:21:\"banner-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(4727,3095,'_menu_item_type','post_type'),(4728,3095,'_menu_item_menu_item_parent','0'),(4729,3095,'_menu_item_object_id','1752'),(4730,3095,'_menu_item_object','page'),(4731,3095,'_menu_item_target',''),(4732,3095,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4733,3095,'_menu_item_xfn',''),(4734,3095,'_menu_item_url',''),(4736,3096,'_menu_item_type','post_type'),(4737,3096,'_menu_item_menu_item_parent','0'),(4738,3096,'_menu_item_object_id','1689'),(4739,3096,'_menu_item_object','page'),(4740,3096,'_menu_item_target',''),(4741,3096,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4742,3096,'_menu_item_xfn',''),(4743,3096,'_menu_item_url',''),(4745,3097,'_menu_item_type','post_type'),(4746,3097,'_menu_item_menu_item_parent','0'),(4747,3097,'_menu_item_object_id','536'),(4748,3097,'_menu_item_object','page'),(4749,3097,'_menu_item_target',''),(4750,3097,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4751,3097,'_menu_item_xfn',''),(4752,3097,'_menu_item_url',''),(4755,3097,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4756,3095,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4757,3096,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4758,536,'_edit_lock','1447446857:1'),(4762,1689,'_edit_lock','1441513515:1'),(4763,1689,'_wpb_shortcodes_custom_css','.vc_custom_1440607793090{padding-top: 10px !important;padding-right: 150px !important;padding-bottom: 10px !important;padding-left: 150px !important;}.vc_custom_1440873721927{margin-top: 30px !important;margin-bottom: 30px !important;}'),(4768,3123,'_edit_lock','1441403012:1'),(4769,3123,'_edit_last','1'),(4770,3123,'_wp_page_template','default'),(4771,3123,'_wpb_vc_js_status','false'),(4772,3123,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4773,3123,'slide_template','default'),(4774,3123,'plazart_desktop_column','1'),(4775,3123,'plazart_tabletportrait_column','1'),(4776,3123,'plazart_mobilelandscape_column','1'),(4777,3123,'plazart_mobileportrait_column','1'),(4778,3123,'plazart_portfolio_limit','10'),(4779,3123,'plazart_porfolio_orderby','date'),(4780,3123,'plazart_porfolio_order','desc'),(4781,3123,'plazart_paging','pagenavi'),(4782,3123,'plazart_porfolio_filter_status','show'),(4783,3123,'plazart_porfolio_filter','portfolio-tags'),(4784,3123,'plazart_portfolio_timeline_limit','6'),(4785,3123,'plazart_porfolio_timeline_orderby','date'),(4786,3123,'plazart_portfolio_timeline_order','desc'),(4787,3123,'plazart_blog_column','1'),(4788,3123,'plazart_blog_limit','10'),(4789,3123,'plazart_tzpostSidebar','0'),(4790,3123,'plazart_tzpostDate','show'),(4791,3123,'plazart_tzpostAuthor','show'),(4792,3123,'plazart_tzpostComments','show'),(4793,3123,'plazart_tzpostthumbnail','show'),(4794,3123,'plazart_tzpostexcerpt','show'),(4795,3123,'plazart_tzpostmoredetail','show'),(4796,3123,'plazart_tzpostshare','show'),(4797,3123,'plazart_event_grid_limit','6'),(4798,3123,'plazart_course_grid_limit','6'),(4799,3125,'_edit_lock','1441772504:1'),(4800,3125,'_edit_last','1'),(4801,3125,'_wp_page_template','default'),(4802,3125,'_wpb_vc_js_status','true'),(4803,3125,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:29:\"1441772236944-02964ea6-300a-3\";a:3:{s:3:\"tag\";s:13:\"vc_basic_grid\";s:4:\"atts\";a:6:{s:9:\"post_type\";s:4:\"page\";s:9:\"max_items\";s:2:\"20\";s:13:\"element_width\";s:1:\"3\";s:7:\"orderby\";s:5:\"title\";s:7:\"grid_id\";s:36:\"vc_gid:1441772236944-02964ea6-300a-3\";s:10:\"taxonomies\";s:3:\"108\";}s:7:\"content\";s:0:\"\";}}}}'),(4804,3125,'slide_template','default'),(4805,3125,'plazart_desktop_column','1'),(4806,3125,'plazart_tabletportrait_column','1'),(4807,3125,'plazart_mobilelandscape_column','1'),(4808,3125,'plazart_mobileportrait_column','1'),(4809,3125,'plazart_portfolio_limit','10'),(4810,3125,'plazart_porfolio_orderby','date'),(4811,3125,'plazart_porfolio_order','desc'),(4812,3125,'plazart_paging','pagenavi'),(4813,3125,'plazart_porfolio_filter_status','show'),(4814,3125,'plazart_porfolio_filter','portfolio-tags'),(4815,3125,'plazart_portfolio_timeline_limit','6'),(4816,3125,'plazart_porfolio_timeline_orderby','date'),(4817,3125,'plazart_portfolio_timeline_order','desc'),(4818,3125,'plazart_blog_column','1'),(4819,3125,'plazart_blog_limit','10'),(4820,3125,'plazart_tzpostSidebar','0'),(4821,3125,'plazart_tzpostDate','show'),(4822,3125,'plazart_tzpostAuthor','show'),(4823,3125,'plazart_tzpostComments','show'),(4824,3125,'plazart_tzpostthumbnail','show'),(4825,3125,'plazart_tzpostexcerpt','show'),(4826,3125,'plazart_tzpostmoredetail','show'),(4827,3125,'plazart_tzpostshare','show'),(4828,3125,'plazart_event_grid_limit','6'),(4829,3125,'plazart_course_grid_limit','6'),(7612,3708,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7610,3708,'_menu_item_url','#'),(7609,3708,'_menu_item_xfn',''),(7608,3708,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7606,3708,'_menu_item_object','custom'),(7607,3708,'_menu_item_target',''),(4882,3140,'_wp_attached_file','2015/08/ESL-e1440652704406.jpg'),(4883,3140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:375;s:4:\"file\";s:30:\"2015/08/ESL-e1440652704406.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ESL-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:\"ESL-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"ESL-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:15:\"ESL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.1000000000000001;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX L810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1340071616;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"4\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4884,3140,'_edit_lock','1440652604:1'),(4885,3140,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:4:\"file\";s:7:\"ESL.jpg\";}}'),(4886,3140,'_edit_last','1'),(7613,3682,'_edit_lock','1442888351:1'),(4899,3146,'_wp_attached_file','2015/08/ets_toefl_logo.png'),(4900,3146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:861;s:6:\"height\";i:303;s:4:\"file\";s:26:\"2015/08/ets_toefl_logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ets_toefl_logo-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:\"ets_toefl_logo-300x106.png\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:26:\"ets_toefl_logo-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;}}'),(4902,3146,'_edit_lock','1440735800:1'),(4912,1752,'_edit_lock','1442414896:1'),(4917,3175,'_wp_attached_file','2015/08/geny_favicon.png'),(4918,3175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:31;s:6:\"height\";i:32;s:4:\"file\";s:24:\"2015/08/geny_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;}}'),(4925,3183,'_wp_attached_file','2015/04/geny_logo_225x200.png'),(4926,3183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2015/04/geny_logo_225x200.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"geny_logo_225x200-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:29:\"geny_logo_225x200-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;}}'),(4927,3187,'_wp_attached_file','2015/04/geny_logo_gray.png'),(4928,3187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:440;s:6:\"height\";i:391;s:4:\"file\";s:26:\"2015/04/geny_logo_gray.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"geny_logo_gray-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:\"geny_logo_gray-300x267.png\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:26:\"geny_logo_gray-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;}}'),(4929,3188,'_wp_attached_file','2015/04/geny_logo_gray_113x100.png'),(4930,3188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:113;s:6:\"height\";i:100;s:4:\"file\";s:34:\"2015/04/geny_logo_gray_113x100.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;}}'),(4931,3194,'_wp_attached_file','2015/08/geny_logo_white.png'),(4932,3194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:440;s:6:\"height\";i:391;s:4:\"file\";s:27:\"2015/08/geny_logo_white.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"geny_logo_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:27:\"geny_logo_white-300x267.png\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:27:\"geny_logo_white-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;}}'),(4933,3194,'_edit_lock','1440826306:1'),(4936,3197,'_edit_lock','1441510637:1'),(4937,3197,'_edit_last','1'),(4938,3197,'_wp_page_template','default'),(4939,3197,'_wpb_vc_js_status','true'),(4940,3197,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:29:\"1441507240724-39d94b3e-588e-6\";a:3:{s:3:\"tag\";s:13:\"vc_basic_grid\";s:4:\"atts\";a:5:{s:9:\"post_type\";s:4:\"page\";s:9:\"max_items\";s:1:\"3\";s:7:\"orderby\";s:5:\"title\";s:7:\"grid_id\";s:36:\"vc_gid:1441507240724-39d94b3e-588e-6\";s:10:\"taxonomies\";s:3:\"107\";}s:7:\"content\";s:0:\"\";}}}}'),(4941,3197,'slide_template','default'),(4942,3197,'plazart_desktop_column','1'),(4943,3197,'plazart_tabletportrait_column','1'),(4944,3197,'plazart_mobilelandscape_column','1'),(4945,3197,'plazart_mobileportrait_column','1'),(4946,3197,'plazart_portfolio_limit','10'),(4947,3197,'plazart_porfolio_orderby','date'),(4948,3197,'plazart_porfolio_order','desc'),(4949,3197,'plazart_paging','pagenavi'),(4950,3197,'plazart_porfolio_filter_status','show'),(4951,3197,'plazart_porfolio_filter','portfolio-tags'),(4952,3197,'plazart_portfolio_timeline_limit','6'),(4953,3197,'plazart_porfolio_timeline_orderby','date'),(4954,3197,'plazart_portfolio_timeline_order','desc'),(4955,3197,'plazart_blog_column','1'),(4956,3197,'plazart_blog_limit','10'),(4957,3197,'plazart_tzpostSidebar','0'),(4958,3197,'plazart_tzpostDate','show'),(4959,3197,'plazart_tzpostAuthor','show'),(4960,3197,'plazart_tzpostComments','show'),(4961,3197,'plazart_tzpostthumbnail','show'),(4962,3197,'plazart_tzpostexcerpt','show'),(4963,3197,'plazart_tzpostmoredetail','show'),(4964,3197,'plazart_tzpostshare','show'),(4965,3197,'plazart_event_grid_limit','6'),(4966,3197,'plazart_course_grid_limit','6'),(4967,3200,'_menu_item_type','post_type'),(4968,3200,'_menu_item_menu_item_parent','3708'),(4969,3200,'_menu_item_object_id','3197'),(4970,3200,'_menu_item_object','page'),(4971,3200,'_menu_item_target',''),(4972,3200,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4973,3200,'_menu_item_xfn',''),(4974,3200,'_menu_item_url',''),(4976,3200,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4978,3206,'_edit_lock','1442025702:1'),(4979,3206,'_edit_last','1'),(4980,3206,'_wp_page_template','default'),(4981,3206,'_wpb_vc_js_status','true'),(4982,3206,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:29:\"1441512256529-2a59c92d-cafc-3\";a:3:{s:3:\"tag\";s:13:\"vc_basic_grid\";s:4:\"atts\";a:5:{s:9:\"post_type\";s:4:\"page\";s:9:\"max_items\";s:1:\"2\";s:7:\"orderby\";s:5:\"title\";s:7:\"grid_id\";s:36:\"vc_gid:1441512256529-2a59c92d-cafc-3\";s:10:\"taxonomies\";s:3:\"110\";}s:7:\"content\";s:0:\"\";}}}}'),(4983,3206,'slide_template','default'),(4984,3206,'plazart_desktop_column','1'),(4985,3206,'plazart_tabletportrait_column','1'),(4986,3206,'plazart_mobilelandscape_column','1'),(4987,3206,'plazart_mobileportrait_column','1'),(4988,3206,'plazart_portfolio_limit','10'),(4989,3206,'plazart_porfolio_orderby','date'),(4990,3206,'plazart_porfolio_order','desc'),(4991,3206,'plazart_paging','pagenavi'),(4992,3206,'plazart_porfolio_filter_status','show'),(4993,3206,'plazart_porfolio_filter','portfolio-tags'),(4994,3206,'plazart_portfolio_timeline_limit','6'),(4995,3206,'plazart_porfolio_timeline_orderby','date'),(4996,3206,'plazart_portfolio_timeline_order','desc'),(4997,3206,'plazart_blog_column','1'),(4998,3206,'plazart_blog_limit','10'),(4999,3206,'plazart_tzpostSidebar','0'),(5000,3206,'plazart_tzpostDate','show'),(5001,3206,'plazart_tzpostAuthor','show'),(5002,3206,'plazart_tzpostComments','show'),(5003,3206,'plazart_tzpostthumbnail','show'),(5004,3206,'plazart_tzpostexcerpt','show'),(5005,3206,'plazart_tzpostmoredetail','show'),(5006,3206,'plazart_tzpostshare','show'),(5007,3206,'plazart_event_grid_limit','6'),(5008,3206,'plazart_course_grid_limit','6'),(5018,3209,'_menu_item_type','post_type'),(5019,3209,'_menu_item_menu_item_parent','3708'),(5020,3209,'_menu_item_object_id','3206'),(5021,3209,'_menu_item_object','page'),(5022,3209,'_menu_item_target',''),(5023,3209,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5024,3209,'_menu_item_xfn',''),(5025,3209,'_menu_item_url',''),(5027,3209,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5031,3218,'_wp_attached_file','2015/05/empire-state-building-nyc-2000x919.jpg'),(5032,3218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:919;s:4:\"file\";s:46:\"2015/05/empire-state-building-nyc-2000x919.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"empire-state-building-nyc-2000x919-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"empire-state-building-nyc-2000x919-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:47:\"empire-state-building-nyc-2000x919-1024x471.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:46:\"empire-state-building-nyc-2000x919-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(5033,3221,'_wp_attached_file','2015/05/35th8th.jpg'),(5034,3221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1106;s:6:\"height\";i:553;s:4:\"file\";s:19:\"2015/05/35th8th.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"35th8th-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:\"35th8th-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"35th8th-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:19:\"35th8th-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.1000000000000001;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX L810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1340696484;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"4\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(5035,3221,'_wp_attachment_image_alt','35th street & 8th avenue'),(5039,3175,'_wp_attachment_image_alt','geny favicon'),(5040,3226,'_wp_attached_file','2015/08/geny_logo_circle_gold_nav_120x120.png'),(5041,3226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:45:\"2015/08/geny_logo_circle_gold_nav_120x120.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;}}'),(5042,3228,'_wp_attached_file','2015/08/geny_logo_white_footer.png'),(5043,3228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:121;s:6:\"height\";i:108;s:4:\"file\";s:34:\"2015/08/geny_logo_white_footer.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;}}'),(5044,3229,'_wp_attached_file','2015/05/35th8th1.jpg'),(5045,3229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1106;s:6:\"height\";i:456;s:4:\"file\";s:20:\"2015/05/35th8th1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"35th8th1-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:\"35th8th1-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"35th8th1-1024x422.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:20:\"35th8th1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.1000000000000001;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX L810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1340696484;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"4\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(5812,3304,'_wp_page_template',''),(5814,3304,'_wpb_vc_js_status','true'),(5815,3304,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5816,3304,'slide_template','default'),(5817,3304,'plazart_desktop_column','1'),(5818,3304,'plazart_tabletportrait_column','1'),(5819,3304,'plazart_mobilelandscape_column','1'),(5820,3304,'plazart_mobileportrait_column','1'),(5821,3304,'plazart_portfolio_limit','10'),(5822,3304,'plazart_porfolio_orderby','date'),(5823,3304,'plazart_porfolio_order','desc'),(5824,3304,'plazart_paging','pagenavi'),(5825,3304,'plazart_porfolio_filter_status','show'),(5826,3304,'plazart_porfolio_filter','portfolio-tags'),(5827,3304,'plazart_portfolio_timeline_limit','6'),(5828,3304,'plazart_porfolio_timeline_orderby','date'),(5829,3304,'plazart_portfolio_timeline_order','desc'),(5830,3304,'plazart_blog_column','1'),(5831,3304,'plazart_blog_limit','10'),(5832,3304,'plazart_tzpostSidebar','0'),(5833,3304,'plazart_tzpostDate','show'),(5834,3304,'plazart_tzpostAuthor','show'),(5835,3304,'plazart_tzpostComments','show'),(5836,3304,'plazart_tzpostthumbnail','show'),(5837,3304,'plazart_tzpostexcerpt','show'),(5838,3304,'plazart_tzpostmoredetail','show'),(5839,3304,'plazart_tzpostshare','show'),(5840,3304,'plazart_event_grid_limit','6'),(5841,3304,'plazart_course_grid_limit','6'),(5842,3304,'_wpb_shortcodes_custom_css','.vc_custom_1440735503589{margin-top: 40px !important;margin-bottom: 80px !important;}.vc_custom_1440736185681{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1440774567445{margin-top: 40px !important;margin-bottom: 80px !important;}'),(5843,3304,'lang-zh_cn','3284'),(5844,3304,'_edit_lock','1441156808:1'),(5845,3304,'_edit_last','1'),(5868,3318,'_wp_page_template',''),(5869,3318,'_icl_lang_duplicate_of','3132'),(5870,3318,'_wpb_vc_js_status','true'),(5871,3318,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5872,3318,'slide_template','default'),(5873,3318,'plazart_desktop_column','1'),(5874,3318,'plazart_tabletportrait_column','1'),(5875,3318,'plazart_mobilelandscape_column','1'),(5876,3318,'plazart_mobileportrait_column','1'),(5877,3318,'plazart_portfolio_limit','10'),(5878,3318,'plazart_porfolio_orderby','date'),(5879,3318,'plazart_porfolio_order','desc'),(5880,3318,'plazart_paging','pagenavi'),(5881,3318,'plazart_porfolio_filter_status','show'),(5882,3318,'plazart_porfolio_filter','portfolio-tags'),(5883,3318,'plazart_portfolio_timeline_limit','6'),(5884,3318,'plazart_porfolio_timeline_orderby','date'),(5885,3318,'plazart_portfolio_timeline_order','desc'),(5886,3318,'plazart_blog_column','1'),(5887,3318,'plazart_blog_limit','10'),(5888,3318,'plazart_tzpostSidebar','0'),(5889,3318,'plazart_tzpostDate','show'),(5890,3318,'plazart_tzpostAuthor','show'),(5891,3318,'plazart_tzpostComments','show'),(5892,3318,'plazart_tzpostthumbnail','show'),(5893,3318,'plazart_tzpostexcerpt','show'),(5894,3318,'plazart_tzpostmoredetail','show'),(5895,3318,'plazart_tzpostshare','show'),(5896,3318,'plazart_event_grid_limit','6'),(5897,3318,'plazart_course_grid_limit','6'),(5898,3318,'_wpb_shortcodes_custom_css','.vc_custom_1440735503589{margin-top: 40px !important;margin-bottom: 80px !important;}.vc_custom_1440736185681{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1440774567445{margin-top: 40px !important;margin-bottom: 80px !important;}'),(5899,3318,'lang-zh_cn','3284'),(5900,3318,'_edit_lock','1441159376:1'),(5901,3318,'_edit_last','1'),(5902,3321,'_wp_page_template',''),(5903,3321,'_icl_lang_duplicate_of','3132'),(5904,3321,'_wpb_vc_js_status','true'),(5905,3321,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5906,3321,'slide_template','default'),(5907,3321,'plazart_desktop_column','1'),(5908,3321,'plazart_tabletportrait_column','1'),(5909,3321,'plazart_mobilelandscape_column','1'),(5910,3321,'plazart_mobileportrait_column','1'),(5911,3321,'plazart_portfolio_limit','10'),(5912,3321,'plazart_porfolio_orderby','date'),(5913,3321,'plazart_porfolio_order','desc'),(5914,3321,'plazart_paging','pagenavi'),(5915,3321,'plazart_porfolio_filter_status','show'),(5916,3321,'plazart_porfolio_filter','portfolio-tags'),(5917,3321,'plazart_portfolio_timeline_limit','6'),(5918,3321,'plazart_porfolio_timeline_orderby','date'),(5919,3321,'plazart_portfolio_timeline_order','desc'),(5920,3321,'plazart_blog_column','1'),(5921,3321,'plazart_blog_limit','10'),(5922,3321,'plazart_tzpostSidebar','0'),(5923,3321,'plazart_tzpostDate','show'),(5924,3321,'plazart_tzpostAuthor','show'),(5925,3321,'plazart_tzpostComments','show'),(5926,3321,'plazart_tzpostthumbnail','show'),(5927,3321,'plazart_tzpostexcerpt','show'),(5928,3321,'plazart_tzpostmoredetail','show'),(5929,3321,'plazart_tzpostshare','show'),(5930,3321,'plazart_event_grid_limit','6'),(5931,3321,'plazart_course_grid_limit','6'),(5932,3321,'_wpb_shortcodes_custom_css','.vc_custom_1440735503589{margin-top: 40px !important;margin-bottom: 80px !important;}.vc_custom_1440736185681{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1440774567445{margin-top: 40px !important;margin-bottom: 80px !important;}'),(5933,3321,'lang-zh_cn','3284'),(5934,3321,'_edit_lock','1441159668:1'),(5935,3321,'_edit_last','1'),(5940,3347,'_wp_attached_file','2015/06/geny_logo_simple_white_70x75.png'),(5941,3347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:71;s:6:\"height\";i:75;s:4:\"file\";s:40:\"2015/06/geny_logo_simple_white_70x75.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;}}'),(5957,1752,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:3358;s:16:\"restored_by_user\";i:1;s:13:\"restored_time\";i:1441211413;}'),(5992,3371,'_wp_attached_file','2015/06/Classroom_3.jpg'),(5993,3371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:700;s:4:\"file\";s:23:\"2015/06/Classroom_3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Classroom_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:23:\"Classroom_3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:23:\"Classroom_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1336430621;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(5996,3373,'_wp_attached_file','2015/06/Computer_Room_1.jpg'),(5997,3373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:700;s:4:\"file\";s:27:\"2015/06/Computer_Room_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Computer_Room_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Computer_Room_1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:27:\"Computer_Room_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1336416651;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(5998,3374,'_wp_attached_file','2015/06/Elevator_Hall_1.jpg'),(5999,3374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:700;s:4:\"file\";s:27:\"2015/06/Elevator_Hall_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Elevator_Hall_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Elevator_Hall_1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:27:\"Elevator_Hall_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.1000000000000001;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX L810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1340695483;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"4\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(6000,3375,'_wp_attached_file','2015/06/Elevetor_Hall_2.jpg'),(6001,3375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:700;s:4:\"file\";s:27:\"2015/06/Elevetor_Hall_2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Elevetor_Hall_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:27:\"Elevetor_Hall_2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:27:\"Elevetor_Hall_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1336416803;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(6002,3376,'_wp_attached_file','2015/06/Library.jpg'),(6003,3376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:700;s:4:\"file\";s:19:\"2015/06/Library.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Library-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:\"Library-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:19:\"Library-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1336416422;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(6004,3377,'_wp_attached_file','2015/06/Lobby2.jpg'),(6005,3377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:700;s:4:\"file\";s:18:\"2015/06/Lobby2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Lobby2-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:\"Lobby2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:18:\"Lobby2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.1000000000000001;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX L810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1340680922;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"4\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(6006,3378,'_wp_attached_file','2015/08/Classroom_5.jpg'),(6007,3378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:700;s:4:\"file\";s:23:\"2015/08/Classroom_5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Classroom_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Classroom_5-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:23:\"Classroom_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1336430633;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(6009,3382,'_edit_lock','1442593726:1'),(6010,3382,'_edit_last','1'),(6011,3383,'_edit_lock','1441404195:1'),(6012,3383,'_edit_last','1'),(6013,3383,'_wp_page_template','default'),(6014,3383,'_wpb_vc_js_status','true'),(6015,3383,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6016,3383,'slide_template','default'),(6017,3383,'plazart_desktop_column','1'),(6018,3383,'plazart_tabletportrait_column','1'),(6019,3383,'plazart_mobilelandscape_column','1'),(6020,3383,'plazart_mobileportrait_column','1'),(6021,3383,'plazart_portfolio_limit','10'),(6022,3383,'plazart_porfolio_orderby','date'),(6023,3383,'plazart_porfolio_order','desc'),(6024,3383,'plazart_paging','pagenavi'),(6025,3383,'plazart_porfolio_filter_status','show'),(6026,3383,'plazart_porfolio_filter','portfolio-tags'),(6027,3383,'plazart_portfolio_timeline_limit','6'),(6028,3383,'plazart_porfolio_timeline_orderby','date'),(6029,3383,'plazart_portfolio_timeline_order','desc'),(6030,3383,'plazart_blog_column','1'),(6031,3383,'plazart_blog_limit','10'),(6032,3383,'plazart_tzpostSidebar','0'),(6033,3383,'plazart_tzpostDate','show'),(6034,3383,'plazart_tzpostAuthor','show'),(6035,3383,'plazart_tzpostComments','show'),(6036,3383,'plazart_tzpostthumbnail','show'),(6037,3383,'plazart_tzpostexcerpt','show'),(6038,3383,'plazart_tzpostmoredetail','show'),(6039,3383,'plazart_tzpostshare','show'),(6040,3383,'plazart_event_grid_limit','6'),(6041,3383,'plazart_course_grid_limit','6'),(6042,3385,'_menu_item_type','post_type'),(6043,3385,'_menu_item_menu_item_parent','3707'),(6044,3385,'_menu_item_object_id','3383'),(6045,3385,'_menu_item_object','page'),(6046,3385,'_menu_item_target',''),(6047,3385,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6048,3385,'_menu_item_xfn',''),(6049,3385,'_menu_item_url',''),(6051,3385,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6052,3382,'_wp_page_template','default'),(6053,3382,'_wpb_vc_js_status','true'),(6054,3382,'slide_template','default'),(6055,3382,'plazart_desktop_column','1'),(6056,3382,'plazart_tabletportrait_column','1'),(6057,3382,'plazart_mobilelandscape_column','1'),(6058,3382,'plazart_mobileportrait_column','1'),(6059,3382,'plazart_portfolio_limit','10'),(6060,3382,'plazart_porfolio_orderby','date'),(6061,3382,'plazart_porfolio_order','desc'),(6062,3382,'plazart_paging','pagenavi'),(6063,3382,'plazart_porfolio_filter_status','show'),(6064,3382,'plazart_porfolio_filter','portfolio-tags'),(6065,3382,'plazart_portfolio_timeline_limit','6'),(6066,3382,'plazart_porfolio_timeline_orderby','date'),(6067,3382,'plazart_portfolio_timeline_order','desc'),(6068,3382,'plazart_blog_column','1'),(6069,3382,'plazart_blog_limit','10'),(6070,3382,'plazart_tzpostSidebar','0'),(6071,3382,'plazart_tzpostDate','show'),(6072,3382,'plazart_tzpostAuthor','show'),(6073,3382,'plazart_tzpostComments','show'),(6074,3382,'plazart_tzpostthumbnail','show'),(6075,3382,'plazart_tzpostexcerpt','show'),(6076,3382,'plazart_tzpostmoredetail','show'),(6077,3382,'plazart_tzpostshare','show'),(6078,3382,'plazart_event_grid_limit','6'),(6079,3382,'plazart_course_grid_limit','6'),(6080,3382,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6081,3391,'_menu_item_type','post_type'),(6082,3391,'_menu_item_menu_item_parent','3707'),(6083,3391,'_menu_item_object_id','3382'),(6084,3391,'_menu_item_object','page'),(6085,3391,'_menu_item_target',''),(6086,3391,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6087,3391,'_menu_item_xfn',''),(6088,3391,'_menu_item_url',''),(6090,3391,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6091,3393,'_menu_item_type','post_type'),(6092,3393,'_menu_item_menu_item_parent','0'),(6093,3393,'_menu_item_object_id','3206'),(6094,3393,'_menu_item_object','page'),(6095,3393,'_menu_item_target',''),(6096,3393,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6097,3393,'_menu_item_xfn',''),(6098,3393,'_menu_item_url',''),(6100,3393,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6152,3382,'_wpb_post_custom_css','ul li {\r\n list-style:disc;\r\n}\r\nul{\r\n padding-left:50px;\r\n}\r\nh5{\r\n text-indent:40px;\r\n}'),(6153,3409,'_menu_item_type','post_type'),(6154,3409,'_menu_item_menu_item_parent','0'),(6155,3409,'_menu_item_object_id','3197'),(6156,3409,'_menu_item_object','page'),(6157,3409,'_menu_item_target',''),(6158,3409,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6159,3409,'_menu_item_xfn',''),(6160,3409,'_menu_item_url',''),(6171,3409,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6173,3393,'_megamenu','a:1:{s:4:\"type\";s:6:\"flyout\";}'),(6174,3097,'_megamenu','a:1:{s:4:\"type\";s:6:\"flyout\";}'),(7603,3708,'_menu_item_type','custom'),(7604,3708,'_menu_item_menu_item_parent','0'),(7605,3708,'_menu_item_object_id','3708'),(6279,3417,'_edit_lock','1442281465:1'),(6280,3417,'_edit_last','1'),(6281,3417,'_wp_page_template','default'),(6282,3417,'_wpb_vc_js_status','true'),(6283,3417,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6284,3417,'slide_template','default'),(6285,3417,'plazart_desktop_column','1'),(6286,3417,'plazart_tabletportrait_column','1'),(6287,3417,'plazart_mobilelandscape_column','1'),(6288,3417,'plazart_mobileportrait_column','1'),(6289,3417,'plazart_portfolio_limit','10'),(6290,3417,'plazart_porfolio_orderby','date'),(6291,3417,'plazart_porfolio_order','desc'),(6292,3417,'plazart_paging','pagenavi'),(6293,3417,'plazart_porfolio_filter_status','show'),(6294,3417,'plazart_porfolio_filter','portfolio-tags'),(6295,3417,'plazart_portfolio_timeline_limit','6'),(6296,3417,'plazart_porfolio_timeline_orderby','date'),(6297,3417,'plazart_portfolio_timeline_order','desc'),(6298,3417,'plazart_blog_column','1'),(6299,3417,'plazart_blog_limit','10'),(6300,3417,'plazart_tzpostSidebar','0'),(6301,3417,'plazart_tzpostDate','show'),(6302,3417,'plazart_tzpostAuthor','show'),(6303,3417,'plazart_tzpostComments','show'),(6304,3417,'plazart_tzpostthumbnail','show'),(6305,3417,'plazart_tzpostexcerpt','show'),(6306,3417,'plazart_tzpostmoredetail','show'),(6307,3417,'plazart_tzpostshare','show'),(6308,3417,'plazart_event_grid_limit','6'),(6309,3417,'plazart_course_grid_limit','6'),(6311,3417,'_dp_original','3206'),(6312,3419,'_edit_lock','1442281609:1'),(6313,3419,'_edit_last','1'),(6314,3419,'_wp_page_template','default'),(6315,3419,'_wpb_vc_js_status','true'),(6316,3419,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6317,3419,'slide_template','default'),(6318,3419,'plazart_desktop_column','1'),(6319,3419,'plazart_tabletportrait_column','1'),(6320,3419,'plazart_mobilelandscape_column','1'),(6321,3419,'plazart_mobileportrait_column','1'),(6322,3419,'plazart_portfolio_limit','10'),(6323,3419,'plazart_porfolio_orderby','date'),(6324,3419,'plazart_porfolio_order','desc'),(6325,3419,'plazart_paging','pagenavi'),(6326,3419,'plazart_porfolio_filter_status','show'),(6327,3419,'plazart_porfolio_filter','portfolio-tags'),(6328,3419,'plazart_portfolio_timeline_limit','6'),(6329,3419,'plazart_porfolio_timeline_orderby','date'),(6330,3419,'plazart_portfolio_timeline_order','desc'),(6331,3419,'plazart_blog_column','1'),(6332,3419,'plazart_blog_limit','10'),(6333,3419,'plazart_tzpostSidebar','0'),(6334,3419,'plazart_tzpostDate','show'),(6335,3419,'plazart_tzpostAuthor','show'),(6336,3419,'plazart_tzpostComments','show'),(6337,3419,'plazart_tzpostthumbnail','show'),(6338,3419,'plazart_tzpostexcerpt','show'),(6339,3419,'plazart_tzpostmoredetail','show'),(6340,3419,'plazart_tzpostshare','show'),(6341,3419,'plazart_event_grid_limit','6'),(6342,3419,'plazart_course_grid_limit','6'),(6344,3419,'_dp_original','3206'),(6345,3421,'_menu_item_type','post_type'),(6346,3421,'_menu_item_menu_item_parent','3393'),(6347,3421,'_menu_item_object_id','3419'),(6348,3421,'_menu_item_object','page'),(6349,3421,'_menu_item_target',''),(6350,3421,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6351,3421,'_menu_item_xfn',''),(6352,3421,'_menu_item_url',''),(6354,3422,'_menu_item_type','post_type'),(6355,3422,'_menu_item_menu_item_parent','3393'),(6356,3422,'_menu_item_object_id','3417'),(6357,3422,'_menu_item_object','page'),(6358,3422,'_menu_item_target',''),(6359,3422,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6360,3422,'_menu_item_xfn',''),(6361,3422,'_menu_item_url',''),(6363,3422,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6364,3421,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6369,3424,'_wp_attached_file','2015/08/allied-health-program-img-1-350x250.jpg'),(6370,3424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:250;s:4:\"file\";s:47:\"2015/08/allied-health-program-img-1-350x250.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"allied-health-program-img-1-350x250-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:\"allied-health-program-img-1-350x250-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:47:\"allied-health-program-img-1-350x250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:55:\"Smiling female doctor with her teamates in the hospital\";s:17:\"created_timestamp\";i:946684866;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"185\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:39:\"Smiling female doctor with her teamates\";s:11:\"orientation\";i:1;}}'),(6375,3417,'_wpb_post_custom_css','h3{\r\n color:#006eb4;\r\n}'),(6376,3417,'_wpb_shortcodes_custom_css','.vc_custom_1441481903203{padding: 25px !important;background-color: #fcfcfc !important;}'),(6377,3419,'_wpb_shortcodes_custom_css','.vc_custom_1441481995444{padding: 25px !important;background-color: #fcfcfc !important;}'),(6378,3419,'_wpb_post_custom_css','h3{\r\n color:#006eb4;\r\n}'),(6412,3197,'_wpb_post_custom_css','h3{\r\n color:#826744;\r\n}\r\n\r\ncourse-list-box{\r\n max-height:250px;\r\n}'),(6413,3435,'_edit_lock','1442264081:1'),(6414,3435,'_edit_last','1'),(6415,3435,'_wp_page_template','default'),(6416,3435,'_wpb_vc_js_status','true'),(6417,3435,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6418,3435,'slide_template','default'),(6419,3435,'plazart_desktop_column','1'),(6420,3435,'plazart_tabletportrait_column','1'),(6421,3435,'plazart_mobilelandscape_column','1'),(6422,3435,'plazart_mobileportrait_column','1'),(6423,3435,'plazart_portfolio_limit','10'),(6424,3435,'plazart_porfolio_orderby','date'),(6425,3435,'plazart_porfolio_order','desc'),(6426,3435,'plazart_paging','pagenavi'),(6427,3435,'plazart_porfolio_filter_status','show'),(6428,3435,'plazart_porfolio_filter','portfolio-tags'),(6429,3435,'plazart_portfolio_timeline_limit','6'),(6430,3435,'plazart_porfolio_timeline_orderby','date'),(6431,3435,'plazart_portfolio_timeline_order','desc'),(6432,3435,'plazart_blog_column','1'),(6433,3435,'plazart_blog_limit','10'),(6434,3435,'plazart_tzpostSidebar','0'),(6435,3435,'plazart_tzpostDate','show'),(6436,3435,'plazart_tzpostAuthor','show'),(6437,3435,'plazart_tzpostComments','show'),(6438,3435,'plazart_tzpostthumbnail','show'),(6439,3435,'plazart_tzpostexcerpt','show'),(6440,3435,'plazart_tzpostmoredetail','show'),(6441,3435,'plazart_tzpostshare','show'),(6442,3435,'plazart_event_grid_limit','6'),(6443,3435,'plazart_course_grid_limit','6'),(6444,3435,'_wpb_shortcodes_custom_css','.vc_custom_1441485684231{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #fcfcfc !important;}'),(6445,3435,'_wpb_post_custom_css','h3{\r\n color:#826744;\r\n}'),(6446,3435,'_dp_original','3197'),(6447,3437,'_edit_lock','1442104551:1'),(6448,3437,'_edit_last','1'),(6449,3437,'_wp_page_template','default'),(6450,3437,'_wpb_vc_js_status','true'),(6451,3437,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6452,3437,'slide_template','default'),(6453,3437,'plazart_desktop_column','1'),(6454,3437,'plazart_tabletportrait_column','1'),(6455,3437,'plazart_mobilelandscape_column','1'),(6456,3437,'plazart_mobileportrait_column','1'),(6457,3437,'plazart_portfolio_limit','10'),(6458,3437,'plazart_porfolio_orderby','date'),(6459,3437,'plazart_porfolio_order','desc'),(6460,3437,'plazart_paging','pagenavi'),(6461,3437,'plazart_porfolio_filter_status','show'),(6462,3437,'plazart_porfolio_filter','portfolio-tags'),(6463,3437,'plazart_portfolio_timeline_limit','6'),(6464,3437,'plazart_porfolio_timeline_orderby','date'),(6465,3437,'plazart_portfolio_timeline_order','desc'),(6466,3437,'plazart_blog_column','1'),(6467,3437,'plazart_blog_limit','10'),(6468,3437,'plazart_tzpostSidebar','0'),(6469,3437,'plazart_tzpostDate','show'),(6470,3437,'plazart_tzpostAuthor','show'),(6471,3437,'plazart_tzpostComments','show'),(6472,3437,'plazart_tzpostthumbnail','show'),(6473,3437,'plazart_tzpostexcerpt','show'),(6474,3437,'plazart_tzpostmoredetail','show'),(6475,3437,'plazart_tzpostshare','show'),(6476,3437,'plazart_event_grid_limit','6'),(6477,3437,'plazart_course_grid_limit','6'),(6478,3437,'_wpb_shortcodes_custom_css','.vc_custom_1441485684231{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #fcfcfc !important;}'),(6479,3437,'_wpb_post_custom_css','h3{\r\n color:#826744;\r\n}'),(6481,3437,'_dp_original','3435'),(6482,3440,'_menu_item_type','post_type'),(6483,3440,'_menu_item_menu_item_parent','3409'),(6484,3440,'_menu_item_object_id','3437'),(6485,3440,'_menu_item_object','page'),(6486,3440,'_menu_item_target',''),(6487,3440,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6488,3440,'_menu_item_xfn',''),(6489,3440,'_menu_item_url',''),(6491,3441,'_menu_item_type','post_type'),(6492,3441,'_menu_item_menu_item_parent','3409'),(6493,3441,'_menu_item_object_id','3435'),(6494,3441,'_menu_item_object','page'),(6495,3441,'_menu_item_target',''),(6496,3441,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6497,3441,'_menu_item_xfn',''),(6498,3441,'_menu_item_url',''),(6500,3441,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6501,3440,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6502,3443,'_edit_lock','1442274048:1'),(6503,3443,'_edit_last','1'),(6504,3443,'_wp_page_template','default'),(6505,3443,'_wpb_vc_js_status','true'),(6506,3443,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6507,3443,'slide_template','default'),(6508,3443,'plazart_desktop_column','1'),(6509,3443,'plazart_tabletportrait_column','1'),(6510,3443,'plazart_mobilelandscape_column','1'),(6511,3443,'plazart_mobileportrait_column','1'),(6512,3443,'plazart_portfolio_limit','10'),(6513,3443,'plazart_porfolio_orderby','date'),(6514,3443,'plazart_porfolio_order','desc'),(6515,3443,'plazart_paging','pagenavi'),(6516,3443,'plazart_porfolio_filter_status','show'),(6517,3443,'plazart_porfolio_filter','portfolio-tags'),(6518,3443,'plazart_portfolio_timeline_limit','6'),(6519,3443,'plazart_porfolio_timeline_orderby','date'),(6520,3443,'plazart_portfolio_timeline_order','desc'),(6521,3443,'plazart_blog_column','1'),(6522,3443,'plazart_blog_limit','10'),(6523,3443,'plazart_tzpostSidebar','0'),(6524,3443,'plazart_tzpostDate','show'),(6525,3443,'plazart_tzpostAuthor','show'),(6526,3443,'plazart_tzpostComments','show'),(6527,3443,'plazart_tzpostthumbnail','show'),(6528,3443,'plazart_tzpostexcerpt','show'),(6529,3443,'plazart_tzpostmoredetail','show'),(6530,3443,'plazart_tzpostshare','show'),(6531,3443,'plazart_event_grid_limit','6'),(6532,3443,'plazart_course_grid_limit','6'),(6533,3443,'_wpb_shortcodes_custom_css','.vc_custom_1441485684231{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #fcfcfc !important;}'),(6534,3443,'_wpb_post_custom_css','h3{\r\n color:#826744;\r\n}'),(6535,3443,'_dp_original','3197'),(6536,3446,'_menu_item_type','post_type'),(6537,3446,'_menu_item_menu_item_parent','3409'),(6538,3446,'_menu_item_object_id','3443'),(6539,3446,'_menu_item_object','page'),(6540,3446,'_menu_item_target',''),(6541,3446,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6542,3446,'_menu_item_xfn',''),(6543,3446,'_menu_item_url',''),(6545,3446,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6548,3448,'_edit_lock','1442264097:1'),(6549,3448,'_edit_last','1'),(6550,3448,'_wp_page_template','default'),(6551,3448,'_wpb_vc_js_status','true'),(6552,3448,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6553,3448,'slide_template','default'),(6554,3448,'plazart_desktop_column','1'),(6555,3448,'plazart_tabletportrait_column','1'),(6556,3448,'plazart_mobilelandscape_column','1'),(6557,3448,'plazart_mobileportrait_column','1'),(6558,3448,'plazart_portfolio_limit','10'),(6559,3448,'plazart_porfolio_orderby','date'),(6560,3448,'plazart_porfolio_order','desc'),(6561,3448,'plazart_paging','pagenavi'),(6562,3448,'plazart_porfolio_filter_status','show'),(6563,3448,'plazart_porfolio_filter','portfolio-tags'),(6564,3448,'plazart_portfolio_timeline_limit','6'),(6565,3448,'plazart_porfolio_timeline_orderby','date'),(6566,3448,'plazart_portfolio_timeline_order','desc'),(6567,3448,'plazart_blog_column','1'),(6568,3448,'plazart_blog_limit','10'),(6569,3448,'plazart_tzpostSidebar','0'),(6570,3448,'plazart_tzpostDate','show'),(6571,3448,'plazart_tzpostAuthor','show'),(6572,3448,'plazart_tzpostComments','show'),(6573,3448,'plazart_tzpostthumbnail','show'),(6574,3448,'plazart_tzpostexcerpt','show'),(6575,3448,'plazart_tzpostmoredetail','show'),(6576,3448,'plazart_tzpostshare','show'),(6577,3448,'plazart_event_grid_limit','6'),(6578,3448,'plazart_course_grid_limit','6'),(6580,3448,'_wpb_shortcodes_custom_css','.vc_custom_1441481995444{padding: 25px !important;background-color: #fcfcfc !important;}'),(6581,3448,'_wpb_post_custom_css','h3{\r\n color:#e6960a;\r\n}'),(6582,3448,'_dp_original','3419'),(6618,3453,'_edit_lock','1441511796:1'),(6619,3453,'_edit_last','1'),(6620,3453,'_wp_page_template','default'),(6621,3453,'_wpb_vc_js_status','true'),(6622,3453,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6623,3453,'slide_template','default'),(6624,3453,'plazart_desktop_column','1'),(6625,3453,'plazart_tabletportrait_column','1'),(6626,3453,'plazart_mobilelandscape_column','1'),(6627,3453,'plazart_mobileportrait_column','1'),(6628,3453,'plazart_portfolio_limit','10'),(6629,3453,'plazart_porfolio_orderby','date'),(6630,3453,'plazart_porfolio_order','desc'),(6631,3453,'plazart_paging','pagenavi'),(6632,3453,'plazart_porfolio_filter_status','show'),(6633,3453,'plazart_porfolio_filter','portfolio-tags'),(6634,3453,'plazart_portfolio_timeline_limit','6'),(6635,3453,'plazart_porfolio_timeline_orderby','date'),(6636,3453,'plazart_portfolio_timeline_order','desc'),(6637,3453,'plazart_blog_column','1'),(6638,3453,'plazart_blog_limit','10'),(6639,3453,'plazart_tzpostSidebar','0'),(6640,3453,'plazart_tzpostDate','show'),(6641,3453,'plazart_tzpostAuthor','show'),(6642,3453,'plazart_tzpostComments','show'),(6643,3453,'plazart_tzpostthumbnail','show'),(6644,3453,'plazart_tzpostexcerpt','show'),(6645,3453,'plazart_tzpostmoredetail','show'),(6646,3453,'plazart_tzpostshare','show'),(6647,3453,'plazart_event_grid_limit','6'),(6648,3453,'plazart_course_grid_limit','6'),(6650,3453,'_wpb_post_custom_css','h3{\r\n color:#e6960a;\r\n}\r\n.tofle-img{\r\n margin-right:20px;\r\n margin-bottom:40px;\r\n border-radius: 10px;\r\n}'),(6652,3453,'_dp_original','3448'),(6653,3463,'_wp_attached_file','2015/09/toefl-350x250.jpg'),(6654,3463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:250;s:4:\"file\";s:25:\"2015/09/toefl-350x250.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"toefl-350x250-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:\"toefl-350x250-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:25:\"toefl-350x250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(6655,3472,'_menu_item_type','post_type'),(6656,3472,'_menu_item_menu_item_parent','3481'),(6657,3472,'_menu_item_object_id','3453'),(6658,3472,'_menu_item_object','page'),(6659,3472,'_menu_item_target',''),(6660,3472,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6661,3472,'_menu_item_xfn',''),(6662,3472,'_menu_item_url',''),(6666,3474,'_menu_item_type','post_type'),(6667,3474,'_menu_item_menu_item_parent','3481'),(6668,3474,'_menu_item_object_id','3448'),(6669,3474,'_menu_item_object','page'),(6670,3474,'_menu_item_target',''),(6671,3474,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6672,3474,'_menu_item_xfn',''),(6673,3474,'_menu_item_url',''),(6675,3474,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6676,3472,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6677,3475,'_edit_lock','1442274241:1'),(6678,3475,'_edit_last','1'),(6679,3475,'_wp_page_template','default'),(6680,3475,'_wpb_vc_js_status','true'),(6681,3475,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6682,3475,'slide_template','default'),(6683,3475,'plazart_desktop_column','1'),(6684,3475,'plazart_tabletportrait_column','1'),(6685,3475,'plazart_mobilelandscape_column','1'),(6686,3475,'plazart_mobileportrait_column','1'),(6687,3475,'plazart_portfolio_limit','10'),(6688,3475,'plazart_porfolio_orderby','date'),(6689,3475,'plazart_porfolio_order','desc'),(6690,3475,'plazart_paging','pagenavi'),(6691,3475,'plazart_porfolio_filter_status','show'),(6692,3475,'plazart_porfolio_filter','portfolio-tags'),(6693,3475,'plazart_portfolio_timeline_limit','6'),(6694,3475,'plazart_porfolio_timeline_orderby','date'),(6695,3475,'plazart_portfolio_timeline_order','desc'),(6696,3475,'plazart_blog_column','1'),(6697,3475,'plazart_blog_limit','10'),(6698,3475,'plazart_tzpostSidebar','0'),(6699,3475,'plazart_tzpostDate','show'),(6700,3475,'plazart_tzpostAuthor','show'),(6701,3475,'plazart_tzpostComments','show'),(6702,3475,'plazart_tzpostthumbnail','show'),(6703,3475,'plazart_tzpostexcerpt','show'),(6704,3475,'plazart_tzpostmoredetail','show'),(6705,3475,'plazart_tzpostshare','show'),(6706,3475,'plazart_event_grid_limit','6'),(6707,3475,'plazart_course_grid_limit','6'),(6709,3475,'_wpb_post_custom_css','h3{\r\n color:#e6960a;\r\n}'),(6711,3475,'_dp_original','3448'),(6712,3478,'_menu_item_type','post_type'),(6713,3478,'_menu_item_menu_item_parent','3481'),(6714,3478,'_menu_item_object_id','3475'),(6715,3478,'_menu_item_object','page'),(6716,3478,'_menu_item_target',''),(6717,3478,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6718,3478,'_menu_item_xfn',''),(6719,3478,'_menu_item_url',''),(6721,3478,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6722,3479,'_edit_lock','1442890574:1'),(6723,3479,'_edit_last','1'),(6724,3479,'_wp_page_template','default'),(6725,3479,'_wpb_vc_js_status','true'),(6726,3479,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:29:\"1441511148273-b9c4aa69-2239-7\";a:3:{s:3:\"tag\";s:13:\"vc_basic_grid\";s:4:\"atts\";a:5:{s:9:\"post_type\";s:4:\"page\";s:9:\"max_items\";s:1:\"3\";s:7:\"orderby\";s:5:\"title\";s:7:\"grid_id\";s:36:\"vc_gid:1441511148273-b9c4aa69-2239-7\";s:10:\"taxonomies\";s:3:\"109\";}s:7:\"content\";s:0:\"\";}}}}'),(6727,3479,'slide_template','default'),(6728,3479,'plazart_desktop_column','1'),(6729,3479,'plazart_tabletportrait_column','1'),(6730,3479,'plazart_mobilelandscape_column','1'),(6731,3479,'plazart_mobileportrait_column','1'),(6732,3479,'plazart_portfolio_limit','10'),(6733,3479,'plazart_porfolio_orderby','date'),(6734,3479,'plazart_porfolio_order','desc'),(6735,3479,'plazart_paging','pagenavi'),(6736,3479,'plazart_porfolio_filter_status','show'),(6737,3479,'plazart_porfolio_filter','portfolio-tags'),(6738,3479,'plazart_portfolio_timeline_limit','6'),(6739,3479,'plazart_porfolio_timeline_orderby','date'),(6740,3479,'plazart_portfolio_timeline_order','desc'),(6741,3479,'plazart_blog_column','1'),(6742,3479,'plazart_blog_limit','10'),(6743,3479,'plazart_tzpostSidebar','0'),(6744,3479,'plazart_tzpostDate','show'),(6745,3479,'plazart_tzpostAuthor','show'),(6746,3479,'plazart_tzpostComments','show'),(6747,3479,'plazart_tzpostthumbnail','show'),(6748,3479,'plazart_tzpostexcerpt','show'),(6749,3479,'plazart_tzpostmoredetail','show'),(6750,3479,'plazart_tzpostshare','show'),(6751,3479,'plazart_event_grid_limit','6'),(6752,3479,'plazart_course_grid_limit','6'),(6754,3479,'_wpb_post_custom_css','h3{\r\n color:#e6960a;\r\n}'),(6756,3479,'_dp_original','3448'),(6759,3481,'_menu_item_type','post_type'),(6760,3481,'_menu_item_menu_item_parent','0'),(6761,3481,'_menu_item_object_id','3479'),(6762,3481,'_menu_item_object','page'),(6763,3481,'_menu_item_target',''),(6764,3481,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6765,3481,'_menu_item_xfn',''),(6766,3481,'_menu_item_url',''),(6768,3481,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6769,3482,'_menu_item_type','post_type'),(6770,3482,'_menu_item_menu_item_parent','3708'),(6771,3482,'_menu_item_object_id','3479'),(6772,3482,'_menu_item_object','page'),(6773,3482,'_menu_item_target',''),(6774,3482,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6775,3482,'_menu_item_xfn',''),(6776,3482,'_menu_item_url',''),(6778,3482,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6788,3435,'_thumbnail_id','3573'),(6791,3437,'_thumbnail_id','3570'),(6794,3448,'_thumbnail_id','3576'),(6795,3490,'_wp_attached_file','2015/09/toefl-feature.jpg'),(6796,3490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2015/09/toefl-feature.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"toefl-feature-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:25:\"toefl-feature-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(6797,3453,'_thumbnail_id','3490'),(6835,3417,'_thumbnail_id','3580'),(6847,3507,'_wp_attached_file','2015/08/GENY-basic-drawing-banner.jpg'),(6848,3507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:37:\"2015/08/GENY-basic-drawing-banner.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"GENY-basic-drawing-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:37:\"GENY-basic-drawing-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:38:\"GENY-basic-drawing-banner-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(7635,3507,'_edit_lock','1442892876:1'),(6849,3512,'_wp_attached_file','2015/04/geny-school-exterior.jpg'),(6850,3512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:589;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2015/04/geny-school-exterior.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"geny-school-exterior-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:\"geny-school-exterior-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;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;}}'),(7636,3512,'_edit_lock','1442892919:1'),(7592,3704,'_wp_attached_file','2015/09/I-134-Affidavitof-Support.pdf'),(7591,3702,'_wp_attached_file','2015/09/Declaration-of-Financial-Support.doc'),(7590,3701,'_wp_attached_file','2015/09/Application-Form.doc'),(7589,3700,'_wp_attached_file','2015/09/Students-Transfer-form.doc'),(7588,3699,'_wp_attached_file','2015/09/International-Application-Form.doc'),(6960,3188,'_edit_lock','1441844915:1'),(6961,3526,'_wp_attached_file','2015/04/geny_logo_gray_thumb.png'),(6962,3526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:44;s:4:\"file\";s:32:\"2015/04/geny_logo_gray_thumb.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;}}'),(6979,3537,'_edit_lock','1442274157:1'),(6980,3537,'_edit_last','1'),(6981,3537,'_wp_page_template','default'),(6982,3537,'_wpb_vc_js_status','true'),(6983,3537,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(6984,3537,'slide_template','default'),(6985,3537,'plazart_desktop_column','1'),(6986,3537,'plazart_tabletportrait_column','1'),(6987,3537,'plazart_mobilelandscape_column','1'),(6988,3537,'plazart_mobileportrait_column','1'),(6989,3537,'plazart_portfolio_limit','10'),(6990,3537,'plazart_porfolio_orderby','date'),(6991,3537,'plazart_porfolio_order','desc'),(6992,3537,'plazart_paging','pagenavi'),(6993,3537,'plazart_porfolio_filter_status','show'),(6994,3537,'plazart_porfolio_filter','portfolio-tags'),(6995,3537,'plazart_portfolio_timeline_limit','6'),(6996,3537,'plazart_porfolio_timeline_orderby','date'),(6997,3537,'plazart_portfolio_timeline_order','desc'),(6998,3537,'plazart_blog_column','1'),(6999,3537,'plazart_blog_limit','10'),(7000,3537,'plazart_tzpostSidebar','0'),(7001,3537,'plazart_tzpostDate','show'),(7002,3537,'plazart_tzpostAuthor','show'),(7003,3537,'plazart_tzpostComments','show'),(7004,3537,'plazart_tzpostthumbnail','show'),(7005,3537,'plazart_tzpostexcerpt','show'),(7006,3537,'plazart_tzpostmoredetail','show'),(7007,3537,'plazart_tzpostshare','show'),(7008,3537,'plazart_event_grid_limit','6'),(7009,3537,'plazart_course_grid_limit','6'),(7011,3537,'_wpb_post_custom_css','h3{\r\n color:#E26060;\r\n}\r\n.adobe{\r\n display:inline;\r\n}'),(7013,3537,'_thumbnail_id','3578'),(7014,3537,'_dp_original','3417'),(7015,3542,'_wp_attached_file','2015/09/after-effects-icon.png'),(7016,3542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:98;s:4:\"file\";s:30:\"2015/09/after-effects-icon.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;}}'),(7017,3543,'_wp_attached_file','2015/09/dreamweaver-icon.png'),(7018,3543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:97;s:4:\"file\";s:28:\"2015/09/dreamweaver-icon.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;}}'),(7019,3544,'_wp_attached_file','2015/09/flash-icon.png'),(7020,3544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:98;s:4:\"file\";s:22:\"2015/09/flash-icon.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;}}'),(7021,3545,'_wp_attached_file','2015/09/illustator-icon.png'),(7022,3545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:97;s:4:\"file\";s:27:\"2015/09/illustator-icon.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;}}'),(7023,3546,'_wp_attached_file','2015/09/indesign-icon.png'),(7024,3546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:98;s:4:\"file\";s:25:\"2015/09/indesign-icon.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;}}'),(7025,3547,'_wp_attached_file','2015/09/photoshop-icon.png'),(7026,3547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:98;s:4:\"file\";s:26:\"2015/09/photoshop-icon.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;}}'),(7027,3549,'_edit_lock','1442102336:1'),(7028,3549,'_edit_last','1'),(7029,3549,'_wp_page_template','default'),(7030,3549,'_wpb_vc_js_status','true'),(7031,3549,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:29:\"1442100429172-d23a5c5b-caf0-2\";a:3:{s:3:\"tag\";s:13:\"vc_basic_grid\";s:4:\"atts\";a:5:{s:9:\"post_type\";s:4:\"page\";s:9:\"max_items\";s:1:\"4\";s:7:\"orderby\";s:5:\"title\";s:7:\"grid_id\";s:36:\"vc_gid:1442100429172-d23a5c5b-caf0-2\";s:10:\"taxonomies\";s:3:\"111\";}s:7:\"content\";s:0:\"\";}}}}'),(7032,3549,'slide_template','default'),(7033,3549,'plazart_desktop_column','1'),(7034,3549,'plazart_tabletportrait_column','1'),(7035,3549,'plazart_mobilelandscape_column','1'),(7036,3549,'plazart_mobileportrait_column','1'),(7037,3549,'plazart_portfolio_limit','10'),(7038,3549,'plazart_porfolio_orderby','date'),(7039,3549,'plazart_porfolio_order','desc'),(7040,3549,'plazart_paging','pagenavi'),(7041,3549,'plazart_porfolio_filter_status','show'),(7042,3549,'plazart_porfolio_filter','portfolio-tags'),(7043,3549,'plazart_portfolio_timeline_limit','6'),(7044,3549,'plazart_porfolio_timeline_orderby','date'),(7045,3549,'plazart_portfolio_timeline_order','desc'),(7046,3549,'plazart_blog_column','1'),(7047,3549,'plazart_blog_limit','10'),(7048,3549,'plazart_tzpostSidebar','0'),(7049,3549,'plazart_tzpostDate','show'),(7050,3549,'plazart_tzpostAuthor','show'),(7051,3549,'plazart_tzpostComments','show'),(7052,3549,'plazart_tzpostthumbnail','show'),(7053,3549,'plazart_tzpostexcerpt','show'),(7054,3549,'plazart_tzpostmoredetail','show'),(7055,3549,'plazart_tzpostshare','show'),(7056,3549,'plazart_event_grid_limit','6'),(7057,3549,'plazart_course_grid_limit','6'),(7058,3549,'_dp_original','3206'),(7059,3551,'_menu_item_type','post_type'),(7060,3551,'_menu_item_menu_item_parent','3708'),(7061,3551,'_menu_item_object_id','3549'),(7062,3551,'_menu_item_object','page'),(7063,3551,'_menu_item_target',''),(7064,3551,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7065,3551,'_menu_item_xfn',''),(7066,3551,'_menu_item_url',''),(7077,3551,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7123,3570,'_wp_attached_file','2015/09/accounting-feature1.jpg'),(7124,3570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2015/09/accounting-feature1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"accounting-feature1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"accounting-feature1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:31:\"accounting-feature1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:27:\"BillionPhotos.com - Fotolia\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:26:\"Accounting, budget, price.\";s:17:\"created_timestamp\";i:1423474356;s:9:\"copyright\";s:27:\"BillionPhotos.com - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:26:\"Accounting, budget, price.\";s:11:\"orientation\";i:1;}}'),(7125,3571,'_wp_attached_file','2015/09/allied-health-training-feature1.jpg'),(7126,3571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2015/09/allied-health-training-feature1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"allied-health-training-feature1-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:43:\"allied-health-training-feature1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:43:\"allied-health-training-feature1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:22:\"Monkey Business Images\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:55:\"Senior Male Patient Being Pushed In Wheelchair By Nurse\";s:17:\"created_timestamp\";i:1383022591;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"125\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:55:\"Senior Male Patient Being Pushed In Wheelchair By Nurse\";s:11:\"orientation\";i:1;}}'),(7127,3572,'_wp_attached_file','2015/09/basic-drawing-feature.jpg'),(7128,3572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2015/09/basic-drawing-feature.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"basic-drawing-feature-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"basic-drawing-feature-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:33:\"basic-drawing-feature-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS-1Ds Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1261066423;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(7129,3573,'_wp_attached_file','2015/09/bookkeeping-feature1.jpg'),(7130,3573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2015/09/bookkeeping-feature1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"bookkeeping-feature1-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:\"bookkeeping-feature1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:32:\"bookkeeping-feature1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:6.2999999999999998;s:6:\"credit\";s:18:\"carballo - Fotolia\";s:6:\"camera\";s:13:\"Canon EOS 40D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1363369925;s:9:\"copyright\";s:18:\"carballo - Fotolia\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:12:\"contabilidad\";s:11:\"orientation\";i:1;}}'),(7131,3574,'_wp_attached_file','2015/09/business-english-feature1.jpg'),(7132,3574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2015/09/business-english-feature1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"business-english-feature1-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:\"business-english-feature1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:37:\"business-english-feature1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:41:\"Business group in a meeting at the office\";s:17:\"created_timestamp\";i:1257201157;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:28:\"Business group at the office\";s:11:\"orientation\";i:1;}}'),(7133,3575,'_wp_attached_file','2015/09/color-theory-feature.jpg'),(7134,3575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2015/09/color-theory-feature.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"color-theory-feature-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"color-theory-feature-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:32:\"color-theory-feature-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:29:\"WavebreakMediaMicro - Fotolia\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:6:\"559207\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:29:\"WavebreakMediaMicro - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:40:\"Graphic designer drawing on colour chart\";s:11:\"orientation\";i:1;}}'),(7135,3576,'_wp_attached_file','2015/09/esl-feature1.jpg'),(7136,3576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2015/09/esl-feature1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"esl-feature1-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:\"esl-feature1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:24:\"esl-feature1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:14:\"nito - Fotolia\";s:6:\"camera\";s:11:\"NIKON D300S\";s:7:\"caption\";s:162:\"the hand of a man holding a signboard with the text learn english written in it with a red telephone booth and the Big Ben in the background, with a filter effect\";s:17:\"created_timestamp\";i:1421625600;s:9:\"copyright\";s:14:\"nito - Fotolia\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:90:\"text learn english in a signboard with the Big Ben in the background, with a filter effect\";s:11:\"orientation\";i:1;}}'),(7137,3577,'_wp_attached_file','2015/09/fashion-design-feature.jpg'),(7138,3577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2015/09/fashion-design-feature.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"fashion-design-feature-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"fashion-design-feature-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:34:\"fashion-design-feature-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:25:\"Artur Marciniec - Fotolia\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:52:\"Fashion designer working in studio. Close up design.\";s:17:\"created_timestamp\";i:1396194841;s:9:\"copyright\";s:25:\"Artur Marciniec - Fotolia\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:16:\"Fashion designer\";s:11:\"orientation\";i:1;}}'),(7139,3578,'_wp_attached_file','2015/09/graphic-design-feature.jpg'),(7140,3578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2015/09/graphic-design-feature.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"graphic-design-feature-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"graphic-design-feature-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:34:\"graphic-design-feature-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:27:\"BillionPhotos.com - Fotolia\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:26:\"Design, graphic, designer.\";s:17:\"created_timestamp\";i:1419835368;s:9:\"copyright\";s:27:\"BillionPhotos.com - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:26:\"Design, graphic, designer.\";s:11:\"orientation\";i:1;}}'),(7141,3579,'_wp_attached_file','2015/09/marketing-management-feature1.jpg'),(7142,3579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:41:\"2015/09/marketing-management-feature1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"marketing-management-feature1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"marketing-management-feature1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:41:\"marketing-management-feature1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(7143,3580,'_wp_attached_file','2015/09/nclex-rn-prep-feature1.jpg'),(7144,3580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2015/09/nclex-rn-prep-feature1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"nclex-rn-prep-feature1-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:\"nclex-rn-prep-feature1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:34:\"nclex-rn-prep-feature1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:27:\"BillionPhotos.com - Fotolia\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:26:\"Nurse, Student, Education.\";s:17:\"created_timestamp\";i:1434506444;s:9:\"copyright\";s:27:\"BillionPhotos.com - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:26:\"Nurse, Student, Education.\";s:11:\"orientation\";i:1;}}'),(7145,3581,'_wp_attached_file','2015/09/web-design-feature.jpg'),(7146,3581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2015/09/web-design-feature.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"web-design-feature-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"web-design-feature-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:30:\"web-design-feature-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:18:\"Rawpixel - Fotolia\";s:6:\"camera\";s:9:\"NIKON D3X\";s:7:\"caption\";s:55:\"Web Design Media Content Light Bulb Inspiration Concept\";s:17:\"created_timestamp\";i:1386376613;s:9:\"copyright\";s:22:\"PHOTOMORPHIC PTE. LTD.\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:55:\"Web Design Media Content Light Bulb Inspiration Concept\";s:11:\"orientation\";i:1;}}'),(7147,3582,'_wp_attached_file','2015/09/fashion-design-diagram.jpg'),(7148,3582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:430;s:4:\"file\";s:34:\"2015/09/fashion-design-diagram.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"fashion-design-diagram-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:\"fashion-design-diagram-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"fashion-design-diagram-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:34:\"fashion-design-diagram-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(7149,3583,'_wp_attached_file','2015/09/graphic-design-diagram.jpg'),(7150,3583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:430;s:4:\"file\";s:34:\"2015/09/graphic-design-diagram.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"graphic-design-diagram-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:\"graphic-design-diagram-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"graphic-design-diagram-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:34:\"graphic-design-diagram-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(7151,3584,'_wp_attached_file','2015/09/web-design-diagram.jpg'),(7152,3584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:780;s:4:\"file\";s:30:\"2015/09/web-design-diagram.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"web-design-diagram-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:\"web-design-diagram-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"web-design-diagram-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:30:\"web-design-diagram-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(7153,3586,'_edit_lock','1442099302:1'),(7154,3586,'_edit_last','1'),(7155,3586,'_wp_page_template','default'),(7156,3586,'_wpb_vc_js_status','true'),(7157,3586,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7158,3586,'slide_template','default'),(7159,3586,'plazart_desktop_column','1'),(7160,3586,'plazart_tabletportrait_column','1'),(7161,3586,'plazart_mobilelandscape_column','1'),(7162,3586,'plazart_mobileportrait_column','1'),(7163,3586,'plazart_portfolio_limit','10'),(7164,3586,'plazart_porfolio_orderby','date'),(7165,3586,'plazart_porfolio_order','desc'),(7166,3586,'plazart_paging','pagenavi'),(7167,3586,'plazart_porfolio_filter_status','show'),(7168,3586,'plazart_porfolio_filter','portfolio-tags'),(7169,3586,'plazart_portfolio_timeline_limit','6'),(7170,3586,'plazart_porfolio_timeline_orderby','date'),(7171,3586,'plazart_portfolio_timeline_order','desc'),(7172,3586,'plazart_blog_column','1'),(7173,3586,'plazart_blog_limit','10'),(7174,3586,'plazart_tzpostSidebar','0'),(7175,3586,'plazart_tzpostDate','show'),(7176,3586,'plazart_tzpostAuthor','show'),(7177,3586,'plazart_tzpostComments','show'),(7178,3586,'plazart_tzpostthumbnail','show'),(7179,3586,'plazart_tzpostexcerpt','show'),(7180,3586,'plazart_tzpostmoredetail','show'),(7181,3586,'plazart_tzpostshare','show'),(7182,3586,'plazart_event_grid_limit','6'),(7183,3586,'plazart_course_grid_limit','6'),(7184,3586,'_wpb_post_custom_css','h3{\r\n color:#E26060;\r\n}'),(7187,3586,'_dp_original','3537'),(7188,3586,'_thumbnail_id','3581'),(7189,3588,'_edit_lock','1442097038:1'),(7190,3588,'_edit_last','1'),(7191,3588,'_wp_page_template','default'),(7192,3588,'_wpb_vc_js_status','true'),(7193,3588,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7194,3588,'slide_template','default'),(7195,3588,'plazart_desktop_column','1'),(7196,3588,'plazart_tabletportrait_column','1'),(7197,3588,'plazart_mobilelandscape_column','1'),(7198,3588,'plazart_mobileportrait_column','1'),(7199,3588,'plazart_portfolio_limit','10'),(7200,3588,'plazart_porfolio_orderby','date'),(7201,3588,'plazart_porfolio_order','desc'),(7202,3588,'plazart_paging','pagenavi'),(7203,3588,'plazart_porfolio_filter_status','show'),(7204,3588,'plazart_porfolio_filter','portfolio-tags'),(7205,3588,'plazart_portfolio_timeline_limit','6'),(7206,3588,'plazart_porfolio_timeline_orderby','date'),(7207,3588,'plazart_portfolio_timeline_order','desc'),(7208,3588,'plazart_blog_column','1'),(7209,3588,'plazart_blog_limit','10'),(7210,3588,'plazart_tzpostSidebar','0'),(7211,3588,'plazart_tzpostDate','show'),(7212,3588,'plazart_tzpostAuthor','show'),(7213,3588,'plazart_tzpostComments','show'),(7214,3588,'plazart_tzpostthumbnail','show'),(7215,3588,'plazart_tzpostexcerpt','show'),(7216,3588,'plazart_tzpostmoredetail','show'),(7217,3588,'plazart_tzpostshare','show'),(7218,3588,'plazart_event_grid_limit','6'),(7219,3588,'plazart_course_grid_limit','6'),(7220,3588,'_wpb_post_custom_css','h3{\r\n color:#E26060;\r\n}'),(7222,3588,'_thumbnail_id','3577'),(7223,3588,'_dp_original','3586'),(7224,3590,'_menu_item_type','post_type'),(7225,3590,'_menu_item_menu_item_parent','3593'),(7226,3590,'_menu_item_object_id','3588'),(7227,3590,'_menu_item_object','page'),(7228,3590,'_menu_item_target',''),(7229,3590,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7230,3590,'_menu_item_xfn',''),(7231,3590,'_menu_item_url',''),(7233,3591,'_menu_item_type','post_type'),(7234,3591,'_menu_item_menu_item_parent','3593'),(7235,3591,'_menu_item_object_id','3586'),(7236,3591,'_menu_item_object','page'),(7237,3591,'_menu_item_target',''),(7238,3591,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7239,3591,'_menu_item_xfn',''),(7240,3591,'_menu_item_url',''),(7242,3592,'_menu_item_type','post_type'),(7243,3592,'_menu_item_menu_item_parent','3593'),(7244,3592,'_menu_item_object_id','3537'),(7245,3592,'_menu_item_object','page'),(7246,3592,'_menu_item_target',''),(7247,3592,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7248,3592,'_menu_item_xfn',''),(7249,3592,'_menu_item_url',''),(7251,3593,'_menu_item_type','post_type'),(7252,3593,'_menu_item_menu_item_parent','0'),(7253,3593,'_menu_item_object_id','3549'),(7254,3593,'_menu_item_object','page'),(7255,3593,'_menu_item_target',''),(7256,3593,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7257,3593,'_menu_item_xfn',''),(7258,3593,'_menu_item_url',''),(7260,3593,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7261,3592,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7262,3591,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7263,3590,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7264,3594,'_edit_lock','1442099540:1'),(7265,3594,'_edit_last','1'),(7266,3594,'_wp_page_template','default'),(7267,3594,'_wpb_vc_js_status','true'),(7268,3594,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7269,3594,'slide_template','default'),(7270,3594,'plazart_desktop_column','1'),(7271,3594,'plazart_tabletportrait_column','1'),(7272,3594,'plazart_mobilelandscape_column','1'),(7273,3594,'plazart_mobileportrait_column','1'),(7274,3594,'plazart_portfolio_limit','10'),(7275,3594,'plazart_porfolio_orderby','date'),(7276,3594,'plazart_porfolio_order','desc'),(7277,3594,'plazart_paging','pagenavi'),(7278,3594,'plazart_porfolio_filter_status','show'),(7279,3594,'plazart_porfolio_filter','portfolio-tags'),(7280,3594,'plazart_portfolio_timeline_limit','6'),(7281,3594,'plazart_porfolio_timeline_orderby','date'),(7282,3594,'plazart_portfolio_timeline_order','desc'),(7283,3594,'plazart_blog_column','1'),(7284,3594,'plazart_blog_limit','10'),(7285,3594,'plazart_tzpostSidebar','0'),(7286,3594,'plazart_tzpostDate','show'),(7287,3594,'plazart_tzpostAuthor','show'),(7288,3594,'plazart_tzpostComments','show'),(7289,3594,'plazart_tzpostthumbnail','show'),(7290,3594,'plazart_tzpostexcerpt','show'),(7291,3594,'plazart_tzpostmoredetail','show'),(7292,3594,'plazart_tzpostshare','show'),(7293,3594,'plazart_event_grid_limit','6'),(7294,3594,'plazart_course_grid_limit','6'),(7295,3594,'_wpb_post_custom_css','h3{\r\n color:#E26060;\r\n}'),(7297,3594,'_thumbnail_id','3572'),(7298,3594,'_dp_original','3586'),(7299,3596,'_edit_lock','1442099664:1'),(7300,3596,'_edit_last','1'),(7301,3596,'_wp_page_template','default'),(7302,3596,'_wpb_vc_js_status','true'),(7303,3596,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7304,3596,'slide_template','default'),(7305,3596,'plazart_desktop_column','1'),(7306,3596,'plazart_tabletportrait_column','1'),(7307,3596,'plazart_mobilelandscape_column','1'),(7308,3596,'plazart_mobileportrait_column','1'),(7309,3596,'plazart_portfolio_limit','10'),(7310,3596,'plazart_porfolio_orderby','date'),(7311,3596,'plazart_porfolio_order','desc'),(7312,3596,'plazart_paging','pagenavi'),(7313,3596,'plazart_porfolio_filter_status','show'),(7314,3596,'plazart_porfolio_filter','portfolio-tags'),(7315,3596,'plazart_portfolio_timeline_limit','6'),(7316,3596,'plazart_porfolio_timeline_orderby','date'),(7317,3596,'plazart_portfolio_timeline_order','desc'),(7318,3596,'plazart_blog_column','1'),(7319,3596,'plazart_blog_limit','10'),(7320,3596,'plazart_tzpostSidebar','0'),(7321,3596,'plazart_tzpostDate','show'),(7322,3596,'plazart_tzpostAuthor','show'),(7323,3596,'plazart_tzpostComments','show'),(7324,3596,'plazart_tzpostthumbnail','show'),(7325,3596,'plazart_tzpostexcerpt','show'),(7326,3596,'plazart_tzpostmoredetail','show'),(7327,3596,'plazart_tzpostshare','show'),(7328,3596,'plazart_event_grid_limit','6'),(7329,3596,'plazart_course_grid_limit','6'),(7330,3596,'_wpb_post_custom_css','h3{\r\n color:#E26060;\r\n}'),(7331,3596,'_thumbnail_id','3575'),(7333,3596,'_dp_original','3594'),(7334,3598,'_menu_item_type','post_type'),(7335,3598,'_menu_item_menu_item_parent','3593'),(7336,3598,'_menu_item_object_id','3596'),(7337,3598,'_menu_item_object','page'),(7338,3598,'_menu_item_target',''),(7339,3598,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7340,3598,'_menu_item_xfn',''),(7341,3598,'_menu_item_url',''),(7343,3599,'_menu_item_type','post_type'),(7344,3599,'_menu_item_menu_item_parent','3593'),(7345,3599,'_menu_item_object_id','3594'),(7346,3599,'_menu_item_object','page'),(7347,3599,'_menu_item_target',''),(7348,3599,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7349,3599,'_menu_item_xfn',''),(7350,3599,'_menu_item_url',''),(7352,3598,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7353,3599,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7502,3671,'_wp_attached_file','2015/08/GENY-best-school-banner.jpg'),(7503,3671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1172;s:6:\"height\";i:786;s:4:\"file\";s:35:\"2015/08/GENY-best-school-banner.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"GENY-best-school-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:35:\"GENY-best-school-banner-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"GENY-best-school-banner-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tptn_thumbnail\";a:4:{s:4:\"file\";s:35:\"GENY-best-school-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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:13:\"lev dolgachov\";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;}}'),(7504,2734,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7505,2735,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7506,2736,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7507,2739,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7509,2742,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7510,2743,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7511,2744,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7512,2745,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7513,2751,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7514,2752,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7517,3672,'_menu_item_type','custom'),(7518,3672,'_menu_item_menu_item_parent','0'),(7519,3672,'_menu_item_object_id','3672'),(7520,3672,'_menu_item_object','custom'),(7521,3672,'_menu_item_target',''),(7522,3672,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7523,3672,'_menu_item_xfn',''),(7524,3672,'_menu_item_url','#'),(7526,3673,'_menu_item_type','custom'),(7527,3673,'_menu_item_menu_item_parent','0'),(7528,3673,'_menu_item_object_id','3673'),(7529,3673,'_menu_item_object','custom'),(7530,3673,'_menu_item_target',''),(7531,3673,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7532,3673,'_menu_item_xfn',''),(7533,3673,'_menu_item_url','#'),(7535,3672,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7536,3673,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(7548,3676,'_wp_attached_file','2015/08/GENY-ESL-learn-English-map-banner.jpg'),(7549,3676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2015/08/GENY-ESL-learn-English-map-banner.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"GENY-ESL-learn-English-map-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:45:\"GENY-ESL-learn-English-map-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:46:\"GENY-ESL-learn-English-map-banner-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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;}}'),(7633,3676,'_edit_lock','1442892671:1'),(7550,3677,'_wp_attached_file','2015/04/open-book.jpg'),(7551,3677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1169;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2015/04/open-book.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"open-book-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:\"open-book-300x77.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"open-book-1024x263.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:263;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;}}'),(7634,3677,'_edit_lock','1442892769:1'),(7552,3443,'_thumbnail_id','3579'),(7553,3475,'_thumbnail_id','3574'),(7554,3419,'_thumbnail_id','3571'),(7555,3678,'_wp_attached_file','2015/04/accounting-feature-title.jpg'),(7556,3678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:36:\"2015/04/accounting-feature-title.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"accounting-feature-title-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"accounting-feature-title-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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;}}'),(7631,3678,'_edit_lock','1442888505:1'),(7557,3679,'_wp_attached_file','2015/04/allied-health-training-feature-title.jpg'),(7558,3679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:48:\"2015/04/allied-health-training-feature-title.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"allied-health-training-feature-title-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:\"allied-health-training-feature-title-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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;}}'),(7632,3679,'_edit_lock','1442889816:1'),(7559,3680,'_wp_attached_file','2015/04/basic-drawing-feature-title.jpg'),(7560,3680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:39:\"2015/04/basic-drawing-feature-title.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"basic-drawing-feature-title-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:39:\"basic-drawing-feature-title-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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;}}'),(7629,3680,'_edit_lock','1442888398:1'),(7561,3681,'_wp_attached_file','2015/04/bookkeeping-feature-title.jpg'),(7562,3681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:37:\"2015/04/bookkeeping-feature-title.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"bookkeeping-feature-title-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:\"bookkeeping-feature-title-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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;}}'),(7630,3681,'_edit_lock','1442888455:1'),(7563,3682,'_wp_attached_file','2015/04/business-english-feature-title.jpg'),(7564,3682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:42:\"2015/04/business-english-feature-title.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"business-english-feature-title-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:42:\"business-english-feature-title-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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;}}'),(7614,3682,'_edit_last','1'),(7565,3683,'_wp_attached_file','2015/04/color-theory-feature-title.jpg'),(7566,3683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:38:\"2015/04/color-theory-feature-title.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"color-theory-feature-title-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:\"color-theory-feature-title-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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;}}'),(7628,3683,'_edit_lock','1442888369:1'),(7567,3684,'_wp_attached_file','2015/04/esl-feature-title.jpg'),(7568,3684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:29:\"2015/04/esl-feature-title.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"esl-feature-title-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:\"esl-feature-title-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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;}}'),(7627,3684,'_edit_lock','1442888244:1'),(7569,3685,'_wp_attached_file','2015/04/fashion-design-feature-title.jpg'),(7570,3685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:40:\"2015/04/fashion-design-feature-title.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"fashion-design-feature-title-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:40:\"fashion-design-feature-title-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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;}}'),(7625,3685,'_edit_lock','1442888250:1'),(7626,3685,'_edit_last','1'),(7571,3686,'_wp_attached_file','2015/04/graphic-design-feature-title.jpg'),(7572,3686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:40:\"2015/04/graphic-design-feature-title.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"graphic-design-feature-title-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:40:\"graphic-design-feature-title-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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;}}'),(7623,3686,'_edit_lock','1442888186:1'),(7624,3686,'_edit_last','1'),(7573,3687,'_wp_attached_file','2015/04/marketing-management-feature-title.jpg'),(7574,3687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:46:\"2015/04/marketing-management-feature-title.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"marketing-management-feature-title-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"marketing-management-feature-title-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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;}}'),(7621,3687,'_edit_lock','1442888232:1'),(7622,3687,'_edit_last','1'),(7575,3688,'_wp_attached_file','2015/04/nclex-rn-feature-title.jpg'),(7576,3688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:34:\"2015/04/nclex-rn-feature-title.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"nclex-rn-feature-title-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:\"nclex-rn-feature-title-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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;}}'),(7619,3688,'_edit_lock','1442887966:1'),(7620,3688,'_edit_last','1'),(7577,3689,'_wp_attached_file','2015/04/toefl-feature-title.jpg'),(7578,3689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:31:\"2015/04/toefl-feature-title.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"toefl-feature-title-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"toefl-feature-title-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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;}}'),(7617,3689,'_edit_lock','1442887784:1'),(7618,3689,'_edit_last','1'),(7579,3690,'_wp_attached_file','2015/04/web-design-feature-title.jpg'),(7580,3690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:450;s:4:\"file\";s:36:\"2015/04/web-design-feature-title.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"web-design-feature-title-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"web-design-feature-title-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;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;}}'),(7615,3690,'_edit_lock','1442887641:1'),(7616,3690,'_edit_last','1'),(7581,1791,'_edit_lock','1442286211:1'),(7593,3707,'_menu_item_type','custom'),(7594,3707,'_menu_item_menu_item_parent','0'),(7595,3707,'_menu_item_object_id','3707'),(7596,3707,'_menu_item_object','custom'),(7597,3707,'_menu_item_target',''),(7598,3707,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7599,3707,'_menu_item_xfn',''),(7600,3707,'_menu_item_url','http://genewyork.com/apply-online/'),(7602,3707,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'); /*!40000 ALTER TABLE `g516db_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_posts` -- DROP TABLE IF EXISTS `g516db_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=3713 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_posts` -- LOCK TABLES `g516db_posts` WRITE; /*!40000 ALTER TABLE `g516db_posts` DISABLE KEYS */; INSERT INTO `g516db_posts` VALUES (4,1,'2015-08-26 16:01:15','2015-08-26 16:01:15','<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>\n[your-subject]\n[your-name] <genywebmaster@gmail.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on GENY School (http://genewyork.com)\ngenywebmaster@gmail.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nGENY School <genywebmaster@gmail.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on GENY School (http://genewyork.com)\n[your-email]\nReply-To: genywebmaster@gmail.com\n\n0\n0\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 in the required field.\nThis input is too long.\nThis input is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2015-08-26 16:01:15','2015-08-26 16:01:15','',0,'http://genewyork.com/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(5,1,'2015-08-26 16:01:20','2015-08-26 16:01:20','','Media','','private','closed','closed','','media','','','2015-08-26 16:01:20','2015-08-26 16:01:20','',0,'http://genewyork.com/?option-tree=media',0,'option-tree','',0),(304,1,'2015-04-10 07:28:18','2015-04-10 07:28:18','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Pesticide Applicators Training','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi','publish','open','open','','pesticide-applicators-training','','','2015-04-10 07:28:18','2015-04-10 07:28:18','',0,'http://wordpress.templaza.net/ethic?post_type=tribe_events&p=304',0,'tribe_events','',0),(305,1,'2015-04-10 07:30:02','2015-04-10 07:30:02','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Project 2014 - Workshop','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi','publish','open','open','','project-2014-workshop','','','2015-04-10 07:30:02','2015-04-10 07:30:02','',0,'http://wordpress.templaza.net/ethic?post_type=tribe_events&p=305',0,'tribe_events','',0),(308,1,'2015-04-10 07:32:02','2015-04-10 07:32:02','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Criminal Justice Camp','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget','publish','open','open','','criminal-justice-camp','','','2015-04-10 07:32:02','2015-04-10 07:32:02','',0,'http://wordpress.templaza.net/ethic?post_type=tribe_events&p=308',0,'tribe_events','',0),(310,1,'2015-04-10 07:33:03','2015-04-10 07:33:03','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Your Success in Your College','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum','publish','open','open','','your-success-in-your-college','','','2015-04-10 07:33:03','2015-04-10 07:33:03','',0,'http://wordpress.templaza.net/ethic?post_type=tribe_events&p=310',0,'tribe_events','',0),(312,1,'2015-04-10 07:34:40','2015-04-10 07:34:40','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Applicators Training','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi','publish','open','open','','pesticide-applicators-training-2','','','2015-04-10 07:34:40','2015-04-10 07:34:40','',0,'http://wordpress.templaza.net/ethic?post_type=tribe_events&p=312',0,'tribe_events','',0),(313,1,'2015-04-10 07:35:34','2015-04-10 07:35:34','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Project 2014 - Workshop','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi','publish','open','open','','project-2014-workshop-2','','','2015-04-10 07:35:34','2015-04-10 07:35:34','',0,'http://wordpress.templaza.net/ethic?post_type=tribe_events&p=313',0,'tribe_events','',0),(314,1,'2015-04-10 07:36:26','2015-04-10 07:36:26','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Criminal Justice Camp','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi','publish','open','open','','criminal-justice-camp-2','','','2015-04-10 07:36:26','2015-04-10 07:36:26','',0,'http://wordpress.templaza.net/ethic?post_type=tribe_events&p=314',0,'tribe_events','',0),(315,1,'2015-04-10 07:37:15','2015-04-10 07:37:15','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Your Success in Your College','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi','publish','open','open','','your-success-in-your-college-2','','','2015-04-10 07:37:15','2015-04-10 07:37:15','',0,'http://wordpress.templaza.net/ethic?post_type=tribe_events&p=315',0,'tribe_events','',0),(319,1,'2015-04-10 09:12:02','2015-04-10 09:12:02','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl','Venue Name','','publish','closed','closed','','venue-name','','','2015-04-10 09:12:02','2015-04-10 09:12:02','',0,'http://wordpress.templaza.net/ethic?tribe_venue=venue-name',0,'tribe_venue','',0),(323,1,'2015-04-10 10:13:17','2015-04-10 10:13:17','<small>You may want to consider <a href=\"http://wordpress.org/plugins/tags/obfuscate\">obfuscating</a> any e-mail address published on your site to best avoid it getting harvested by spammers.</small>','Templaza','','publish','closed','closed','','templaza','','','2015-04-10 10:13:17','2015-04-10 10:13:17','',0,'http://wordpress.templaza.net/ethic?post_type=tribe_organizer&p=323',0,'tribe_organizer','',0),(324,1,'2015-04-10 10:16:00','2015-04-10 10:16:00','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl','Templaza.com','','publish','closed','closed','','templaza-com','','','2015-04-10 10:16:00','2015-04-10 10:16:00','',0,'http://wordpress.templaza.net/ethic?tribe_venue=templaza-com',0,'tribe_venue','',0),(374,1,'2015-04-15 03:39:58','2015-04-15 03:39:58','','Ha Noi','','publish','open','open','','ha-noi','','','2015-04-15 03:39:58','2015-04-15 03:39:58','',0,'http://wordpress.templaza.net/ethic?tribe_venue=ha-noi',0,'tribe_venue','',0),(536,1,'2015-04-17 01:37:35','2015-04-17 01:37:35','[vc_row][vc_column css=\".vc_custom_1441256667790{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 10px !important;padding-left: 20px !important;background-color: #e5a82e !important;}\"][vc_widget_sidebar sidebar_id=\"plazart-sidebar-default\" el_class=\"language-icons\"][/vc_column][vc_column][tzheader header_option=\"header6\" logo=\"3226\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc][/vc_column][/vc_row][vc_row][vc_column][title style=\"style3\" title_text=\"GENY PROVIDES A QUALITY EDUCATION\" style_icon_image=\"style_image\" style_image_title=\"3526\" background_color=\"#f6f6f6\" text_color=\"#444444\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1441844234877{background-color: #fcfcfc !important;}\"][vc_column css=\".vc_custom_1441843436808{padding-top: 40px !important;padding-right: 20px !important;padding-bottom: 40px !important;padding-left: 20px !important;}\" offset=\"vc_col-xs-12\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\" css=\".vc_custom_1441845497633{padding-bottom: 50px !important;}\"][vc_column_text]\r\n<h2>GENY\'S MISSION</h2>\r\n[/vc_column_text][vc_column_text]GENY’s primary mission is to provide students with a quality multi-dimensional education that enhances their English language proficiency and career opportunities.\r\n\r\nHistorically, our service to student learning was organized around a well-established identity as a thriving business school in New York City with an increasingly successful language program. At present, on a regular basis we offer six levels of ESL instruction, and TOEFL Exam Preparation and Business English represent our contribution to English for Special Purposes.\r\n\r\nStudents in our Continuing Education certificate programs can expect to enhance their global competencies and economic competitiveness.\r\n\r\nWe continually monitor the trends and Best Practices in Global Education in order to keep our curriculum relevant. In addition to providing student-centered learning in the classroom, we take advantage of the many cultural experiences that New York City offers.[/vc_column_text][vc_btn title=\"Learn More\" style=\"flat\" color=\"orange\" align=\"left\" link=\"url:http%3A%2F%2Fgenewyork.com%2Fabout-us%2F|title:About%20GENY|\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_single_image image=\"3512\" img_size=\"full\" alignment=\"center\" style=\"vc_box_rounded\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"10px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1441836880779{margin: 50px !important;}\"][vc_column width=\"1/4\" offset=\"vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-file-text-o\" color=\"custom\" background_style=\"rounded\" align=\"center\" style_icon=\"style4\" title_customer=\"How To Apply\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#e8be6c\" custom_color=\"#e8be6c\" el_class=\"tz-icon-home-6\" link=\"url:http%3A%2F%2Fgenewyork.com%2Fapply-online%2F|title:Apply%20Online|\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-paperclip\" color=\"custom\" background_style=\"rounded\" align=\"center\" style_icon=\"style4\" title_customer=\"Schedule\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#5da7f0\" custom_color=\"#5da7f0\" el_class=\"tz-icon-home-6\" link=\"url:%23||\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-magic\" color=\"custom\" background_style=\"rounded\" align=\"center\" style_icon=\"style4\" title_customer=\"Certificate Programs\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#829c53\" custom_color=\"#829c53\" el_class=\"tz-icon-home-6\" link=\"url:http%3A%2F%2Fgenewyork.com%2Fprograms%2F||\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-2\"][vc_icon icon_fontawesome=\"fa fa-cog\" color=\"custom\" background_style=\"rounded\" align=\"center\" style_icon=\"style4\" title_customer=\"Plan A Visit\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#334878\" custom_color=\"#334878\" el_class=\"tz-icon-home-6\" link=\"url:http%3A%2F%2Fgenewyork.com%2Fcontact-us%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"10px\"][/vc_column][/vc_row][vc_row style_width=\"boxed\" background_parallax=\"none\"][vc_column css=\".vc_custom_1442282104630{margin-bottom: 90px !important;}\"][title style=\"style3\" title_text=\"FIND COURSES\" icon_color=\"\" background_color=\"#ffffff\" text_color=\"#444444\"][vc_tour interval=\"0\" el_class=\"tz-home2-find-courses\"][vc_tab title_customer=\"Input title for element\" title=\"Language Program\" tab_id=\"37a61be3-2e56-5\"][vc_gallery type=\"flexslider_slide\" interval=\"5\" images=\"3684,3689,3682\" img_size=\"full\" onclick=\"link_no\"][vc_column_text el_class=\"tz-home2-tab-galexy\" css=\".vc_custom_1442281601138{padding-top: 20px !important;padding-right: 20px !important;padding-left: 20px !important;background-color: #71141f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Language Program</span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Language Program description</span></p>\r\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"ESL\" link=\"http://www.genewyork.com/programs/language-program/esl/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"Toefl Prep\" link=\"http://www.genewyork.com/programs/language-program/toefl-prep/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"Business English\" link=\"http://www.genewyork.com/programs/language-program/business-english\" ][/button]</p>\r\n[/vc_column_text][/vc_tab][vc_tab title_customer=\"Input title for element\" title=\"Multimedia/Design Program\" tab_id=\"0c024117-092a-4\"][vc_gallery type=\"flexslider_slide\" interval=\"5\" images=\"3690,3686,3685,3683,3680\" img_size=\"full\" onclick=\"link_no\"][vc_column_text css=\".vc_custom_1442283230188{padding-top: 20px !important;padding-right: 20px !important;padding-left: 20px !important;background-color: #71141f !important;}\" el_class=\"tz-home2-tab-galexy\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Multimedia Design Program</span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Multimedia Design Program description</span></p>\r\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"Graphic Design\" link=\"http://www.genewyork.com/programs/multimedia-design-program/graphic-design/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"Web Design\" link=\"http://www.genewyork.com/programs/multimedia-design-program/web-design/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"Fashion Design\" link=\"http://www.genewyork.com/multimedia-design-program/fashion-design/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"Color Theory\" link=\"http://www.genewyork.com/multimedia-design-program/color-theory/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"Basic Drawing\" link=\"http://www.genewyork.com/multimedia-design-program/basic-drawing/\" ][/button]</p>\r\n[/vc_column_text][/vc_tab][vc_tab title_customer=\"Input title for element\" title=\"Business Program\" tab_id=\"1429264855314-2-1\"][vc_gallery interval=\"5\" images=\"3681,3678,3687\" img_size=\"full\"][vc_column_text el_class=\"tz-home2-tab-galexy\" css=\".vc_custom_1442283170672{padding-top: 20px !important;padding-right: 20px !important;padding-left: 20px !important;background-color: #71141f !important;}\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Business Program</span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Business Program description</span></p>\r\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"Bookkeeping\" link=\"http://www.genewyork.com/programs/business-program/bookkeeping/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"Accounting\" link=\"http://www.genewyork.com/programs/business-program/accounting/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"Marketing Management\" link=\"http://www.genewyork.com/programs/business-program/marketing-management\" ][/button]</p>\r\n[/vc_column_text][/vc_tab][vc_tab title_customer=\"Input title for element\" title=\"Allied Health Program\" tab_id=\"1429264859510-3-7\"][vc_gallery interval=\"5\" images=\"3688,3679\" img_size=\"full\" onclick=\"link_no\"][vc_column_text css=\".vc_custom_1442283248087{padding-top: 20px !important;padding-right: 20px !important;padding-left: 20px !important;background-color: #71141f !important;}\" el_class=\"tz-home2-tab-galexy\"]\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Language Program</span></h4>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Language Program description</span></p>\r\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"NCLEX-RN Prep\" link=\"http://www.genewyork.com/programs/allied-health-program/nclex-rn-prep/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"Allied Health Training\" link=\"http://www.genewyork.com/programs/allied-health-program/allied-health-training/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#e5a82e\" title=\"Business English\" link=\"http://www.genewyork.com/programs/language-program/business-english\" ][/button]</p>\r\n[/vc_column_text][/vc_tab][/vc_tour][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"3677\"][vc_column][our_introduce][our_introduce_item content_main=\"“Intellectual growth should commence at birth and cease only at death. ”\" name=\"- Albert Einstein\" customer_image=\"3347\"][our_introduce_item content_main=\"“I would found an institution where any person can find instruction in any study.”\" name=\"- Nelson Mandela\" customer_image=\"3347\"][/our_introduce][/vc_column][/vc_row]','Home','','publish','open','open','','home','','','2015-09-16 13:31:14','2015-09-16 13:31:14','',0,'http://wordpress.templaza.net/ethic/?page_id=536',0,'page','',0),(801,1,'2015-04-22 03:12:04','2015-04-22 03:12:04','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Fusce diam eros, condimentum quis dictum at, blandit vel sem. Fusce pharetra vitae est a sollicitudin. Ut pharetra quam ac libero malesuada tincidunt. Etiam pulvinar velit ac accumsan mollis. Duis eu ornare nunc. Donec ultricies porttitor dolor eget semper. Sed quis pretium nunc. Integer auctor ullamcorper lobortis. Maecenas faucibus dui eget nibh lobortis dignissim. Nulla malesuada sem porta, tempus sem sed, dictum ante.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Ut non accumsan turpis. Nulla vitae urna faucibus tellus vehicula iaculis. Sed pretium dictum consequat. Curabitur ultricies dapibus leo. Etiam in vestibulum elit, quis dapibus purus. Vivamus posuere felis ac nisl dignissim auctor. Pellentesque molestie orci id tortor posuere volutpat.','Johnny Wickness','FOUNDER/ PROFESSOR','publish','closed','closed','','johnny-wickness','','','2015-04-22 03:12:04','2015-04-22 03:12:04','',0,'http://wordpress.templaza.net/ethic/?post_type=ourteam&p=801',0,'ourteam','',0),(803,1,'2015-04-22 03:13:36','2015-04-22 03:13:36','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Fusce diam eros, condimentum quis dictum at, blandit vel sem. Fusce pharetra vitae est a sollicitudin. Ut pharetra quam ac libero malesuada tincidunt. Etiam pulvinar velit ac accumsan mollis. Duis eu ornare nunc. Donec ultricies porttitor dolor eget semper. Sed quis pretium nunc. Integer auctor ullamcorper lobortis. Maecenas faucibus dui eget nibh lobortis dignissim. Nulla malesuada sem porta, tempus sem sed, dictum ante.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Ut non accumsan turpis. Nulla vitae urna faucibus tellus vehicula iaculis. Sed pretium dictum consequat. Curabitur ultricies dapibus leo. Etiam in vestibulum elit, quis dapibus purus. Vivamus posuere felis ac nisl dignissim auctor. Pellentesque molestie orci id tortor posuere volutpat.','Jeff Huntington',' PRINCIPAL/ PROFESSOR','publish','closed','closed','','jeff-huntington','','','2015-04-22 03:13:36','2015-04-22 03:13:36','',0,'http://wordpress.templaza.net/ethic/?post_type=ourteam&p=803',0,'ourteam','',0),(804,1,'2015-04-22 03:14:45','2015-04-22 03:14:45','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Fusce diam eros, condimentum quis dictum at, blandit vel sem. Fusce pharetra vitae est a sollicitudin. Ut pharetra quam ac libero malesuada tincidunt. Etiam pulvinar velit ac accumsan mollis. Duis eu ornare nunc. Donec ultricies porttitor dolor eget semper. Sed quis pretium nunc. Integer auctor ullamcorper lobortis. Maecenas faucibus dui eget nibh lobortis dignissim. Nulla malesuada sem porta, tempus sem sed, dictum ante.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Ut non accumsan turpis. Nulla vitae urna faucibus tellus vehicula iaculis. Sed pretium dictum consequat. Curabitur ultricies dapibus leo. Etiam in vestibulum elit, quis dapibus purus. Vivamus posuere felis ac nisl dignissim auctor. Pellentesque molestie orci id tortor posuere volutpat.','Barbara Palvin',' DOCTOR','publish','closed','closed','','barbara-palvin','','','2015-04-22 03:14:45','2015-04-22 03:14:45','',0,'http://wordpress.templaza.net/ethic/?post_type=ourteam&p=804',0,'ourteam','',0),(805,1,'2015-04-22 03:15:44','2015-04-22 03:15:44','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Fusce diam eros, condimentum quis dictum at, blandit vel sem. Fusce pharetra vitae est a sollicitudin. Ut pharetra quam ac libero malesuada tincidunt. Etiam pulvinar velit ac accumsan mollis. Duis eu ornare nunc. Donec ultricies porttitor dolor eget semper. Sed quis pretium nunc. Integer auctor ullamcorper lobortis. Maecenas faucibus dui eget nibh lobortis dignissim. Nulla malesuada sem porta, tempus sem sed, dictum ante.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Ut non accumsan turpis. Nulla vitae urna faucibus tellus vehicula iaculis. Sed pretium dictum consequat. Curabitur ultricies dapibus leo. Etiam in vestibulum elit, quis dapibus purus. Vivamus posuere felis ac nisl dignissim auctor. Pellentesque molestie orci id tortor posuere volutpat.','Larry Beowuf','MATH TEACHER','publish','closed','closed','','larry-beowuf','','','2015-04-22 03:15:44','2015-04-22 03:15:44','',0,'http://wordpress.templaza.net/ethic/?post_type=ourteam&p=805',0,'ourteam','',0),(817,1,'2015-04-22 04:28:48','2015-04-22 04:28:48','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Fusce diam eros, condimentum quis dictum at, blandit vel sem. Fusce pharetra vitae est a sollicitudin. Ut pharetra quam ac libero malesuada tincidunt. Etiam pulvinar velit ac accumsan mollis. Duis eu ornare nunc. Donec ultricies porttitor dolor eget semper. Sed quis pretium nunc. Integer auctor ullamcorper lobortis. Maecenas faucibus dui eget nibh lobortis dignissim. Nulla malesuada sem porta, tempus sem sed, dictum ante.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Ut non accumsan turpis. Nulla vitae urna faucibus tellus vehicula iaculis. Sed pretium dictum consequat. Curabitur ultricies dapibus leo. Etiam in vestibulum elit, quis dapibus purus. Vivamus posuere felis ac nisl dignissim auctor. Pellentesque molestie orci id tortor posuere volutpat.','Larry Beowuf','MATH TEACHER','publish','closed','closed','','larry-beowuf-2','','','2015-04-22 04:28:48','2015-04-22 04:28:48','',0,'http://wordpress.templaza.net/ethic/?post_type=ourteam&p=817',0,'ourteam','',0),(818,1,'2015-04-22 04:29:35','2015-04-22 04:29:35','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Fusce diam eros, condimentum quis dictum at, blandit vel sem. Fusce pharetra vitae est a sollicitudin. Ut pharetra quam ac libero malesuada tincidunt. Etiam pulvinar velit ac accumsan mollis. Duis eu ornare nunc. Donec ultricies porttitor dolor eget semper. Sed quis pretium nunc. Integer auctor ullamcorper lobortis. Maecenas faucibus dui eget nibh lobortis dignissim. Nulla malesuada sem porta, tempus sem sed, dictum ante.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Ut non accumsan turpis. Nulla vitae urna faucibus tellus vehicula iaculis. Sed pretium dictum consequat. Curabitur ultricies dapibus leo. Etiam in vestibulum elit, quis dapibus purus. Vivamus posuere felis ac nisl dignissim auctor. Pellentesque molestie orci id tortor posuere volutpat.','Barbara Palvin',' DOCTOR','publish','closed','closed','','barbara-palvin-2','','','2015-04-22 04:29:35','2015-04-22 04:29:35','',0,'http://wordpress.templaza.net/ethic/?post_type=ourteam&p=818',0,'ourteam','',0),(860,1,'2015-04-23 07:09:10','2015-04-23 07:09:10','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim.\n\nThank you.\n\n[tmm name=\"speaker\"]','INFORMATION EVENT','Excerpts are optional hand-crafted summaries of your content .','publish','open','open','','information-event','','','2015-04-23 07:09:10','2015-04-23 07:09:10','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=860',0,'tribe_events','',0),(888,1,'2015-04-30 01:28:45','2015-04-30 01:28:45','<ul class=\"tz-contact-wapper tz-contact-wapper-style-7\">\n <li class=\"theme-color-white\">\n <span class=\"theme-color-white\">YOU WANT TO KNOW MORE <br> INFORMATION? SEND US A MAIL!</span>\n </li>\n <li>\n [text txtname class:tz-contact-input-name placeholder \"Your Name\"]\n </li>\n <li>\n [email txtemail class:tz-contact-input-email placeholder \"Your Email\"]\n </li>\n <li>\n [textarea textarea-message 1x1 class:tz-contact-message placeholder \"Your Message\"]\n </li>\n <li class=\"theme-color-white\" ><i class=\"fa fa-arrows-alt\"></i>[submit \"SEND\"]\n </li>\n </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\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 in the required field.\nThis input is too long.\nThis input is too short.\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.','contact-form-style2','','publish','open','open','','contact-form-style2','','','2015-04-30 01:28:45','2015-04-30 01:28:45','',0,'http://wordpress.templaza.net/ethic/?post_type=wpcf7_contact_form&p=888',0,'wpcf7_contact_form','',0),(965,1,'2015-05-01 01:26:56','2015-05-01 01:26:56','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Criminal Justice Camp','Excerpts are optional hand-crafted summaries of your content .','publish','open','open','','criminal-justice-camp-3','','','2015-05-01 01:26:56','2015-05-01 01:26:56','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=965',0,'tribe_events','',0),(1059,1,'2015-05-01 10:48:15','2015-05-01 10:48:15','<ul class=\"tz-contact-wapper tz-contact-wapper-style-4\">\n <li class=\"theme-color-white\">\n <span class=\"theme-color-white\">WANT MORE INFORMATION?<br> SEND US A MAIL!</span>\n </li>\n <li>\n [text txtname class:tz-contact-input-name placeholder \"Your Name\"]\n </li>\n <li>\n [email txtemail class:tz-contact-input-email placeholder \"Your Email\"]\n </li>\n <li>\n [textarea textarea-message 1x1 class:tz-contact-message placeholder \"Your Message\"]\n </li>\n <li class=\"theme-color-white\" ><i class=\"fa fa-arrows-alt\"></i>[submit \"SEND\"]</li>\n </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\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 in the required field.\nThis input is too long.\nThis input is too short.\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.','contact-form-style4','','publish','open','open','','contact-form-style4','','','2015-05-01 10:48:15','2015-05-01 10:48:15','',0,'http://wordpress.templaza.net/ethic/?post_type=wpcf7_contact_form&p=1059',0,'wpcf7_contact_form','',0),(1067,1,'2015-05-02 01:25:22','2015-05-02 01:25:22','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Your Success in Your College','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis laoreet.','publish','open','open','','your-success-in-your-college-3','','','2015-05-02 01:25:22','2015-05-02 01:25:22','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=1067',0,'tribe_events','',0),(1069,1,'2015-05-02 01:26:59','2015-05-02 01:26:59','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Your Success in Your College','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis laoreet.','publish','open','open','','your-success-in-your-college-4','','','2015-05-02 01:26:59','2015-05-02 01:26:59','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=1069',0,'tribe_events','',0),(1071,1,'2015-05-02 01:29:18','2015-05-02 01:29:18','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Pesticide Applicators Training','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis laoreet.','publish','open','open','','pesticide-applicators-training-4','','','2015-05-02 01:29:18','2015-05-02 01:29:18','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=1071',0,'tribe_events','',0),(1074,1,'2015-05-02 01:33:36','2015-05-02 01:33:36','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Criminal Justice Camp','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis laoreet.','publish','open','open','','criminal-justice-camp-4','','','2015-05-02 01:33:36','2015-05-02 01:33:36','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=1074',0,'tribe_events','',0),(1077,1,'2015-05-02 01:33:38','2015-05-02 01:33:38','','LenaSky','','publish','open','open','','lenasky','','','2015-05-02 01:33:38','2015-05-02 01:33:38','',0,'http://wordpress.templaza.net/ethic/?tribe_organizer=lenasky',0,'tribe_organizer','',0),(1078,1,'2015-05-02 01:33:39','2015-05-02 01:33:39','','Life Of King','','publish','open','open','','life-of-king','','','2015-05-02 01:33:39','2015-05-02 01:33:39','',0,'http://wordpress.templaza.net/ethic/?tribe_venue=life-of-king',0,'tribe_venue','',0),(1084,1,'2015-05-02 02:13:16','2015-05-02 02:13:16','','instruction','','inherit','open','open','','instruction','','','2015-05-02 02:13:16','2015-05-02 02:13:16','',0,'http://genewyork.com/wp-content/uploads/2015/05/instruction.jpg',0,'attachment','image/jpeg',0),(1357,1,'2015-05-12 10:11:32','2015-05-12 10:11:32','','login-Home-03','','inherit','open','open','','login-home-03','','','2015-05-12 10:11:32','2015-05-12 10:11:32','',0,'http://genewyork.com/wp-content/uploads/2015/04/login-Home-03.jpg',0,'attachment','image/jpeg',0),(1441,1,'2015-05-14 10:52:02','2015-05-14 10:52:02','[theme-my-login]','Log In','','publish','closed','closed','','login-2','','','2015-05-14 10:52:02','2015-05-14 10:52:02','',0,'http://wordpress.templaza.net/ethic/?page_id=1441',0,'page','',0),(1442,1,'2015-05-14 10:52:03','2015-05-14 10:52:03','[theme-my-login]','Log Out','','publish','closed','closed','','logout-2','','','2015-05-14 10:52:03','2015-05-14 10:52:03','',0,'http://wordpress.templaza.net/ethic/?page_id=1442',0,'page','',0),(1443,1,'2015-05-14 10:52:03','2015-05-14 10:52:03','[theme-my-login]','Register','','publish','closed','closed','','register-2','','','2015-05-14 10:52:03','2015-05-14 10:52:03','',0,'http://wordpress.templaza.net/ethic/?page_id=1443',0,'page','',0),(1444,1,'2015-05-14 10:52:03','2015-05-14 10:52:03','[theme-my-login]','Lost Password','','publish','closed','closed','','lostpassword-2','','','2015-05-14 10:52:03','2015-05-14 10:52:03','',0,'http://wordpress.templaza.net/ethic/?page_id=1444',0,'page','',0),(1445,1,'2015-05-14 10:52:03','2015-05-14 10:52:03','[theme-my-login]','Reset Password','','publish','closed','closed','','resetpass-2','','','2015-05-14 10:52:03','2015-05-14 10:52:03','',0,'http://wordpress.templaza.net/ethic/?page_id=1445',0,'page','',0),(1454,1,'2015-05-14 11:04:26','2015-05-14 11:04:26','[theme-my-login]','Your Profile','','publish','closed','closed','','your-profile','','','2015-05-14 11:04:26','2015-05-14 11:04:26','',0,'http://wordpress.templaza.net/ethic/?page_id=1454',0,'page','',0),(1628,1,'2015-05-22 10:35:08','2015-05-22 10:35:08','','404-Page','','inherit','open','open','','404-page','','','2015-05-22 10:35:08','2015-05-22 10:35:08','',0,'http://genewyork.com/wp-content/uploads/2015/04/404-Page.jpg',0,'attachment','image/jpeg',0),(1632,1,'2015-05-22 10:55:23','2015-05-22 10:55:23','','Activate','','publish','closed','closed','','activate','','','2015-05-22 10:55:23','2015-05-22 10:55:23','',0,'http://wordpress.templaza.net/ethic/activate/',0,'page','',0),(1634,1,'2015-05-23 01:44:39','2015-05-23 01:44:39','<p class=\"desc __forum_desc ipsType_small\">a forum for Design Technology teachers</p>','Design and Technology','','publish','closed','open','','design-and-technology','','','2015-05-23 01:44:39','2015-05-23 01:44:39','',0,'http://wordpress.templaza.net/ethic/?post_type=forum&p=1634',0,'forum','',0),(1636,1,'2015-05-23 01:47:36','2015-05-23 01:47:36','This is the main forum section. It serves as a container for categories for your topics.','Welcome','','publish','closed','open','','welcome','','','2015-05-23 01:47:36','2015-05-23 01:47:36','',0,'http://wordpress.templaza.net/ethic/?post_type=topic&p=1636',0,'topic','',0),(1638,1,'2015-05-23 01:48:18','2015-05-23 01:48:18','This is the main forum section. It serves as a container for categories for your topics.','Suggestion Box','','publish','closed','open','','suggestion-box','','','2015-05-23 01:48:18','2015-05-23 01:48:18','',0,'http://wordpress.templaza.net/ethic/?post_type=topic&p=1638',0,'topic','',0),(1640,1,'2015-05-23 01:50:02','2015-05-23 01:50:02','I have been asked to make a presentation on using the ways music can be used in otehr subjects. If you use music in any way eg: tables to music, Mozart as background music etc. please let me know either through this topic or Email me directly.','Tutorials & Tips','','publish','closed','open','','tutorials-tips','','','2015-05-23 01:50:02','2015-05-23 01:50:02','',1667,'http://wordpress.templaza.net/ethic/?post_type=topic&p=1640',0,'topic','',0),(1642,1,'2015-05-23 01:52:10','2015-05-23 01:52:10','This is the main forum section. It serves as a container for categories for your topics.','Reply Group Guest','','publish','closed','open','','reply-1','','','2015-05-23 01:52:10','2015-05-23 01:52:10','',0,'http://wordpress.templaza.net/ethic/?post_type=reply&p=1642',0,'reply','',0),(1644,1,'2015-05-23 01:55:29','2015-05-23 01:55:29','This is the main forum section. It serves as a container for categories for your topics.','Main Forum 01','','publish','closed','open','','main-forum-01','','','2015-05-23 01:55:29','2015-05-23 01:55:29','',1634,'http://wordpress.templaza.net/ethic/?post_type=forum&p=1644',0,'forum','',0),(1646,1,'2015-05-23 01:56:12','2015-05-23 01:56:12','This is the main forum section. It serves as a container for categories for your topics.','Welcome','','publish','closed','open','','welcome-2','','','2015-05-23 01:56:12','2015-05-23 01:56:12','',1644,'http://wordpress.templaza.net/ethic/?post_type=topic&p=1646',0,'topic','',0),(1648,1,'2015-05-23 01:57:23','2015-05-23 01:57:23','This is the main forum section. It serves as a container for categories for your topics.','Suggestion Box','','publish','closed','open','','suggestion-box-2','','','2015-05-23 01:57:23','2015-05-23 01:57:23','',1662,'http://wordpress.templaza.net/ethic/?post_type=topic&p=1648',0,'topic','',0),(1650,1,'2015-05-23 01:58:05','2015-05-23 01:58:05','This is the main forum section. It serves as a container for categories for your topics.','Tutorials & Tips','','publish','closed','open','','tutorials-tips-2','','','2015-05-23 01:58:05','2015-05-23 01:58:05','',1644,'http://wordpress.templaza.net/ethic/?post_type=topic&p=1650',0,'topic','',0),(1655,1,'2015-05-23 02:13:51','0000-00-00 00:00:00','','Forum 2','','draft','closed','closed','','','','','2015-05-23 02:13:51','0000-00-00 00:00:00','',0,'http://wordpress.templaza.net/ethic/?post_type=forum&p=1655',0,'forum','',0),(1656,1,'2015-05-23 02:17:00','2015-05-23 02:17:00','Reply To: Tutorials & Tips \nReply To: Tutorials & Tips','','','publish','closed','open','','1656','','','2015-05-23 02:17:00','2015-05-23 02:17:00','',1650,'http://wordpress.templaza.net/ethic/forums/reply/1656/',1,'reply','',0),(1657,1,'2015-05-23 02:17:38','2015-05-23 02:17:38','TruongDX Reply To: Tutorials & Tips','','','publish','closed','open','','1657','','','2015-05-23 02:17:38','2015-05-23 02:17:38','',1650,'http://wordpress.templaza.net/ethic/forums/reply/1657/',2,'reply','',0),(1659,1,'2015-05-23 02:49:38','2015-05-23 02:49:38','New to bbPress?, Not sure where to begin? Getting Started is here to help! Everything you need to know about setting up bbPress is here from installing and activating to getting your first forum up and running.','HOPKINS CYCLING','','publish','closed','open','','hopkins-cycling','','','2015-05-23 02:49:38','2015-05-23 02:49:38','',0,'http://wordpress.templaza.net/ethic/forums/forum/hopkins-cycling/',0,'forum','',0),(1661,1,'2015-05-23 02:52:02','2015-05-23 02:52:02','This page has no content of its own, but contains some sub-pages listed in the sidebar.\n\nPlease edit this page and add something helpful!','Topic in “HOPKINS CYCLING”','','publish','closed','open','','topic-in-hopkins-cycling','','','2015-05-23 02:52:02','2015-05-23 02:52:02','',1659,'http://wordpress.templaza.net/ethic/forums/topic/topic-in-hopkins-cycling/',0,'topic','',0),(1662,1,'2015-05-23 04:10:59','2015-05-23 04:10:59','a forum for teachers of Media Studies','Media Studies','','publish','closed','open','','media-studies','','','2015-05-23 04:10:59','2015-05-23 04:10:59','',0,'http://wordpress.templaza.net/ethic/?post_type=forum&p=1662',0,'forum','',0),(1667,1,'2015-05-25 10:16:39','2015-05-25 10:16:39','a forum for teachers of Government and Politics','Government and Politics','','publish','closed','open','','government-and-politics','','','2015-05-25 10:16:39','2015-05-25 10:16:39','',0,'http://wordpress.templaza.net/ethic/?post_type=forum&p=1667',0,'forum','',0),(1672,1,'2015-05-26 09:19:20','2015-05-26 09:19:20','This is the main forum section. It serves as a container for categories for your topics.','Global Moderator','','publish','closed','open','','global-moderator','','','2015-05-26 09:19:20','2015-05-26 09:19:20','',1662,'http://wordpress.templaza.net/ethic/?post_type=topic&p=1672',0,'topic','',0),(1676,1,'2015-05-26 10:51:39','2015-05-26 10:51:39','This is the main forum section. It serves as a container for categories for your topics.','','','publish','closed','open','','1676','','','2015-05-26 10:51:39','2015-05-26 10:51:39','',1672,'http://wordpress.templaza.net/ethic/forums/reply/1676/',1,'reply','',0),(1677,1,'2015-05-27 01:30:09','2015-05-27 01:30:09','This is group test!','Group Guest','','publish','closed','open','','group-guest','','','2015-05-27 01:30:09','2015-05-27 01:30:09','',0,'http://wordpress.templaza.net/ethic/forums/forum/group-guest/',0,'forum','',0),(1680,1,'2015-05-27 02:09:38','2015-05-27 02:09:38','Reply: Your account has the ability to post unrestricted HTML content.','','','publish','closed','open','','1680','','','2015-05-27 02:09:38','2015-05-27 02:09:38','',1672,'http://wordpress.templaza.net/ethic/forums/reply/1680/',2,'reply','',0),(1683,1,'2015-05-28 03:27:09','2015-05-28 03:27:09','This is description for topic. My name is Truong, i am twenty four years old. I from to VietNam, I am a web developer. you can contact to me with email address: truongcat.9x@gmail.com or support@templaza.com. We are very happy when support you! Nice a day! ','This is a new topic','','publish','closed','open','','this-is-a-new-topic','','','2015-05-28 03:27:09','2015-05-28 03:27:09','',1677,'http://wordpress.templaza.net/ethic/forums/topic/this-is-a-new-topic/',0,'topic','',0),(1685,1,'2015-05-28 03:38:14','2015-05-28 03:38:14','i will reply to you. I very happy because you felling interesting with our product. Thank you contact with me!','','','publish','closed','open','','1685','','','2015-05-28 03:38:14','2015-05-28 03:38:14','',1683,'http://wordpress.templaza.net/ethic/forums/reply/1685/',1,'reply','',0),(1687,1,'2015-05-29 02:27:45','2015-05-29 02:27:45','This is group for idol mathematician!','Group Math','','private','closed','open','','group-math','','','2015-05-29 02:27:45','2015-05-29 02:27:45','',0,'http://wordpress.templaza.net/ethic/forums/forum/group-math/',0,'forum','',0),(1689,1,'2015-05-29 04:34:13','2015-05-29 04:34:13','[vc_row css=\".vc_custom_1440607793090{padding-top: 10px !important;padding-right: 150px !important;padding-bottom: 10px !important;padding-left: 150px !important;}\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMwMjIuMzkyMjQxMzY0MTglMjEyZC03My45OTMwMTgzOTk5OTk5NSUyMTNkNDAuNzUzMzk2ODk5OTk5OTg0JTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODljMjU5YWRiY2M4MmE4NyUyNTNBMHhjNWQ3NDlhMjMwZmEwZmJmJTIxMnM1MTklMkI4dGglMkJBdmUlMjUyQyUyQk5ldyUyQllvcmslMjUyQyUyQk5ZJTJCMTAwMTglMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnN1cyUyMTR2MTQ0MDYyNDA5NzAzMCUyMiUyMHdpZHRoJTNEJTIyNjAwJTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTIyJTIwYWxsb3dmdWxsc2NyZWVuJTNFJTNDJTJGaWZyYW1lJTNF\" size=\"450px\" el_class=\"tz-contact-us-gmap\"][/vc_column][/vc_row][vc_row background_parallax=\"none\"][vc_column][contact_info phone=\"+1 (646)-794-8333\" email=\"info@genewyork.com\" address=\"519 8th avenue 2nd floor, New York, NY 10018 \" background_icon_top=\"#e5a82e\" icon=\"\" icon_color=\"#ffffff\"][/vc_column][/vc_row][vc_row style_width=\"boxed\" background_parallax=\"none\"][vc_column css=\".vc_custom_1440873721927{margin-top: 30px !important;margin-bottom: 30px !important;}\"][title style=\"style2\" title_text=\"Reach out to us\" icon_color=\"#ff0000\" background_color=\"\" text_color=\"#444444\" content_contact_us=\"Feel free to call us on +1 (646)-794-8333 and our representative will help you with all your questions.\"][vc_single_image image=\"3229\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row style_width=\"boxed\" background_parallax=\"none\"][vc_column][title style=\"style2\" title_text=\"Have a question? We are here for you.\" icon=\"fa fa-question\" icon_color=\"#cccccc\" background_color=\"\" text_color=\"#444444\" content_contact_us=\"Send us a message and we will get back to you promptly.\"][contact-form-7 id=\"1701\"][/vc_column][/vc_row]','Contact Us','','publish','open','open','','contact-us','','','2015-09-06 04:24:27','2015-09-06 04:24:27','',0,'http://wordpress.templaza.net/ethic/?page_id=1689',0,'page','',0),(1701,1,'2015-05-29 08:04:21','2015-05-29 08:04:21','<div class=\"tz-map-form\">\r\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\r\n <label>YOUR NAME<span>(Required)</span></label>[text txtyourname class:tz-username class:form-control]\r\n <label>YOUR EMAIL<span>(Required)</span></label>[email txtemailcontact class:tz-email class:form-control]\r\n <label>SUBJECT</label>[text txt_subject_contact class:tz-subject class:form-control ]\r\n </div>\r\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\r\n <label>MESSAGES<span>(Required)</span></label>[textarea textarea-message 40x8 class:txt-area-contact class:form-control ]\r\n </div>\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <div class=\"tz-comment-post\">\r\n <span><i class=\"fa fa-envelope\"></i>[submit \"SEND\"]</span>\r\n </div>\r\n </div>\r\n </div>\n[txt_subject_contact]\n[txtyourname]<[txtemailcontact]>\nFrom: [txtyourname] <[txtemailcontact]>\r\n\r\nSubject: [txt_subject_contact]\r\n\r\nMessage Body:\r\n\r\n[textarea-message]\r\n\r\n\r\n\r\n-----\r\nThis e-mail was sent from a contact form on GENY School Website (http://genewyork.com).\ninfo@genewyork.com\nReply-To: [txtemailcontact]\n\n\n\n\n\n\n\n\n\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 in the required field.\nThis input is too long.\nThis input is too short.\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.','Page contact us','','publish','open','open','','page-contact-us','','','2015-09-18 16:32:22','2015-09-18 16:32:22','',0,'http://wordpress.templaza.net/ethic/?post_type=wpcf7_contact_form&p=1701',0,'wpcf7_contact_form','',0),(1752,1,'2015-06-02 01:44:33','2015-06-02 01:44:33','[vc_row style_width=\"boxed\" css=\".vc_custom_1433213369088{padding-top: 65px !important;padding-bottom: 100px !important;}\"][vc_column][vc_column_text el_class=\"tz-introduce-content\"]\r\n<h4 style=\"text-align: center;\"><img class=\"alignnone wp-image-3188\" src=\"http://genewyork.com/wp-content/uploads/2015/04/geny_logo_gray_113x100.png\" alt=\"geny_logo_gray_113x100\" width=\"50\" height=\"44\" /></h4>\r\n<h4 style=\"text-align: center;\">GLOBAL EDUCATION NEW YORK</h4>\r\n<p style=\"text-align: left;\">GENY is registered as a Private Career School and is approved by the New York State Department of Education. It is authorized under federal laws to accept non-immigrant students.</p>\r\n<p style=\"text-align: left;\">GENY traces its origins to 1995 when it was founded as a computer training school. It has evolved into a teaching institution that serves the needs of a broad range of students, offering programs in practical ESL (English as a Second Language), Accounting, N-CLEX Preparation, Fashion Design Web Design, and other emerging and popular fields of study.</p>\r\n<p style=\"text-align: left;\">The school is ideally located at the heart of the cultural, financial, and economic center of the world, there is easy access to Wall Street, trendy Fashion Avenue, Chinatown, art galleries, and museums, as well as restaurants and nightlife.</p>\r\n<p style=\"text-align: left;\">GENY has a friendly and professional staff of teachers and administrators whose overriding mission is to help our students develop in their respective fields of study while also encouraging them to explore, discover, and experience the many opportunities available in New York.</p>\r\n[button type_choose_style=\"Style Button 1\" background=\"rgb(255, 255, 255)\" icon=\"fa fa-envelope\" title=\"CONTACT US\" link=\"http://www.genewyork/contact-us/\" ][/button][/vc_column_text][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"1084\"][vc_column][our_introduce][our_introduce_item content_main=\"“Education is the most powerful weapon which you can use to change the world”\" name=\"- Nelson Mandela\" customer_image=\"3347\"][our_introduce_item content_main=\"“Intellectual growth should commence at birth and cease only at death. ”\" name=\"- Albert Einstein\" customer_image=\"3347\"][/our_introduce][/vc_column][/vc_row][vc_row full_height=\"yes\"][vc_column el_class=\"about-us-carousel\" css=\".vc_custom_1441402830563{padding: 0px !important;background-color: #f6f6f6 !important;}\"][vc_separator border_width=\"3\"][title style=\"style2\" title_text=\"GENY School Interiors\" icon_color=\"\" background_color=\"\" text_color=\"#444444\" content_contact_us=\"GENY has multiple computer rooms, student lounge, library and kitchen for our students and staff.\"][vc_column_text css=\".vc_custom_1441402914772{margin-top: -50px !important;margin-bottom: 50px !important;}\"]\r\n\r\n[huge_it_slider id=\"5\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','About Us','','publish','open','open','','about-us','','','2015-09-04 21:42:26','2015-09-04 21:42:26','',0,'http://wordpress.templaza.net/ethic/?page_id=1752',0,'page','',0),(1791,1,'2015-06-02 07:04:30','2015-06-02 07:04:30','[vc_row][vc_column][tzheader header_option=\"header2\" logo=\"479\"][/vc_column][/vc_row][vc_row][vc_column][title title_text=\"OUR SERVICES\" style_icon_image=\"style_image\" style_image_title=\"1953\" background_color=\"#ffffff\" text_color=\"#444444\"][/vc_column][/vc_row][vc_row][vc_column][title style=\"contact_us_feature\" title_text=\"SHORTCODE\" style_icon_image=\"style_image\" style_image_title=\"1953\" background_color=\"#f6f6f6\" text_color=\"#444444\"][/vc_column][/vc_row][vc_row style_width=\"boxed\" css=\".vc_custom_1433229980541{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f7f7f7 !important;}\"][vc_column width=\"1/2\" el_class=\"tz-offcanvans-feature-shortcode\" css=\".vc_custom_1436751223164{padding-right: 0px !important;padding-left: 0px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-file-text-o\" color=\"custom\" background_style=\"rounded\" align=\"center\" style_icon=\"style3\" title_customer=\"How To Apply\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#e8be6c\" custom_color=\"#e8be6c\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-paperclip\" color=\"custom\" background_style=\"rounded\" align=\"center\" style_icon=\"style3\" title_customer=\"Deadlines\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#5da7f0\" custom_color=\"#5da7f0\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1433229964587{margin-top: 15px !important;}\"][vc_column_inner width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-cog\" color=\"custom\" background_style=\"rounded\" align=\"center\" style_icon=\"style3\" title_customer=\"Plan A Visit\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#334878\" custom_color=\"#334878\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_icon icon_fontawesome=\"fa fa-magic\" color=\"custom\" background_style=\"rounded\" align=\"center\" style_icon=\"style3\" title_customer=\"Find A Major\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#829c53\" custom_color=\"#829c53\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1436751565202{background-color: #ffffff !important;}\"][vc_row_inner][vc_column_inner css=\".vc_custom_1433230090410{background-color: #ffffff !important;}\"][vc_widget_sidebar sidebar_id=\"plazart-sidebar-login\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][tz-video choose_video_option=\"style2\" icon_video=\"fa fa-video-camera\" permalink_article_video=\"http://www.templaza.com/\" color_icon=\"#ffffff\" bg_color_icon=\"#2d938e\" webm=\"http://wordpress.templaza.net/ethic/wp-content/uploads/2015/07/Teagueduino-HD.webm\" mp4=\"http://wordpress.templaza.net/ethic/wp-content/uploads/2015/07/Teagueduino-HD.mp4\" ogv=\"http://wordpress.templaza.net/ethic/wp-content/uploads/2015/07/Teagueduino-HD.ogv\" image=\"1357\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" css=\".vc_custom_1433231813284{background-color: #e8be6c !important;}\"][vc_icon icon_fontawesome=\"fa fa-file-text-o\" color=\"custom\" background_style=\"rounded\" align=\"center\" title_customer=\"How To Apply\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#e8be6c\" custom_color=\"#e8be6c\" link=\"url:http%3A%2F%2F%3Cp%20style%3D%22text-align%3A%20center%3B%22%3E%5Bicon%20name%3D%22anchor%22%20class%3D%22%22%5D%3C%2Fp%3E%20%20%3Ch4%20style%3D%22text-align%3A%20center%3B%22%3E%3Cspan%20style%3D%22color%3A%20%23ffffff%3B%22%3EComunication%20Studies%3C%2Fspan%3E%3C%2Fh4%3E%20%3Cp%20style%3D%22text-align%3A%20center%3B%22%3E%3Cspan%20style%3D%22color%3A%20%23ffffff%3B%22%3ELorem%20ipsum%20dolor%20sit%20amet%2C%20consectetur%20adipiscing%20elit.%20Nullam%20elementum%20nisi%20eget%20mi%20mollis.%20Lorem%20ipsum%20dolor%20amet%2C%20consectetur%20adipiscing%20elit.%20Elementum%20nisi%20eget%20mi%20mollis%20...%3C%2Fspan%3E%3C%2Fp%3E%20%3Cp%20style%3D%22text-align%3A%20center%3B%22%3E%5Bbutton%20type_choose_style%3D%22Style%20Button%202%22%20background%3D%22%23334878%22%20title%3D%22Film%20Studies%22%20link%3D%22http%3A%2F%2Fwww.templaza.com%2F%22%20%5D%5B%2Fbutton%5D%5Bbutton%20type_choose_style%3D%22Style%20Button%202%22%20background%3D%22%23334878%22%20title%3D%22Mass%20Media%22%20link%3D%22http%3A%2F%2Fwww.templaza.com%2F%22%20%5D%5B%2Fbutton%5D%5Bbutton%20type_choose_style%3D%22Style%20Button%202%22%20background%3D%22%23334878%22%20title%3D%22Public%20Relations%22%20link%3D%22http%3A%2F%2Fwww.templaza.com%2F%22%20%5D%5B%2Fbutton%5D%3C%2Fp%3E||\"][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1433231830045{background-color: #5da7f0 !important;}\"][vc_icon icon_fontawesome=\"fa fa-paperclip\" color=\"custom\" background_style=\"rounded\" align=\"center\" title_customer=\"Deadlines\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#5da7f0\" custom_color=\"#5da7f0\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||\"][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1433231840131{background-color: #829c53 !important;}\"][vc_icon icon_fontawesome=\"fa fa-magic\" color=\"custom\" background_style=\"rounded\" align=\"center\" title_customer=\"Find A Major\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#829c53\" custom_color=\"#829c53\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||\"][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1433231866415{background-color: #334878 !important;}\"][vc_icon icon_fontawesome=\"fa fa-cog\" color=\"custom\" background_style=\"rounded\" align=\"center\" title_customer=\"Plan A Visit\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#334878\" custom_color=\"#334878\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||\"][/vc_column][/vc_row][vc_row style_width=\"boxed\" css=\".vc_custom_1433232382246{padding-top: 70px !important;padding-bottom: 70px !important;background-color: #ffffff !important;}\"][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-file-text-o\" color=\"custom\" background_style=\"rounded\" align=\"center\" style_icon=\"style4\" title_customer=\"How To Apply\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#e8be6c\" custom_color=\"#e8be6c\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||\"][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-paperclip\" color=\"custom\" background_style=\"rounded\" align=\"center\" style_icon=\"style4\" title_customer=\"Deadlines\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#5da7f0\" custom_color=\"#5da7f0\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||\"][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-magic\" color=\"custom\" background_style=\"rounded\" align=\"center\" style_icon=\"style4\" title_customer=\"Find A Major\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#829c53\" custom_color=\"#829c53\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||\"][/vc_column][vc_column width=\"1/4\"][vc_icon icon_fontawesome=\"fa fa-cog\" color=\"custom\" background_style=\"rounded\" align=\"center\" style_icon=\"style4\" title_customer=\"Plan A Visit\" background_color_customer=\"#ffffff\" background_color_customer_section=\"#334878\" custom_color=\"#334878\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||\"][/vc_column][/vc_row][vc_row][vc_column][title title_text=\"FIND COURSES\" style_icon_image=\"style_image\" style_image_title=\"1953\" background_color=\"#f6f6f6\" text_color=\"#444444\"][/vc_column][/vc_row][vc_row style_width=\"boxed\" css=\".vc_custom_1433234205025{padding-bottom: 57px !important;background-color: #f6f6f6 !important;}\"][vc_column][vc_tour interval=\"0\" el_class=\"tz-home2-find-courses\"][vc_tab title=\"Fine Arts\" tab_id=\"46d15d61-83fc-5\"][vc_gallery interval=\"3\" images=\"584,460,582\" img_size=\"full\" onclick=\"link_no\"][vc_column_text el_class=\"tz-home2-tab-galexy\" css=\".vc_custom_1436862939344{background-color: #334878 !important;}\"]\n<p style=\"text-align: center;\">[icon name=\"anchor\" class=\"\"]</p>\n\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comunication Studies</span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis. Lorem ipsum dolor amet, consectetur adipiscing elit. Elementum nisi eget mi mollis ...</span></p>\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Film Studies\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Mass Media\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Public Relations\" link=\"http://www.templaza.com/\" ][/button]</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Comunication Studies\" tab_id=\"d9940853-7266-6\"][vc_single_image image=\"460\" img_size=\"full\" alignment=\"center\" el_class=\"tz-images-tab-single\"][vc_column_text el_class=\"tz-home2-tab-galexy\" css=\".vc_custom_1436862955291{background-color: #334878 !important;}\"]\n<p style=\"text-align: center;\">[icon name=\"anchor\" class=\"\"]</p>\n\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comunication Studies</span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis. Lorem ipsum dolor amet, consectetur adipiscing elit. Elementum nisi eget mi mollis ...</span></p>\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Film Studies\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Mass Media\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Public Relations\" link=\"http://www.templaza.com/\" ][/button]</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Bussiness\" tab_id=\"1433233221674-2-2\"][vc_single_image image=\"460\" img_size=\"full\" alignment=\"center\" el_class=\"tz-images-tab-single\"][vc_column_text el_class=\"tz-home2-tab-galexy\" css=\".vc_custom_1436862967436{background-color: #334878 !important;}\"]\n<p style=\"text-align: center;\">[icon name=\"anchor\" class=\"\"]</p>\n\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comunication Studies</span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis. Lorem ipsum dolor amet, consectetur adipiscing elit. Elementum nisi eget mi mollis ...</span></p>\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Film Studies\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Mass Media\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Public Relations\" link=\"http://www.templaza.com/\" ][/button]</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Humanities\" tab_id=\"1433233223714-3-3\"][vc_single_image image=\"460\" img_size=\"full\" alignment=\"center\" el_class=\"tz-images-tab-single\"][vc_column_text el_class=\"tz-home2-tab-galexy\" css=\".vc_custom_1436862978026{background-color: #334878 !important;}\"]\n<p style=\"text-align: center;\">[icon name=\"anchor\" class=\"\"]</p>\n\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comunication Studies</span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis. Lorem ipsum dolor amet, consectetur adipiscing elit. Elementum nisi eget mi mollis ...</span></p>\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Film Studies\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Mass Media\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Public Relations\" link=\"http://www.templaza.com/\" ][/button]</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Languages / Global\" tab_id=\"1433233226138-4-7\"][vc_single_image image=\"460\" img_size=\"full\" alignment=\"center\" el_class=\"tz-images-tab-single\"][vc_column_text el_class=\"tz-home2-tab-galexy\" css=\".vc_custom_1436862989035{background-color: #334878 !important;}\"]\n<p style=\"text-align: center;\">[icon name=\"anchor\" class=\"\"]</p>\n\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comunication Studies</span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis. Lorem ipsum dolor amet, consectetur adipiscing elit. Elementum nisi eget mi mollis ...</span></p>\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Film Studies\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Mass Media\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Public Relations\" link=\"http://www.templaza.com/\" ][/button]</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Sciences & Math\" tab_id=\"1433233228067-5-7\"][vc_single_image image=\"460\" img_size=\"full\" alignment=\"center\" el_class=\"tz-images-tab-single\"][vc_column_text el_class=\"tz-home2-tab-galexy\" css=\".vc_custom_1436863001902{background-color: #334878 !important;}\"]\n<p style=\"text-align: center;\">[icon name=\"anchor\" class=\"\"]</p>\n\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comunication Studies</span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis. Lorem ipsum dolor amet, consectetur adipiscing elit. Elementum nisi eget mi mollis ...</span></p>\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Film Studies\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Mass Media\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Public Relations\" link=\"http://www.templaza.com/\" ][/button]</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Professional Programs \" tab_id=\"1433233229837-6-7\"][vc_single_image image=\"460\" img_size=\"full\" alignment=\"center\" el_class=\"tz-images-tab-single\"][vc_column_text el_class=\"tz-home2-tab-galexy\" css=\".vc_custom_1436863016627{background-color: #334878 !important;}\"]\n<p style=\"text-align: center;\">[icon name=\"anchor\" class=\"\"]</p>\n\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comunication Studies</span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis. Lorem ipsum dolor amet, consectetur adipiscing elit. Elementum nisi eget mi mollis ...</span></p>\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Film Studies\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Mass Media\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Public Relations\" link=\"http://www.templaza.com/\" ][/button]</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Education\" tab_id=\"1433233231501-7-4\"][vc_single_image image=\"460\" img_size=\"full\" alignment=\"center\" el_class=\"tz-images-tab-single\"][vc_column_text el_class=\"tz-home2-tab-galexy\" css=\".vc_custom_1436863026903{background-color: #334878 !important;}\"]\n<p style=\"text-align: center;\">[icon name=\"anchor\" class=\"\"]</p>\n\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comunication Studies</span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis. Lorem ipsum dolor amet, consectetur adipiscing elit. Elementum nisi eget mi mollis ...</span></p>\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Film Studies\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Mass Media\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Public Relations\" link=\"http://www.templaza.com/\" ][/button]</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Multimedia / Design\" tab_id=\"1433233233329-8-6\"][vc_single_image image=\"460\" img_size=\"full\" alignment=\"center\" el_class=\"tz-images-tab-single\"][vc_column_text el_class=\"tz-home2-tab-galexy\" css=\".vc_custom_1436863038530{background-color: #334878 !important;}\"]\n<p style=\"text-align: center;\">[icon name=\"anchor\" class=\"\"]</p>\n\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comunication Studies</span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis. Lorem ipsum dolor amet, consectetur adipiscing elit. Elementum nisi eget mi mollis ...</span></p>\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Film Studies\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Mass Media\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Public Relations\" link=\"http://www.templaza.com/\" ][/button]</p>\n[/vc_column_text][/vc_tab][vc_tab title=\"Economics\" tab_id=\"1433233235060-9-0\"][vc_single_image image=\"460\" img_size=\"full\" alignment=\"center\" el_class=\"tz-images-tab-single\"][vc_column_text el_class=\"tz-home2-tab-galexy\" css=\".vc_custom_1436863048932{background-color: #334878 !important;}\"]\n<p style=\"text-align: center;\">[icon name=\"anchor\" class=\"\"]</p>\n\n<h4 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Comunication Studies</span></h4>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget mi mollis. Lorem ipsum dolor amet, consectetur adipiscing elit. Elementum nisi eget mi mollis ...</span></p>\n<p style=\"text-align: center;\">[button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Film Studies\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Mass Media\" link=\"http://www.templaza.com/\" ][/button][button type_choose_style=\"Style Button 2\" background=\"#334878\" title=\"Public Relations\" link=\"http://www.templaza.com/\" ][/button]</p>\n[/vc_column_text][/vc_tab][/vc_tour][/vc_column][/vc_row][vc_row][vc_column][tz-video icon_video=\"fa fa-video-camera\" title_2=\"best student life \" color_icon=\"#ffffff\" bg_color_icon=\"#334878\" webm=\"http://wordpress.templaza.net/ethic/wp-content/uploads/2015/04/video.webm\" mp4=\"http://wordpress.templaza.net/ethic/wp-content/uploads/2015/04/video.mp4\" ogv=\"http://wordpress.templaza.net/ethic/wp-content/uploads/2015/04/video.ogv\" image=\"481\"][/vc_column][/vc_row][vc_row style_width=\"boxed\"][vc_column][title title_text=\"OUR LEADER\" style_icon_image=\"style_image\" style_image_title=\"1953\" background_color=\"#ffffff\" text_color=\"#444444\"][tz_our_team limit=\"7\" item_desktop=\"4\" item_desktop_small=\"3\" item_tablet=\"2\" item_mobile=\"1\" icon_content=\"fa fa-chain\" color_top=\"#334878\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\" parallax_image=\"1084\"][vc_column][our_introduce][our_introduce_item content_main=\"“I would found an institution where any person can find instruction in any study.”\" customer_image=\"1085\"][our_introduce_item content_main=\"“I would found an institution where any person can find instruction in any study.”\" customer_image=\"1085\"][/our_introduce][/vc_column][/vc_row][vc_row][vc_column][title title_text=\"BUTTONS\" style_icon_image=\"style_image\" style_image_title=\"1953\" background_color=\"#ffffff\" text_color=\"#444444\"][/vc_column][/vc_row][vc_row style_width=\"boxed\" css=\".vc_custom_1437189178433{padding-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_btn title=\"Scinece\" style=\"custom\" custom_background=\"#8c001b\" custom_text=\"#ffffff\" shape=\"square\" size=\"sm\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\"][vc_btn title=\"Work Space\" style=\"custom\" custom_background=\"#304471\" custom_text=\"#ffffff\" shape=\"square\" size=\"sm\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\"][vc_btn title=\"Scinece\" style=\"custom\" custom_background=\"#267672\" custom_text=\"#ffffff\" shape=\"square\" size=\"sm\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\"][vc_btn title=\"Work Space\" style=\"custom\" custom_background=\"#876500\" custom_text=\"#ffffff\" shape=\"square\" size=\"sm\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\"][vc_btn title=\"Scinece\" style=\"custom\" custom_background=\"#0080ab\" custom_text=\"#ffffff\" shape=\"square\" size=\"sm\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1437189352335{padding-bottom: 30px !important;}\"][vc_btn title=\"MORE DETAILS\" style=\"custom\" custom_background=\"#8c001b\" custom_text=\"#ffffff\" shape=\"square\" i_icon_fontawesome=\"fa fa-arrows-alt\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\" add_icon=\"true\"][vc_btn title=\"MORE DETAILS\" style=\"custom\" custom_background=\"#304471\" custom_text=\"#ffffff\" shape=\"square\" i_icon_fontawesome=\"fa fa-arrows-alt\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\" add_icon=\"true\"][vc_btn title=\"MORE DETAILS\" style=\"custom\" custom_background=\"#267672\" custom_text=\"#ffffff\" shape=\"square\" i_icon_fontawesome=\"fa fa-arrows-alt\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\" add_icon=\"true\"][vc_btn title=\"MORE DETAILS\" style=\"custom\" custom_background=\"#876500\" custom_text=\"#ffffff\" shape=\"square\" i_icon_fontawesome=\"fa fa-arrows-alt\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\" add_icon=\"true\"][vc_btn title=\"MORE DETAILS\" style=\"custom\" custom_background=\"#0080ab\" custom_text=\"#ffffff\" shape=\"square\" i_icon_fontawesome=\"fa fa-arrows-alt\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\" add_icon=\"true\"][/vc_column][vc_column width=\"1/3\"][vc_btn title=\"MORE DETAILS\" style=\"custom\" custom_background=\"#8c001b\" custom_text=\"#ffffff\" shape=\"square\" size=\"lg\" i_icon_fontawesome=\"fa fa-arrows-alt\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\" add_icon=\"true\"][vc_btn title=\"MORE DETAILS\" style=\"custom\" custom_background=\"#304471\" custom_text=\"#ffffff\" shape=\"square\" size=\"lg\" i_icon_fontawesome=\"fa fa-arrows-alt\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\" add_icon=\"true\"][vc_btn title=\"MORE DETAILS\" style=\"custom\" custom_background=\"#267672\" custom_text=\"#ffffff\" shape=\"square\" size=\"lg\" i_icon_fontawesome=\"fa fa-arrows-alt\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\" add_icon=\"true\"][vc_btn title=\"MORE DETAILS\" style=\"custom\" custom_background=\"#876500\" custom_text=\"#ffffff\" shape=\"square\" size=\"lg\" i_icon_fontawesome=\"fa fa-arrows-alt\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\" add_icon=\"true\"][vc_btn title=\"MORE DETAILS\" style=\"custom\" custom_background=\"#0080ab\" custom_text=\"#ffffff\" shape=\"square\" size=\"lg\" i_icon_fontawesome=\"fa fa-arrows-alt\" link=\"url:http%3A%2F%2Fwww.templaza.com%2F||target:%20_blank\" add_icon=\"true\"][/vc_column][/vc_row]','Feature SortCodes','','publish','open','open','','feature-sortcodes','','','2015-06-02 07:04:30','2015-06-02 07:04:30','',0,'http://wordpress.templaza.net/ethic/?page_id=1791',0,'page','',0),(2052,1,'2015-06-11 08:15:08','2015-06-11 08:15:08','','Speaker','','publish','closed','closed','','speaker','','','2015-06-11 08:15:08','2015-06-11 08:15:08','',0,'http://wordpress.templaza.net/ethic/?post_type=tmm&p=2052',0,'tmm','',0),(2055,1,'2015-06-11 08:46:09','2015-06-11 08:46:09','Washington is a state in the Pacific Northwest with terrain spanning the snow-capped Cascade Mountains to forested islands in Puget Sound. Its largest city, Seattle, is known for its thriving tech industry, vibrant music scene and celebrated coffeehouses.','Washington','','publish','closed','closed','','washington','','','2015-06-11 08:46:09','2015-06-11 08:46:09','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_venue&p=2055',0,'tribe_venue','',0),(2089,1,'2015-06-13 03:45:20','2015-06-13 03:45:20','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Your Success in Your College','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum','publish','open','open','','your-success-in-your-college-1','','','2015-06-13 03:45:20','2015-06-13 03:45:20','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=2089',0,'tribe_events','',0),(2090,1,'2015-06-13 03:46:38','2015-06-13 03:46:38','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Project 2014 - Workshop','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi','publish','open','open','','project-2014-workshop-1','','','2015-06-13 03:46:38','2015-06-13 03:46:38','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=2090',0,'tribe_events','',0),(2091,1,'2015-06-13 03:47:16','2015-06-13 03:47:16','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Project 2014 - Workshop','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi','publish','open','open','','project-2014-workshop-3','','','2015-06-13 03:47:16','2015-06-13 03:47:16','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=2091',0,'tribe_events','',0),(2092,1,'2015-06-13 03:47:53','2015-06-13 03:47:53','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Criminal Justice Camp','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi','publish','open','open','','criminal-justice-camp-1','','','2015-06-13 03:47:53','2015-06-13 03:47:53','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=2092',0,'tribe_events','',0),(2093,1,'2015-06-15 05:50:24','2015-06-15 05:50:24','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Pesticide Applicators','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi','publish','open','open','','pesticide-applicators-training-1','','','2015-06-15 05:50:24','2015-06-15 05:50:24','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=2093',0,'tribe_events','',0),(2094,1,'2015-06-13 03:48:32','2015-06-13 03:48:32','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim, Fusce malesuada neque, at commodo ipsum congue eu.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna. Integer eget arcu sit amet mauris egestas dignissim. Fusce malesuada neque nisi, at commodo ipsum congue eu.\n\nThank you.\n\n[tmm name=\"speaker\"]','Criminal Justice Camp','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget','publish','open','open','','criminal-justice-camp-1-2','','','2015-06-13 03:48:32','2015-06-13 03:48:32','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=2094',0,'tribe_events','',0),(2095,1,'2015-06-13 03:48:37','2015-06-13 03:48:37','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu sit amet mauris egestas. Integer eget arcu sit amet.\n\nFusce malesuada neque nisi, at commodo ipsum congue eu. Fusce id velit eros. Integer eget arcu sit amet mauris egestas dignissim. Integer gravida mauris nec justo tempus venenatis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nulla egestas facilisis magna.\n\nThank you.\n\n[tmm name=\"speaker\"]','Criminal Justice Camp','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum nisi eget','publish','open','open','','criminal-justice-camp-1-3','','','2015-06-13 03:48:37','2015-06-13 03:48:37','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=2095',0,'tribe_events','',0),(2277,1,'2015-06-18 02:48:26','2015-06-18 02:48:26','<div class=\"ipsType_pagedesc forum_rules\">a forum for the discussion of curriculum issues</div>','Design Technology:Curriculum Issues','','publish','closed','open','','design-technologycurriculum-issues','','','2015-06-18 02:48:26','2015-06-18 02:48:26','',1634,'http://wordpress.templaza.net/ethic/?post_type=forum&p=2277',0,'forum','',0),(2280,1,'2015-06-18 02:49:13','2015-06-18 02:49:13','<div class=\"ipsType_pagedesc forum_rules\">information on new resources available</div>','Design Technology:Resources','','publish','closed','open','','design-technologyresources','','','2015-06-18 02:49:13','2015-06-18 02:49:13','',1634,'http://wordpress.templaza.net/ethic/?post_type=forum&p=2280',0,'forum','',0),(2282,1,'2015-06-18 02:50:38','2015-06-18 02:50:38','<div class=\"ipsType_pagedesc forum_rules\">questions and answers</div>','Design Technology:Help','','publish','closed','open','','design-technologyhelp','','','2015-06-18 02:50:38','2015-06-18 02:50:38','',1634,'http://wordpress.templaza.net/ethic/?post_type=forum&p=2282',0,'forum','',0),(2284,1,'2015-06-18 03:02:23','2015-06-18 03:02:23','Hi there all.\n\nI was wondering what thoughts colleagues have with regards to this issue? I have been teaching Design Technology for 17 years now. Prior to coming to the International School Of Toulouse in 1999 to start up a department from scratch (including introducing IB Design Technology), my only post 16 experience was A - Level and then the A/AS scenario in schools in the UK (although I was educated overseas in Hong Kong where I followed the A-level Design Technology course as a student). Personally, having now taught the IB for 5 years, I think that it has significant advantages over the A/AS level courses for a variety of reasons, not least that it really does delve into a broad range of Design and Technological issues and the three examination papers are really quite challenging. The downsides currently (although these are soon to be addressed in the \'new\' DT syllabus for IB I hope...) are the lack of \'design\' work on paper (A3 and A2 portfolio work) required. For me, this design development sketching is probably the most important component....Having read the mixed reviews recently about the current A/AS levels (and results in the UK press) I would be interested to hear other viewpoints from other DT colleagues.\n\nAny other thoughts?\n\nDavid ','IB v A Level in Design Technology','','publish','closed','open','','ib-v-a-level-in-design-technology','','','2015-06-18 03:02:23','2015-06-18 03:02:23','',2277,'http://wordpress.templaza.net/ethic/forums/topic/ib-v-a-level-in-design-technology/',0,'topic','',0),(2285,1,'2015-06-18 03:05:16','2015-06-18 03:05:16','Focus on... Design and Technology: ICT Advice in Secondary Magazine is available to view online. All links are written out in full at the end of this message.\n\nFocus on..., part of the ICT Advice in Secondary Magazine, is aimed at subject teachers in secondary schools, and offers feature articles, reviews and events to provide guidance, support and inspiration for using and embedding ICT in the curriculum.\n\nIn the spring/summer term issue:\n\nElectronic portfolios pilot: Does D&T coursework really have to be printed out?\nA round-up of resources for design and technology: A must-have pack from the DfES, plus a selection of spot-on resources.\n\nCrucial D&T dates: Details of the DATA Annual Conference and D&T Week\nFocus on... Design and Technology is only available to view online, but you can download or print a copy by clicking on the Print Friendly button at the bottom of the web page. (Please see Becta ICT Advice copyright statement.)\n\nView ICT Advice in Secondary: Focus on... Design and technology online ','Design and Technology: ICT Advice','','publish','closed','open','','design-and-technology-ict-advice','','','2015-06-18 03:05:16','2015-06-18 03:05:16','',2277,'http://wordpress.templaza.net/ethic/forums/topic/design-and-technology-ict-advice/',0,'topic','',0),(2288,1,'2015-06-19 03:05:12','2015-06-19 03:05:12','<span class=\"st\">Play over 3000 free <em>online games</em>! Including arcade <em>games</em>, puzzle <em>games</em>, funny <em>games</em>, sports <em>games</em>, shooting <em>games</em>, and more! New free <em>games</em> every day ...</span>','Game online','','publish','closed','open','','game-online','','','2015-06-19 03:05:12','2015-06-19 03:05:12','',0,'http://wordpress.templaza.net/ethic/?post_type=forum&p=2288',0,'forum','',0),(2291,1,'2015-06-19 03:13:14','2015-06-19 03:13:14','When developer Bungie announced <a href=\"http://www.gamespot.com/destiny/\" data-ref-id=\"5000-38799\">Destiny\'s</a> next expansion, The Taken King, I was skeptical of its story. I was not particularly impressed with the narrative in the base game. But I was able to go hands-on with the first mission in The Taken King, and I came away believing that Bungie is pushing hard to make this expansion\'s story special.\n\nWhen the mission started, I dropped onto Mars\' moon, Phobos, a new location in Destiny. The sky was full with ships and in the distance and the red planet hung in the sky. I started running along a cliff toward a structure. A massive Cabal ship rose up over the cliff, only a few feet from me, but it quickly flew away. As I rounded the corner and came into view of a Cabal war base, sounds of fighting and destruction rose in my ears. I spotted forms of Cabal and my mind prepared for combat. These Cabal, however, were dying. One crawled for a few seconds and then fell prostrate at my feet. Another was just a heap by the building. Something ominous was happening and murdering all of the Cabal. Something had shifted in Destiny\'s world; I was not fighting the normal enemies any longer.\n\n[embed]https://www.youtube.com/watch?v=bUIvhQPPCRg[/embed]\n\nThis is just the opening of the next chapter in Destiny\'s story, and the sinister atmosphere weighed heavily across the entire thing. Later in the level, I encountered the new enemy type, the Taken, for the first time. The black-and-white enemies shudder and shift, as if they\'re caught in between worlds. They take on forms that you\'ve seen before, but they behave in very different ways. Salvos of rockets join the familiar guns and melee attacks, and some of the foes split into two.','Destiny: The Taken King\'s Story Soars to New Heights','','publish','closed','open','','destiny-the-taken-kings-story-soars-to-new-heights','','','2015-06-19 03:13:14','2015-06-19 03:13:14','',0,'http://wordpress.templaza.net/ethic/?post_type=topic&p=2291',0,'topic','',0),(2708,1,'2015-08-26 16:09:31','2015-08-26 16:09:31','','PAGE','','publish','closed','closed','','page','','','2015-08-26 16:09:31','2015-08-26 16:09:31','',0,'http://genewyork.com/2015/08/26/page/',45,'nav_menu_item','',0),(2709,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','FORUM','','publish','closed','closed','','forum','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/forum/',44,'nav_menu_item','',0),(2710,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','BLOG','','publish','closed','closed','','blog','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/blog/',35,'nav_menu_item','',0),(2711,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','FEATURES','','publish','closed','closed','','features','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/features/',18,'nav_menu_item','',0),(2712,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','COURSES','','publish','closed','closed','','courses','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/courses/',13,'nav_menu_item','',0),(2713,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','EVENTS','','publish','closed','closed','','events','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/events/',9,'nav_menu_item','',0),(2714,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','Home','','publish','closed','closed','','home','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/home/',1,'nav_menu_item','',0),(2718,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','FORUM','','publish','closed','closed','','forum-2','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/forum-2/',18,'nav_menu_item','',0),(2719,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','BLOG','','publish','closed','closed','','blog-2','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/blog-2/',9,'nav_menu_item','',0),(2720,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','PAGE','','publish','closed','closed','','page-2','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/page-2/',1,'nav_menu_item','',0),(2721,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','Log In Form','','publish','closed','closed','','log-in-form','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/log-in-form/',1,'nav_menu_item','',0),(2722,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','Register Form','','publish','closed','closed','','register-form','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/register-form/',2,'nav_menu_item','',0),(2723,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','Remind User','','publish','closed','closed','','remind-user','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/remind-user/',3,'nav_menu_item','',0),(2724,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','Reset Pass','','publish','closed','closed','','reset-pass','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/reset-pass/',4,'nav_menu_item','',0),(2725,1,'2015-08-26 16:09:32','2015-08-26 16:09:32','','Edit User Profile','','publish','closed','closed','','edit-user-profile','','','2015-08-26 16:09:32','2015-08-26 16:09:32','',0,'http://genewyork.com/2015/08/26/edit-user-profile/',5,'nav_menu_item','',0),(2726,1,'2015-08-26 16:09:33','2015-08-26 16:09:33','','Event List','','publish','closed','closed','','event-list','','','2015-08-26 16:09:33','2015-08-26 16:09:33','',0,'http://genewyork.com/2015/08/26/event-list/',11,'nav_menu_item','',0),(2734,1,'2015-08-26 16:09:33','2015-08-26 16:09:33','','History & Mission','','publish','closed','closed','','history-mission','','','2015-09-14 20:26:26','2015-09-14 20:26:26','',0,'http://genewyork.com/2015/08/26/history-mission/',2,'nav_menu_item','',0),(2735,1,'2015-08-26 16:09:33','2015-08-26 16:09:33','','Home','','publish','closed','closed','','administration','','','2015-09-14 20:26:26','2015-09-14 20:26:26','',0,'http://genewyork.com/2015/08/26/administration/',1,'nav_menu_item','',0),(2736,1,'2015-08-26 16:09:33','2015-08-26 16:09:33','','About Us','','publish','closed','closed','','community','','','2015-09-14 20:26:26','2015-09-14 20:26:26','',0,'http://genewyork.com/2015/08/26/community/',4,'nav_menu_item','',0),(2739,1,'2015-08-26 16:09:33','2015-08-26 16:09:33','','Admissions','','publish','closed','closed','','visitor-information','','','2015-09-14 20:26:26','2015-09-14 20:26:26','',0,'http://genewyork.com/2015/08/26/visitor-information/',3,'nav_menu_item','',0),(2742,1,'2015-08-26 16:09:33','2015-08-26 16:09:33','','Language Program','','publish','closed','closed','','by-school','','','2015-09-14 20:09:28','2015-09-14 20:09:28','',0,'http://genewyork.com/2015/08/26/by-school/',1,'nav_menu_item','',0),(2743,1,'2015-08-26 16:09:33','2015-08-26 16:09:33','','Business Program','','publish','closed','closed','','process','','','2015-09-14 20:09:28','2015-09-14 20:09:28','',0,'http://genewyork.com/2015/08/26/process/',2,'nav_menu_item','',0),(2744,1,'2015-08-26 16:09:33','2015-08-26 16:09:33','','Multimedia Design Program','','publish','closed','closed','','visitor-information-2','','','2015-09-14 20:09:28','2015-09-14 20:09:28','',0,'http://genewyork.com/2015/08/26/visitor-information-2/',3,'nav_menu_item','',0),(2745,1,'2015-08-26 16:09:33','2015-08-26 16:09:33','','Allied Health Program','','publish','closed','closed','','for-prospective-parents','','','2015-09-14 20:09:28','2015-09-14 20:09:28','',0,'http://genewyork.com/2015/08/26/for-prospective-parents/',4,'nav_menu_item','',0),(2751,1,'2015-08-26 16:09:33','2015-08-26 16:09:33','','Contact Us','','publish','closed','closed','','resources','','','2015-09-14 20:25:06','2015-09-14 20:25:06','',0,'http://genewyork.com/2015/08/26/resources/',1,'nav_menu_item','',0),(2752,1,'2015-08-26 16:09:33','2015-08-26 16:09:33','','FAQ','','publish','closed','closed','','health-medicine','','','2015-09-14 20:25:06','2015-09-14 20:25:06','',0,'http://genewyork.com/2015/08/26/health-medicine/',2,'nav_menu_item','',0),(2754,1,'2015-08-26 16:09:34','2015-08-26 16:09:34',' ','','','publish','closed','closed','','2754','','','2015-08-26 16:09:34','2015-08-26 16:09:34','',0,'http://genewyork.com/2015/08/26/',2,'nav_menu_item','',0),(2755,1,'2015-08-26 16:09:34','2015-08-26 16:09:34',' ','','','publish','closed','closed','','2755','','','2015-08-26 16:09:34','2015-08-26 16:09:34','',0,'http://genewyork.com/2015/08/26/',3,'nav_menu_item','',0),(2756,1,'2015-08-26 16:09:34','2015-08-26 16:09:34',' ','','','publish','closed','closed','','2756','','','2015-08-26 16:09:34','2015-08-26 16:09:34','',0,'http://genewyork.com/2015/08/26/',4,'nav_menu_item','',0),(2757,1,'2015-08-26 16:09:34','2015-08-26 16:09:34',' ','','','publish','closed','closed','','2757','','','2015-08-26 16:09:34','2015-08-26 16:09:34','',0,'http://genewyork.com/2015/08/26/',5,'nav_menu_item','',0),(2758,1,'2015-08-26 16:09:34','2015-08-26 16:09:34','','Forums','','publish','closed','closed','','forums','','','2015-08-26 16:09:34','2015-08-26 16:09:34','',0,'http://genewyork.com/2015/08/26/forums/',1,'nav_menu_item','',0),(2759,1,'2015-08-26 16:09:34','2015-08-26 16:09:34','','Groups','','publish','closed','closed','','groups','','','2015-08-26 16:09:34','2015-08-26 16:09:34','',0,'http://genewyork.com/2015/08/26/groups/',6,'nav_menu_item','',0),(2760,1,'2015-08-26 16:09:34','2015-08-26 16:09:34','','Single Course','','publish','closed','closed','','single-course','','','2015-08-26 16:09:34','2015-08-26 16:09:34','',0,'http://genewyork.com/2015/08/26/single-course/',17,'nav_menu_item','',0),(2761,1,'2015-08-26 16:09:34','2015-08-26 16:09:34','','Single Event','','publish','closed','closed','','single-event','','','2015-08-26 16:09:34','2015-08-26 16:09:34','',0,'http://genewyork.com/2015/08/26/single-event/',12,'nav_menu_item','',0),(2764,1,'2015-08-26 16:09:34','2015-08-26 16:09:34','','Blog Single Post Page','','publish','closed','closed','','blog-single-post-page','','','2015-08-26 16:09:34','2015-08-26 16:09:34','',0,'http://genewyork.com/2015/08/26/blog-single-post-page/',43,'nav_menu_item','',0),(2765,1,'2015-08-26 16:09:34','2015-08-26 16:09:34','','Blog Single Post Page','','publish','closed','closed','','blog-single-post-page-2','','','2015-08-26 16:09:34','2015-08-26 16:09:34','',0,'http://genewyork.com/2015/08/26/blog-single-post-page-2/',17,'nav_menu_item','',0),(2973,1,'2015-07-13 08:11:15','2015-07-13 08:11:15','','Test Event','','publish','open','open','','test-event','','','2015-07-13 08:11:15','2015-07-13 08:11:15','',0,'http://wordpress.templaza.net/ethic/?post_type=tribe_events&p=2973',0,'tribe_events','',0),(2974,1,'2015-07-13 08:11:16','2015-07-13 08:11:16','','Templaza','','publish','open','open','','templaza','','','2015-07-13 08:11:16','2015-07-13 08:11:16','',0,'http://wordpress.templaza.net/ethic/venue/templaza/',0,'tribe_venue','',0),(3020,1,'2015-04-15 10:11:53','2015-04-15 10:11:53','<ul class=\"tz-contact-wapper\">\n <li>\n <span>YOU WANT TO KNOW MORE <br> INFORMATION? SEND US A MAIL!</span>\n </li>\n <li>\n [text txtname class:tz-contact-input-name placeholder \"Your Name\"]\n </li>\n <li>\n [email txtemail class:tz-contact-input-email placeholder \"Your Email\"]\n </li>\n <li>\n [textarea textarea-message 1x1 class:tz-contact-message placeholder \"Your Message\"]\n </li>\n <li><i class=\"fa fa-arrows-alt\"></i>[submit \"SEND\"]\n </li>\n </ul>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\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 in the required field.\nThis input is too long.\nThis input is too short.\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.','Contact form 1','','publish','open','open','','contact-form-1-2','','','2015-04-15 10:11:53','2015-04-15 10:11:53','',0,'http://wordpress.templaza.net/ethic/?post_type=wpcf7_contact_form&p=5',0,'wpcf7_contact_form','',0),(3031,1,'2015-08-26 16:09:42','2015-08-26 16:09:42','','Header Style 06','','publish','closed','closed','','header-style-06','','','2015-08-26 16:09:42','2015-08-26 16:09:42','',0,'http://genewyork.com/2015/08/26/header-style-06/',7,'nav_menu_item','',0),(3041,1,'2015-08-26 16:09:42','2015-08-26 16:09:42','','Home Version 2','','publish','closed','closed','','home-version-2-2','','','2015-08-26 16:09:42','2015-08-26 16:09:42','',0,'http://genewyork.com/2015/08/26/home-version-2-2/',3,'nav_menu_item','',0),(3050,1,'2015-08-26 16:09:42','2015-08-26 16:09:42',' ','','','publish','closed','closed','','3050','','','2015-08-26 16:09:42','2015-08-26 16:09:42','',0,'http://genewyork.com/2015/08/26/3050/',25,'nav_menu_item','',0),(3052,1,'2015-08-26 16:09:42','2015-08-26 16:09:42',' ','','','publish','closed','closed','','3052','','','2015-08-26 16:09:42','2015-08-26 16:09:42','',0,'http://genewyork.com/2015/08/26/3052/',26,'nav_menu_item','',0),(3053,1,'2015-08-26 16:09:42','2015-08-26 16:09:42',' ','','','publish','closed','closed','','3053','','','2015-08-26 16:09:42','2015-08-26 16:09:42','',0,'http://genewyork.com/2015/08/26/3053/',29,'nav_menu_item','',0),(3072,1,'2015-08-26 16:09:43','2015-08-26 16:09:43',' ','','','publish','closed','closed','','3072','','','2015-08-26 16:09:43','2015-08-26 16:09:43','',0,'http://genewyork.com/2015/08/26/3072/',46,'nav_menu_item','',0),(3074,1,'2015-08-26 16:09:43','2015-08-26 16:09:43',' ','','','publish','closed','closed','','3074','','','2015-08-26 16:09:43','2015-08-26 16:09:43','',0,'http://genewyork.com/2015/08/26/3074/',50,'nav_menu_item','',0),(3079,1,'2015-08-26 16:09:43','2015-08-26 16:09:43',' ','','','publish','closed','closed','','3079','','','2015-08-26 16:09:43','2015-08-26 16:09:43','',0,'http://genewyork.com/2015/08/26/3079/',21,'nav_menu_item','',0),(3080,1,'2015-08-26 16:09:43','2015-08-26 16:09:43',' ','','','publish','closed','closed','','3080','','','2015-08-26 16:09:43','2015-08-26 16:09:43','',0,'http://genewyork.com/2015/08/26/3080/',32,'nav_menu_item','',0),(3081,1,'2015-08-26 16:09:43','2015-08-26 16:09:43',' ','','','publish','closed','closed','','3081','','','2015-08-26 16:09:43','2015-08-26 16:09:43','',0,'http://genewyork.com/2015/08/26/3081/',33,'nav_menu_item','',0),(3082,1,'2015-08-26 16:09:43','2015-08-26 16:09:43',' ','','','publish','closed','closed','','3082','','','2015-08-26 16:09:43','2015-08-26 16:09:43','',0,'http://genewyork.com/2015/08/26/3082/',34,'nav_menu_item','',0),(3083,1,'2015-08-26 16:09:44','2015-08-26 16:09:44',' ','','','publish','closed','closed','','3083','','','2015-08-26 16:09:44','2015-08-26 16:09:44','',0,'http://genewyork.com/2015/08/26/3083/',23,'nav_menu_item','',0),(3084,1,'2015-08-26 16:09:44','2015-08-26 16:09:44',' ','','','publish','closed','closed','','3084','','','2015-08-26 16:09:44','2015-08-26 16:09:44','',0,'http://genewyork.com/2015/08/26/3084/',19,'nav_menu_item','',0),(3090,1,'2015-08-26 16:10:23','2015-08-26 16:10:23','','banner-03.jpg','','inherit','closed','closed','','banner-03-jpg','','','2015-08-26 16:10:23','2015-08-26 16:10:23','',0,'http://genewyork.com/wp-content/uploads/revslider/Slider1/banner-03.jpg',0,'attachment','image/jpeg',0),(3091,1,'2015-08-26 16:10:24','2015-08-26 16:10:24','','banner-02.jpg','','inherit','closed','closed','','banner-02-jpg','','','2015-08-26 16:10:24','2015-08-26 16:10:24','',0,'http://genewyork.com/wp-content/uploads/revslider/Slider1/banner-02.jpg',0,'attachment','image/jpeg',0),(3092,1,'2015-08-26 16:10:25','2015-08-26 16:10:25','','banner-01.jpg','','inherit','closed','closed','','banner-01-jpg','','','2015-08-26 16:10:25','2015-08-26 16:10:25','',0,'http://genewyork.com/wp-content/uploads/revslider/Slider1/banner-01.jpg',0,'attachment','image/jpeg',0),(3095,1,'2015-08-26 16:14:58','2015-08-26 16:14:58','','About GENY','','publish','closed','closed','','3095','','','2015-09-21 22:54:55','2015-09-21 22:54:55','',0,'http://genewyork.com/?p=3095',10,'nav_menu_item','',0),(3096,1,'2015-08-26 16:14:59','2015-08-26 16:14:59',' ','','','publish','closed','closed','','3096','','','2015-09-21 22:54:55','2015-09-21 22:54:55','',0,'http://genewyork.com/?p=3096',11,'nav_menu_item','',0),(3097,1,'2015-08-26 16:14:58','2015-08-26 16:14:58',' ','','','publish','closed','closed','','home-4','','','2015-09-21 22:54:55','2015-09-21 22:54:55','',0,'http://genewyork.com/?p=3097',1,'nav_menu_item','',0),(3123,1,'2015-08-27 04:06:12','2015-08-27 04:06:12','','Admissions','','publish','closed','closed','','admissions','','','2015-08-27 04:06:12','2015-08-27 04:06:12','',0,'http://genewyork.com/?page_id=3123',0,'page','',0),(3125,1,'2015-08-27 04:06:38','2015-08-27 04:06:38','[vc_row][vc_column][vc_basic_grid post_type=\"page\" max_items=\"20\" element_width=\"3\" orderby=\"title\" grid_id=\"vc_gid:1441772236944-02964ea6-300a-3\" taxonomies=\"108\"][/vc_column][/vc_row]','Programs','','publish','closed','closed','','programs','','','2015-09-09 04:18:10','2015-09-09 04:18:10','',0,'http://genewyork.com/?page_id=3125',0,'page','',0),(3708,1,'2015-09-21 22:54:55','2015-09-21 22:54:55','','Programs','','publish','closed','closed','','programs','','','2015-09-21 22:54:55','2015-09-21 22:54:55','',0,'http://genewyork.com/?p=3708',5,'nav_menu_item','',0),(3140,1,'2015-08-27 05:17:35','2015-08-27 05:17:35','','ESL','','inherit','open','closed','','esl','','','2015-08-27 05:18:33','2015-08-27 05:18:33','',0,'http://genewyork.com/wp-content/uploads/2015/08/ESL.jpg',0,'attachment','image/jpeg',0),(3146,1,'2015-08-28 03:50:06','2015-08-28 03:50:06','','ets_toefl_logo','','inherit','open','closed','','ets_toefl_logo','','','2015-08-28 03:50:06','2015-08-28 03:50:06','',0,'http://genewyork.com/wp-content/uploads/2015/08/ets_toefl_logo.png',0,'attachment','image/png',0),(3175,1,'2015-08-28 19:28:05','2015-08-28 19:28:05','','geny_favicon','','inherit','open','closed','','geny_favicon','','','2015-08-29 17:39:23','2015-08-29 17:39:23','',5,'http://genewyork.com/wp-content/uploads/2015/08/geny_favicon.png',0,'attachment','image/png',0),(3183,1,'2015-08-29 04:37:49','2015-08-29 04:37:49','','geny_logo_225x200','','inherit','open','closed','','geny_logo_225x200','','','2015-08-29 04:37:49','2015-08-29 04:37:49','',536,'http://genewyork.com/wp-content/uploads/2015/04/geny_logo_225x200.png',0,'attachment','image/png',0),(3187,1,'2015-08-29 04:49:06','2015-08-29 04:49:06','','geny_logo_gray','','inherit','open','closed','','geny_logo_gray','','','2015-08-29 04:49:06','2015-08-29 04:49:06','',536,'http://genewyork.com/wp-content/uploads/2015/04/geny_logo_gray.png',0,'attachment','image/png',0),(3188,1,'2015-08-29 04:50:44','2015-08-29 04:50:44','','geny_logo_gray_113x100','','inherit','open','closed','','geny_logo_gray_113x100','','','2015-08-29 04:50:44','2015-08-29 04:50:44','',536,'http://genewyork.com/wp-content/uploads/2015/04/geny_logo_gray_113x100.png',0,'attachment','image/png',0),(3194,1,'2015-08-29 05:32:27','2015-08-29 05:32:27','','geny_logo_white','','inherit','open','closed','','geny_logo_white','','','2015-08-29 05:32:27','2015-08-29 05:32:27','',5,'http://genewyork.com/wp-content/uploads/2015/08/geny_logo_white.png',0,'attachment','image/png',0),(3197,1,'2015-08-29 05:50:14','2015-08-29 05:50:14','[vc_row][vc_column][vc_basic_grid post_type=\"page\" max_items=\"3\" orderby=\"title\" grid_id=\"vc_gid:1441507240724-39d94b3e-588e-6\" taxonomies=\"107\"][/vc_column][/vc_row]','Business Program','','publish','closed','closed','','business-program','','','2015-09-06 02:51:30','2015-09-06 02:51:30','',3125,'http://genewyork.com/?page_id=3197',0,'page','',0),(3200,1,'2015-08-29 05:50:56','2015-08-29 05:50:56',' ','','','publish','closed','closed','','3200','','','2015-09-21 22:54:55','2015-09-21 22:54:55','',3125,'http://genewyork.com/?p=3200',7,'nav_menu_item','',0),(3206,1,'2015-08-29 06:20:14','2015-08-29 06:20:14','[vc_row][vc_column][vc_basic_grid post_type=\"page\" max_items=\"2\" orderby=\"title\" grid_id=\"vc_gid:1441512256529-2a59c92d-cafc-3\" taxonomies=\"110\"][/vc_column][/vc_row]','Allied Health Program','','publish','closed','closed','','allied-health-program','','','2015-09-12 02:43:37','2015-09-12 02:43:37','',3125,'http://genewyork.com/?page_id=3206',0,'page','',0),(3209,1,'2015-08-29 06:21:34','2015-08-29 06:21:34',' ','','','publish','closed','closed','','3209','','','2015-09-21 22:54:55','2015-09-21 22:54:55','',3125,'http://genewyork.com/?p=3209',6,'nav_menu_item','',0),(3218,1,'2015-08-29 16:51:04','2015-08-29 16:51:04','','empire-state-building-nyc-2000x919','','inherit','open','closed','','empire-state-building-nyc-2000x919','','','2015-08-29 16:51:04','2015-08-29 16:51:04','',1689,'http://genewyork.com/wp-content/uploads/2015/05/empire-state-building-nyc-2000x919.jpg',0,'attachment','image/jpeg',0),(3221,1,'2015-08-29 17:12:41','2015-08-29 17:12:41','','35th&8th','','inherit','open','closed','','35th8th','','','2015-08-29 17:13:38','2015-08-29 17:13:38','',1689,'http://genewyork.com/wp-content/uploads/2015/05/35th8th.jpg',0,'attachment','image/jpeg',0),(3226,1,'2015-08-29 17:40:03','2015-08-29 17:40:03','','geny_logo_circle_gold_nav_120x120','','inherit','open','closed','','geny_logo_circle_gold_nav_120x120','','','2015-08-29 17:40:03','2015-08-29 17:40:03','',5,'http://genewyork.com/wp-content/uploads/2015/08/geny_logo_circle_gold_nav_120x120.png',0,'attachment','image/png',0),(3228,1,'2015-08-29 17:58:35','2015-08-29 17:58:35','','geny_logo_white_footer','','inherit','open','closed','','geny_logo_white_footer','','','2015-08-29 17:58:35','2015-08-29 17:58:35','',5,'http://genewyork.com/wp-content/uploads/2015/08/geny_logo_white_footer.png',0,'attachment','image/png',0),(3229,1,'2015-08-29 18:40:25','2015-08-29 18:40:25','','35th&8th','','inherit','open','closed','','35th8th-2','','','2015-08-29 18:40:25','2015-08-29 18:40:25','',1689,'http://genewyork.com/wp-content/uploads/2015/05/35th8th1.jpg',0,'attachment','image/jpeg',0),(3245,1,'2015-08-29 21:55:53','2015-08-29 21:55:53','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}','polylang_mo_59','','private','closed','closed','','polylang_mo_59','','','2015-08-29 21:55:53','2015-08-29 21:55:53','',0,'http://genewyork.com/?post_type=polylang_mo&p=3245',0,'polylang_mo','',0),(3246,1,'2015-08-29 22:14:27','2015-08-29 22:14:27','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}','polylang_mo_81','','private','closed','closed','','polylang_mo_81','','','2015-08-29 22:14:27','2015-08-29 22:14:27','',0,'http://genewyork.com/?post_type=polylang_mo&p=3246',0,'polylang_mo','',0),(3247,1,'2015-08-29 22:15:17','2015-08-29 22:15:17','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}','polylang_mo_84','','private','closed','closed','','polylang_mo_84','','','2015-08-29 22:15:17','2015-08-29 22:15:17','',0,'http://genewyork.com/?post_type=polylang_mo&p=3247',0,'polylang_mo','',0),(3248,1,'2015-08-29 22:15:37','2015-08-29 22:15:37','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}','polylang_mo_87','','private','closed','closed','','polylang_mo_87','','','2015-08-29 22:15:37','2015-08-29 22:15:37','',0,'http://genewyork.com/?post_type=polylang_mo&p=3248',0,'polylang_mo','',0),(3304,1,'2015-08-27 04:43:58','2015-08-27 04:43:58','[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3140\" img_size=\"full\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h1>ESL</h1>\r\n<div>惹尼的专业英语作为第二语言( ESL )课程包括六个级别。每一个新学生都必须参加英语水平测试,将决定哪个级别将是最适合他或她。虽然我们的课程强调交际能力,惹尼的ESL课程讲授中,鼓励能力在各个领域的方式:听力,阅读,口语和写作。</div>\r\n<h3>Comprehensive</h3>\r\n惹尼的月度评估测验,让学生根据个人的进步从而使学生的个性化他们的教育推进。平均而言,学生在每个级别花费约3个月,但鼓励学生学会在自己的步伐。\r\n<h3>Elective and skills classes.</h3>\r\n对于早间节目,惹尼提供了多种选修课。在这些课程,学生可以选择英语技能的集中地。学生可以选择其中选修班,他们想借每月。对于下午和晚上学生,技能班每个月都会发生变化,让学生学习这些技能(阅读和放大器,词汇,听力和放大器;口语和语法和放大器;写作)为每1个月。\r\n<h3>Tutoring sessions</h3>\r\n下课后学生可以参加我们的辅导课之一。辅导课为学生提供了机会,以进一步练习技能,他们的讲话与以英语为母语。[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1440735503589{margin-top: 40px !important;margin-bottom: 80px !important;}\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3146\" img_size=\"full\" css=\".vc_custom_1440736185681{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h1>TOEFL PREPARATION</h1>\r\n<div>惹尼的新托福考试预备课程是高级英语语言的学生和那些谁已经采取了新托福考试,并希望提高自己的分数。我们的课程只有谁已经帮助许多外籍英语语言的学生实现对托福网考的成功经验的教师授课。当学生完成这一计划,他们将获得两个较大的新托福考试本身和更强的学术技能,他们将需要美国学院和大学的理解。我们的计划针对新托福考试的各个领域,尤其是口语和写作部分,学生将利用我们成熟的测试形式和战略学习和实践。托福词汇也强调在整个过程中,伴随着足量的上课时间专门练了其他部分的测试。有一个完整的新托福考试的预测试和后测试包括沿十小测试的过程中,使学生能够在过程中看到自己的进步。我们还包括五位迷你词汇测试和最后的词汇测试,因为我们知道如何重要的新托福考试的词汇是我们无论是在测试,他们对未来学业的学生。</div>\r\n \r\n<div>除了我们的动态的课堂教学活动,学生也有机会练习写作托福网考散文和应对托福网考口语问题,在整个过程中,所有这些都是由我们经验丰富的教师进行分级。此外,我们的计算机实验室,包括补充新托福考试阅读和听力练习,学生可以在车间小时使用。总之,我们有信心,他们谁适用于我们的新托福考试计划国际英语语言学生实现自己的目标。</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1440774567445{margin-top: 40px !important;margin-bottom: 80px !important;}\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image link=\"http://placehold.it/350x150\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h1>Business English</h1>\r\n商务英语课程是谁想要学习英语的国际化,讲英语的工作的学生。该计划的目的是向学生介绍商业语言为英语。\r\n\r\n您将学习与业务相关的词汇量,提高你的口语,聆听和写作技能在任何商业用途。你会愿意用英语交流的跨文化专业的环境。[/vc_column_text][/vc_column][/vc_row]','语言课程','','publish','closed','closed','','language-program','','','2015-09-02 01:22:00','2015-09-02 01:22:00','',0,'http://genewyork.com/language-program/?lang=zh-hans',0,'page','',0),(3318,1,'2015-08-27 04:43:58','2015-08-27 04:43:58','[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3140\" img_size=\"full\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h1>ESL</h1>\r\n<div>第二言語( ESL )プログラムとジェニーの専門的な英語は6つのレベルで構成されています。それぞれの新しい学生は、彼または彼女のために最も適切であろうどのレベルかを決定します英語のプレースメントテストを受けるために必要とされます。リスニング、リーディング、スピーキング、書き込み:私たちのクラスはコミュニケーション能力を重視しますが、ジェニーのESLコースはすべての分野で能力を奨励するような方法で教えられています。</div>\r\n<h3>Comprehensive</h3>\r\nジェニーの毎月の評価クイズは、学生がこのように学生は彼らの教育をパーソナライズすることができ、個々の進捗状況に基づいて進めることができます。平均では、学生がそれぞれのレベルで3ヶ月約過ごすが、学生は自分のペースで学習することが推奨されます。\r\n<h3>Elective and skills classes.</h3>\r\nFor the morning program, GENY offers a variety of elective classes. In these classes, students can choose an English skill to focus on. Students select which elective class they would like to take every month. For afternoon and evening students, skills classes change every month, allowing students to study these skills (reading & vocabulary, listening & speaking, and grammar & writing) for 1 month each.\r\n<h3>Tutoring sessions</h3>\r\nAfter class students can participate in one of our tutoring sessions. Tutoring sessions provide students with the opportunity to further practice their speaking skills with a native English speaker.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1440735503589{margin-top: 40px !important;margin-bottom: 80px !important;}\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3146\" img_size=\"full\" css=\".vc_custom_1440736185681{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h1>TOEFL PREPARATION</h1>\r\n<div>GENY\'s TOEFL iBT Preparation Program is for advanced English language students and for those who have already taken the TOEFL iBT and wish to improve their scores. Our course is taught only by experienced teachers who have helped many foreign English language students achieve success on the TOEFL iBT. When students complete this program, they will have acquired both a greater understanding of the TOEFL iBT itself and stronger academic skills, which they will need for American colleges and universities. Our program focuses on every area of the TOEFL iBT, especially the speaking and writing sections, where students will learn and practice using our proven test formats and strategies. TOEFL iBT vocabulary is also stressed throughout the course, along with an ample amount of class time dedicated to practicing the other sections on the test. There is a complete TOEFL iBT pre-test and a post-test included in the course along with ten mini tests, so that students can see their progress during the course. We have also included five mini vocabulary tests and a final vocabulary test because we understand how critical TOEFL iBT vocabulary is for our students both on the test and in their future academic studies.</div>\r\n \r\n<div>Aside from our dynamic classroom activities, students also have the opportunity to practice writing TOEFL iBT essays and responding to TOEFL iBT speaking questions throughout the course, all of which are graded by our experienced teachers. In addition, our computer labs include supplemental TOEFL iBT reading and listening exercises that students can utilize during workshop hours. All in all, we are confident that international English language students who apply themselves to our TOEFL iBT program will achieve their goals.</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1440774567445{margin-top: 40px !important;margin-bottom: 80px !important;}\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image link=\"http://placehold.it/350x150\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h1>Business English</h1>\r\nThe Business English course is for students who want to learn English for an international, English-speaking workplace. The goal of the program is to introduce students to business language in English.\r\n\r\nYou will learn business-related vocabulary and improve your speaking, listen- ing and writing skills for use in any business. You will be prepared to communicate in English in a cross-cultural professional environment.[/vc_column_text][/vc_column][/vc_row]','言語プログラム','','publish','closed','closed','','language-program','','','2015-09-02 02:04:59','2015-09-02 02:04:59','',0,'http://genewyork.com/ja/language-program/',0,'page','',0),(3321,1,'2015-08-27 04:43:58','2015-08-27 04:43:58','[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3140\" img_size=\"full\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h1>ESL</h1>\r\n<div>제 2 언어 ( ESL) 프로그램으로 GENY 의 전문 영어 6 단계 로 구성되어 있습니다. 각각의 새로운 학생은 그 또는 그녀를 위해 가장 적합 할 것이다 수준 이 결정됩니다 영어 배치 시험을 해야합니다. 듣기, 읽기 , 말하기 , 쓰기 : 우리의 수업 은 의사 소통 능력 을 강조 하지만 , GENY 의 ESL 과정 은 모든 영역에서 역량을 장려하는 방식으로 진행됩니다.</div>\r\n<h3>Comprehensive</h3>\r\nGENY’s monthly assessment quizzes allow students to advance based on their individual progress thus allowing students to personalize their education. On average, students spend approximately 3 months in each level, but students are encouraged to learn at their own pace.\r\n<h3>Elective and skills classes.</h3>\r\nFor the morning program, GENY offers a variety of elective classes. In these classes, students can choose an English skill to focus on. Students select which elective class they would like to take every month. For afternoon and evening students, skills classes change every month, allowing students to study these skills (reading & vocabulary, listening & speaking, and grammar & writing) for 1 month each.\r\n<h3>Tutoring sessions</h3>\r\nAfter class students can participate in one of our tutoring sessions. Tutoring sessions provide students with the opportunity to further practice their speaking skills with a native English speaker.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1440735503589{margin-top: 40px !important;margin-bottom: 80px !important;}\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3146\" img_size=\"full\" css=\".vc_custom_1440736185681{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h1>TOEFL PREPARATION</h1>\r\n<div>GENY\'s TOEFL iBT Preparation Program is for advanced English language students and for those who have already taken the TOEFL iBT and wish to improve their scores. Our course is taught only by experienced teachers who have helped many foreign English language students achieve success on the TOEFL iBT. When students complete this program, they will have acquired both a greater understanding of the TOEFL iBT itself and stronger academic skills, which they will need for American colleges and universities. Our program focuses on every area of the TOEFL iBT, especially the speaking and writing sections, where students will learn and practice using our proven test formats and strategies. TOEFL iBT vocabulary is also stressed throughout the course, along with an ample amount of class time dedicated to practicing the other sections on the test. There is a complete TOEFL iBT pre-test and a post-test included in the course along with ten mini tests, so that students can see their progress during the course. We have also included five mini vocabulary tests and a final vocabulary test because we understand how critical TOEFL iBT vocabulary is for our students both on the test and in their future academic studies.</div>\r\n \r\n<div>Aside from our dynamic classroom activities, students also have the opportunity to practice writing TOEFL iBT essays and responding to TOEFL iBT speaking questions throughout the course, all of which are graded by our experienced teachers. In addition, our computer labs include supplemental TOEFL iBT reading and listening exercises that students can utilize during workshop hours. All in all, we are confident that international English language students who apply themselves to our TOEFL iBT program will achieve their goals.</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1440774567445{margin-top: 40px !important;margin-bottom: 80px !important;}\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image link=\"http://placehold.it/350x150\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h1>Business English</h1>\r\nThe Business English course is for students who want to learn English for an international, English-speaking workplace. The goal of the program is to introduce students to business language in English.\r\n\r\nYou will learn business-related vocabulary and improve your speaking, listen- ing and writing skills for use in any business. You will be prepared to communicate in English in a cross-cultural professional environment.[/vc_column_text][/vc_column][/vc_row]','언어 프로그램','','publish','closed','closed','','language-program','','','2015-09-02 02:09:46','2015-09-02 02:09:46','',0,'http://genewyork.com/ko/language-program/',0,'page','',0),(3347,1,'2015-09-02 14:54:25','2015-09-02 14:54:25','','geny_logo_simple_white_70x75','','inherit','open','closed','','geny_logo_simple_white_70x75','','','2015-09-02 14:54:25','2015-09-02 14:54:25','',1752,'http://genewyork.com/wp-content/uploads/2015/06/geny_logo_simple_white_70x75.png',0,'attachment','image/png',0),(3371,1,'2015-09-03 03:34:31','2015-09-03 03:34:31','','Classroom_3','','inherit','open','closed','','classroom_3','','','2015-09-03 03:34:31','2015-09-03 03:34:31','',1752,'http://genewyork.com/wp-content/uploads/2015/06/Classroom_3.jpg',0,'attachment','image/jpeg',0),(3373,1,'2015-09-03 03:34:34','2015-09-03 03:34:34','','Computer_Room_1','','inherit','open','closed','','computer_room_1','','','2015-09-03 03:34:34','2015-09-03 03:34:34','',1752,'http://genewyork.com/wp-content/uploads/2015/06/Computer_Room_1.jpg',0,'attachment','image/jpeg',0),(3374,1,'2015-09-03 03:34:36','2015-09-03 03:34:36','','Elevator_Hall_1','','inherit','open','closed','','elevator_hall_1','','','2015-09-03 03:34:36','2015-09-03 03:34:36','',1752,'http://genewyork.com/wp-content/uploads/2015/06/Elevator_Hall_1.jpg',0,'attachment','image/jpeg',0),(3375,1,'2015-09-03 03:34:38','2015-09-03 03:34:38','','Elevetor_Hall_2','','inherit','open','closed','','elevetor_hall_2','','','2015-09-03 03:34:38','2015-09-03 03:34:38','',1752,'http://genewyork.com/wp-content/uploads/2015/06/Elevetor_Hall_2.jpg',0,'attachment','image/jpeg',0),(3376,1,'2015-09-03 03:34:40','2015-09-03 03:34:40','','Library','','inherit','open','closed','','library','','','2015-09-03 03:34:40','2015-09-03 03:34:40','',1752,'http://genewyork.com/wp-content/uploads/2015/06/Library.jpg',0,'attachment','image/jpeg',0),(3377,1,'2015-09-03 03:34:41','2015-09-03 03:34:41','','Lobby2','','inherit','open','closed','','lobby2','','','2015-09-03 03:34:41','2015-09-03 03:34:41','',1752,'http://genewyork.com/wp-content/uploads/2015/06/Lobby2.jpg',0,'attachment','image/jpeg',0),(3378,1,'2015-09-03 03:48:42','2015-09-03 03:48:42','','Classroom_5','','inherit','open','closed','','classroom_5','','','2015-09-03 03:48:42','2015-09-03 03:48:42','',5,'http://genewyork.com/wp-content/uploads/2015/08/Classroom_5.jpg',0,'attachment','image/jpeg',0),(3382,1,'2015-09-04 22:23:59','2015-09-04 22:23:59','[vc_row][vc_column][vc_empty_space height=\"25px\"][vc_column_text]\r\n<h1>International Students</h1>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator border_width=\"3\"][vc_column_text]\r\n<ul>\r\n <li>A completed <a>International Student Application Form</a> that you can download from our website.</li>\r\n <li>A copy of your passport with a recent photograph.</li>\r\n <li>A copy of your <strong>high school or university diploma or transcript</strong>.</li>\r\n <li>An <strong>original bank statement</strong> with a minimum US$20,000 balance.</li>\r\n <li>Affidavit of Support (I-134) that documents sufficient funds to cover the duration of study filled out by your sponsor <strong>(optional)</strong>.</li>\r\n <li>A non-refundable money order, check, or credit card payment for US$200.00, payable to GENY, to cover both the application fee and international shipping fees.</li>\r\n</ul>\r\n<h5>If all requirements are met, GENY will send an acceptance letter and an i-20 Form to the prospective student.</h5>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"International Student Application Form\" color=\"warning\" align=\"left\" i_icon_fontawesome=\"fa fa-file-text\" add_icon=\"true\" link=\"url:http%3A%2F%2Fgenewyork.com%2Fwp-content%2Fuploads%2F2015%2F09%2FInternational-Application-Form.doc|title:International%20Student%20Application%20Form|\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"I-134 Affidavit of Support (Optional)\" color=\"warning\" i_icon_fontawesome=\"fa fa-file-text\" add_icon=\"true\" link=\"url:http%3A%2F%2Fgenewyork.com%2Fwp-content%2Fuploads%2F2015%2F09%2FI-134-Affidavitof-Support.pdf||\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"80px\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h1>Transferring International Students</h1>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator border_width=\"3\"][vc_column_text]\r\n<ul>\r\n <li>The <a>Transfer Form</a> that you can download from our website.</li>\r\n <li>A non-refundable money order, check, or credit card payment for US$100.00, payable to GENY, to cover the\r\napplication fee.</li>\r\n</ul>\r\n<h5>If all requirements are met, GENY will send an acceptance letter and an i-20 Form to the prospective student.</h5>\r\n[/vc_column_text][vc_btn title=\"Transfer Student Application Form\" color=\"warning\" align=\"left\" i_icon_fontawesome=\"fa fa-file-text\" add_icon=\"true\" link=\"url:http%3A%2F%2Fgenewyork.com%2Fwp-content%2Fuploads%2F2015%2F09%2FStudents-Transfer-form.doc||\"][vc_empty_space height=\"80px\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h1>Local Students</h1>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator border_width=\"3\"][vc_column_text]\r\n<ul>\r\n <li>A completed <a>Application Form</a> that you can download from our website.</li>\r\n <li>A copy of your <strong>ID</strong> with a recent photograph.</li>\r\n <li>A non-refundable Money Order, check, or credit card payment for US$50.00, payable to GENY, to cover the application fee.</li>\r\n</ul>\r\n[/vc_column_text][vc_btn title=\"Application Form\" color=\"warning\" align=\"left\" i_icon_fontawesome=\"fa fa-file-text\" add_icon=\"true\" link=\"url:http%3A%2F%2Fgenewyork.com%2Fwp-content%2Fuploads%2F2015%2F09%2FApplication-Form.doc||\"][/vc_column][/vc_row]','Apply Online','','publish','closed','closed','','apply-online','','','2015-09-18 16:28:14','2015-09-18 16:28:14','',0,'http://genewyork.com/?page_id=3382',0,'page','',0),(3383,1,'2015-09-04 21:52:20','2015-09-04 21:52:20','[vc_row][vc_column][vc_tta_accordion][vc_tta_section title=\"What is an F-1 Visa?\" tab_id=\"1441403370780-1151b3e4-a8bb\"][vc_column_text]\r\n\r\nAn F-1 Visa is an immigration document that permits a foreign citizen to come to the US to study full-time for a temporary period of time.\r\n\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"How do I get an F-1 Visa?\" tab_id=\"1441403370924-ee784d14-d833\"][vc_column_text]\r\n\r\nYou must first apply to GENY. If eligible for admission, GENY will issue an “Initial Attendance” I-20 form . Upon receipt of the I-20, you will need to pay the SEVIS I-901 fee online at www.fmjfee.com. The SEVIS I-901 fee supports the system that tracks students and ensures they maintain their visa status while in the U.S. After paying the fee, you will then need to visit the U.S. Embassy/Consulate in your home country to get an F-1 visa.\r\n\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"What is an I-20?\" tab_id=\"1441403647120-68264d88-9d17\"][vc_column_text]\r\n\r\nThe I-20 is the document GENY issues to students who are going to study with us full-time. It enables students to apply for a student visa at their local U.S. embassy.\r\n\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Why is an I-20 important?\" tab_id=\"1441403708039-29bc85c6-aa8f\"][vc_column_text]\r\n\r\nThe I-20, also called a “Certificate of Eligibility”, confirms that a non-immigrant has been admitted to a U.S. school that is approved by the U.S. government to enroll non-immigrants. The I-20 is issued by the Designated School Official (DSO) at the school where the student intends to study and is required by the U.S. Embassy/Consulate to obtain F-1 visa status. In addition, F-1 students must maintain a valid I-20 by studying full-time to remain legally in the U.S. after their start date. They must also communicate regularly with their DSO to ensure they maintain legal status while in the U.S.\r\n\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"When can I enter the U.S.?\" tab_id=\"1441403724800-6851261a-97df\"][vc_column_text]\r\n\r\nYou have up to 30 days before the start date listed on your I-20 to enter the U.S.\r\n\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"What is an I-94 and why is it important?\" tab_id=\"1441403724041-4566bb9d-9e8d\"][vc_column_text]\r\n\r\nThe I-94, also called the “Arrival/Departure Document,” is a small white piece of paper that you will receive when you enter the U.S. It will be attached to your passport/visa at the Port of Entry and it confirms successful entry into the U.S. The Port of Entry Officer will hand-write an expiration date on the I-94, which confirms how long you can legally stay in the U.S. Before leaving the Port of Entry, make sure your I-94 says “Duration of Status” or “D/S.” All F-1 visa holders should get “D/S” on their I-94. This means you are able to stay in the U.S. as long as you are maintaining valid F-1 status by studying full-time at a Department of Homeland Security approved school.\r\n\r\n[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row]','Visa Information','','publish','closed','closed','','visa-information','','','2015-09-04 21:59:13','2015-09-04 21:59:13','',0,'http://genewyork.com/?page_id=3383',0,'page','',0),(3385,1,'2015-09-04 21:52:49','2015-09-04 21:52:49',' ','','','publish','closed','closed','','3385','','','2015-09-21 22:54:55','2015-09-21 22:54:55','',0,'http://genewyork.com/?p=3385',4,'nav_menu_item','',0),(3391,1,'2015-09-04 22:25:00','2015-09-04 22:25:00',' ','','','publish','closed','closed','','3391','','','2015-09-21 22:54:55','2015-09-21 22:54:55','',0,'http://genewyork.com/?p=3391',3,'nav_menu_item','',0),(3393,1,'2015-09-05 02:56:11','2015-09-05 02:56:11',' ','','','publish','closed','closed','','3393','','','2015-09-12 23:19:49','2015-09-12 23:19:49','',3125,'http://genewyork.com/?p=3393',1,'nav_menu_item','',0),(3409,1,'2015-09-05 17:57:20','2015-09-05 17:57:20',' ','','','publish','closed','closed','','3409','','','2015-09-12 23:19:49','2015-09-12 23:19:49','',3125,'http://genewyork.com/?p=3409',4,'nav_menu_item','',0),(3417,1,'2015-09-05 18:48:45','2015-09-05 18:48:45','[vc_row][vc_column width=\"1/4\"][vc_wp_custommenu nav_menu=\"106\" title=\"Programs\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>NCLEX-RN PREP</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_separator color=\"custom\" border_width=\"3\" accent_color=\"#006eb4\"][vc_column_text]The U.S. Department of Labor projects that by the year 2020 there will be shortage of 800,000 nurses. This shortage created a high demand for international nurses in the United States. GENY offers a complete course package for local and international students pursuing a career in nursing. This comprehensive program for registered nurses (RNs) offers students assistance through the various application and evaluation procedures that can lead to certification.\r\n\r\nGENY helps both local and international students find volunteer work. For local students, GENY also assists with job placement.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"50px\"][vc_row_inner][vc_column_inner css=\".vc_custom_1441481903203{padding: 25px !important;background-color: #fcfcfc !important;}\"][vc_column_text]\r\n<h3>ESL</h3>\r\nFor international students, our comprehensive ESL program allows nursing students to improve English language skills in the areas of reading, writing, listening, and speaking.\r\n<h3>NCLEX-RN Preparation</h3>\r\nDesigned to prepare nurses for the NCLEX exam with a comprehensive review of medical procedures and vocabulary.\r\n<h3>IELTS Preparation</h3>\r\nDesigned to improve international students’ scores on the IELTS exam through a combination of skill-building and test-taking strategies.\r\n<h3>Medical Terminology</h3>\r\nFor students to learn or review the vocabulary commonly used in the medical field.\r\n<h3>Medical Law&Regulation</h3>\r\nA study on medical ethics and law to build professionalism as dictated by U.S. standards.\r\n<h3>Foreign Accent Reduction</h3>\r\nA course to reduce international students’ accents through re- view of the stress, in tonation and rhythm of the English language.\r\n<h3>CGFNS</h3>\r\nIn order to obtain a nursing license, foreign RNs must have their edu- cation and credentials verified and evaluated by the Commission on Graduates of Foreign Nursing Schools (CGFNS). GENY agents will assist students in completing the necessary documents to apply for CGFNS evaluation.\r\n<h3>Job Assistance</h3>\r\nFor qualified students, we assist in finding volunteer work and job placement.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','NCLEX-RN PREP','','publish','closed','closed','','nclex-rn-prep','','','2015-09-15 01:43:45','2015-09-15 01:43:45','',3206,'http://genewyork.com/?page_id=3417',0,'page','',0),(3419,1,'2015-09-05 18:52:34','2015-09-05 18:52:34','[vc_row][vc_column width=\"1/4\"][vc_wp_custommenu nav_menu=\"106\" title=\"Programs\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>ALLIED HEATH TRAINING</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_separator color=\"custom\" border_width=\"3\" accent_color=\"#006eb4\"][vc_column_text]\r\n\r\nIt takes a special kind of person to work in healthcare. One who thinks with both mind and heart. It’s a career choice that comes with great responsibility. Being “really good” in a position in this field is not an understatement.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"50px\"][vc_row_inner][vc_column_inner css=\".vc_custom_1441481995444{padding: 25px !important;background-color: #fcfcfc !important;}\"][vc_column_text]\r\n<h3>Medical Office Assistant</h3>\r\nThe objective of this course is to prepare students to work in a medical setting as an entry level medical office clerk/receptionist. This course will cover Introduction to Medical Terminology, Medical Office Administration, and Introduction to Medical Insurance/Billing.\r\n<h3>Medical Assistant *TBA</h3>\r\nThe objective of this course is to prepare students to work in a medical setting, with the ability to do electronic coding and to perform the duties of a phlebotomist and to assist the doctor in the administration of EKG’s. The students will understand the responsibilities of a medical assistant regarding patient care. (Externships available)\r\n<h3>Nurse Aide / Assistant (CNA) *TBA</h3>\r\nThe objective of this course is to prepare students to work under the supervision of nursing and medical staff in hospitals, nursing care facilities, and community care facilities for the elderly. CNA is responsible for basic care services (bathing, grooming, and feeding patients, assisting nurses with medical equipment, and checking patient vital signs). (Externships available)\r\n<h3>Physical Therapy Aide *TBA</h3>\r\nThe objective of this course is to prepare students to support physical therapy care delivery by preparing the treatment area, patient, equipment and materials and by performing procedures under the supervision of a Physical Therapist. RHCF (Externships available)\r\n<h3>Phlebotomy Technician</h3>\r\nThe objective of this course is to prepare students for the proper techniques of drawing blood. This course will primarily be responsible for entry level collecting of blood samples to use in testing procedures.\r\n<h3>EKG Technician</h3>\r\nThe objective of this course is to prepare students to analyze a basic EKG and take a routing EKG. This course is for entry level work as an EKG technician.\r\n<h3>Home Health Aide (HHA) *TBA</h3>\r\nThe objective of this course is to prepare students to provide health care tasks, personal hygiene services, housekeeping tasks and other related support services essential for enabling patients to stay in their homes.\r\n<h3>Accounting for the Medical Office</h3>\r\nThis comprehensive course covers all aspects of finance in the medical field. Students receive specific training in accounting procedures and bookkeeping techniques as they relate to the medical profession. There is a special emphasis on medical insurance, electronic billing and coding, and medical business terminology. (Externships available)\r\n<h3>Occupational Therapy Aide *TBA</h3>\r\nThe objective of this course is to prepare students to be able to support occupational therapy by preparing materials and assembling equipment used during treatment, and to assume responsibility for a wide range of clerical tasks.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Allied Health Training','','publish','closed','closed','','allied-health-training','','','2015-09-15 01:43:59','2015-09-15 01:43:59','',3206,'http://genewyork.com/?page_id=3419',0,'page','',0),(3421,1,'2015-09-05 18:53:25','2015-09-05 18:53:25',' ','','','publish','closed','closed','','3421','','','2015-09-12 23:19:49','2015-09-12 23:19:49','',0,'http://genewyork.com/?p=3421',3,'nav_menu_item','',0),(3422,1,'2015-09-05 18:53:25','2015-09-05 18:53:25',' ','','','publish','closed','closed','','3422','','','2015-09-12 23:19:49','2015-09-12 23:19:49','',0,'http://genewyork.com/?p=3422',2,'nav_menu_item','',0),(3424,1,'2015-09-05 19:07:27','2015-09-05 19:07:27','','Smiling female doctor with her teamates','Smiling female doctor with her teamates in the hospital','inherit','open','closed','','smiling-female-doctor-with-her-teamates','','','2015-09-05 19:07:27','2015-09-05 19:07:27','',3206,'http://genewyork.com/wp-content/uploads/2015/08/allied-health-program-img-1-350x250.jpg',0,'attachment','image/jpeg',0),(3435,1,'2015-09-05 20:43:25','2015-09-05 20:43:25','[vc_row][vc_column width=\"1/4\"][vc_wp_custommenu nav_menu=\"106\" title=\"Programs\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>BOOKKEEPING</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_separator color=\"chino\" border_width=\"3\"][vc_column_text]This course helps students understand the accounting procedures necessary for tracking business finances.\r\nUsing specialized software, students are instructed how to track debit, credit and total accounts on spreadsheets and databases. In addition, students are shown how to compile statistical, financial, accounting and auditing reports pertaining to cash receipts, expenditures, accounts payable/receivable and profits/losses.\r\n[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner css=\".vc_custom_1441485684231{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #fcfcfc !important;}\"][vc_column_text]\r\n<h3>Fundamentals of Accounting I</h3>\r\nThis class starts with an overview of mathematical operations accounting concepts and principles (GAAP), common accounting cycle, records, trial balances, financial statements, inventory, and payroll are also studied.\r\n<h3>Fundamentals of Accounting II</h3>\r\nIn this course more in-depth knowledge is acquired in the areas of sales & purchases, A/R & A/P, cash receipts & payments, accruals/deferrals, and depreciation. This class will also cover preparation of income statements and balance sheets.\r\n<h3>QuickBooks & Excel</h3>\r\nThis course will provide an overview of Quickbooks and Excel for business purposes.\r\nBy the end of the course, students will be able to manage business finances including payroll, invoice processing, bank account management, and tax report preparation.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Bookkeeping','','publish','closed','closed','','bookkeeping','','','2015-09-14 20:52:33','2015-09-14 20:52:33','',3197,'http://genewyork.com/?page_id=3435',0,'page','',0),(3437,1,'2015-09-05 20:49:19','2015-09-05 20:49:19','[vc_row][vc_column width=\"1/4\"][vc_wp_custommenu nav_menu=\"106\" title=\"Programs\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>ACCOUNTING</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_separator color=\"chino\" border_width=\"3\"][vc_column_text]\r\n\r\nAccounting track description.\r\n\r\n[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner css=\".vc_custom_1441485684231{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #fcfcfc !important;}\"][vc_column_text]\r\n<h3>ACCOUNTING</h3>\r\nAccounting concepts and techniques essential to the administration of a business enterprise: analyzing and recording financial transactions; accounting valuation and allocation practices; preparation, analysis and interpretation of financial statements; international accounting issues.[/vc_column_text][vc_column_text]\r\n<h3>INTERMEDIATE ACCOUNTING</h3>\r\nThe course will provide a comprehensive study of creating, analyzing financial statements from general ledger data, proficiency of recording adjusting entries for the depreciation of assets and disposal of assets, use inventory valuation methods to record, create spreadsheet that will show the schedule of depreciation and create financial statements for business using computerized accounting software.[/vc_column_text][vc_column_text]\r\n<h3>MANAGERIAL ACCOUNTING</h3>\r\nThe course cover the principles, techniques, financial statement in accounting, organizational behavior and computerized accounting with Quickbooks for planning and control of business organizations from a management perspective.[/vc_column_text][vc_column_text]\r\n<h3>MICROSOFT OFFICE PRO</h3>\r\nDevelops introductory skills in the latest Microsoft Office Suite (Word, Excel, Access, and PowerPoint) while reinforcing the knowledge of windows operating system’s computer concepts, file management, Internet and email usage through demonstrations and lab exercises.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Accounting','','publish','closed','closed','','accounting','','','2015-09-06 03:05:33','2015-09-06 03:05:33','',3197,'http://genewyork.com/?page_id=3437',0,'page','',0),(3440,1,'2015-09-05 20:51:15','2015-09-05 20:51:15',' ','','','publish','closed','closed','','3440','','','2015-09-12 23:19:49','2015-09-12 23:19:49','',3197,'http://genewyork.com/?p=3440',6,'nav_menu_item','',0),(3441,1,'2015-09-05 20:51:15','2015-09-05 20:51:15',' ','','','publish','closed','closed','','3441','','','2015-09-12 23:19:49','2015-09-12 23:19:49','',3197,'http://genewyork.com/?p=3441',5,'nav_menu_item','',0),(3443,1,'2015-09-05 20:56:59','2015-09-05 20:56:59','[vc_row][vc_column width=\"1/4\"][vc_wp_custommenu nav_menu=\"106\" title=\"Programs\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>MARKETING MANAGEMENT</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_separator color=\"chino\" border_width=\"3\"][vc_column_text]The course is designed to serve as an introduction to the theory and practice of marketing management. The class will have students understand and improve their ability to develop effective marketing strategies and assess market opportunities, as well as design strategy implementation programs.\r\n\r\nIn depth study of contemporary business world, management communication skills, principles of marketing, sales strategy based on Customer-Centric Service drawn from variety of sources services, consumers and business to business industries.[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner css=\".vc_custom_1441485684231{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #fcfcfc !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Marketing Management','','publish','closed','closed','','marketing-management','','','2015-09-14 23:43:06','2015-09-14 23:43:06','',3197,'http://genewyork.com/?page_id=3443',0,'page','',0),(3446,1,'2015-09-05 20:58:23','2015-09-05 20:58:23',' ','','','publish','closed','closed','','3446','','','2015-09-12 23:19:49','2015-09-12 23:19:49','',3197,'http://genewyork.com/?p=3446',7,'nav_menu_item','',0),(3448,1,'2015-09-05 21:57:00','2015-09-05 21:57:00','[vc_row][vc_column width=\"1/4\"][vc_wp_custommenu nav_menu=\"106\" title=\"Programs\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>ESL</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_separator color=\"custom\" border_width=\"3\" accent_color=\"#f2a633\"][vc_column_text]GENY’s specialized English as a Second Language (ESL) program consists of six levels. Each new student is required to take an English placement test that will determine which level would be most appropriate for him or her. Though our classes emphasize communicative competence, GENY’s ESL courses are taught in a way that encourages competency in all areas: listening, reading, speaking, and writing.\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"50px\"][vc_row_inner][vc_column_inner css=\".vc_custom_1441481995444{padding: 25px !important;background-color: #fcfcfc !important;}\"][vc_column_text]\r\n<h3>Comprehensive</h3>\r\nGENY’s monthly assessment quizzes allow students to advance based on their individual progress thus allowing students to personalize their education. On average, students spend approximately 3 months in each level, but students are encouraged to learn at their own pace.\r\n<h3>Elective and skills classes.</h3>\r\nFor the morning program, GENY offers a variety of elective classes. In these classes, students can choose an English skill to focus on. Students select which elective class they would like to take every month. For afternoon and evening students, skills classes change every month, allowing students to study these skills (reading & vocabulary, listening & speaking, and grammar & writing) for 1 month each.\r\n<h3>Tutoring sessions</h3>\r\nAfter class students can participate in one of our tutoring sessions. Tutoring sessions provide students with the opportunity to further practice their speaking skills with a native English speaker.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','ESL','','publish','closed','closed','','esl','','','2015-09-14 20:53:52','2015-09-14 20:53:52','',3479,'http://genewyork.com/?page_id=3448',0,'page','',0),(3453,1,'2015-09-05 22:55:00','2015-09-05 22:55:00','[vc_row][vc_column width=\"1/4\"][vc_wp_custommenu nav_menu=\"106\" title=\"Programs\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>TOEFL PREPARATION</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_separator color=\"custom\" border_width=\"3\" accent_color=\"#f2a633\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"50px\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<div><img class=\"tofle-img alignleft wp-image-3463 size-medium\" src=\"http://genewyork.com/wp-content/uploads/2015/09/toefl-350x250-300x214.jpg\" alt=\"toefl-350x250\" width=\"300\" height=\"214\" />GENY\'s TOEFL iBT Preparation Program is for advanced English language students and for those who have already taken the TOEFL iBT and wish to improve their scores. Our course is taught only by experienced teachers who have helped many foreign English language students achieve success on the TOEFL iBT. When students complete this program, they will have acquired both a greater understanding of the TOEFL iBT itself and stronger academic skills, which they will need for American colleges and universities. Our program focuses on every area of the TOEFL iBT, especially the speaking and writing sections, where students will learn and practice using our proven test formats and strategies. TOEFL iBT vocabulary is also stressed throughout the course, along with an ample amount of class time dedicated to practicing the other sections on the test. There is a complete TOEFL iBT pre-test and a post-test included in the course along with ten mini tests, so that students can see their progress during the course. We have also included five mini vocabulary tests and a final vocabulary test because we understand how critical TOEFL iBT vocabulary is for our students both on the test and in their future academic studies.</div>\r\n \r\n<div>Aside from our dynamic classroom activities, students also have the opportunity to practice writing TOEFL iBT essays and responding to TOEFL iBT speaking questions throughout the course, all of which are graded by our experienced teachers. In addition, our computer labs include supplemental TOEFL iBT reading and listening exercises that students can utilize during workshop hours. All in all, we are confident that international English language students who apply themselves to our TOEFL iBT program will achieve their goals.</div>\r\n[/vc_column_text][vc_single_image image=\"3146\" img_size=\"medium\" alignment=\"right\" style=\"vc_box_rounded\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','TOEFL Preparation','','publish','closed','closed','','toefl-preparation','','','2015-09-06 03:42:06','2015-09-06 03:42:06','',3479,'http://genewyork.com/?page_id=3453',0,'page','',0),(3463,1,'2015-09-05 22:40:37','2015-09-05 22:40:37','','toefl-350x250','','inherit','open','closed','','toefl-350x250','','','2015-09-05 22:40:37','2015-09-05 22:40:37','',3453,'http://genewyork.com/wp-content/uploads/2015/09/toefl-350x250.jpg',0,'attachment','image/jpeg',0),(3472,1,'2015-09-05 22:57:31','2015-09-05 22:57:31',' ','','','publish','closed','closed','','3472','','','2015-09-12 23:19:49','2015-09-12 23:19:49','',3479,'http://genewyork.com/?p=3472',10,'nav_menu_item','',0),(3474,1,'2015-09-05 22:57:31','2015-09-05 22:57:31',' ','','','publish','closed','closed','','3474','','','2015-09-12 23:19:49','2015-09-12 23:19:49','',3479,'http://genewyork.com/?p=3474',9,'nav_menu_item','',0),(3475,1,'2015-09-05 23:01:08','2015-09-05 23:01:08','[vc_row][vc_column width=\"1/4\"][vc_wp_custommenu nav_menu=\"106\" title=\"Programs\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>BUSINESS ENGLISH</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_separator color=\"custom\" border_width=\"3\" accent_color=\"#f2a633\"][vc_column_text]The Business English course is for students who want to learn English for an international, English-speaking workplace. The goal of the program is to introduce students to business language in English.\r\n\r\nYou will learn business-related vocabulary and improve your speaking, listen- ing and writing skills for use in any business. You will be prepared to communicate in English in a cross-cultural professional environment.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Business English','','publish','closed','closed','','business-english','','','2015-09-14 23:43:33','2015-09-14 23:43:33','',3479,'http://genewyork.com/?page_id=3475',0,'page','',0),(3478,1,'2015-09-05 23:01:52','2015-09-05 23:01:52',' ','','','publish','closed','closed','','3478','','','2015-09-12 23:19:49','2015-09-12 23:19:49','',3479,'http://genewyork.com/?p=3478',11,'nav_menu_item','',0),(3479,1,'2015-09-05 23:08:51','2015-09-05 23:08:51','[vc_row][vc_column][vc_basic_grid post_type=\"page\" max_items=\"3\" orderby=\"title\" grid_id=\"vc_gid:1441511148273-b9c4aa69-2239-7\" taxonomies=\"109\"][/vc_column][/vc_row]','Language Program','','publish','closed','closed','','language-program','','','2015-09-06 03:57:47','2015-09-06 03:57:47','',3125,'http://genewyork.com/?page_id=3479',0,'page','',0),(3481,1,'2015-09-05 23:10:00','2015-09-05 23:10:00',' ','','','publish','closed','closed','','3481','','','2015-09-12 23:19:49','2015-09-12 23:19:49','',3125,'http://genewyork.com/?p=3481',8,'nav_menu_item','',0),(3482,1,'2015-09-05 23:10:34','2015-09-05 23:10:34',' ','','','publish','closed','closed','','3482','','','2015-09-21 22:54:55','2015-09-21 22:54:55','',3125,'http://genewyork.com/?p=3482',8,'nav_menu_item','',0),(3490,1,'2015-09-06 03:36:34','2015-09-06 03:36:34','','toefl-feature','','inherit','open','closed','','toefl-feature','','','2015-09-06 03:36:34','2015-09-06 03:36:34','',3453,'http://genewyork.com/wp-content/uploads/2015/09/toefl-feature.jpg',0,'attachment','image/jpeg',0),(3699,1,'2015-09-18 16:20:16','2015-09-18 16:20:16','','++International Application Form','','inherit','open','closed','','international-application-form','','','2015-09-18 16:20:16','2015-09-18 16:20:16','',0,'http://genewyork.com/wp-content/uploads/2015/09/International-Application-Form.doc',0,'attachment','application/msword',0),(3700,1,'2015-09-18 16:20:17','2015-09-18 16:20:17','','Students Transfer form','','inherit','open','closed','','students-transfer-form','','','2015-09-18 16:22:44','2015-09-18 16:22:44','',0,'http://genewyork.com/wp-content/uploads/2015/09/Students-Transfer-form.doc',0,'attachment','application/msword',0),(3701,1,'2015-09-18 16:20:25','2015-09-18 16:20:25','','Application Form','','inherit','open','closed','','application-form','','','2015-09-18 16:20:25','2015-09-18 16:20:25','',0,'http://genewyork.com/wp-content/uploads/2015/09/Application-Form.doc',0,'attachment','application/msword',0),(3702,1,'2015-09-18 16:20:32','2015-09-18 16:20:32','','Declaration of Financial Support','','inherit','open','closed','','declaration-of-financial-support','','','2015-09-18 16:20:32','2015-09-18 16:20:32','',0,'http://genewyork.com/wp-content/uploads/2015/09/Declaration-of-Financial-Support.doc',0,'attachment','application/msword',0),(3704,1,'2015-09-18 16:27:34','2015-09-18 16:27:34','','I-134 Affidavitof Support','','inherit','open','closed','','i-134-affidavitof-support','','','2015-09-18 16:27:34','2015-09-18 16:27:34','',0,'http://genewyork.com/wp-content/uploads/2015/09/I-134-Affidavitof-Support.pdf',0,'attachment','application/pdf',0),(3507,1,'2015-09-08 21:31:13','2015-09-08 21:31:13','','GENY-basic-drawing-banner','','inherit','open','closed','','geny-basic-drawing-banner','','','2015-09-08 21:31:13','2015-09-08 21:31:13','',5,'http://genewyork.com/wp-content/uploads/2015/08/GENY-basic-drawing-banner.jpg',0,'attachment','image/jpeg',0),(3512,1,'2015-09-09 21:53:30','2015-09-09 21:53:30','','geny-school-exterior','','inherit','open','closed','','geny-school-exterior','','','2015-09-09 21:53:30','2015-09-09 21:53:30','',536,'http://genewyork.com/wp-content/uploads/2015/04/geny-school-exterior.jpg',0,'attachment','image/jpeg',0),(3526,1,'2015-09-10 00:31:18','2015-09-10 00:31:18','','geny_logo_gray_thumb','','inherit','open','closed','','geny_logo_gray_thumb','','','2015-09-10 00:31:18','2015-09-10 00:31:18','',536,'http://genewyork.com/wp-content/uploads/2015/04/geny_logo_gray_thumb.png',0,'attachment','image/png',0),(3537,1,'2015-09-10 23:35:04','2015-09-10 23:35:04','[vc_row][vc_column width=\"1/4\"][vc_wp_custommenu nav_menu=\"106\" title=\"Programs\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>GRAPHIC DESIGN</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_separator color=\"pink\" border_width=\"3\"][vc_column_text]\r\n\r\nIn this program, students are taught to use tools to design print and marketing material, such as posters, flyers, and brochures. With the use of the most in-demand software in the market, the student will learn to produce and edit content for publications such as maga- zines and newspapers. Also included in the program is 2D animation, which will radically change the student’s designs and perspectives.\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"50px\"][vc_row_inner][vc_column_inner][vc_single_image image=\"3583\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Graphic Design','','publish','closed','closed','','graphic-design','','','2015-09-14 23:44:54','2015-09-14 23:44:54','',3549,'http://genewyork.com/?page_id=3537',0,'page','',0),(3542,1,'2015-09-10 23:41:12','2015-09-10 23:41:12','','after-effects-icon','','inherit','open','closed','','after-effects-icon','','','2015-09-10 23:41:12','2015-09-10 23:41:12','',3537,'http://genewyork.com/wp-content/uploads/2015/09/after-effects-icon.png',0,'attachment','image/png',0),(3543,1,'2015-09-10 23:41:13','2015-09-10 23:41:13','','dreamweaver-icon','','inherit','open','closed','','dreamweaver-icon','','','2015-09-10 23:41:13','2015-09-10 23:41:13','',3537,'http://genewyork.com/wp-content/uploads/2015/09/dreamweaver-icon.png',0,'attachment','image/png',0),(3544,1,'2015-09-10 23:41:15','2015-09-10 23:41:15','','flash-icon','','inherit','open','closed','','flash-icon','','','2015-09-10 23:41:15','2015-09-10 23:41:15','',3537,'http://genewyork.com/wp-content/uploads/2015/09/flash-icon.png',0,'attachment','image/png',0),(3545,1,'2015-09-10 23:41:17','2015-09-10 23:41:17','','illustator-icon','','inherit','open','closed','','illustator-icon','','','2015-09-10 23:41:17','2015-09-10 23:41:17','',3537,'http://genewyork.com/wp-content/uploads/2015/09/illustator-icon.png',0,'attachment','image/png',0),(3546,1,'2015-09-10 23:41:18','2015-09-10 23:41:18','','indesign-icon','','inherit','open','closed','','indesign-icon','','','2015-09-10 23:41:18','2015-09-10 23:41:18','',3537,'http://genewyork.com/wp-content/uploads/2015/09/indesign-icon.png',0,'attachment','image/png',0),(3547,1,'2015-09-10 23:41:20','2015-09-10 23:41:20','','photoshop-icon','','inherit','open','closed','','photoshop-icon','','','2015-09-10 23:41:20','2015-09-10 23:41:20','',3537,'http://genewyork.com/wp-content/uploads/2015/09/photoshop-icon.png',0,'attachment','image/png',0),(3549,1,'2015-09-11 18:18:01','2015-09-11 18:18:01','[vc_row][vc_column][vc_basic_grid post_type=\"page\" max_items=\"4\" orderby=\"title\" grid_id=\"vc_gid:1442100429172-d23a5c5b-caf0-2\" taxonomies=\"111\"][/vc_column][/vc_row]','Multimedia Design Program','','publish','closed','closed','','multimedia-design-program','','','2015-09-12 23:27:51','2015-09-12 23:27:51','',3125,'http://genewyork.com/?page_id=3549',0,'page','',0),(3551,1,'2015-09-12 02:39:40','2015-09-12 02:39:40',' ','','','publish','closed','closed','','3551','','','2015-09-21 22:54:55','2015-09-21 22:54:55','',3125,'http://genewyork.com/?p=3551',9,'nav_menu_item','',0),(3570,1,'2015-09-12 18:28:06','2015-09-12 18:28:06','','Accounting, budget, price.','Accounting, budget, price.','inherit','open','closed','','accounting-budget-price','','','2015-09-12 18:28:06','2015-09-12 18:28:06','',3537,'http://genewyork.com/wp-content/uploads/2015/09/accounting-feature1.jpg',0,'attachment','image/jpeg',0),(3571,1,'2015-09-12 18:28:07','2015-09-12 18:28:07','','Senior Male Patient Being Pushed In Wheelchair By Nurse','Senior Male Patient Being Pushed In Wheelchair By Nurse','inherit','open','closed','','senior-male-patient-being-pushed-in-wheelchair-by-nurse-3','','','2015-09-12 18:28:07','2015-09-12 18:28:07','',3537,'http://genewyork.com/wp-content/uploads/2015/09/allied-health-training-feature1.jpg',0,'attachment','image/jpeg',0),(3572,1,'2015-09-12 18:28:09','2015-09-12 18:28:09','','basic-drawing-feature','','inherit','open','closed','','basic-drawing-feature','','','2015-09-12 18:28:09','2015-09-12 18:28:09','',3537,'http://genewyork.com/wp-content/uploads/2015/09/basic-drawing-feature.jpg',0,'attachment','image/jpeg',0),(3573,1,'2015-09-12 18:28:11','2015-09-12 18:28:11','','contabilidad','','inherit','open','closed','','contabilidad','','','2015-09-12 18:28:11','2015-09-12 18:28:11','',3537,'http://genewyork.com/wp-content/uploads/2015/09/bookkeeping-feature1.jpg',0,'attachment','image/jpeg',0),(3574,1,'2015-09-12 18:28:12','2015-09-12 18:28:12','','Business group at the office','Business group in a meeting at the office','inherit','open','closed','','business-group-at-the-office-2','','','2015-09-12 18:28:12','2015-09-12 18:28:12','',3537,'http://genewyork.com/wp-content/uploads/2015/09/business-english-feature1.jpg',0,'attachment','image/jpeg',0),(3575,1,'2015-09-12 18:28:14','2015-09-12 18:28:14','','Graphic designer drawing on colour chart','559207','inherit','open','closed','','graphic-designer-drawing-on-colour-chart','','','2015-09-12 18:28:14','2015-09-12 18:28:14','',3537,'http://genewyork.com/wp-content/uploads/2015/09/color-theory-feature.jpg',0,'attachment','image/jpeg',0),(3576,1,'2015-09-12 18:28:15','2015-09-12 18:28:15','','text learn english in a signboard with the Big Ben in the background, with a filter effect','the hand of a man holding a signboard with the text learn english written in it with a red telephone booth and the Big Ben in the background, with a filter effect','inherit','open','closed','','text-learn-english-in-a-signboard-with-the-big-ben-in-the-background-with-a-filter-effect','','','2015-09-12 18:28:15','2015-09-12 18:28:15','',3537,'http://genewyork.com/wp-content/uploads/2015/09/esl-feature1.jpg',0,'attachment','image/jpeg',0),(3577,1,'2015-09-12 18:28:17','2015-09-12 18:28:17','','Fashion designer','Fashion designer working in studio. Close up design.','inherit','open','closed','','fashion-designer','','','2015-09-12 18:28:17','2015-09-12 18:28:17','',3537,'http://genewyork.com/wp-content/uploads/2015/09/fashion-design-feature.jpg',0,'attachment','image/jpeg',0),(3578,1,'2015-09-12 18:28:19','2015-09-12 18:28:19','','Design, graphic, designer.','Design, graphic, designer.','inherit','open','closed','','design-graphic-designer','','','2015-09-12 18:28:19','2015-09-12 18:28:19','',3537,'http://genewyork.com/wp-content/uploads/2015/09/graphic-design-feature.jpg',0,'attachment','image/jpeg',0),(3579,1,'2015-09-12 18:28:20','2015-09-12 18:28:20','','marketing-management-feature','','inherit','open','closed','','marketing-management-feature-2','','','2015-09-12 18:28:20','2015-09-12 18:28:20','',3537,'http://genewyork.com/wp-content/uploads/2015/09/marketing-management-feature1.jpg',0,'attachment','image/jpeg',0),(3580,1,'2015-09-12 18:28:22','2015-09-12 18:28:22','','Nurse, Student, Education.','Nurse, Student, Education.','inherit','open','closed','','nurse-student-education','','','2015-09-12 18:28:22','2015-09-12 18:28:22','',3537,'http://genewyork.com/wp-content/uploads/2015/09/nclex-rn-prep-feature1.jpg',0,'attachment','image/jpeg',0),(3581,1,'2015-09-12 18:28:23','2015-09-12 18:28:23','','Web Design Media Content Light Bulb Inspiration Concept','Web Design Media Content Light Bulb Inspiration Concept','inherit','open','closed','','web-design-media-content-light-bulb-inspiration-concept','','','2015-09-12 18:28:23','2015-09-12 18:28:23','',3537,'http://genewyork.com/wp-content/uploads/2015/09/web-design-feature.jpg',0,'attachment','image/jpeg',0),(3582,1,'2015-09-12 22:14:45','2015-09-12 22:14:45','','fashion-design-diagram','','inherit','open','closed','','fashion-design-diagram','','','2015-09-12 22:14:45','2015-09-12 22:14:45','',3537,'http://genewyork.com/wp-content/uploads/2015/09/fashion-design-diagram.jpg',0,'attachment','image/jpeg',0),(3583,1,'2015-09-12 22:14:47','2015-09-12 22:14:47','','graphic-design-diagram','','inherit','open','closed','','graphic-design-diagram','','','2015-09-12 22:14:47','2015-09-12 22:14:47','',3537,'http://genewyork.com/wp-content/uploads/2015/09/graphic-design-diagram.jpg',0,'attachment','image/jpeg',0),(3584,1,'2015-09-12 22:14:49','2015-09-12 22:14:49','','web-design-diagram','','inherit','open','closed','','web-design-diagram','','','2015-09-12 22:14:49','2015-09-12 22:14:49','',3537,'http://genewyork.com/wp-content/uploads/2015/09/web-design-diagram.jpg',0,'attachment','image/jpeg',0),(3586,1,'2015-09-12 22:19:56','2015-09-12 22:19:56','[vc_row][vc_column width=\"1/4\"][vc_wp_custommenu nav_menu=\"106\" title=\"Programs\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>WEB DESIGN</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_separator color=\"pink\" border_width=\"3\"][vc_column_text]This program offers a series of introductory courses that teach the basic skills needed to create a website with an emphasis on planning, maintenance, and accessibility when creating functional websites. The program consists of four required courses: Adobe Photoshop, Adobe Illustrator, Adobe Dreamweaver, and Adobe Flash. Adobe Indesign and Adobe AfterEffects are optional courses.\r\n\r\n* Internship Available - Cohort Group Only[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"50px\"][vc_row_inner][vc_column_inner][vc_single_image image=\"3584\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Web Design','','publish','closed','closed','','web-design','','','2015-09-12 22:23:27','2015-09-12 22:23:27','',3549,'http://genewyork.com/?page_id=3586',0,'page','',0),(3588,1,'2015-09-12 22:21:37','2015-09-12 22:21:37','[vc_row][vc_column width=\"1/4\"][vc_wp_custommenu nav_menu=\"106\" title=\"Programs\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>FASHION DESIGN</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_separator color=\"pink\" border_width=\"3\"][vc_column_text]\r\nGENY’s Digital Fashion Design Program trains students in the newest techniques available in digital design through software training such as Photoshop, Illustrator, and CAD. This program is specifically designed to increase fluency in English through integration of design and ESL courses. Students will have the opportunity to work alongside native English speakers while practicing profession-specific skills.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"50px\"][vc_row_inner][vc_column_inner][vc_single_image image=\"3582\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Fashion Design','','publish','closed','closed','','fashion-design','','','2015-09-12 22:22:18','2015-09-12 22:22:18','',3549,'http://genewyork.com/?page_id=3588',0,'page','',0),(3590,1,'2015-09-12 23:10:36','2015-09-12 23:10:36',' ','','','publish','closed','closed','','3590','','','2015-09-12 23:19:50','2015-09-12 23:19:50','',3549,'http://genewyork.com/?p=3590',15,'nav_menu_item','',0),(3591,1,'2015-09-12 23:10:36','2015-09-12 23:10:36',' ','','','publish','closed','closed','','3591','','','2015-09-12 23:19:50','2015-09-12 23:19:50','',3549,'http://genewyork.com/?p=3591',14,'nav_menu_item','',0),(3592,1,'2015-09-12 23:10:36','2015-09-12 23:10:36',' ','','','publish','closed','closed','','3592','','','2015-09-12 23:19:50','2015-09-12 23:19:50','',3549,'http://genewyork.com/?p=3592',13,'nav_menu_item','',0),(3593,1,'2015-09-12 23:10:36','2015-09-12 23:10:36',' ','','','publish','closed','closed','','3593','','','2015-09-12 23:19:50','2015-09-12 23:19:50','',3125,'http://genewyork.com/?p=3593',12,'nav_menu_item','',0),(3594,1,'2015-09-12 23:14:21','2015-09-12 23:14:21','[vc_row][vc_column width=\"1/4\"][vc_wp_custommenu nav_menu=\"106\" title=\"Programs\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>BASIC DRAWING</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_separator color=\"pink\" border_width=\"3\"][vc_column_text]In this course students will learn the fundamentals of drawing from life. Students will start with drawing still lifes and gradually work towards a trip to the MET to draw Greek statues, and then finally life drawing with a live model.\r\nStudents will learn techniques in pencil, marker, charcoal, and ink wash and will be required to keep a sketchbook of studies. Emphasis will be on students learning basic techniques and then applying those techniques to making finished portfolio quality drawings.\r\n\r\n*Field trips will include : The MET and Galleries in NYC[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"50px\"][/vc_column][/vc_row]','Basic Drawing','','publish','closed','closed','','basic-drawing','','','2015-09-12 23:14:21','2015-09-12 23:14:21','',3549,'http://genewyork.com/?page_id=3594',0,'page','',0),(3596,1,'2015-09-12 23:16:34','2015-09-12 23:16:34','[vc_row][vc_column width=\"1/4\"][vc_wp_custommenu nav_menu=\"106\" title=\"Programs\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h1>COLOR THEORY</h1>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][vc_separator color=\"pink\" border_width=\"3\"][vc_column_text]This course prepares students understanding of topics include the relativity of color, color “deception,” intervals and transformation, color systems, and color boundaries.\r\nStudents analyze the cultural, social and psychological implications of color in everyday life. Our perceptions of color and our understanding of it through particular brain processes are addressed through physics and perceptual exercises.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"50px\"][/vc_column][/vc_row]','Color Theory','','publish','closed','closed','','color-theory','','','2015-09-12 23:16:34','2015-09-12 23:16:34','',3549,'http://genewyork.com/?page_id=3596',0,'page','',0),(3598,1,'2015-09-12 23:19:50','2015-09-12 23:19:50',' ','','','publish','closed','closed','','3598','','','2015-09-12 23:19:50','2015-09-12 23:19:50','',3549,'http://genewyork.com/?p=3598',16,'nav_menu_item','',0),(3599,1,'2015-09-12 23:19:50','2015-09-12 23:19:50',' ','','','publish','closed','closed','','3599','','','2015-09-12 23:19:50','2015-09-12 23:19:50','',3549,'http://genewyork.com/?p=3599',17,'nav_menu_item','',0),(3671,1,'2015-09-13 00:07:20','2015-09-13 00:07:20','','GENY-best-school-banner','','inherit','open','closed','','geny-best-school-banner','','','2015-09-13 00:07:20','2015-09-13 00:07:20','',5,'http://genewyork.com/wp-content/uploads/2015/08/GENY-best-school-banner.jpg',0,'attachment','image/jpeg',0),(3672,1,'2015-09-14 20:24:28','2015-09-14 20:24:28','','Terms of Use','','publish','closed','closed','','terms-of-use','','','2015-09-14 20:25:06','2015-09-14 20:25:06','',0,'http://genewyork.com/?p=3672',3,'nav_menu_item','',0),(3673,1,'2015-09-14 20:24:28','2015-09-14 20:24:28','','Privacy Policy','','publish','closed','closed','','privacy-policy-2','','','2015-09-14 20:25:06','2015-09-14 20:25:06','',0,'http://genewyork.com/?p=3673',4,'nav_menu_item','',0),(3676,1,'2015-09-14 21:30:00','2015-09-14 21:30:00','','GENY-ESL-learn-English-map-banner','','inherit','open','closed','','geny-esl-learn-english-map-banner','','','2015-09-14 21:30:00','2015-09-14 21:30:00','',5,'http://genewyork.com/wp-content/uploads/2015/08/GENY-ESL-learn-English-map-banner.jpg',0,'attachment','image/jpeg',0),(3677,1,'2015-09-14 22:50:46','2015-09-14 22:50:46','','open-book','','inherit','open','closed','','open-book','','','2015-09-14 22:50:46','2015-09-14 22:50:46','',536,'http://genewyork.com/wp-content/uploads/2015/04/open-book.jpg',0,'attachment','image/jpeg',0),(3678,1,'2015-09-15 00:49:58','2015-09-15 00:49:58','','accounting-feature-title','','inherit','open','closed','','accounting-feature-title','','','2015-09-15 00:49:58','2015-09-15 00:49:58','',536,'http://genewyork.com/wp-content/uploads/2015/04/accounting-feature-title.jpg',0,'attachment','image/jpeg',0),(3679,1,'2015-09-15 00:50:00','2015-09-15 00:50:00','','allied-health-training-feature-title','','inherit','open','closed','','allied-health-training-feature-title','','','2015-09-15 00:50:00','2015-09-15 00:50:00','',536,'http://genewyork.com/wp-content/uploads/2015/04/allied-health-training-feature-title.jpg',0,'attachment','image/jpeg',0),(3680,1,'2015-09-15 00:50:02','2015-09-15 00:50:02','','basic-drawing-feature-title','','inherit','open','closed','','basic-drawing-feature-title','','','2015-09-15 00:50:02','2015-09-15 00:50:02','',536,'http://genewyork.com/wp-content/uploads/2015/04/basic-drawing-feature-title.jpg',0,'attachment','image/jpeg',0),(3681,1,'2015-09-15 00:50:03','2015-09-15 00:50:03','','bookkeeping-feature-title','','inherit','open','closed','','bookkeeping-feature-title','','','2015-09-15 00:50:03','2015-09-15 00:50:03','',536,'http://genewyork.com/wp-content/uploads/2015/04/bookkeeping-feature-title.jpg',0,'attachment','image/jpeg',0),(3682,1,'2015-09-15 00:50:05','2015-09-15 00:50:05','','business-english-feature-title','','inherit','open','closed','','business-english-feature-title','','','2015-09-22 01:36:17','2015-09-22 01:36:17','',536,'http://genewyork.com/wp-content/uploads/2015/04/business-english-feature-title.jpg',0,'attachment','image/jpeg',0),(3683,1,'2015-09-15 00:50:07','2015-09-15 00:50:07','','color-theory-feature-title','','inherit','open','closed','','color-theory-feature-title','','','2015-09-15 00:50:07','2015-09-15 00:50:07','',536,'http://genewyork.com/wp-content/uploads/2015/04/color-theory-feature-title.jpg',0,'attachment','image/jpeg',0),(3684,1,'2015-09-15 00:50:09','2015-09-15 00:50:09','','esl-feature-title','','inherit','open','closed','','esl-feature-title','','','2015-09-15 00:50:09','2015-09-15 00:50:09','',536,'http://genewyork.com/wp-content/uploads/2015/04/esl-feature-title.jpg',0,'attachment','image/jpeg',0),(3685,1,'2015-09-15 00:50:11','2015-09-15 00:50:11','','fashion-design-feature-title','','inherit','open','closed','','fashion-design-feature-title','','','2015-09-22 02:19:23','2015-09-22 02:19:23','',536,'http://genewyork.com/wp-content/uploads/2015/04/fashion-design-feature-title.jpg',0,'attachment','image/jpeg',0),(3686,1,'2015-09-15 00:50:12','2015-09-15 00:50:12','','graphic-design-feature-title','','inherit','open','closed','','graphic-design-feature-title','','','2015-09-22 02:18:17','2015-09-22 02:18:17','',536,'http://genewyork.com/wp-content/uploads/2015/04/graphic-design-feature-title.jpg',0,'attachment','image/jpeg',0),(3687,1,'2015-09-15 00:50:14','2015-09-15 00:50:14','','marketing-management-feature-title','','inherit','open','closed','','marketing-management-feature-title','','','2015-09-22 02:16:52','2015-09-22 02:16:52','',536,'http://genewyork.com/wp-content/uploads/2015/04/marketing-management-feature-title.jpg',0,'attachment','image/jpeg',0),(3688,1,'2015-09-15 00:50:16','2015-09-15 00:50:16','','nclex-rn-feature-title','','inherit','open','closed','','nclex-rn-feature-title','','','2015-09-22 02:14:48','2015-09-22 02:14:48','',536,'http://genewyork.com/wp-content/uploads/2015/04/nclex-rn-feature-title.jpg',0,'attachment','image/jpeg',0),(3689,1,'2015-09-15 00:50:18','2015-09-15 00:50:18','','toefl-feature-title','','inherit','open','closed','','toefl-feature-title','','','2015-09-22 02:11:46','2015-09-22 02:11:46','',536,'http://genewyork.com/wp-content/uploads/2015/04/toefl-feature-title.jpg',0,'attachment','image/jpeg',0),(3690,1,'2015-09-15 01:07:34','2015-09-15 01:07:34','','web-design-feature-title','','inherit','open','closed','','web-design-feature-title','','','2015-09-22 02:09:32','2015-09-22 02:09:32','',536,'http://genewyork.com/wp-content/uploads/2015/04/web-design-feature-title.jpg',0,'attachment','image/jpeg',0),(3707,1,'2015-09-21 21:38:33','2015-09-21 21:38:33','','Admissions','','publish','closed','closed','','admissions','','','2015-09-21 22:54:55','2015-09-21 22:54:55','',0,'http://genewyork.com/?p=3707',2,'nav_menu_item','',0); /*!40000 ALTER TABLE `g516db_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_revslider_css` -- DROP TABLE IF EXISTS `g516db_revslider_css`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_revslider_css` ( `id` int(9) NOT NULL auto_increment, `handle` text NOT NULL, `settings` text, `hover` text, `params` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=57 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_revslider_css` -- LOCK TABLES `g516db_revslider_css` WRITE; /*!40000 ALTER TABLE `g516db_revslider_css` DISABLE KEYS */; INSERT INTO `g516db_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\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"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\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"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\"}'),(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.number-one1',NULL,NULL,'{\"color\":\"rgb(255, 255, 255)\",\"display\":\"inline-block\",\"font-family\":\"\\\"Varela\\\",sans-serif\",\"font-size\":\"40px\",\"font-weight\":\"400\",\"line-height\":\"40px\",\"margin\":\"0 0 15px\",\"background-color\":\"transparent\",\"text-decoration\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(49,'.tp-caption.english-university',NULL,NULL,'{\"color\":\"rgb(255, 255, 255)\",\"font-size\":\"64px\",\"font-weight\":\"400\",\"line-height\":\"64px\",\"margin\":\"0 0 20px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(50,'.tp-caption.spantz-under-line',NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(51,'.tp-caption.best-university',NULL,NULL,'{\"color\":\"rgb(255, 255, 255)\",\"font-size\":\"20px\",\"line-height\":\"24px\",\"margin\":\"0\",\"padding-bottom\":\"50px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(52,'.tp-caption.more',NULL,NULL,'{\"background-color\":\"transparent\",\"text-decoration\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(53,'.tp-caption.largetextcustom','{\"hover\":\"false\"}','\"\"','{\"font-size\":\"50px\",\"line-height\":\"50px\",\"font-weight\":\"400\",\"font-family\":\"Arial\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"text-shadow\":\"rgba(0, 0, 0, 0.498039) 0px 2px 5px\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(54,'.tp-caption.mediumbgorangecustom','{\"hover\":\"false\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"padding\":\"10px\",\"background-color\":\"rgb(243, 156, 18)\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"font-size\":\"80px\",\"line-height\":\"50px\",\"font-weight\":\"600\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"padding\":\"20px 40px\",\"background-color\":\"rgba(243, 156, 18, 0.701961)\",\"border-width\":\"3px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"solid\"}'),(55,'.tp-caption.white-30-30-300','{\"hover\":\"false\"}','\"\"','{\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-weight\":\"300\",\"font-family\":\"Varela, sans-serif\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"display\":\"inline-block\",\"margin\":\"0px 0px 15px\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(56,'.tp-caption.geny-orange-bg-text','{\"hover\":\"false\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"padding\":\"10px\",\"background-color\":\"rgb(243, 156, 18)\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"font-size\":\"80px\",\"line-height\":\"50px\",\"font-weight\":\"500\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"padding\":\"20px 30px\",\"letter-spacing\":\"5px\",\"background-color\":\"rgba(243, 156, 18, 0.498039)\",\"border-width\":\"3px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"solid\"}'); /*!40000 ALTER TABLE `g516db_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_revslider_layer_animations` -- DROP TABLE IF EXISTS `g516db_revslider_layer_animations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_revslider_layer_animations` ( `id` int(9) NOT NULL auto_increment, `handle` text NOT NULL, `params` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_revslider_layer_animations` -- LOCK TABLES `g516db_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `g516db_revslider_layer_animations` DISABLE KEYS */; INSERT INTO `g516db_revslider_layer_animations` VALUES (1,'zoom length','{\"movex\":\"0\",\"movey\":\"0\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"10\",\"scaley\":\"100\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"23\",\"captionperspective\":\"600\",\"originx\":\"50\",\"originy\":\"50\"}'),(2,'zoomin','{\"movex\":\"0\",\"movey\":\"100\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"10\",\"scaley\":\"10\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"600\",\"originx\":\"50\",\"originy\":\"50\"}'),(3,'TZ Skew From Short Bottom','{\"movex\":\"0\",\"movey\":\"100\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"100\",\"scaley\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"600\",\"originx\":\"50\",\"originy\":\"50\"}'); /*!40000 ALTER TABLE `g516db_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_revslider_settings` -- DROP TABLE IF EXISTS `g516db_revslider_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_revslider_settings` ( `id` int(9) NOT NULL auto_increment, `general` text NOT NULL, `params` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_revslider_settings` -- LOCK TABLES `g516db_revslider_settings` WRITE; /*!40000 ALTER TABLE `g516db_revslider_settings` DISABLE KEYS */; INSERT INTO `g516db_revslider_settings` VALUES (1,'a:0:{}',''); /*!40000 ALTER TABLE `g516db_revslider_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_revslider_sliders` -- DROP TABLE IF EXISTS `g516db_revslider_sliders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_revslider_sliders` ( `id` int(9) NOT NULL auto_increment, `title` tinytext NOT NULL, `alias` tinytext, `params` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_revslider_sliders` -- LOCK TABLES `g516db_revslider_sliders` WRITE; /*!40000 ALTER TABLE `g516db_revslider_sliders` DISABLE KEYS */; INSERT INTO `g516db_revslider_sliders` VALUES (1,'GENY-slider','GENY-slider','{\"title\":\"GENY-slider\",\"alias\":\"GENY-slider\",\"shortcode\":\"[rev_slider GENY-slider]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"\",\"posts_list\":\"\",\"slider_type\":\"fullscreen\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"off\",\"min_height\":\"0\",\"width\":\"960\",\"height\":\"500\",\"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\":\"6000\",\"shuffle\":\"off\",\"lazy_load\":\"off\",\"use_wpml\":\"off\",\"enable_static_layers\":\"off\",\"next_slide_on_window_focus\":\"off\",\"start_js_after_delay\":0,\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":2,\"show_timerbar\":\"hide\",\"loop_slide\":\"loop\",\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"0\",\"padding\":0,\"background_color\":\"black\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/localhost\\/theme_ethic\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"off\",\"navigation_style\":\"round\",\"navigaion_type\":\"bullet\",\"navigation_arrows\":\"solo\",\"navigaion_always_on\":\"false\",\"hide_thumbs\":200,\"navigaion_align_hor\":\"center\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":20,\"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,\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse+scroll\",\"parallax_bg_freeze\":\"on\",\"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\",\"touchenabled\":\"on\",\"swipe_velocity\":75,\"swipe_min_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"start_with_slide\":\"1\",\"first_transition_active\":\"false\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"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 `g516db_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_revslider_slides` -- DROP TABLE IF EXISTS `g516db_revslider_slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_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, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_revslider_slides` -- LOCK TABLES `g516db_revslider_slides` WRITE; /*!40000 ALTER TABLE `g516db_revslider_slides` DISABLE KEYS */; INSERT INTO `g516db_revslider_slides` VALUES (1,1,2,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/localhost:8888\\/wp-content\\/uploads\\/2015\\/08\\/GENY-basic-drawing-banner.jpg\",\"image_id\":\"3507\",\"title\":\"Basic Drawing\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1000,\"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\":\"normal\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"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\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[]'),(3,1,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/localhost:8888\\/wp-content\\/uploads\\/2015\\/08\\/GENY-best-school-banner.jpg\",\"image_id\":\"3671\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1000,\"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 center\",\"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\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[{\"text\":\"GENY\",\"type\":\"text\",\"left\":-3,\"top\":-159,\"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\":\"Linear.easeNone\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":800,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"geny-orange-bg-text\",\"time\":1210,\"endtime\":\"6600\",\"endspeed\":1000,\"endanimation\":\"stt\",\"endeasing\":\"Power0.easeOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":294,\"height\":96,\"serial\":\"0\",\"endTimeFinal\":5000,\"endSpeedFinal\":1000,\"realEndTime\":6000,\"timeLast\":5000,\"endWithSlide\":true,\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"Best Language and Career School\",\"type\":\"text\",\"left\":93,\"top\":182,\"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\":\"sfl\",\"easing\":\"Linear.easeNone\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":800,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"largetextcustom\",\"time\":1200,\"endtime\":\"6600\",\"endspeed\":1000,\"endanimation\":\"stl\",\"endeasing\":\"Power4.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":767,\"height\":50,\"serial\":\"1\",\"endTimeFinal\":5000,\"endSpeedFinal\":1000,\"realEndTime\":6000,\"timeLast\":5000,\"endWithSlide\":true,\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\"},{\"text\":\"<span class=\\\"tz-under-line\\\"><\\/span>\",\"type\":\"text\",\"left\":-3,\"top\":26,\"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\":\"Linear.easeNone\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":800,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"spantz-under-line\",\"time\":1210,\"endtime\":\"6600\",\"endspeed\":700,\"endanimation\":\"stl\",\"endeasing\":\"Power1.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":0,\"height\":13,\"serial\":\"2\",\"endTimeFinal\":5300,\"endSpeedFinal\":700,\"realEndTime\":6000,\"timeLast\":5300,\"endWithSlide\":true,\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"Your Future Starts Here\",\"type\":\"text\",\"left\":-1,\"top\":101,\"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\":\"sfr\",\"easing\":\"Power0.easeIn\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white-30-30-300\",\"time\":1300,\"endtime\":\"6600\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"Quad.easeInOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":366,\"height\":50,\"serial\":\"3\",\"endTimeFinal\":5400,\"endSpeedFinal\":600,\"realEndTime\":6000,\"timeLast\":5400,\"endWithSlide\":true,\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"<a href=\'#\' class=\'tp-button tz-item-more-details\'><span>MORE \\n DETAILS<\\/span><\\/a>\",\"type\":\"text\",\"left\":-4,\"top\":171,\"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-2\",\"easing\":\"Linear.easeNone\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"more\",\"time\":1450,\"endtime\":\"6600\",\"endspeed\":800,\"endanimation\":\"ltb\",\"endeasing\":\"Power2.easeOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":127,\"height\":45,\"serial\":\"4\",\"endTimeFinal\":7050,\"endSpeedFinal\":800,\"realEndTime\":7400,\"timeLast\":7050,\"endWithSlide\":true,\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\"}]'),(11,1,3,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/genewyork.com\\/wp-content\\/uploads\\/2015\\/08\\/GENY-ESL-learn-English-map-banner.jpg\",\"image_id\":\"3676\",\"title\":\"Learn English\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1000,\"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\":\"71141e\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"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\":\"6000\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[]'); /*!40000 ALTER TABLE `g516db_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_revslider_static_slides` -- DROP TABLE IF EXISTS `g516db_revslider_static_slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_revslider_static_slides` ( `id` int(9) NOT NULL auto_increment, `slider_id` int(9) NOT NULL, `params` text NOT NULL, `layers` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_revslider_static_slides` -- LOCK TABLES `g516db_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `g516db_revslider_static_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_signups` -- DROP TABLE IF EXISTS `g516db_signups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_signups` ( `signup_id` bigint(20) NOT NULL auto_increment, `domain` varchar(200) NOT NULL default '', `path` varchar(100) NOT NULL default '', `title` longtext NOT NULL, `user_login` varchar(60) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `registered` datetime NOT NULL default '0000-00-00 00:00:00', `activated` datetime NOT NULL default '0000-00-00 00:00:00', `active` tinyint(1) NOT NULL default '0', `activation_key` varchar(50) NOT NULL default '', `meta` longtext, PRIMARY KEY (`signup_id`), KEY `activation_key` (`activation_key`), KEY `user_email` (`user_email`), KEY `user_login_email` (`user_login`,`user_email`), KEY `domain_path` (`domain`(140),`path`(51)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_signups` -- LOCK TABLES `g516db_signups` WRITE; /*!40000 ALTER TABLE `g516db_signups` DISABLE KEYS */; /*!40000 ALTER TABLE `g516db_signups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_term_relationships` -- DROP TABLE IF EXISTS `g516db_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_term_relationships` -- LOCK TABLES `g516db_term_relationships` WRITE; /*!40000 ALTER TABLE `g516db_term_relationships` DISABLE KEYS */; INSERT INTO `g516db_term_relationships` VALUES (61,46,0),(95,94,0),(97,94,0),(98,94,0),(99,94,0),(304,19,0),(304,21,0),(305,19,0),(308,19,0),(310,19,0),(312,19,0),(313,19,0),(314,19,0),(315,19,0),(536,95,0),(801,22,0),(803,22,0),(804,22,0),(805,22,0),(817,22,0),(818,22,0),(860,23,0),(965,23,0),(1067,20,0),(1069,20,0),(1071,21,0),(1074,23,0),(1636,27,0),(1638,28,0),(1640,27,0),(1646,25,0),(1648,31,0),(1650,25,0),(1661,26,0),(1672,29,0),(2089,19,0),(2090,19,0),(2091,19,0),(2092,19,0),(2093,19,0),(2094,19,0),(2095,19,0),(2284,18,0),(2284,30,0),(2285,18,0),(2285,30,0),(2708,33,0),(2709,33,0),(2710,33,0),(2711,33,0),(2712,33,0),(2713,33,0),(2714,33,0),(2718,38,0),(2719,38,0),(2720,38,0),(2721,32,0),(2722,32,0),(2723,32,0),(2724,32,0),(2725,32,0),(2726,33,0),(2734,34,0),(2735,34,0),(2736,34,0),(2739,34,0),(2742,35,0),(2743,35,0),(2744,35,0),(2745,35,0),(2751,36,0),(2752,36,0),(2754,39,0),(2755,39,0),(2756,39,0),(2757,39,0),(2758,39,0),(2759,39,0),(2760,33,0),(2761,33,0),(2764,33,0),(2765,38,0),(3031,38,0),(3041,33,0),(3050,33,0),(3052,33,0),(3053,33,0),(3072,33,0),(3074,33,0),(3079,33,0),(3080,33,0),(3081,33,0),(3082,33,0),(3083,38,0),(3084,38,0),(3095,43,0),(3096,43,0),(3097,43,0),(3708,43,0),(3132,95,0),(3200,43,0),(3209,43,0),(3284,97,0),(3385,43,0),(3391,43,0),(3393,106,0),(3409,106,0),(3417,108,0),(3417,110,0),(3419,108,0),(3419,110,0),(3421,106,0),(3422,106,0),(3435,107,0),(3435,108,0),(3437,107,0),(3437,108,0),(3440,106,0),(3441,106,0),(3443,107,0),(3443,108,0),(3446,106,0),(3448,108,0),(3448,109,0),(3453,108,0),(3453,109,0),(3472,106,0),(3474,106,0),(3475,108,0),(3475,109,0),(3478,106,0),(3481,106,0),(3482,43,0),(3537,108,0),(3537,111,0),(3551,43,0),(3586,108,0),(3586,111,0),(3588,108,0),(3588,111,0),(3590,106,0),(3591,106,0),(3592,106,0),(3593,106,0),(3594,108,0),(3594,111,0),(3596,108,0),(3596,111,0),(3598,106,0),(3599,106,0),(3672,36,0),(3673,36,0),(3707,43,0); /*!40000 ALTER TABLE `g516db_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_term_taxonomy` -- DROP TABLE IF EXISTS `g516db_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=112 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_term_taxonomy` -- LOCK TABLES `g516db_term_taxonomy` WRITE; /*!40000 ALTER TABLE `g516db_term_taxonomy` DISABLE KEYS */; INSERT INTO `g516db_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,'category','',0,0),(8,8,'category','',0,0),(9,9,'category','',0,0),(10,10,'category','',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,'topic-tag','',0,2),(19,19,'tribe_events_cat','',0,15),(20,20,'tribe_events_cat','',0,2),(21,21,'tribe_events_cat','',0,2),(22,22,'ourteam-category','',0,6),(23,23,'tribe_events_cat','',0,3),(24,24,'topic-tag','',0,0),(25,25,'topic-tag','',0,2),(26,26,'topic-tag','',0,1),(27,27,'topic-tag','',0,2),(28,28,'topic-tag','',0,1),(29,29,'topic-tag','',0,1),(30,30,'topic-tag','',0,2),(31,31,'topic-tag','',0,1),(32,32,'nav_menu','',0,5),(33,33,'nav_menu','',0,21),(34,34,'nav_menu','',0,4),(35,35,'nav_menu','',0,4),(36,36,'nav_menu','',0,4),(37,37,'nav_menu','',0,0),(38,38,'nav_menu','',0,7),(39,39,'nav_menu','',0,6),(41,41,'post_format','',0,0),(42,42,'post_format','',0,0),(43,43,'nav_menu','',0,11),(49,49,'category','',0,0),(53,53,'category','',0,0),(57,57,'category','',0,0),(61,61,'category','',0,0),(94,94,'languages_group','the group of languages',0,4),(95,95,'language','english',0,2),(97,97,'language','Chinese',0,1),(98,98,'language','Japanese',0,0),(99,99,'language','Korean',0,0),(101,101,'category','',0,0),(102,102,'category','',0,0),(103,103,'category','',0,0),(105,105,'nav_menu','',0,0),(106,106,'nav_menu','',0,17),(107,107,'post_tag','',0,3),(108,108,'post_tag','',0,13),(109,109,'post_tag','',0,3),(110,110,'post_tag','',0,2),(111,111,'post_tag','',0,5); /*!40000 ALTER TABLE `g516db_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_terms` -- DROP TABLE IF EXISTS `g516db_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=112 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_terms` -- LOCK TABLES `g516db_terms` WRITE; /*!40000 ALTER TABLE `g516db_terms` DISABLE KEYS */; INSERT INTO `g516db_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'article','event',0),(3,'Blog 1 Column','blog-1-column',0),(4,'Blog 2 Column','blog-2-column',0),(5,'Blog 4 Column','blog-4-column',0),(6,'Blog SideBar','blog-sidebar',0),(7,'cat_lesson','cat_lesson',0),(8,'courses','ex_courses',0),(9,'our project','our-project',0),(10,'Timeline','timeline',0),(11,'School','school',0),(12,'Scinece','scinece',0),(13,'tag event','tag-event',0),(14,'tag1','tag1',0),(15,'tag2','tag2',0),(16,'tag3','tag3',0),(17,'Work Space','work-space',0),(18,'design','design',0),(19,'event1','event1',0),(20,'event2','event2',0),(21,'event3','event3',0),(22,'our leader','our-leader',0),(23,'special','special',0),(24,'Support','support',0),(25,'tag forum','tag-forum',0),(26,'tag topic group','tag-topic-group',0),(27,'tag1','tag1',0),(28,'tag2','tag2',0),(29,'Tags forum','tags-forum',0),(30,'technology','technology',0),(31,'topic forum','topic-forum',0),(32,'Cavans Menu','cavans-menu',0),(33,'Main Menu','main-menu',0),(34,'Menu footer1','menu-footer1',0),(35,'Menu footer2','menu-footer2',0),(36,'Menu footer3','menu-footer3',0),(37,'Menu footer4','menu-footer4',0),(38,'Menu Right','menu-right',0),(39,'Menu Sidebar event','menu-sidebar-event',0),(41,'Image','post-format-image',0),(42,'Video','post-format-video',0),(43,'GENY Main Menu','geny-main-menu',0),(49,'Uncategorized','uncategorized-zh',0),(53,'Uncategorized','uncategorized-ja',0),(57,'Uncategorized','uncategorized-ko',0),(61,'Uncategorized','uncategorized-en',0),(94,'the-langs-group','the-langs-group',0),(95,'en_US','en_us',0),(97,'zh_CN','zh_cn',0),(98,'ja','ja',0),(99,'ko_KR','ko_kr',0),(101,'未分类','%e6%9c%aa%e5%88%86%e7%b1%bb',0),(102,'カテゴリーなし','%e3%82%ab%e3%83%86%e3%82%b4%e3%83%aa%e3%83%bc%e3%81%aa%e3%81%97',0),(103,'분류되지 않음','%eb%b6%84%eb%a5%98%eb%90%98%ec%a7%80-%ec%95%8a%ec%9d%8c',0),(105,'language switcher','language-switcher',0),(106,'Programs Side Menu','programs-side-menu',0),(107,'Business Program','business-program',0),(108,'Course','course',0),(109,'Language Program','language-program',0),(110,'Allied Health Program','allied-health-program',0),(111,'Multimedia Program','multimedia-program',0); /*!40000 ALTER TABLE `g516db_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_top_ten` -- DROP TABLE IF EXISTS `g516db_top_ten`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_top_ten` ( `postnumber` bigint(20) NOT NULL, `cntaccess` bigint(20) NOT NULL, `blog_id` bigint(20) NOT NULL default '1', PRIMARY KEY (`postnumber`,`blog_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_top_ten` -- LOCK TABLES `g516db_top_ten` WRITE; /*!40000 ALTER TABLE `g516db_top_ten` DISABLE KEYS */; INSERT INTO `g516db_top_ten` VALUES (536,911,1),(1385,3,1),(1400,1,1),(1408,1,1),(1441,29,1),(1444,2,1),(1454,1,1),(1630,1,1),(1631,1,1),(1632,1,1),(1658,1,1),(1689,89,1),(1703,1,1),(1752,105,1),(1781,1,1),(1791,2,1),(2130,1,1),(2131,1,1),(3098,5,1),(3101,1,1),(3102,1,1),(3103,2,1),(3104,2,1),(3105,3,1),(3108,4,1),(3109,5,1),(3110,5,1),(3111,5,1),(3112,5,1),(3113,5,1),(3114,5,1),(3115,5,1),(3116,5,1),(3117,5,1),(3118,6,1),(3119,6,1),(3120,6,1),(3121,6,1),(3122,6,1),(3130,41,1),(3131,41,1),(3177,52,1),(3180,53,1),(3182,53,1),(3184,53,1),(3185,53,1),(3186,13,1),(3189,53,1),(3190,53,1),(3191,53,1),(3192,53,1),(3193,53,1),(3214,15,1),(3216,15,1),(3217,15,1),(3219,15,1),(3220,18,1),(3222,15,1),(3223,15,1),(3224,46,1),(3227,15,1),(3230,15,1),(3231,15,1),(3232,15,1),(3233,15,1),(3234,18,1),(3235,63,1),(3236,15,1),(3237,15,1),(3293,86,1),(3324,138,1),(3325,112,1),(3326,112,1),(3327,112,1),(3328,112,1),(3329,112,1),(3330,112,1),(3331,112,1),(3333,29,1),(3334,29,1),(3335,29,1),(3336,29,1),(3337,29,1),(3338,29,1),(3339,29,1),(3340,29,1),(3341,29,1),(3342,29,1),(3344,29,1),(3346,29,1),(3348,29,1),(3349,29,1),(3350,29,1),(3358,29,1),(3359,29,1),(3360,29,1),(3361,29,1),(3362,29,1),(3363,29,1),(3366,29,1),(3367,29,1),(3379,39,1),(3380,128,1),(3381,46,1),(3500,41,1),(3501,41,1),(3502,521,1),(3503,337,1),(3511,381,1),(3513,392,1),(3514,392,1),(3515,392,1),(3516,392,1),(3520,394,1),(3521,394,1),(3522,395,1),(3523,396,1),(3524,396,1),(3525,396,1),(3535,396,1),(3691,422,1),(3692,422,1),(3694,422,1),(3123,27,1),(3125,55,1),(3382,21,1),(3206,15,1),(3588,4,1),(3197,13,1),(3549,12,1),(3479,27,1),(3695,478,1),(3537,18,1),(3453,14,1),(3437,9,1),(3596,5,1),(3448,27,1),(3383,14,1),(3475,8,1),(3417,5,1),(3419,5,1),(3443,4,1),(3586,10,1),(3594,2,1),(3435,12,1),(3703,12,1),(3705,12,1); /*!40000 ALTER TABLE `g516db_top_ten` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_top_ten_daily` -- DROP TABLE IF EXISTS `g516db_top_ten_daily`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_top_ten_daily` ( `postnumber` bigint(20) NOT NULL, `cntaccess` bigint(20) NOT NULL, `dp_date` datetime NOT NULL, `blog_id` bigint(20) NOT NULL default '1', PRIMARY KEY (`postnumber`,`dp_date`,`blog_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_top_ten_daily` -- LOCK TABLES `g516db_top_ten_daily` WRITE; /*!40000 ALTER TABLE `g516db_top_ten_daily` DISABLE KEYS */; INSERT INTO `g516db_top_ten_daily` VALUES (536,4,'2015-08-26 16:00:00',1),(536,1,'2015-08-26 21:00:00',1),(536,1,'2015-08-26 22:00:00',1),(536,3,'2015-08-26 23:00:00',1),(536,12,'2015-08-27 01:00:00',1),(536,11,'2015-08-27 02:00:00',1),(536,23,'2015-08-27 03:00:00',1),(536,9,'2015-08-27 04:00:00',1),(536,6,'2015-08-28 03:00:00',1),(536,1,'2015-08-28 15:00:00',1),(536,3,'2015-08-28 19:00:00',1),(536,16,'2015-08-29 04:00:00',1),(536,7,'2015-08-29 05:00:00',1),(536,1,'2015-08-29 16:00:00',1),(536,1,'2015-08-29 17:00:00',1),(536,4,'2015-08-29 19:00:00',1),(536,2,'2015-08-29 21:00:00',1),(536,4,'2015-08-29 22:00:00',1),(536,1,'2015-08-29 23:00:00',1),(536,1,'2015-08-30 01:00:00',1),(536,3,'2015-08-30 14:00:00',1),(536,1,'2015-08-31 13:00:00',1),(536,2,'2015-08-31 14:00:00',1),(536,8,'2015-08-31 15:00:00',1),(536,9,'2015-08-31 16:00:00',1),(536,15,'2015-09-02 01:00:00',1),(536,2,'2015-09-02 02:00:00',1),(536,35,'2015-09-02 03:00:00',1),(536,1,'2015-09-02 13:00:00',1),(536,1,'2015-09-02 16:00:00',1),(536,9,'2015-09-03 03:00:00',1),(536,36,'2015-09-03 04:00:00',1),(536,18,'2015-09-03 05:00:00',1),(536,2,'2015-09-04 18:00:00',1),(536,31,'2015-09-04 20:00:00',1),(536,12,'2015-09-04 21:00:00',1),(536,5,'2015-09-05 02:00:00',1),(536,133,'2015-09-05 03:00:00',1),(536,3,'2015-09-05 17:00:00',1),(536,2,'2015-09-05 21:00:00',1),(536,7,'2015-09-05 23:00:00',1),(536,4,'2015-09-06 03:00:00',1),(536,28,'2015-09-06 04:00:00',1),(536,1,'2015-09-06 05:00:00',1),(536,5,'2015-09-08 17:00:00',1),(536,12,'2015-09-08 20:00:00',1),(536,21,'2015-09-08 21:00:00',1),(536,1,'2015-09-09 03:00:00',1),(536,4,'2015-09-09 04:00:00',1),(536,1,'2015-09-09 20:00:00',1),(536,18,'2015-09-09 21:00:00',1),(536,14,'2015-09-09 22:00:00',1),(536,5,'2015-09-09 23:00:00',1),(536,31,'2015-09-10 00:00:00',1),(536,12,'2015-09-10 01:00:00',1),(536,3,'2015-09-11 18:00:00',1),(536,1,'2015-09-12 18:00:00',1),(536,1,'2015-09-12 21:00:00',1),(536,5,'2015-09-13 00:00:00',1),(536,2,'2015-09-14 19:00:00',1),(536,11,'2015-09-14 20:00:00',1),(536,9,'2015-09-14 21:00:00',1),(536,3,'2015-09-14 22:00:00',1),(536,22,'2015-09-15 01:00:00',1),(536,13,'2015-09-15 02:00:00',1),(536,2,'2015-09-15 03:00:00',1),(536,1,'2015-09-15 19:00:00',1),(1385,1,'2015-08-27 04:00:00',1),(1385,1,'2015-08-28 13:00:00',1),(1385,1,'2015-09-12 18:00:00',1),(1400,1,'2015-09-12 18:00:00',1),(1408,1,'2015-09-12 18:00:00',1),(1441,2,'2015-08-31 13:00:00',1),(1441,3,'2015-09-04 18:00:00',1),(1441,2,'2015-09-08 17:00:00',1),(1441,1,'2015-09-10 23:00:00',1),(1441,4,'2015-09-12 18:00:00',1),(1441,2,'2015-09-14 19:00:00',1),(1444,2,'2015-09-12 18:00:00',1),(1454,1,'2015-09-12 18:00:00',1),(1630,1,'2015-09-12 18:00:00',1),(1631,1,'2015-09-12 18:00:00',1),(1632,1,'2015-09-12 18:00:00',1),(1658,1,'2015-09-12 18:00:00',1),(1689,5,'2015-08-26 16:00:00',1),(1689,1,'2015-08-26 21:00:00',1),(1689,1,'2015-08-28 13:00:00',1),(1689,1,'2015-08-28 14:00:00',1),(1689,2,'2015-08-28 15:00:00',1),(1689,1,'2015-08-29 04:00:00',1),(1689,4,'2015-08-29 05:00:00',1),(1689,7,'2015-08-29 16:00:00',1),(1689,5,'2015-08-29 17:00:00',1),(1689,5,'2015-08-29 18:00:00',1),(1689,2,'2015-08-29 19:00:00',1),(1689,1,'2015-08-29 20:00:00',1),(1689,1,'2015-08-29 21:00:00',1),(1689,3,'2015-08-29 22:00:00',1),(1689,2,'2015-08-31 14:00:00',1),(1689,5,'2015-08-31 15:00:00',1),(1689,2,'2015-09-02 01:00:00',1),(1689,1,'2015-09-02 04:00:00',1),(1689,1,'2015-09-02 13:00:00',1),(1689,1,'2015-09-02 14:00:00',1),(1689,2,'2015-09-03 03:00:00',1),(1689,2,'2015-09-04 21:00:00',1),(1689,2,'2015-09-05 02:00:00',1),(1689,1,'2015-09-05 17:00:00',1),(1689,1,'2015-09-05 21:00:00',1),(1689,2,'2015-09-06 04:00:00',1),(1689,2,'2015-09-08 17:00:00',1),(1689,1,'2015-09-08 20:00:00',1),(1689,2,'2015-09-14 20:00:00',1),(1689,2,'2015-09-15 01:00:00',1),(1703,1,'2015-09-12 18:00:00',1),(1752,3,'2015-08-27 04:00:00',1),(1752,2,'2015-08-28 03:00:00',1),(1752,2,'2015-08-28 15:00:00',1),(1752,3,'2015-08-28 19:00:00',1),(1752,5,'2015-08-29 04:00:00',1),(1752,2,'2015-08-29 05:00:00',1),(1752,3,'2015-08-29 16:00:00',1),(1752,1,'2015-08-29 17:00:00',1),(1752,3,'2015-08-29 18:00:00',1),(1752,2,'2015-08-29 19:00:00',1),(1752,1,'2015-08-31 15:00:00',1),(1752,6,'2015-09-02 04:00:00',1),(1752,9,'2015-09-02 13:00:00',1),(1752,15,'2015-09-02 14:00:00',1),(1752,25,'2015-09-02 16:00:00',1),(1752,1,'2015-09-02 17:00:00',1),(1752,10,'2015-09-02 21:00:00',1),(1752,35,'2015-09-03 03:00:00',1),(1752,2,'2015-09-03 05:00:00',1),(1752,2,'2015-09-04 18:00:00',1),(1752,15,'2015-09-04 21:00:00',1),(1752,2,'2015-09-05 02:00:00',1),(1752,1,'2015-09-05 17:00:00',1),(1752,1,'2015-09-05 21:00:00',1),(1752,1,'2015-09-06 04:00:00',1),(1752,3,'2015-09-08 17:00:00',1),(1752,1,'2015-09-08 20:00:00',1),(1752,2,'2015-09-14 22:00:00',1),(1752,2,'2015-09-15 01:00:00',1),(1752,1,'2015-09-15 03:00:00',1),(1781,1,'2015-09-12 18:00:00',1),(1791,1,'2015-09-12 18:00:00',1),(1791,1,'2015-09-15 01:00:00',1),(2130,1,'2015-09-05 03:00:00',1),(2131,1,'2015-09-05 03:00:00',1),(536,8,'2015-09-16 04:00:00',1),(536,26,'2015-09-16 05:00:00',1),(3123,1,'2015-09-16 05:00:00',1),(3125,1,'2015-09-16 05:00:00',1),(1752,2,'2015-09-16 05:00:00',1),(3382,1,'2015-09-16 05:00:00',1),(1441,4,'2015-09-16 06:00:00',1),(536,8,'2015-09-16 06:00:00',1),(1689,3,'2015-09-16 06:00:00',1),(1752,1,'2015-09-16 06:00:00',1),(536,1,'2015-09-16 07:00:00',1),(536,1,'2015-09-16 09:00:00',1),(536,1,'2015-09-16 12:00:00',1),(536,12,'2015-09-16 13:00:00',1),(3206,1,'2015-09-16 13:00:00',1),(1752,2,'2015-09-16 13:00:00',1),(1689,1,'2015-09-16 13:00:00',1),(3125,2,'2015-09-16 13:00:00',1),(3588,1,'2015-09-16 13:00:00',1),(1441,3,'2015-09-16 13:00:00',1),(3197,2,'2015-09-16 13:00:00',1),(3549,1,'2015-09-16 13:00:00',1),(3479,1,'2015-09-16 13:00:00',1),(536,24,'2015-09-16 14:00:00',1),(1689,2,'2015-09-16 14:00:00',1),(536,15,'2015-09-16 15:00:00',1),(1441,1,'2015-09-16 15:00:00',1),(3123,2,'2015-09-16 15:00:00',1),(3537,1,'2015-09-16 15:00:00',1),(536,3,'2015-09-16 16:00:00',1),(3479,1,'2015-09-16 16:00:00',1),(3453,1,'2015-09-16 16:00:00',1),(3382,3,'2015-09-16 17:00:00',1),(3453,1,'2015-09-16 17:00:00',1),(3479,3,'2015-09-16 17:00:00',1),(536,17,'2015-09-16 17:00:00',1),(1752,4,'2015-09-16 17:00:00',1),(3206,1,'2015-09-16 17:00:00',1),(3197,1,'2015-09-16 17:00:00',1),(3549,1,'2015-09-16 17:00:00',1),(3537,3,'2015-09-16 17:00:00',1),(3437,1,'2015-09-16 17:00:00',1),(3596,1,'2015-09-16 17:00:00',1),(1689,2,'2015-09-16 17:00:00',1),(3448,2,'2015-09-16 17:00:00',1),(3125,1,'2015-09-16 17:00:00',1),(3383,1,'2015-09-16 17:00:00',1),(536,8,'2015-09-16 18:00:00',1),(3475,1,'2015-09-16 18:00:00',1),(3479,1,'2015-09-16 18:00:00',1),(3448,1,'2015-09-16 18:00:00',1),(1752,1,'2015-09-16 18:00:00',1),(3453,2,'2015-09-16 18:00:00',1),(3382,1,'2015-09-16 19:00:00',1),(1752,3,'2015-09-16 19:00:00',1),(1689,2,'2015-09-16 19:00:00',1),(536,4,'2015-09-16 19:00:00',1),(3125,2,'2015-09-16 19:00:00',1),(3383,1,'2015-09-16 19:00:00',1),(3417,3,'2015-09-16 19:00:00',1),(3123,3,'2015-09-16 19:00:00',1),(3448,1,'2015-09-16 19:00:00',1),(536,6,'2015-09-16 20:00:00',1),(3206,1,'2015-09-16 20:00:00',1),(3197,1,'2015-09-16 20:00:00',1),(3479,1,'2015-09-16 20:00:00',1),(3549,1,'2015-09-16 20:00:00',1),(3419,1,'2015-09-16 20:00:00',1),(3448,1,'2015-09-16 20:00:00',1),(3537,1,'2015-09-16 20:00:00',1),(1752,1,'2015-09-16 20:00:00',1),(3588,1,'2015-09-16 20:00:00',1),(536,10,'2015-09-16 21:00:00',1),(3206,1,'2015-09-16 21:00:00',1),(3549,1,'2015-09-16 21:00:00',1),(3123,2,'2015-09-16 21:00:00',1),(3125,2,'2015-09-16 21:00:00',1),(1752,4,'2015-09-16 21:00:00',1),(536,7,'2015-09-16 22:00:00',1),(3125,1,'2015-09-16 22:00:00',1),(3479,1,'2015-09-16 22:00:00',1),(1689,1,'2015-09-16 22:00:00',1),(3206,1,'2015-09-16 22:00:00',1),(3383,1,'2015-09-16 22:00:00',1),(536,38,'2015-09-16 23:00:00',1),(1441,1,'2015-09-16 23:00:00',1),(1752,3,'2015-09-16 23:00:00',1),(1689,2,'2015-09-16 23:00:00',1),(536,5,'2015-09-17 00:00:00',1),(3123,2,'2015-09-17 00:00:00',1),(3125,3,'2015-09-17 00:00:00',1),(3448,1,'2015-09-17 00:00:00',1),(3206,1,'2015-09-17 00:00:00',1),(3453,1,'2015-09-17 00:00:00',1),(3443,1,'2015-09-17 00:00:00',1),(3479,2,'2015-09-17 00:00:00',1),(1689,2,'2015-09-17 00:00:00',1),(3537,2,'2015-09-17 00:00:00',1),(3586,1,'2015-09-17 00:00:00',1),(3594,1,'2015-09-17 00:00:00',1),(3596,1,'2015-09-17 00:00:00',1),(3383,1,'2015-09-17 00:00:00',1),(1689,2,'2015-09-17 01:00:00',1),(536,3,'2015-09-17 01:00:00',1),(536,4,'2015-09-17 02:00:00',1),(1689,7,'2015-09-17 02:00:00',1),(536,5,'2015-09-17 03:00:00',1),(3206,1,'2015-09-17 03:00:00',1),(536,1,'2015-09-17 04:00:00',1),(536,4,'2015-09-17 05:00:00',1),(3125,2,'2015-09-17 05:00:00',1),(3453,2,'2015-09-17 05:00:00',1),(3123,2,'2015-09-17 05:00:00',1),(1441,1,'2015-09-17 07:00:00',1),(536,3,'2015-09-17 07:00:00',1),(536,10,'2015-09-17 08:00:00',1),(536,14,'2015-09-17 09:00:00',1),(1441,1,'2015-09-17 09:00:00',1),(3125,2,'2015-09-17 09:00:00',1),(3594,1,'2015-09-17 09:00:00',1),(3448,1,'2015-09-17 09:00:00',1),(3382,1,'2015-09-17 09:00:00',1),(536,19,'2015-09-17 10:00:00',1),(536,10,'2015-09-17 11:00:00',1),(3537,2,'2015-09-17 12:00:00',1),(536,1,'2015-09-17 12:00:00',1),(536,3,'2015-09-17 13:00:00',1),(536,6,'2015-09-17 15:00:00',1),(3206,1,'2015-09-17 15:00:00',1),(3549,1,'2015-09-17 15:00:00',1),(3382,2,'2015-09-17 15:00:00',1),(3383,1,'2015-09-17 15:00:00',1),(1752,1,'2015-09-17 15:00:00',1),(536,1,'2015-09-17 16:00:00',1),(536,1,'2015-09-17 17:00:00',1),(536,3,'2015-09-17 18:00:00',1),(3448,1,'2015-09-17 18:00:00',1),(3453,1,'2015-09-17 18:00:00',1),(536,3,'2015-09-17 19:00:00',1),(1752,1,'2015-09-17 19:00:00',1),(3475,3,'2015-09-17 20:00:00',1),(536,6,'2015-09-17 20:00:00',1),(3123,2,'2015-09-17 20:00:00',1),(3125,2,'2015-09-17 20:00:00',1),(3417,1,'2015-09-17 20:00:00',1),(3479,3,'2015-09-17 20:00:00',1),(1689,1,'2015-09-17 20:00:00',1),(536,4,'2015-09-17 21:00:00',1),(3125,1,'2015-09-17 21:00:00',1),(3435,3,'2015-09-17 21:00:00',1),(536,3,'2015-09-17 22:00:00',1),(536,1,'2015-09-17 23:00:00',1),(3382,1,'2015-09-18 00:00:00',1),(3197,1,'2015-09-18 00:00:00',1),(3549,2,'2015-09-18 00:00:00',1),(3537,2,'2015-09-18 00:00:00',1),(536,5,'2015-09-18 01:00:00',1),(3479,1,'2015-09-18 01:00:00',1),(3453,3,'2015-09-18 01:00:00',1),(3448,1,'2015-09-18 01:00:00',1),(536,12,'2015-09-18 02:00:00',1),(3435,4,'2015-09-18 02:00:00',1),(3448,2,'2015-09-18 02:00:00',1),(3125,5,'2015-09-18 02:00:00',1),(3437,2,'2015-09-18 02:00:00',1),(1752,3,'2015-09-18 02:00:00',1),(3123,1,'2015-09-18 02:00:00',1),(1689,3,'2015-09-18 02:00:00',1),(3197,1,'2015-09-18 02:00:00',1),(3382,2,'2015-09-18 02:00:00',1),(3586,3,'2015-09-18 02:00:00',1),(3383,2,'2015-09-18 02:00:00',1),(3475,1,'2015-09-18 02:00:00',1),(3443,1,'2015-09-18 02:00:00',1),(3537,1,'2015-09-18 02:00:00',1),(3479,1,'2015-09-18 02:00:00',1),(3453,1,'2015-09-18 02:00:00',1),(536,2,'2015-09-18 07:00:00',1),(536,4,'2015-09-18 08:00:00',1),(3125,2,'2015-09-18 08:00:00',1),(3435,2,'2015-09-18 08:00:00',1),(3123,1,'2015-09-18 08:00:00',1),(1752,1,'2015-09-18 08:00:00',1),(3437,1,'2015-09-18 08:00:00',1),(3383,1,'2015-09-18 08:00:00',1),(3382,1,'2015-09-18 08:00:00',1),(536,2,'2015-09-18 09:00:00',1),(3437,1,'2015-09-18 09:00:00',1),(3125,1,'2015-09-18 10:00:00',1),(3435,1,'2015-09-18 10:00:00',1),(536,2,'2015-09-18 10:00:00',1),(536,2,'2015-09-18 11:00:00',1),(3123,1,'2015-09-18 11:00:00',1),(3125,1,'2015-09-18 11:00:00',1),(3206,1,'2015-09-18 11:00:00',1),(1752,1,'2015-09-18 11:00:00',1),(536,2,'2015-09-18 13:00:00',1),(3125,1,'2015-09-18 13:00:00',1),(3448,1,'2015-09-18 13:00:00',1),(536,1,'2015-09-18 14:00:00',1),(3123,1,'2015-09-18 14:00:00',1),(1689,1,'2015-09-18 14:00:00',1),(536,23,'2015-09-18 15:00:00',1),(3125,3,'2015-09-18 15:00:00',1),(3586,1,'2015-09-18 15:00:00',1),(3443,1,'2015-09-18 15:00:00',1),(1689,2,'2015-09-18 15:00:00',1),(3479,1,'2015-09-18 15:00:00',1),(3448,2,'2015-09-18 15:00:00',1),(1441,2,'2015-09-18 15:00:00',1),(3123,1,'2015-09-18 15:00:00',1),(1752,2,'2015-09-18 15:00:00',1),(1689,1,'2015-09-18 16:00:00',1),(536,11,'2015-09-18 17:00:00',1),(3123,1,'2015-09-18 17:00:00',1),(3382,2,'2015-09-18 17:00:00',1),(3125,4,'2015-09-18 17:00:00',1),(3537,1,'2015-09-18 17:00:00',1),(1689,1,'2015-09-18 17:00:00',1),(3443,1,'2015-09-18 17:00:00',1),(3479,1,'2015-09-18 17:00:00',1),(3549,1,'2015-09-18 17:00:00',1),(536,3,'2015-09-18 18:00:00',1),(3197,1,'2015-09-18 18:00:00',1),(3125,1,'2015-09-18 18:00:00',1),(3549,1,'2015-09-18 18:00:00',1),(3125,2,'2015-09-18 19:00:00',1),(3206,1,'2015-09-18 19:00:00',1),(536,1,'2015-09-18 19:00:00',1),(1752,2,'2015-09-18 19:00:00',1),(1689,1,'2015-09-18 19:00:00',1),(3383,1,'2015-09-18 19:00:00',1),(536,3,'2015-09-18 20:00:00',1),(3123,1,'2015-09-18 20:00:00',1),(3125,2,'2015-09-18 20:00:00',1),(1752,1,'2015-09-18 20:00:00',1),(3479,1,'2015-09-18 20:00:00',1),(3448,1,'2015-09-18 20:00:00',1),(3453,1,'2015-09-18 21:00:00',1),(3197,1,'2015-09-18 23:00:00',1),(536,1,'2015-09-18 23:00:00',1),(3383,1,'2015-09-18 23:00:00',1),(3125,1,'2015-09-18 23:00:00',1),(3537,1,'2015-09-18 23:00:00',1),(536,2,'2015-09-19 00:00:00',1),(3125,2,'2015-09-19 00:00:00',1),(3197,1,'2015-09-19 00:00:00',1),(3437,4,'2015-09-19 00:00:00',1),(3435,1,'2015-09-19 00:00:00',1),(536,2,'2015-09-19 03:00:00',1),(536,1,'2015-09-19 05:00:00',1),(1752,1,'2015-09-19 05:00:00',1),(3125,1,'2015-09-19 05:00:00',1),(3197,1,'2015-09-19 05:00:00',1),(536,1,'2015-09-19 08:00:00',1),(536,1,'2015-09-19 13:00:00',1),(536,1,'2015-09-19 14:00:00',1),(536,2,'2015-09-19 16:00:00',1),(3479,1,'2015-09-19 16:00:00',1),(3475,1,'2015-09-19 16:00:00',1),(536,2,'2015-09-19 17:00:00',1),(3125,1,'2015-09-19 17:00:00',1),(536,2,'2015-09-19 18:00:00',1),(536,1,'2015-09-19 19:00:00',1),(536,1,'2015-09-19 21:00:00',1),(536,2,'2015-09-19 23:00:00',1),(1752,1,'2015-09-20 00:00:00',1),(536,4,'2015-09-20 01:00:00',1),(536,1,'2015-09-20 03:00:00',1),(3383,1,'2015-09-20 04:00:00',1),(536,1,'2015-09-20 04:00:00',1),(536,2,'2015-09-20 05:00:00',1),(536,1,'2015-09-20 09:00:00',1),(536,1,'2015-09-20 10:00:00',1),(536,3,'2015-09-20 13:00:00',1),(536,1,'2015-09-20 14:00:00',1),(536,1,'2015-09-20 15:00:00',1),(3586,1,'2015-09-20 15:00:00',1),(1752,1,'2015-09-20 15:00:00',1),(536,2,'2015-09-20 16:00:00',1),(3479,2,'2015-09-20 17:00:00',1),(3448,3,'2015-09-20 17:00:00',1),(3382,1,'2015-09-20 17:00:00',1),(536,7,'2015-09-20 18:00:00',1),(3479,3,'2015-09-20 18:00:00',1),(3448,7,'2015-09-20 18:00:00',1),(1752,1,'2015-09-20 18:00:00',1),(3448,1,'2015-09-20 20:00:00',1),(536,2,'2015-09-20 20:00:00',1),(536,1,'2015-09-20 23:00:00',1),(536,4,'2015-09-21 00:00:00',1),(3383,1,'2015-09-21 00:00:00',1),(3479,1,'2015-09-21 00:00:00',1),(3448,1,'2015-09-21 00:00:00',1),(1689,1,'2015-09-21 00:00:00',1),(3537,3,'2015-09-21 00:00:00',1),(3586,1,'2015-09-21 00:00:00',1),(3596,1,'2015-09-21 00:00:00',1),(3123,1,'2015-09-21 00:00:00',1),(3125,2,'2015-09-21 00:00:00',1),(3382,1,'2015-09-21 00:00:00',1),(536,5,'2015-09-21 01:00:00',1),(3382,1,'2015-09-21 01:00:00',1),(3125,1,'2015-09-21 01:00:00',1),(3453,1,'2015-09-21 01:00:00',1),(3417,1,'2015-09-21 01:00:00',1),(3586,2,'2015-09-21 01:00:00',1),(536,2,'2015-09-21 02:00:00',1),(3383,1,'2015-09-21 02:00:00',1),(3206,1,'2015-09-21 02:00:00',1),(3419,1,'2015-09-21 02:00:00',1),(536,1,'2015-09-21 05:00:00',1),(536,2,'2015-09-21 06:00:00',1),(3125,1,'2015-09-21 06:00:00',1),(3206,2,'2015-09-21 06:00:00',1),(3419,2,'2015-09-21 06:00:00',1),(1752,1,'2015-09-21 06:00:00',1),(536,2,'2015-09-21 07:00:00',1),(1752,2,'2015-09-21 07:00:00',1),(3549,1,'2015-09-21 07:00:00',1),(536,2,'2015-09-21 08:00:00',1),(3206,1,'2015-09-21 08:00:00',1),(3419,1,'2015-09-21 08:00:00',1),(1752,1,'2015-09-21 09:00:00',1),(1689,1,'2015-09-21 09:00:00',1),(536,3,'2015-09-21 09:00:00',1),(3125,1,'2015-09-21 09:00:00',1),(3206,1,'2015-09-21 09:00:00',1),(3197,1,'2015-09-21 09:00:00',1),(3435,1,'2015-09-21 09:00:00',1),(536,2,'2015-09-21 10:00:00',1),(536,1,'2015-09-21 12:00:00',1),(536,5,'2015-09-21 13:00:00',1),(3123,1,'2015-09-21 13:00:00',1),(3382,1,'2015-09-21 13:00:00',1),(536,4,'2015-09-21 14:00:00',1),(3382,2,'2015-09-21 14:00:00',1),(1752,2,'2015-09-21 14:00:00',1),(3125,1,'2015-09-21 14:00:00',1),(1689,1,'2015-09-21 14:00:00',1),(536,8,'2015-09-21 15:00:00',1),(3197,2,'2015-09-21 15:00:00',1),(3479,2,'2015-09-21 15:00:00',1),(3475,2,'2015-09-21 15:00:00',1),(3125,1,'2015-09-21 15:00:00',1),(3123,2,'2015-09-21 15:00:00',1),(1752,1,'2015-09-21 15:00:00',1),(536,6,'2015-09-21 16:00:00',1),(1441,2,'2015-09-21 16:00:00',1),(3382,1,'2015-09-21 16:00:00',1),(3125,1,'2015-09-21 16:00:00',1),(3537,1,'2015-09-21 16:00:00',1),(3588,1,'2015-09-21 16:00:00',1),(3596,1,'2015-09-21 16:00:00',1),(3586,1,'2015-09-21 16:00:00',1),(1689,1,'2015-09-21 16:00:00',1),(536,3,'2015-09-21 17:00:00',1),(3123,1,'2015-09-21 17:00:00',1),(536,5,'2015-09-21 18:00:00',1),(1752,1,'2015-09-21 18:00:00',1),(3123,1,'2015-09-21 18:00:00',1),(1689,2,'2015-09-21 18:00:00',1),(3383,1,'2015-09-21 18:00:00',1),(536,1,'2015-09-21 19:00:00',1),(536,9,'2015-09-21 20:00:00',1),(1689,1,'2015-09-21 20:00:00',1),(3125,1,'2015-09-21 20:00:00',1),(3549,2,'2015-09-21 21:00:00',1),(3596,1,'2015-09-21 21:00:00',1),(3588,1,'2015-09-21 21:00:00',1),(536,4,'2015-09-21 21:00:00',1); /*!40000 ALTER TABLE `g516db_top_ten_daily` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_usermeta` -- DROP TABLE IF EXISTS `g516db_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_usermeta` -- LOCK TABLES `g516db_usermeta` WRITE; /*!40000 ALTER TABLE `g516db_usermeta` DISABLE KEYS */; INSERT INTO `g516db_usermeta` VALUES (1,1,'nickname','genywebmaster'),(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,'g516db_capabilities','a:2:{s:13:\"administrator\";b:1;s:13:\"bbp_keymaster\";b:1;}'),(11,1,'g516db_user_level','10'),(12,1,'dismissed_wp_pointers','vc_pointers_backend_editor,pll_lgt,xl-new-version-2-19-3,xd-new-version-1-11-1,xd-new-version-2-12-1,xl-settings-news,xl-frontend-newss,xl-frontend-theme-news,xl-expert-special-news,xl-expert-news'),(13,1,'show_welcome_panel','1'),(15,1,'g516db_user-settings','mfold=o&editor=tinymce&libraryContent=browse&advImgDetails=show&post_dfw=off&align=center&urlbutton=none&imgsize=full&wplink=1&posts_list_mode=list'),(16,1,'g516db_user-settings-time','1442100330'),(17,1,'g516db_dashboard_quick_press_last_post_id','3712'),(46,1,'rocket_boxes','a:3:{i:0;s:34:\"rocket_warning_plugin_modification\";i:1;s:37:\"rocket_warning_config_dir_permissions\";i:2;s:36:\"rocket_warning_cache_dir_permissions\";}'),(30,1,'last_activity','2015-09-21 08:58:45'),(31,1,'nav_menu_recently_edited','43'),(32,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(33,1,'metaboxhidden_nav-menus','a:5:{i:0;s:23:\"add-buddypress-nav-menu\";i:1;s:9:\"add-forum\";i:2;s:11:\"add-ourteam\";i:3;s:12:\"add-post_tag\";i:4;s:20:\"add-ourteam-category\";}'),(34,1,'tribe_setDefaultNavMenuBoxes','1'),(35,1,'closedpostboxes_page','a:1:{i:0;s:18:\"page_blog_meta_box\";}'),(36,1,'metaboxhidden_page','a:9:{i:0;s:13:\"page_meta_box\";i:1;s:22:\"page_timeline_meta_box\";i:2;s:15:\"page_event_grid\";i:3;s:16:\"page_course_grid\";i:4;s:10:\"postcustom\";i:5;s:16:\"commentstatusdiv\";i:6;s:11:\"commentsdiv\";i:7;s:7:\"slugdiv\";i:8;s:9:\"authordiv\";}'),(37,1,'locale','en_US'),(38,1,'g516db_nav_menu_recently_edited','32'),(39,1,'session_tokens','a:2:{s:64:\"16124ee363563f5f48232feba14d4c706060d8166aa0ae1a6a402a10d2267ffa\";a:4:{s:10:\"expiration\";i:1447613812;s:2:\"ip\";s:12:\"72.76.121.61\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36\";s:5:\"login\";i:1447441012;}s:64:\"edd6f1028ac629a1bec76742bb200754aed320a1f839a56674e031f2e31fb8ec\";a:4:{s:10:\"expiration\";i:1447613866;s:2:\"ip\";s:12:\"72.76.121.61\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36\";s:5:\"login\";i:1447441066;}}'),(44,1,'g516db_media_library_mode','grid'),(40,1,'closedpostboxes_nav-menus','a:0:{}'),(41,1,'icl_admin_language',''),(42,1,'icl_show_hidden_languages','0'),(43,1,'icl_admin_language_for_edit','0'); /*!40000 ALTER TABLE `g516db_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g516db_users` -- DROP TABLE IF EXISTS `g516db_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `g516db_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `g516db_users` -- LOCK TABLES `g516db_users` WRITE; /*!40000 ALTER TABLE `g516db_users` DISABLE KEYS */; INSERT INTO `g516db_users` VALUES (1,'genywebmaster','$P$BUL1wuuuR4tDfSpKMe5ikjxVNLR9B20','genywebmaster','genywebmaster@gmail.com','','2015-08-26 16:00:44','',0,'genywebmaster'); /*!40000 ALTER TABLE `g516db_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'geny_wp' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2024-09-16 9:55:29