-- phpMyAdmin SQL Dump
-- version 2.11.2.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jul 01, 2016 at 02:25 AM
-- Server version: 5.0.45
-- PHP Version: 5.2.5

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `butebi`
--

-- --------------------------------------------------------

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

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL auto_increment,
  `comment_id` bigint(20) unsigned NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_commentmeta`
--


-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL auto_increment,
  `comment_post_ID` bigint(20) unsigned NOT NULL default '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL default '',
  `comment_author_url` varchar(200) NOT NULL default '',
  `comment_author_IP` varchar(100) NOT NULL default '',
  `comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL default '0',
  `comment_approved` varchar(20) NOT NULL default '1',
  `comment_agent` varchar(255) NOT NULL default '',
  `comment_type` varchar(20) NOT NULL default '',
  `comment_parent` bigint(20) unsigned NOT NULL default '0',
  `user_id` bigint(20) unsigned NOT NULL default '0',
  PRIMARY KEY  (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Mr WordPress', '', 'https://wordpress.org/', '', '2015-11-15 21:48:25', '2015-11-15 21:48:25', 'Hi, this is a comment.\nTo delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, '1', '', '', 0, 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL auto_increment,
  `link_url` varchar(255) NOT NULL default '',
  `link_name` varchar(255) NOT NULL default '',
  `link_image` varchar(255) NOT NULL default '',
  `link_target` varchar(25) NOT NULL default '',
  `link_description` varchar(255) NOT NULL default '',
  `link_visible` varchar(20) NOT NULL default 'Y',
  `link_owner` bigint(20) unsigned NOT NULL default '1',
  `link_rating` int(11) NOT NULL default '0',
  `link_updated` datetime NOT NULL default '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL default '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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


-- --------------------------------------------------------

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

CREATE TABLE `wp_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=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2928 ;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost/butebihotels', 'yes'),
(2, 'home', 'http://localhost/butebihotels', 'yes'),
(3, 'blogname', 'Butebi Hotels', 'yes'),
(4, 'blogdescription', 'Best Hotels in Mityana and Busega, |Kamapala, Uganda', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'kiberusharif@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '0', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/index.php/%year%/%monthnum%/%day%/%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:9:{i:0;s:55:"contact-form-7-datepicker/contact-form-7-datepicker.php";i:1;s:36:"contact-form-7/wp-contact-form-7.php";i:2;s:40:"envato-wordpress-toolkit-1.6.3/index.php";i:3;s:27:"js_composer/js_composer.php";i:4;s:47:"regenerate-thumbnails/regenerate-thumbnails.php";i:5;s:23:"revslider/revslider.php";i:6;s:27:"woocommerce/woocommerce.php";i:7;s:27:"woosidebars/woosidebars.php";i:8;s:33:"wp-charts/wordpress_charts_js.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:4:{i:0;s:63:"C:\\wamp\\www\\butebihotels/wp-content/themes/lambda/functions.php";i:1;s:60:"C:\\wamp\\www\\butebihotels/wp-content/themes/lambda/header.php";i:2;s:59:"C:\\wamp\\www\\butebihotels/wp-content/themes/lambda/style.css";i:3;s:0:"";}', 'no'),
(41, 'template', 'lambda', 'yes'),
(42, 'stylesheet', 'lambda', '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:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(80, 'widget_text', 'a:5:{i:1;a:3:{s:5:"title";s:10:"Our Hotels";s:4:"text";s:479:"<p class="element-bottom-20"><img src="http://d169hzb81ub7u3.cloudfront.net/hotel/wp-content/uploads/sites/16/2014/12/decor-small-white.png" alt="decor"></p>\r\nButebi Hotels is made up of a collection of 4 world class hotels, 3 of which are located at the heart of Mityana District in Central Uganda and the other in Kampala. Wamala Lake View Hotel, Emirates Hotel and Green Valley Hotel are strategically located in Mityana Town while Platinum Royale is found in Busega, Kampala.";s:6:"filter";b:1;}i:2;a:3:{s:5:"title";s:7:"Contact";s:4:"text";s:365:"<p class="element-bottom-20"><img src="http://d169hzb81ub7u3.cloudfront.net/hotel/wp-content/uploads/sites/16/2014/12/decor-small-white.png" alt="decor"></p>\r\nEmirates Hotel, Mityana: &nbsp;&nbsp;\r\n tel: 0782 - 912851<br>\r\nWamala Lake View Hotel, Mityana: &nbsp;&nbsp;\r\n tel: 0751 - 878395<br>\r\nPlatinum Royale Hotel, Busega: &nbsp;&nbsp;\r\n tel: 0752 - 637557<br>\r\n";s:6:"filter";b:0;}i:3;a:3:{s:5:"title";s:8:"Location";s:4:"text";s:426:"<p class="element-bottom-20"><img src="http://d169hzb81ub7u3.cloudfront.net/hotel/wp-content/uploads/sites/16/2014/12/decor-small-white.png" alt="decor"></p>\r\n<address>Wamala Lake View Hotel<br> Opposite Mityana Taxi Park</address>\r\n<address>Platinum Royale Hotel<br>Busega, Mtyana Road</address>\r\n<address>Emirates Hotel<br> Opposite Mityana Hospital</address>\r\n<address>Green Valley Hotel<br> Mityana Town Center</address>\r\n";s:6:"filter";b:0;}i:4;a:3:{s:5:"title";s:0:"";s:4:"text";s:50:"© 2015 Real Marketing Agency. All Rights Reserved";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:0:{}', 'no'),
(83, 'timezone_string', '', 'yes'),
(84, 'page_for_posts', '0', 'yes'),
(85, 'page_on_front', '70', 'yes'),
(86, 'default_post_format', '0', 'yes'),
(87, 'link_manager_enabled', '0', 'yes'),
(88, 'finished_splitting_shared_terms', '1', 'yes'),
(89, 'initial_db_version', '33056', 'yes'),
(90, 'wp_user_roles', 'a:7:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:132:{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:18:"manage_woocommerce";b:1;s:24:"view_woocommerce_reports";b:1;s:12:"edit_product";b:1;s:12:"read_product";b:1;s:14:"delete_product";b:1;s:13:"edit_products";b:1;s:20:"edit_others_products";b:1;s:16:"publish_products";b:1;s:21:"read_private_products";b:1;s:15:"delete_products";b:1;s:23:"delete_private_products";b:1;s:25:"delete_published_products";b:1;s:22:"delete_others_products";b:1;s:21:"edit_private_products";b:1;s:23:"edit_published_products";b:1;s:20:"manage_product_terms";b:1;s:18:"edit_product_terms";b:1;s:20:"delete_product_terms";b:1;s:20:"assign_product_terms";b:1;s:15:"edit_shop_order";b:1;s:15:"read_shop_order";b:1;s:17:"delete_shop_order";b:1;s:16:"edit_shop_orders";b:1;s:23:"edit_others_shop_orders";b:1;s:19:"publish_shop_orders";b:1;s:24:"read_private_shop_orders";b:1;s:18:"delete_shop_orders";b:1;s:26:"delete_private_shop_orders";b:1;s:28:"delete_published_shop_orders";b:1;s:25:"delete_others_shop_orders";b:1;s:24:"edit_private_shop_orders";b:1;s:26:"edit_published_shop_orders";b:1;s:23:"manage_shop_order_terms";b:1;s:21:"edit_shop_order_terms";b:1;s:23:"delete_shop_order_terms";b:1;s:23:"assign_shop_order_terms";b:1;s:16:"edit_shop_coupon";b:1;s:16:"read_shop_coupon";b:1;s:18:"delete_shop_coupon";b:1;s:17:"edit_shop_coupons";b:1;s:24:"edit_others_shop_coupons";b:1;s:20:"publish_shop_coupons";b:1;s:25:"read_private_shop_coupons";b:1;s:19:"delete_shop_coupons";b:1;s:27:"delete_private_shop_coupons";b:1;s:29:"delete_published_shop_coupons";b:1;s:26:"delete_others_shop_coupons";b:1;s:25:"edit_private_shop_coupons";b:1;s:27:"edit_published_shop_coupons";b:1;s:24:"manage_shop_coupon_terms";b:1;s:22:"edit_shop_coupon_terms";b:1;s:24:"delete_shop_coupon_terms";b:1;s:24:"assign_shop_coupon_terms";b:1;s:17:"edit_shop_webhook";b:1;s:17:"read_shop_webhook";b:1;s:19:"delete_shop_webhook";b:1;s:18:"edit_shop_webhooks";b:1;s:25:"edit_others_shop_webhooks";b:1;s:21:"publish_shop_webhooks";b:1;s:26:"read_private_shop_webhooks";b:1;s:20:"delete_shop_webhooks";b:1;s:28:"delete_private_shop_webhooks";b:1;s:30:"delete_published_shop_webhooks";b:1;s:27:"delete_others_shop_webhooks";b:1;s:26:"edit_private_shop_webhooks";b:1;s:28:"edit_published_shop_webhooks";b:1;s:25:"manage_shop_webhook_terms";b:1;s:23:"edit_shop_webhook_terms";b:1;s:25:"delete_shop_webhook_terms";b:1;s:25:"assign_shop_webhook_terms";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}s:8:"customer";a:2:{s:4:"name";s:8:"Customer";s:12:"capabilities";a:3:{s:4:"read";b:1;s:10:"edit_posts";b:0;s:12:"delete_posts";b:0;}}s:12:"shop_manager";a:2:{s:4:"name";s:12:"Shop Manager";s:12:"capabilities";a:110:{s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:4:"read";b:1;s:18:"read_private_pages";b:1;s:18:"read_private_posts";b:1;s:10:"edit_users";b:1;s:10:"edit_posts";b:1;s:10:"edit_pages";b:1;s:20:"edit_published_posts";b:1;s:20:"edit_published_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"edit_private_posts";b:1;s:17:"edit_others_posts";b:1;s:17:"edit_others_pages";b:1;s:13:"publish_posts";b:1;s:13:"publish_pages";b:1;s:12:"delete_posts";b:1;s:12:"delete_pages";b:1;s:20:"delete_private_pages";b:1;s:20:"delete_private_posts";b:1;s:22:"delete_published_pages";b:1;s:22:"delete_published_posts";b:1;s:19:"delete_others_posts";b:1;s:19:"delete_others_pages";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:17:"moderate_comments";b:1;s:15:"unfiltered_html";b:1;s:12:"upload_files";b:1;s:6:"export";b:1;s:6:"import";b:1;s:10:"list_users";b:1;s:18:"manage_woocommerce";b:1;s:24:"view_woocommerce_reports";b:1;s:12:"edit_product";b:1;s:12:"read_product";b:1;s:14:"delete_product";b:1;s:13:"edit_products";b:1;s:20:"edit_others_products";b:1;s:16:"publish_products";b:1;s:21:"read_private_products";b:1;s:15:"delete_products";b:1;s:23:"delete_private_products";b:1;s:25:"delete_published_products";b:1;s:22:"delete_others_products";b:1;s:21:"edit_private_products";b:1;s:23:"edit_published_products";b:1;s:20:"manage_product_terms";b:1;s:18:"edit_product_terms";b:1;s:20:"delete_product_terms";b:1;s:20:"assign_product_terms";b:1;s:15:"edit_shop_order";b:1;s:15:"read_shop_order";b:1;s:17:"delete_shop_order";b:1;s:16:"edit_shop_orders";b:1;s:23:"edit_others_shop_orders";b:1;s:19:"publish_shop_orders";b:1;s:24:"read_private_shop_orders";b:1;s:18:"delete_shop_orders";b:1;s:26:"delete_private_shop_orders";b:1;s:28:"delete_published_shop_orders";b:1;s:25:"delete_others_shop_orders";b:1;s:24:"edit_private_shop_orders";b:1;s:26:"edit_published_shop_orders";b:1;s:23:"manage_shop_order_terms";b:1;s:21:"edit_shop_order_terms";b:1;s:23:"delete_shop_order_terms";b:1;s:23:"assign_shop_order_terms";b:1;s:16:"edit_shop_coupon";b:1;s:16:"read_shop_coupon";b:1;s:18:"delete_shop_coupon";b:1;s:17:"edit_shop_coupons";b:1;s:24:"edit_others_shop_coupons";b:1;s:20:"publish_shop_coupons";b:1;s:25:"read_private_shop_coupons";b:1;s:19:"delete_shop_coupons";b:1;s:27:"delete_private_shop_coupons";b:1;s:29:"delete_published_shop_coupons";b:1;s:26:"delete_others_shop_coupons";b:1;s:25:"edit_private_shop_coupons";b:1;s:27:"edit_published_shop_coupons";b:1;s:24:"manage_shop_coupon_terms";b:1;s:22:"edit_shop_coupon_terms";b:1;s:24:"delete_shop_coupon_terms";b:1;s:24:"assign_shop_coupon_terms";b:1;s:17:"edit_shop_webhook";b:1;s:17:"read_shop_webhook";b:1;s:19:"delete_shop_webhook";b:1;s:18:"edit_shop_webhooks";b:1;s:25:"edit_others_shop_webhooks";b:1;s:21:"publish_shop_webhooks";b:1;s:26:"read_private_shop_webhooks";b:1;s:20:"delete_shop_webhooks";b:1;s:28:"delete_private_shop_webhooks";b:1;s:30:"delete_published_shop_webhooks";b:1;s:27:"delete_others_shop_webhooks";b:1;s:26:"edit_private_shop_webhooks";b:1;s:28:"edit_published_shop_webhooks";b:1;s:25:"manage_shop_webhook_terms";b:1;s:23:"edit_shop_webhook_terms";b:1;s:25:"delete_shop_webhook_terms";b:1;s:25:"assign_shop_webhook_terms";b:1;}}}', 'yes'),
(91, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(92, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(93, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(94, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(95, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(96, 'sidebars_widgets', 'a:19:{s:19:"wp_inactive_widgets";a:2:{i:0;s:17:"oxywidgetsocial-1";i:1;s:17:"oxywidgetsocial-2";}s:14:"upper-footer-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:14:"upper-footer-2";N;s:14:"upper-footer-3";N;s:14:"upper-footer-4";N;s:8:"footer-1";a:1:{i:0;s:6:"text-1";}s:8:"footer-2";a:1:{i:0;s:6:"text-2";}s:8:"footer-3";a:1:{i:0;s:6:"text-3";}s:8:"footer-4";N;s:12:"sub-footer-1";a:1:{i:0;s:6:"text-4";}s:12:"sub-footer-2";a:1:{i:0;s:10:"nav_menu-1";}s:12:"sub-footer-3";N;s:12:"sub-footer-4";N;s:8:"menu-bar";a:1:{i:0;s:17:"oxywidgetsocial-3";}s:8:"logo-bar";N;s:14:"above-nav-left";N;s:15:"above-nav-right";N;s:7:"sidebar";N;s:13:"array_version";i:3;}', 'yes'),
(99, 'cron', 'a:9:{i:1466623944;a:1:{s:32:"woocommerce_cancel_unpaid_orders";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1466625240;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:1466632110;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:1466632152;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1466633665;a:2:{s:28:"woocommerce_cleanup_sessions";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:30:"woocommerce_tracker_send_event";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1466640000;a:1:{s:27:"woocommerce_scheduled_sales";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1466674516;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:1467374400;a:1:{s:25:"woocommerce_geoip_updater";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:7:"monthly";s:4:"args";a:0:{}s:8:"interval";i:2635200;}}}s:7:"version";i:2;}', 'yes'),
(101, '_transient_random_seed', '681a47da9746e5033cb989d34af81cd5', 'yes'),
(102, 'nonce_key', ' 1`/Fq0==Qn19 3D4KCgV7[0Hbt7<XSD0*Q_v^Mrc+a9Uhijz[B*Y<O-P_1GTZZk', 'yes'),
(103, 'nonce_salt', 'e<ak_2H&i5R3JSN Q~&l9Yu=uSy7i/gN%|BP3xW48k.N(jG*/ z ?1xSa(4*JO(F', 'yes'),
(106, '_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:1466620344;s:15:"version_checked";s:5:"4.3.1";s:12:"translations";a:0:{}}', 'yes'),
(107, 'auth_key', 'hlk2#gG>zY=(fI&FoDoOD`:^VM-*Ny>Qqx>+:>>^}|fL1Vq#H5JA]![-04XDRACf', 'yes'),
(108, 'auth_salt', '3a3/+0U(M6E: H%qr>Pt_mloi&=Ag|3+thQ/4rt5.xN*y6G|}6v&)]>~AwJ!A+%b', 'yes'),
(109, 'logged_in_key', 'u1BsTYY%E8]{Sj|2Csz~wROQ9FT;!q`J!-y^(2 =_sn6tD?+9!q^$R9u{XcvH]d2', 'yes'),
(110, 'logged_in_salt', '~XZ8340r_&m%?j_A-1_uxriN79z[Y;7?2@m!JxJ7~Tp),z^I{.TR/N)9k9@CGWMc', 'yes'),
(114, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1466620344;s:7:"checked";a:4:{s:6:"lambda";s:5:"1.5.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'),
(115, 'can_compress_scripts', '1', 'yes'),
(116, 'theme_mods_twentyfifteen', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1447624228;s:4:"data";a:2:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}}}}', 'yes'),
(117, 'current_theme', 'Lambda', 'yes'),
(118, 'theme_mods_lambda', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:10;}s:16:"background_color";s:0:"";}', 'yes'),
(119, 'theme_switched', '', 'yes'),
(120, 'lambda_first_install', '1', 'yes'),
(121, 'lambda-options', 'a:199:{s:11:"site_loader";s:2:"on";s:17:"site_loader_style";s:3:"dot";s:15:"template_margin";s:2:"50";s:13:"site_comments";s:5:"posts";s:8:"404_page";s:0:"";s:10:"blog_style";s:13:"right-sidebar";s:15:"blog_post_style";s:23:"blog-list-layout-normal";s:18:"blog_show_readmore";s:2:"on";s:13:"blog_readmore";s:9:"read more";s:19:"blog_readmore_style";s:2:"on";s:16:"blog_stripteaser";s:3:"off";s:15:"blog_pagination";s:5:"pages";s:16:"blog_post_header";s:7:"details";s:24:"blog_post_media_position";s:5:"above";s:15:"blog_categories";s:2:"on";s:9:"blog_date";s:2:"on";s:11:"blog_author";s:2:"on";s:9:"blog_tags";s:2:"on";s:18:"blog_comment_count";s:2:"on";s:10:"author_bio";s:3:"off";s:17:"author_bio_avatar";s:2:"on";s:20:"blog_social_networks";a:4:{i:0;s:8:"facebook";i:1;s:7:"twitter";i:2;s:6:"google";i:3;s:9:"pinterest";}s:13:"related_posts";s:2:"on";s:19:"related_posts_style";s:5:"image";s:23:"related_posts_title_tag";s:2:"h3";s:24:"related_posts_text_align";s:4:"left";s:19:"related_posts_count";i:3;s:21:"related_posts_columns";i:3;s:12:"blog_masonry";s:10:"no-masonry";s:25:"blog_masonry_item_padding";i:8;s:18:"blog_masonry_style";s:13:"image-overlay";s:22:"blog_masonry_title_tag";s:2:"h3";s:23:"blog_masonry_text_align";s:4:"left";s:27:"masonry_section_text_shadow";s:9:"no-shadow";s:28:"masonry_section_inner_shadow";s:9:"no-shadow";s:21:"masonry_section_width";s:6:"padded";s:21:"masonry_section_class";s:0:"";s:18:"masonry_section_id";s:0:"";s:21:"masonry_section_label";s:0:"";s:30:"masonry_section_overlay_colour";s:7:"#000000";s:31:"masonry_section_overlay_opacity";i:0;s:28:"masonry_section_overlay_grid";i:0;s:36:"masonry_section_background_video_mp4";s:0:"";s:37:"masonry_section_background_video_webm";s:0:"";s:32:"masonry_section_background_image";s:0:"";s:37:"masonry_section_background_image_size";s:5:"cover";s:39:"masonry_section_background_image_repeat";s:9:"no-repeat";s:44:"masonry_section_background_position_vertical";i:0;s:43:"masonry_section_background_image_attachment";s:6:"scroll";s:41:"masonry_section_background_image_parallax";s:3:"off";s:47:"masonry_section_background_image_parallax_start";i:0;s:45:"masonry_section_background_image_parallax_end";i:-80;s:22:"masonry_section_height";s:6:"normal";s:28:"masonry_section_transparency";s:6:"opaque";s:34:"masonry_section_vertical_alignment";s:7:"default";s:20:"blog_override_header";s:7:"default";s:23:"blog_header_show_header";s:4:"show";s:28:"blog_header_show_breadcrumbs";s:4:"show";s:28:"blog_header_breadcrumbs_case";s:14:"text-lowercase";s:19:"blog_header_content";s:7:"My Blog";s:22:"blog_header_text_color";s:10:"text-light";s:23:"blog_header_header_type";s:2:"h1";s:23:"blog_header_header_size";s:6:"normal";s:25:"blog_header_header_weight";s:5:"light";s:24:"blog_header_header_align";s:4:"left";s:27:"blog_header_header_fade_out";s:3:"off";s:25:"blog_header_extra_classes";s:0:"";s:22:"blog_header_margin_top";s:2:"20";s:25:"blog_header_margin_bottom";s:2:"20";s:23:"blog_header_text_shadow";s:9:"no-shadow";s:24:"blog_header_inner_shadow";s:9:"no-shadow";s:17:"blog_header_width";s:6:"padded";s:17:"blog_header_class";s:0:"";s:14:"blog_header_id";s:0:"";s:17:"blog_header_label";s:0:"";s:26:"blog_header_overlay_colour";s:7:"#303c40";s:27:"blog_header_overlay_opacity";s:1:"1";s:24:"blog_header_overlay_grid";i:0;s:32:"blog_header_background_video_mp4";s:0:"";s:33:"blog_header_background_video_webm";s:0:"";s:28:"blog_header_background_image";s:0:"";s:33:"blog_header_background_image_size";s:5:"cover";s:35:"blog_header_background_image_repeat";s:9:"no-repeat";s:40:"blog_header_background_position_vertical";i:0;s:39:"blog_header_background_image_attachment";s:6:"scroll";s:37:"blog_header_background_image_parallax";s:3:"off";s:43:"blog_header_background_image_parallax_start";i:0;s:41:"blog_header_background_image_parallax_end";i:-80;s:18:"blog_header_height";s:6:"normal";s:24:"blog_header_transparency";s:6:"opaque";s:30:"blog_header_vertical_alignment";s:7:"default";s:23:"page_header_show_header";s:4:"show";s:22:"page_header_text_color";s:10:"text-light";s:23:"page_header_header_type";s:2:"h1";s:23:"page_header_header_size";s:5:"hyper";s:25:"page_header_header_weight";s:7:"default";s:24:"page_header_header_align";s:6:"center";s:27:"page_header_header_fade_out";s:2:"on";s:25:"page_header_extra_classes";s:0:"";s:22:"page_header_margin_top";s:3:"220";s:25:"page_header_margin_bottom";s:3:"100";s:23:"page_header_text_shadow";s:9:"no-shadow";s:24:"page_header_inner_shadow";s:9:"no-shadow";s:17:"page_header_width";s:6:"padded";s:17:"page_header_class";s:0:"";s:14:"page_header_id";s:0:"";s:17:"page_header_label";s:0:"";s:26:"page_header_overlay_colour";s:7:"#000000";s:27:"page_header_overlay_opacity";s:3:"0.2";s:24:"page_header_overlay_grid";s:1:"0";s:32:"page_header_background_video_mp4";s:0:"";s:33:"page_header_background_video_webm";s:0:"";s:28:"page_header_background_image";s:89:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/promo-notinclude.jpg";s:33:"page_header_background_image_size";s:5:"cover";s:35:"page_header_background_image_repeat";s:9:"no-repeat";s:40:"page_header_background_position_vertical";s:1:"0";s:39:"page_header_background_image_attachment";s:5:"fixed";s:37:"page_header_background_image_parallax";s:2:"on";s:43:"page_header_background_image_parallax_start";s:1:"0";s:41:"page_header_background_image_parallax_end";s:3:"-80";s:18:"page_header_height";s:6:"normal";s:24:"page_header_transparency";s:6:"opaque";s:30:"page_header_vertical_alignment";s:7:"default";s:9:"animation";s:5:"slide";s:5:"speed";i:7000;s:8:"duration";i:600;s:9:"autostart";s:4:"true";s:12:"directionnav";s:4:"hide";s:12:"showcontrols";s:4:"show";s:16:"controlsposition";s:6:"inside";s:13:"controlsalign";s:6:"center";s:8:"captions";s:4:"hide";s:19:"captions_horizontal";s:4:"left";s:7:"tooltip";s:4:"hide";s:26:"portfolio_button_text_zoom";s:11:"View Larger";s:29:"portfolio_button_text_details";s:12:"More Details";s:14:"portfolio_page";s:0:"";s:23:"related_portfolio_items";s:3:"off";s:22:"related_portfolio_text";s:19:"Other related items";s:23:"related_portfolio_count";s:1:"3";s:25:"related_portfolio_columns";s:1:"3";s:20:"portfolio_item_width";s:3:"800";s:21:"portfolio_item_height";s:3:"600";s:19:"portfolio_item_crop";s:2:"on";s:14:"portfolio_slug";s:9:"portfolio";s:13:"services_slug";s:12:"our-services";s:10:"staff_slug";s:8:"our-team";s:22:"portfolio_archive_page";s:0:"";s:21:"services_archive_page";s:0:"";s:18:"staff_archive_page";s:0:"";s:9:"extra_css";s:179:"#footer .section:first-child{\r\ntext-align: center;\r\n}\r\n.figure-overlay .figure-overlay-container .figure-caption {\r\ntext-align: center;\r\n}\r\n.center-block {\r\ntext-align: center;\r\n}";s:7:"favicon";s:71:"http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-fav.png";s:11:"iphone_icon";s:71:"http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-fav.png";s:18:"iphone_retina_icon";s:71:"http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-fav.png";s:9:"ipad_icon";s:71:"http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-fav.png";s:16:"ipad_icon_retina";s:71:"http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-fav.png";s:13:"mobile_videos";s:3:"off";s:11:"google_anal";s:0:"";s:14:"ajax_menu_save";s:2:"on";s:18:"one_click_throttle";s:1:"2";s:11:"data_export";s:10760:"YToxODY6e3M6MTE6InNpdGVfbG9hZGVyIjtzOjI6Im9uIjtzOjE3OiJzaXRlX2xvYWRlcl9zdHlsZSI7czozOiJkb3QiO3M6MTU6InRlbXBsYXRlX21hcmdpbiI7czoyOiI1MCI7czoxMzoic2l0ZV9jb21tZW50cyI7czo1OiJwb3N0cyI7czoxMDoiYmxvZ19zdHlsZSI7czoxMzoicmlnaHQtc2lkZWJhciI7czoxNToiYmxvZ19wb3N0X3N0eWxlIjtzOjIzOiJibG9nLWxpc3QtbGF5b3V0LW5vcm1hbCI7czoxODoiYmxvZ19zaG93X3JlYWRtb3JlIjtzOjI6Im9uIjtzOjEzOiJibG9nX3JlYWRtb3JlIjtzOjk6InJlYWQgbW9yZSI7czoxOToiYmxvZ19yZWFkbW9yZV9zdHlsZSI7czoyOiJvbiI7czoxNjoiYmxvZ19zdHJpcHRlYXNlciI7czozOiJvZmYiO3M6MTU6ImJsb2dfcGFnaW5hdGlvbiI7czo1OiJwYWdlcyI7czoxNjoiYmxvZ19wb3N0X2hlYWRlciI7czo3OiJkZXRhaWxzIjtzOjI0OiJibG9nX3Bvc3RfbWVkaWFfcG9zaXRpb24iO3M6NToiYWJvdmUiO3M6MTU6ImJsb2dfY2F0ZWdvcmllcyI7czoyOiJvbiI7czo5OiJibG9nX2RhdGUiO3M6Mjoib24iO3M6MTE6ImJsb2dfYXV0aG9yIjtzOjI6Im9uIjtzOjk6ImJsb2dfdGFncyI7czoyOiJvbiI7czoxODoiYmxvZ19jb21tZW50X2NvdW50IjtzOjI6Im9uIjtzOjEwOiJhdXRob3JfYmlvIjtzOjM6Im9mZiI7czoxNzoiYXV0aG9yX2Jpb19hdmF0YXIiO3M6Mjoib24iO3M6MjA6ImJsb2dfc29jaWFsX25ldHdvcmtzIjthOjQ6e2k6MDtzOjg6ImZhY2Vib29rIjtpOjE7czo3OiJ0d2l0dGVyIjtpOjI7czo2OiJnb29nbGUiO2k6MztzOjk6InBpbnRlcmVzdCI7fXM6MTM6InJlbGF0ZWRfcG9zdHMiO3M6Mjoib24iO3M6MTk6InJlbGF0ZWRfcG9zdHNfc3R5bGUiO3M6NToiaW1hZ2UiO3M6MjM6InJlbGF0ZWRfcG9zdHNfdGl0bGVfdGFnIjtzOjI6ImgzIjtzOjI0OiJyZWxhdGVkX3Bvc3RzX3RleHRfYWxpZ24iO3M6NDoibGVmdCI7czoxOToicmVsYXRlZF9wb3N0c19jb3VudCI7aTozO3M6MjE6InJlbGF0ZWRfcG9zdHNfY29sdW1ucyI7aTozO3M6MTI6ImJsb2dfbWFzb25yeSI7czoxMDoibm8tbWFzb25yeSI7czoyNToiYmxvZ19tYXNvbnJ5X2l0ZW1fcGFkZGluZyI7aTo4O3M6MTg6ImJsb2dfbWFzb25yeV9zdHlsZSI7czoxMzoiaW1hZ2Utb3ZlcmxheSI7czoyMjoiYmxvZ19tYXNvbnJ5X3RpdGxlX3RhZyI7czoyOiJoMyI7czoyMzoiYmxvZ19tYXNvbnJ5X3RleHRfYWxpZ24iO3M6NDoibGVmdCI7czoyNzoibWFzb25yeV9zZWN0aW9uX3RleHRfc2hhZG93IjtzOjk6Im5vLXNoYWRvdyI7czoyODoibWFzb25yeV9zZWN0aW9uX2lubmVyX3NoYWRvdyI7czo5OiJuby1zaGFkb3ciO3M6MjE6Im1hc29ucnlfc2VjdGlvbl93aWR0aCI7czo2OiJwYWRkZWQiO3M6MjE6Im1hc29ucnlfc2VjdGlvbl9jbGFzcyI7czowOiIiO3M6MTg6Im1hc29ucnlfc2VjdGlvbl9pZCI7czowOiIiO3M6MjE6Im1hc29ucnlfc2VjdGlvbl9sYWJlbCI7czowOiIiO3M6MzA6Im1hc29ucnlfc2VjdGlvbl9vdmVybGF5X2NvbG91ciI7czo3OiIjMDAwMDAwIjtzOjMxOiJtYXNvbnJ5X3NlY3Rpb25fb3ZlcmxheV9vcGFjaXR5IjtpOjA7czoyODoibWFzb25yeV9zZWN0aW9uX292ZXJsYXlfZ3JpZCI7aTowO3M6MzY6Im1hc29ucnlfc2VjdGlvbl9iYWNrZ3JvdW5kX3ZpZGVvX21wNCI7czowOiIiO3M6Mzc6Im1hc29ucnlfc2VjdGlvbl9iYWNrZ3JvdW5kX3ZpZGVvX3dlYm0iO3M6MDoiIjtzOjMyOiJtYXNvbnJ5X3NlY3Rpb25fYmFja2dyb3VuZF9pbWFnZSI7czowOiIiO3M6Mzc6Im1hc29ucnlfc2VjdGlvbl9iYWNrZ3JvdW5kX2ltYWdlX3NpemUiO3M6NToiY292ZXIiO3M6Mzk6Im1hc29ucnlfc2VjdGlvbl9iYWNrZ3JvdW5kX2ltYWdlX3JlcGVhdCI7czo5OiJuby1yZXBlYXQiO3M6NDQ6Im1hc29ucnlfc2VjdGlvbl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX3ZlcnRpY2FsIjtpOjA7czo0MzoibWFzb25yeV9zZWN0aW9uX2JhY2tncm91bmRfaW1hZ2VfYXR0YWNobWVudCI7czo2OiJzY3JvbGwiO3M6NDE6Im1hc29ucnlfc2VjdGlvbl9iYWNrZ3JvdW5kX2ltYWdlX3BhcmFsbGF4IjtzOjM6Im9mZiI7czo0NzoibWFzb25yeV9zZWN0aW9uX2JhY2tncm91bmRfaW1hZ2VfcGFyYWxsYXhfc3RhcnQiO2k6MDtzOjQ1OiJtYXNvbnJ5X3NlY3Rpb25fYmFja2dyb3VuZF9pbWFnZV9wYXJhbGxheF9lbmQiO2k6LTgwO3M6MjI6Im1hc29ucnlfc2VjdGlvbl9oZWlnaHQiO3M6Njoibm9ybWFsIjtzOjI4OiJtYXNvbnJ5X3NlY3Rpb25fdHJhbnNwYXJlbmN5IjtzOjY6Im9wYXF1ZSI7czozNDoibWFzb25yeV9zZWN0aW9uX3ZlcnRpY2FsX2FsaWdubWVudCI7czo3OiJkZWZhdWx0IjtzOjIwOiJibG9nX292ZXJyaWRlX2hlYWRlciI7czo3OiJkZWZhdWx0IjtzOjIzOiJibG9nX2hlYWRlcl9zaG93X2hlYWRlciI7czo0OiJzaG93IjtzOjI4OiJibG9nX2hlYWRlcl9zaG93X2JyZWFkY3J1bWJzIjtzOjQ6InNob3ciO3M6Mjg6ImJsb2dfaGVhZGVyX2JyZWFkY3J1bWJzX2Nhc2UiO3M6MTQ6InRleHQtbG93ZXJjYXNlIjtzOjE5OiJibG9nX2hlYWRlcl9jb250ZW50IjtzOjc6Ik15IEJsb2ciO3M6MjI6ImJsb2dfaGVhZGVyX3RleHRfY29sb3IiO3M6MTA6InRleHQtbGlnaHQiO3M6MjM6ImJsb2dfaGVhZGVyX2hlYWRlcl90eXBlIjtzOjI6ImgxIjtzOjIzOiJibG9nX2hlYWRlcl9oZWFkZXJfc2l6ZSI7czo2OiJub3JtYWwiO3M6MjU6ImJsb2dfaGVhZGVyX2hlYWRlcl93ZWlnaHQiO3M6NToibGlnaHQiO3M6MjQ6ImJsb2dfaGVhZGVyX2hlYWRlcl9hbGlnbiI7czo0OiJsZWZ0IjtzOjI3OiJibG9nX2hlYWRlcl9oZWFkZXJfZmFkZV9vdXQiO3M6Mzoib2ZmIjtzOjI1OiJibG9nX2hlYWRlcl9leHRyYV9jbGFzc2VzIjtzOjA6IiI7czoyMjoiYmxvZ19oZWFkZXJfbWFyZ2luX3RvcCI7czoyOiIyMCI7czoyNToiYmxvZ19oZWFkZXJfbWFyZ2luX2JvdHRvbSI7czoyOiIyMCI7czoyMzoiYmxvZ19oZWFkZXJfdGV4dF9zaGFkb3ciO3M6OToibm8tc2hhZG93IjtzOjI0OiJibG9nX2hlYWRlcl9pbm5lcl9zaGFkb3ciO3M6OToibm8tc2hhZG93IjtzOjE3OiJibG9nX2hlYWRlcl93aWR0aCI7czo2OiJwYWRkZWQiO3M6MTc6ImJsb2dfaGVhZGVyX2NsYXNzIjtzOjA6IiI7czoxNDoiYmxvZ19oZWFkZXJfaWQiO3M6MDoiIjtzOjE3OiJibG9nX2hlYWRlcl9sYWJlbCI7czowOiIiO3M6MjY6ImJsb2dfaGVhZGVyX292ZXJsYXlfY29sb3VyIjtzOjc6IiMzMDNjNDAiO3M6Mjc6ImJsb2dfaGVhZGVyX292ZXJsYXlfb3BhY2l0eSI7czoxOiIxIjtzOjI0OiJibG9nX2hlYWRlcl9vdmVybGF5X2dyaWQiO2k6MDtzOjMyOiJibG9nX2hlYWRlcl9iYWNrZ3JvdW5kX3ZpZGVvX21wNCI7czowOiIiO3M6MzM6ImJsb2dfaGVhZGVyX2JhY2tncm91bmRfdmlkZW9fd2VibSI7czowOiIiO3M6MzM6ImJsb2dfaGVhZGVyX2JhY2tncm91bmRfaW1hZ2Vfc2l6ZSI7czo1OiJjb3ZlciI7czozNToiYmxvZ19oZWFkZXJfYmFja2dyb3VuZF9pbWFnZV9yZXBlYXQiO3M6OToibm8tcmVwZWF0IjtzOjQwOiJibG9nX2hlYWRlcl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX3ZlcnRpY2FsIjtpOjA7czozOToiYmxvZ19oZWFkZXJfYmFja2dyb3VuZF9pbWFnZV9hdHRhY2htZW50IjtzOjY6InNjcm9sbCI7czozNzoiYmxvZ19oZWFkZXJfYmFja2dyb3VuZF9pbWFnZV9wYXJhbGxheCI7czozOiJvZmYiO3M6NDM6ImJsb2dfaGVhZGVyX2JhY2tncm91bmRfaW1hZ2VfcGFyYWxsYXhfc3RhcnQiO2k6MDtzOjQxOiJibG9nX2hlYWRlcl9iYWNrZ3JvdW5kX2ltYWdlX3BhcmFsbGF4X2VuZCI7aTotODA7czoxODoiYmxvZ19oZWFkZXJfaGVpZ2h0IjtzOjY6Im5vcm1hbCI7czoyNDoiYmxvZ19oZWFkZXJfdHJhbnNwYXJlbmN5IjtzOjY6Im9wYXF1ZSI7czozMDoiYmxvZ19oZWFkZXJfdmVydGljYWxfYWxpZ25tZW50IjtzOjc6ImRlZmF1bHQiO3M6MjM6InBhZ2VfaGVhZGVyX3Nob3dfaGVhZGVyIjtzOjQ6InNob3ciO3M6MjI6InBhZ2VfaGVhZGVyX3RleHRfY29sb3IiO3M6MTA6InRleHQtbGlnaHQiO3M6MjM6InBhZ2VfaGVhZGVyX2hlYWRlcl90eXBlIjtzOjI6ImgxIjtzOjIzOiJwYWdlX2hlYWRlcl9oZWFkZXJfc2l6ZSI7czo1OiJoeXBlciI7czoyNToicGFnZV9oZWFkZXJfaGVhZGVyX3dlaWdodCI7czo3OiJkZWZhdWx0IjtzOjI0OiJwYWdlX2hlYWRlcl9oZWFkZXJfYWxpZ24iO3M6NjoiY2VudGVyIjtzOjI3OiJwYWdlX2hlYWRlcl9oZWFkZXJfZmFkZV9vdXQiO3M6Mjoib24iO3M6MjU6InBhZ2VfaGVhZGVyX2V4dHJhX2NsYXNzZXMiO3M6MDoiIjtzOjIyOiJwYWdlX2hlYWRlcl9tYXJnaW5fdG9wIjtzOjM6IjIyMCI7czoyNToicGFnZV9oZWFkZXJfbWFyZ2luX2JvdHRvbSI7czozOiIxMDAiO3M6MjM6InBhZ2VfaGVhZGVyX3RleHRfc2hhZG93IjtzOjk6Im5vLXNoYWRvdyI7czoyNDoicGFnZV9oZWFkZXJfaW5uZXJfc2hhZG93IjtzOjk6Im5vLXNoYWRvdyI7czoxNzoicGFnZV9oZWFkZXJfd2lkdGgiO3M6NjoicGFkZGVkIjtzOjE3OiJwYWdlX2hlYWRlcl9jbGFzcyI7czowOiIiO3M6MTQ6InBhZ2VfaGVhZGVyX2lkIjtzOjA6IiI7czoxNzoicGFnZV9oZWFkZXJfbGFiZWwiO3M6MDoiIjtzOjI2OiJwYWdlX2hlYWRlcl9vdmVybGF5X2NvbG91ciI7czo3OiIjMDAwMDAwIjtzOjI3OiJwYWdlX2hlYWRlcl9vdmVybGF5X29wYWNpdHkiO3M6MzoiMC4yIjtzOjI0OiJwYWdlX2hlYWRlcl9vdmVybGF5X2dyaWQiO3M6MToiMCI7czozMjoicGFnZV9oZWFkZXJfYmFja2dyb3VuZF92aWRlb19tcDQiO3M6MDoiIjtzOjMzOiJwYWdlX2hlYWRlcl9iYWNrZ3JvdW5kX3ZpZGVvX3dlYm0iO3M6MDoiIjtzOjMzOiJwYWdlX2hlYWRlcl9iYWNrZ3JvdW5kX2ltYWdlX3NpemUiO3M6NToiY292ZXIiO3M6MzU6InBhZ2VfaGVhZGVyX2JhY2tncm91bmRfaW1hZ2VfcmVwZWF0IjtzOjk6Im5vLXJlcGVhdCI7czo0MDoicGFnZV9oZWFkZXJfYmFja2dyb3VuZF9wb3NpdGlvbl92ZXJ0aWNhbCI7czoxOiIwIjtzOjM5OiJwYWdlX2hlYWRlcl9iYWNrZ3JvdW5kX2ltYWdlX2F0dGFjaG1lbnQiO3M6NToiZml4ZWQiO3M6Mzc6InBhZ2VfaGVhZGVyX2JhY2tncm91bmRfaW1hZ2VfcGFyYWxsYXgiO3M6Mjoib24iO3M6NDM6InBhZ2VfaGVhZGVyX2JhY2tncm91bmRfaW1hZ2VfcGFyYWxsYXhfc3RhcnQiO3M6MToiMCI7czo0MToicGFnZV9oZWFkZXJfYmFja2dyb3VuZF9pbWFnZV9wYXJhbGxheF9lbmQiO3M6MzoiLTgwIjtzOjE4OiJwYWdlX2hlYWRlcl9oZWlnaHQiO3M6Njoibm9ybWFsIjtzOjI0OiJwYWdlX2hlYWRlcl90cmFuc3BhcmVuY3kiO3M6Njoib3BhcXVlIjtzOjMwOiJwYWdlX2hlYWRlcl92ZXJ0aWNhbF9hbGlnbm1lbnQiO3M6NzoiZGVmYXVsdCI7czo5OiJhbmltYXRpb24iO3M6NToic2xpZGUiO3M6NToic3BlZWQiO2k6NzAwMDtzOjg6ImR1cmF0aW9uIjtpOjYwMDtzOjk6ImF1dG9zdGFydCI7czo0OiJ0cnVlIjtzOjEyOiJkaXJlY3Rpb25uYXYiO3M6NDoiaGlkZSI7czoxMjoic2hvd2NvbnRyb2xzIjtzOjQ6InNob3ciO3M6MTY6ImNvbnRyb2xzcG9zaXRpb24iO3M6NjoiaW5zaWRlIjtzOjEzOiJjb250cm9sc2FsaWduIjtzOjY6ImNlbnRlciI7czo4OiJjYXB0aW9ucyI7czo0OiJoaWRlIjtzOjE5OiJjYXB0aW9uc19ob3Jpem9udGFsIjtzOjQ6ImxlZnQiO3M6NzoidG9vbHRpcCI7czo0OiJoaWRlIjtzOjI2OiJwb3J0Zm9saW9fYnV0dG9uX3RleHRfem9vbSI7czoxMToiVmlldyBMYXJnZXIiO3M6Mjk6InBvcnRmb2xpb19idXR0b25fdGV4dF9kZXRhaWxzIjtzOjEyOiJNb3JlIERldGFpbHMiO3M6MTQ6InBvcnRmb2xpb19wYWdlIjtzOjA6IiI7czoyMzoicmVsYXRlZF9wb3J0Zm9saW9faXRlbXMiO3M6Mzoib2ZmIjtzOjIyOiJyZWxhdGVkX3BvcnRmb2xpb190ZXh0IjtzOjE5OiJPdGhlciByZWxhdGVkIGl0ZW1zIjtzOjIzOiJyZWxhdGVkX3BvcnRmb2xpb19jb3VudCI7czoxOiIzIjtzOjI1OiJyZWxhdGVkX3BvcnRmb2xpb19jb2x1bW5zIjtzOjE6IjMiO3M6MjA6InBvcnRmb2xpb19pdGVtX3dpZHRoIjtzOjM6IjgwMCI7czoyMToicG9ydGZvbGlvX2l0ZW1faGVpZ2h0IjtzOjM6IjYwMCI7czoxOToicG9ydGZvbGlvX2l0ZW1fY3JvcCI7czoyOiJvbiI7czoxNDoicG9ydGZvbGlvX3NsdWciO3M6OToicG9ydGZvbGlvIjtzOjEzOiJzZXJ2aWNlc19zbHVnIjtzOjEyOiJvdXItc2VydmljZXMiO3M6MTA6InN0YWZmX3NsdWciO3M6ODoib3VyLXRlYW0iO3M6OToiZXh0cmFfY3NzIjtzOjE3OToiI2Zvb3RlciAuc2VjdGlvbjpmaXJzdC1jaGlsZHsNCnRleHQtYWxpZ246IGNlbnRlcjsNCn0NCi5maWd1cmUtb3ZlcmxheSAuZmlndXJlLW92ZXJsYXktY29udGFpbmVyIC5maWd1cmUtY2FwdGlvbiB7DQp0ZXh0LWFsaWduOiBjZW50ZXI7DQp9DQouY2VudGVyLWJsb2NrIHsNCnRleHQtYWxpZ246IGNlbnRlcjsNCn0iO3M6MTg6ImlwaG9uZV9yZXRpbmFfaWNvbiI7czo3MjoiaHR0cDovL2xvY2FsaG9zdC9idXRlYmlob3RlbHMvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMTEvYnV0ZWJpLWxvZ28ucG5nIjtzOjEzOiJtb2JpbGVfdmlkZW9zIjtzOjM6Im9mZiI7czoxMToiZ29vZ2xlX2FuYWwiO3M6MDoiIjtzOjE0OiJhamF4X21lbnVfc2F2ZSI7czoyOiJvbiI7czoxODoib25lX2NsaWNrX3Rocm90dGxlIjtzOjE6IjIiO3M6MTE6InNob3BfbGF5b3V0IjtzOjEwOiJmdWxsLXdpZHRoIjtzOjI5OiJ3b29jb21tZXJjZV9zaG9wX3BhZ2VfY29sdW1ucyI7aTozO3M6MTk6Indvb19zb2NpYWxfbmV0d29ya3MiO2E6NDp7aTowO3M6ODoiZmFjZWJvb2siO2k6MTtzOjc6InR3aXR0ZXIiO2k6MjtzOjY6Imdvb2dsZSI7aTozO3M6OToicGludGVyZXN0Ijt9czoxNzoicHJvZHVjdF9hbmltYXRpb24iO3M6NToic2xpZGUiO3M6MTM6InByb2R1Y3Rfc3BlZWQiO2k6NzAwMDtzOjE2OiJwcm9kdWN0X2R1cmF0aW9uIjtpOjYwMDtzOjE3OiJwcm9kdWN0X2F1dG9zdGFydCI7czo0OiJ0cnVlIjtzOjIwOiJwcm9kdWN0X2RpcmVjdGlvbm5hdiI7czo0OiJoaWRlIjtzOjI0OiJwcm9kdWN0X2RpcmVjdGlvbm5hdnR5cGUiO3M6Njoic2ltcGxlIjtzOjIwOiJwcm9kdWN0X3Nob3djb250cm9scyI7czoxMDoidGh1bWJuYWlscyI7czoyNDoicHJvZHVjdF9jb250cm9sc3Bvc2l0aW9uIjtzOjc6Im91dHNpZGUiO3M6MjE6InByb2R1Y3RfY29udHJvbHNhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTA6InNpdGVfc3RhY2siO2k6NzI7czoxMToibGF5b3V0X3R5cGUiO3M6Njoibm9ybWFsIjtzOjk6ImxvZ29fdGV4dCI7czowOiIiO3M6MTY6ImxvZ29faW1hZ2VfdHJhbnMiO3M6NzI6Imh0dHA6Ly9sb2NhbGhvc3QvYnV0ZWJpaG90ZWxzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzExL2J1dGViaS1sb2dvLnBuZyI7czoxMjoiaGVhZGVyX3N0eWxlIjtzOjIwOiJsb2dvLWxlZnQtbWVudS1yaWdodCI7czoxNzoiaGVhZGVyX21lbnVfYWxpZ24iO3M6MTg6ImRyb3Bkb3duLW1lbnUtbGVmdCI7czoxNjoiaGVhZGVyX2NvbnRhaW5lciI7czo5OiJjb250YWluZXIiO3M6MTM6ImhlYWRlcl9zdGlja3kiO3M6MTM6Im5hdmJhci1zdGlja3kiO3M6MTQ6ImhlYWRlcl90b3BfYmFyIjtzOjM6Im9mZiI7czoyMToiaGVhZGVyX2NhcGl0YWxpemF0aW9uIjtzOjk6InRleHQtbm9uZSI7czoyMToibmF2YmFyX3Njcm9sbGVkX3BvaW50IjtzOjM6IjEwMCI7czoxMDoiaG92ZXJfbWVudSI7czozOiJvZmYiO3M6MTY6ImhvdmVyX21lbnVfZGVsYXkiO2k6MjAwO3M6MjE6ImhvdmVyX21lbnVfZmFkZV9kZWxheSI7aToyMDA7czoxMDoibWVudV9jbG9zZSI7czozOiJvZmYiO3M6MjA6InVwcGVyX2Zvb3Rlcl9jb2x1bW5zIjtpOjA7czoyNDoidXBwZXJfZm9vdGVyX3BhZGRpbmdfdG9wIjtpOjIwO3M6Mjc6InVwcGVyX2Zvb3Rlcl9wYWRkaW5nX2JvdHRvbSI7aToyMDtzOjE0OiJmb290ZXJfY29sdW1ucyI7czoxOiIzIjtzOjE4OiJmb290ZXJfcGFkZGluZ190b3AiO3M6MjoiNjAiO3M6MjE6ImZvb3Rlcl9wYWRkaW5nX2JvdHRvbSI7czoyOiI2MCI7czoxMToiYmFja190b190b3AiO3M6NjoiZW5hYmxlIjtzOjE3OiJiYWNrX3RvX3RvcF9zaGFwZSI7czo2OiJzcXVhcmUiO3M6MTg6InN1Yl9mb290ZXJfY29sdW1ucyI7aToyO30=";s:11:"data_import";s:0:"";s:11:"shop_layout";s:10:"full-width";s:29:"woocommerce_shop_page_columns";i:3;s:19:"woo_social_networks";a:4:{i:0;s:8:"facebook";i:1;s:7:"twitter";i:2;s:6:"google";i:3;s:9:"pinterest";}s:17:"product_animation";s:5:"slide";s:13:"product_speed";i:7000;s:16:"product_duration";i:600;s:17:"product_autostart";s:4:"true";s:20:"product_directionnav";s:4:"hide";s:24:"product_directionnavtype";s:6:"simple";s:20:"product_showcontrols";s:10:"thumbnails";s:24:"product_controlsposition";s:7:"outside";s:21:"product_controlsalign";s:6:"center";s:10:"site_stack";i:72;s:11:"layout_type";s:6:"normal";s:9:"logo_text";s:0:"";s:10:"logo_image";s:72:"http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-logo.png";s:16:"logo_image_trans";s:72:"http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-logo.png";s:12:"header_style";s:20:"logo-left-menu-right";s:17:"header_menu_align";s:18:"dropdown-menu-left";s:16:"header_container";s:19:"container-fullwidth";s:13:"header_sticky";s:13:"navbar-sticky";s:14:"header_top_bar";s:3:"off";s:21:"header_capitalization";s:9:"text-none";s:21:"navbar_scrolled_point";s:3:"100";s:10:"hover_menu";s:3:"off";s:16:"hover_menu_delay";i:200;s:21:"hover_menu_fade_delay";i:200;s:10:"menu_close";s:3:"off";s:20:"upper_footer_columns";i:0;s:24:"upper_footer_padding_top";i:20;s:27:"upper_footer_padding_bottom";i:20;s:14:"footer_columns";s:1:"3";s:18:"footer_padding_top";s:2:"60";s:21:"footer_padding_bottom";s:2:"60";s:11:"back_to_top";s:6:"enable";s:17:"back_to_top_shape";s:6:"square";s:18:"sub_footer_columns";i:2;}', 'yes'),
(122, 'lambda_stack_options', 'a:27:{s:11:"css_save_to";s:4:"file";s:10:"css_format";s:25:"scss_formatter_compressed";s:10:"site_stack";s:0:"";s:11:"layout_type";s:6:"normal";s:9:"logo_text";s:6:"Lambda";s:10:"logo_image";s:78:"http://localhost/butebihotels/wp-content/themes/lambda/assets/images/lamda.png";s:16:"logo_image_trans";s:0:"";s:12:"header_style";s:20:"logo-left-menu-right";s:17:"header_menu_align";s:18:"dropdown-menu-left";s:16:"header_container";s:9:"container";s:13:"header_sticky";s:13:"navbar-sticky";s:14:"header_top_bar";s:3:"off";s:21:"header_capitalization";s:9:"text-none";s:21:"navbar_scrolled_point";i:30;s:10:"hover_menu";s:3:"off";s:16:"hover_menu_delay";i:200;s:21:"hover_menu_fade_delay";i:200;s:10:"menu_close";s:3:"off";s:20:"upper_footer_columns";i:0;s:24:"upper_footer_padding_top";i:20;s:27:"upper_footer_padding_bottom";i:20;s:14:"footer_columns";i:4;s:18:"footer_padding_top";i:40;s:21:"footer_padding_bottom";i:40;s:11:"back_to_top";s:6:"enable";s:17:"back_to_top_shape";s:6:"square";s:18:"sub_footer_columns";i:2;}', 'yes'),
(123, 'oxy-google-fonts', '', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(124, 'wpb_js_templates', 'a:8:{i:0;a:2:{s:4:"name";s:0:"";s:8:"template";s:0:"";}s:28:"section-cta-large_1839956594";a:2:{s:4:"name";s:21:"Section - CTA - Large";s:8:"template";s:1156:"[vc_row swatch="swatch-white-black" text_shadow="shadow" inner_shadow="shadow" width="padded" overlay_colour="#ffffff" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="-2" background_image_attachment="fixed" height="normal"][vc_column width="1/1" align="center" align_sm="default"][heading header_type="h1" sub_header_size="normal" header_size="bigger" header_weight="hairline" header_align="center" header_condensed="condensed" header_underline="no-bordered-header" header_underline_size="bordered-normal" margin_top="normal-top" margin_bottom="medium-bottom" scroll_animation="fadeInDown" scroll_animation_delay="0" section_swatch_override="off" heading_colour="#000000"]Welcome to our company. We are a <strong>digital</strong> design agency passionate about pixel perfection.[/heading][button type="primary" size="lg" label="Let''s work together" link="http://demo.oxygenna.com" link_open="_self" icon_position="no-icon" animation="none" margin_top="short-top" margin_bottom="normal-bottom" scroll_animation="fadeInUp" scroll_animation_delay="0"][/vc_column][/vc_row]";}s:27:"section-cta-small_241011820";a:2:{s:4:"name";s:21:"Section - CTA - Small";s:8:"template";s:1291:"[vc_row swatch="swatch-white" text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" height="normal"][vc_column width="5/6"][heading header_type="h2" sub_header_size="normal" header_size="big" header_weight="hairline" header_align="center" header_condensed="not-condensed" header_underline="no-bordered-header" header_underline_size="bordered-normal" margin_top="medium-top" margin_bottom="medium-bottom" scroll_animation="fadeInLeft" scroll_animation_delay="0" section_swatch_override="off" heading_colour="#000000"]We create amazing experiences for our clients. Want to try us?[/heading][/vc_column][vc_column width="1/6" align="center" align_sm="default" scroll_animation="none" scroll_animation_delay="0"][button type="primary" size="lg" label="get in touch" link_open="_self" icon_position="no-icon" animation="fadeInRight" margin_top="medium-top" margin_bottom="medium-bottom" scroll_animation="fadeInRight" scroll_animation_delay="0" link="http://omega.oxygenna.com/contact-us-v1/" custom_color="false" background_color="#82c9ed" text_font_color="#ffffff"][/vc_column][/vc_row]";}s:32:"section-features-right_681169275";a:2:{s:4:"name";s:26:"Section - Features - Right";s:8:"template";s:2651:"[vc_row swatch="swatch-gray" text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#353b42" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" height="normal"][vc_column width="1/1"][vc_row_inner][vc_column_inner width="1/2"][vc_single_image image="65" size="full" image_stretch="normalwidth" overlay="none" item_link_type="no-link" link_target="_self" captions_below="hide" captions_below_link_type="item" caption_align="center" hover_filter="none" hover_filter_invert="image-filter-onhover" button_text_zoom="View Larger" button_text_details="More Details" overlay_caption_vertical="middle" overlay_animation="fade-in" overlay_grid="0" overlay_icon="link" margin_top="medium-top" margin_bottom="no-bottom" scroll_animation="fadeInLeft" scroll_animation_delay="0.3"][/vc_column_inner][vc_column_inner width="1/2"][heading header_type="h1" sub_header_size="lead" header_size="bigger" header_weight="hairline" header_align="left" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="tall-top" margin_bottom="medium-bottom" scroll_animation="fadeIn" scroll_animation_delay="0"]Features[/heading][features_list connection_line_colour="#82c9ed" show_connections="hide" margin_top="no-top" margin_bottom="no-bottom" scroll_animation="none" scroll_animation_delay="0"][feature show_icon="show" svg_icon="eye" icon_color="#444444" background_color="#ffffff" title="Retina ready" margin_top="no-top" margin_bottom="short-bottom" scroll_animation="fadeInRight" scroll_animation_delay="0"]Omega is designed with the latest technologies so that your website will look sharp and stunning even on high resolution retina displays. [/feature][feature show_icon="show" svg_icon="idea" icon_color="#444444" background_color="#ffffff" title="Page composer" margin_top="short-top" margin_bottom="short-bottom" scroll_animation="fadeInRight" scroll_animation_delay="0"]No need to worry about building your content anymore! Pages can be built easily using WPBakery''s super easy Visual Composer plugin.[/feature][feature show_icon="show" svg_icon="imac" icon_color="#444444" background_color="#ffffff" title="Responsive layout" margin_top="short-top" margin_bottom="short-bottom" scroll_animation="fadeInRight" scroll_animation_delay="0"]This Theme has a fully responsive layout. It will respond and fit to a large desktop, tablet screens and all the way down to a mobile sized display.[/feature][/features_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]";}s:32:"section-features-left_2078797416";a:2:{s:4:"name";s:25:"Section - Features - Left";s:8:"template";s:2651:"[vc_row swatch="swatch-gray" text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#353b42" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" height="normal"][vc_column width="1/1"][vc_row_inner][vc_column_inner width="1/2"][heading header_type="h1" sub_header_size="lead" header_size="bigger" header_weight="hairline" header_align="left" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="tall-top" margin_bottom="medium-bottom" scroll_animation="fadeIn" scroll_animation_delay="0"]Features[/heading][features_list connection_line_colour="#82c9ed" show_connections="hide" margin_top="no-top" margin_bottom="no-bottom" scroll_animation="none" scroll_animation_delay="0"][feature show_icon="show" svg_icon="eye" icon_color="#444444" background_color="#ffffff" title="Retina ready" margin_top="no-top" margin_bottom="short-bottom" scroll_animation="fadeInRight" scroll_animation_delay="0"]Omega is designed with the latest technologies so that your website will look sharp and stunning even on high resolution retina displays. [/feature][feature show_icon="show" svg_icon="idea" icon_color="#444444" background_color="#ffffff" title="Page composer" margin_top="short-top" margin_bottom="short-bottom" scroll_animation="fadeInRight" scroll_animation_delay="0"]No need to worry about building your content anymore! Pages can be built easily using WPBakery''s super easy Visual Composer plugin.[/feature][feature show_icon="show" svg_icon="imac" icon_color="#444444" background_color="#ffffff" title="Responsive layout" margin_top="short-top" margin_bottom="short-bottom" scroll_animation="fadeInRight" scroll_animation_delay="0"]This Theme has a fully responsive layout. It will respond and fit to a large desktop, tablet screens and all the way down to a mobile sized display.[/feature][/features_list][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="65" size="full" image_stretch="normalwidth" overlay="none" item_link_type="no-link" link_target="_self" captions_below="hide" captions_below_link_type="item" caption_align="center" hover_filter="none" hover_filter_invert="image-filter-onhover" button_text_zoom="View Larger" button_text_details="More Details" overlay_caption_vertical="middle" overlay_animation="fade-in" overlay_grid="0" overlay_icon="link" margin_top="medium-top" margin_bottom="no-bottom" scroll_animation="fadeInLeft" scroll_animation_delay="0.3"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]";}s:31:"section-fact-spinner_2069889083";a:2:{s:4:"name";s:22:"Section - Fact Spinner";s:8:"template";s:4880:"[vc_row swatch="swatch-gray" text_shadow="shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" height="normal"][vc_column width="1/1"][heading header_type="h1" section_swatch_override="off" heading_colour="#000000" sub_header_size="normal" header_size="super" header_weight="hairline" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-normal" margin_top="normal-top" margin_bottom="medium-bottom" scroll_animation="fadeIn" scroll_animation_delay="0"]Fun Facts[/heading][vc_row_inner][vc_column_inner width="1/4" align="center" align_sm="center"][counter value="101" counter_size="super" counter_weight="hairline" underline="bordered" margin_top="short-top" margin_bottom="short-bottom" scroll_animation="fadeIn" scroll_animation_delay="0"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="hairline" header_align="default" header_condensed="condensed" header_underline="no-bordered-header" header_underline_size="bordered-normal" margin_top="short-top" margin_bottom="no-bottom" scroll_animation="fadeIn" scroll_animation_delay="0"]Completed[/heading][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="hairline" header_align="default" header_condensed="condensed" header_underline="no-bordered-header" header_underline_size="bordered-normal" margin_top="no-top" margin_bottom="medium-bottom" scroll_animation="fadeIn" scroll_animation_delay="0" section_swatch_override="off" heading_colour="#000000"]projects[/heading][/vc_column_inner][vc_column_inner width="1/4" align="center" align_sm="center"][counter value="148" counter_size="super" counter_weight="hairline" underline="bordered" margin_top="short-top" margin_bottom="short-bottom" scroll_animation="fadeIn" scroll_animation_delay="0.3"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="hairline" header_align="default" header_condensed="condensed" header_underline="no-bordered-header" header_underline_size="bordered-normal" margin_top="short-top" margin_bottom="no-bottom" scroll_animation="fadeIn" scroll_animation_delay="0.3"]Happy[/heading][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="hairline" header_align="default" header_condensed="condensed" header_underline="no-bordered-header" header_underline_size="bordered-normal" margin_top="no-top" margin_bottom="medium-bottom" scroll_animation="fadeIn" scroll_animation_delay="0.3" section_swatch_override="off" heading_colour="#000000"]Portraits[/heading][/vc_column_inner][vc_column_inner width="1/4" align="center" align_sm="default"][counter value="580" counter_size="super" counter_weight="hairline" underline="bordered" margin_top="short-top" margin_bottom="short-bottom" scroll_animation="fadeIn" scroll_animation_delay="0.6"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="hairline" header_align="default" header_condensed="condensed" header_underline="no-bordered-header" header_underline_size="bordered-normal" margin_top="short-top" margin_bottom="no-bottom" scroll_animation="fadeIn" scroll_animation_delay="0.6" section_swatch_override="off" heading_colour="#000000"]Shots[/heading][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="hairline" header_align="default" header_condensed="condensed" header_underline="no-bordered-header" header_underline_size="bordered-normal" margin_top="no-top" margin_bottom="medium-bottom" scroll_animation="fadeIn" scroll_animation_delay="0.6" section_swatch_override="off" heading_colour="#000000"]per day[/heading][/vc_column_inner][vc_column_inner width="1/4" align="center" align_sm="default"][counter value="80" counter_size="super" counter_weight="hairline" underline="bordered" margin_top="short-top" margin_bottom="short-bottom" scroll_animation="fadeIn" scroll_animation_delay="0.9"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="hairline" header_align="default" header_condensed="condensed" header_underline="no-bordered-header" header_underline_size="bordered-normal" margin_top="short-top" margin_bottom="no-bottom" scroll_animation="fadeIn" scroll_animation_delay="0.9"]Coffee[/heading][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="hairline" header_align="default" header_condensed="condensed" header_underline="no-bordered-header" header_underline_size="bordered-normal" margin_top="no-top" margin_bottom="normal-bottom" scroll_animation="fadeIn" scroll_animation_delay="0.9"]cups[/heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]";}s:28:"section-image-left_241927660";a:2:{s:4:"name";s:22:"Section - Image - Left";s:8:"template";s:1968:"[vc_row swatch="swatch-white" text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#d7e1e3" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" height="normal"][vc_column width="1/1"][vc_row_inner][vc_column_inner width="1/2" align="left" align_sm="center" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hide" background_colour="#FFFFF" xs_height="24" sm_height="24" md_height="60" lg_height="100"][heading header_type="h1" sub_header_size="lead" header_size="bigger" header_weight="hairline" header_align="default" header_condensed="condensed" header_underline="bordered" header_underline_size="bordered-normal" margin_top="tall-top" margin_bottom="no-bottom" scroll_animation="fadeIn" scroll_animation_delay="0" sub_header="We really like designing <strong>unique</strong> out of the box themes. We create web experiences trying it to keep it real. We provide solid support and working <strong>relationship</strong> with our clients. Our team is small, flexible , and skilled. This is Oxygenna" section_swatch_override="off" heading_colour="#000000"]Why Omega?[/heading][/vc_column_inner][vc_column_inner width="1/2" align="right" align_sm="center" scroll_animation="none" scroll_animation_delay="0"][vc_single_image image="65" size="full" image_stretch="normalwidth" overlay="none" item_link_type="no-link" link_target="_self" captions_below="hide" captions_below_link_type="item" caption_align="center" hover_filter="none" hover_filter_invert="image-filter-onhover" button_text_zoom="View Larger" button_text_details="More Details" overlay_caption_vertical="middle" overlay_animation="fade-in" overlay_grid="0" overlay_icon="link" margin_top="tall-top" margin_bottom="no-bottom" scroll_animation="fadeInRight" scroll_animation_delay="0"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]";}s:29:"section-image-right_804957715";a:2:{s:4:"name";s:23:"Section - Image - Right";s:8:"template";s:1968:"[vc_row swatch="swatch-white" text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#d7e1e3" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" height="normal"][vc_column width="1/1"][vc_row_inner][vc_column_inner width="1/2" align="left" align_sm="center" scroll_animation="none" scroll_animation_delay="0"][vc_single_image image="65" size="full" image_stretch="normalwidth" overlay="none" item_link_type="no-link" link_target="_self" captions_below="hide" captions_below_link_type="item" caption_align="center" hover_filter="none" hover_filter_invert="image-filter-onhover" button_text_zoom="View Larger" button_text_details="More Details" overlay_caption_vertical="middle" overlay_animation="fade-in" overlay_grid="0" overlay_icon="link" margin_top="tall-top" margin_bottom="no-bottom" scroll_animation="fadeInRight" scroll_animation_delay="0"][/vc_column_inner][vc_column_inner width="1/2" align="right" align_sm="center" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hide" background_colour="#FFFFF" xs_height="24" sm_height="24" md_height="60" lg_height="100"][heading header_type="h1" sub_header_size="lead" header_size="bigger" header_weight="hairline" header_align="default" header_condensed="condensed" header_underline="bordered" header_underline_size="bordered-normal" margin_top="tall-top" margin_bottom="no-bottom" scroll_animation="fadeIn" scroll_animation_delay="0" sub_header="We really like designing <strong>unique</strong> out of the box themes. We create web experiences trying it to keep it real. We provide solid support and working <strong>relationship</strong> with our clients. Our team is small, flexible , and skilled. This is Oxygenna" section_swatch_override="off" heading_colour="#000000"]Why Omega?[/heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]";}}', 'yes'),
(125, 'shop_catalog_image_size', 'a:3:{s:5:"width";s:3:"700";s:6:"height";s:0:"";s:4:"crop";i:0;}', 'yes'),
(126, 'shop_single_image_size', 'a:3:{s:5:"width";s:3:"700";s:6:"height";s:0:"";s:4:"crop";i:0;}', 'yes'),
(127, 'shop_thumbnail_image_size', 'a:3:{s:5:"width";s:2:"90";s:6:"height";s:0:"";s:4:"crop";i:0;}', 'yes'),
(153, 'wpcf7', 'a:1:{s:7:"version";s:3:"4.3";}', 'yes'),
(154, 'cf7dp_ui_theme', 'smoothness', 'yes'),
(155, 'revslider_checktables', '1', 'yes'),
(156, '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'),
(157, 'revslider-update-check-short', '1453022495', 'yes'),
(158, 'woocommerce_default_country', 'GB', 'yes'),
(159, 'woocommerce_allowed_countries', 'all', 'yes'),
(160, 'woocommerce_specific_allowed_countries', '', 'yes'),
(161, 'woocommerce_default_customer_address', 'geolocation', 'yes'),
(162, 'woocommerce_demo_store', 'no', 'yes'),
(163, 'woocommerce_demo_store_notice', 'This is a demo store for testing purposes &mdash; no orders shall be fulfilled.', 'no'),
(164, 'woocommerce_currency', 'GBP', 'yes'),
(165, 'woocommerce_currency_pos', 'left', 'yes'),
(166, 'woocommerce_price_thousand_sep', ',', 'yes'),
(167, 'woocommerce_price_decimal_sep', '.', 'yes'),
(168, 'woocommerce_price_num_decimals', '2', 'yes'),
(169, 'woocommerce_weight_unit', 'kg', 'yes'),
(170, 'woocommerce_dimension_unit', 'cm', 'yes'),
(171, 'woocommerce_enable_review_rating', 'yes', 'no'),
(172, 'woocommerce_review_rating_required', 'yes', 'no'),
(173, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(174, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(175, 'woocommerce_shop_page_id', '', 'yes'),
(176, 'woocommerce_shop_page_display', '', 'yes'),
(177, 'woocommerce_category_archive_display', '', 'yes'),
(178, 'woocommerce_default_catalog_orderby', 'menu_order', 'yes'),
(179, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(180, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(181, 'woocommerce_enable_lightbox', 'yes', 'yes'),
(182, 'woocommerce_manage_stock', 'yes', 'yes'),
(183, 'woocommerce_hold_stock_minutes', '60', 'no'),
(184, 'woocommerce_notify_low_stock', 'yes', 'no'),
(185, 'woocommerce_notify_no_stock', 'yes', 'no'),
(186, 'woocommerce_stock_email_recipient', 'kiberusharif@gmail.com', 'no'),
(187, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(188, 'woocommerce_notify_no_stock_amount', '0', 'no'),
(189, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(190, 'woocommerce_stock_format', '', 'yes'),
(191, 'woocommerce_file_download_method', 'force', 'no'),
(192, 'woocommerce_downloads_require_login', 'no', 'no'),
(193, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(194, 'woocommerce_calc_taxes', 'no', 'yes'),
(195, 'woocommerce_prices_include_tax', 'no', 'yes'),
(196, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(197, 'woocommerce_shipping_tax_class', 'title', 'yes'),
(198, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(199, 'woocommerce_tax_classes', 'Reduced Rate\r\nZero Rate', 'yes'),
(200, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(201, 'woocommerce_tax_display_cart', 'excl', 'no'),
(202, 'woocommerce_price_display_suffix', '', 'yes'),
(203, 'woocommerce_tax_total_display', 'itemized', 'no'),
(204, 'woocommerce_enable_coupons', 'yes', 'no'),
(205, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(206, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(207, 'woocommerce_force_ssl_checkout', 'no', 'yes'),
(208, 'woocommerce_unforce_ssl_checkout', 'no', 'yes'),
(209, 'woocommerce_cart_page_id', '', 'yes'),
(210, 'woocommerce_checkout_page_id', '', 'yes'),
(211, 'woocommerce_terms_page_id', '', 'no'),
(212, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(213, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(214, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(215, 'woocommerce_calc_shipping', 'no', 'yes'),
(216, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(217, 'woocommerce_shipping_cost_requires_address', 'no', 'no'),
(218, 'woocommerce_shipping_method_format', '', 'no'),
(219, 'woocommerce_ship_to_destination', 'billing', 'no'),
(220, 'woocommerce_ship_to_countries', '', 'yes'),
(221, 'woocommerce_specific_ship_to_countries', '', 'yes'),
(222, 'woocommerce_myaccount_page_id', '', 'yes'),
(223, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(224, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(225, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(226, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(227, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(228, 'woocommerce_enable_signup_and_login_from_checkout', 'yes', 'no'),
(229, 'wpb_js_content_types', 'a:4:{i:0;s:4:"page";i:1;s:11:"oxy_service";i:2;s:9:"oxy_staff";i:3;s:19:"oxy_portfolio_image";}', 'yes'),
(230, 'vc_version', '4.4', 'yes'),
(231, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(232, 'woocommerce_enable_checkout_login_reminder', 'yes', 'no'),
(233, 'woocommerce_registration_generate_username', 'yes', 'no'),
(234, 'woocommerce_registration_generate_password', 'no', 'no'),
(235, 'woocommerce_email_from_name', 'Butebi Hotels', 'no'),
(236, 'woocommerce_email_from_address', 'kiberusharif@gmail.com', 'no'),
(237, 'woocommerce_email_header_image', '', 'no'),
(238, 'woocommerce_email_footer_text', 'Butebi Hotels - Powered by WooCommerce', 'no'),
(239, 'woocommerce_email_base_color', '#557da1', 'no'),
(240, 'woocommerce_email_background_color', '#f5f5f5', 'no'),
(241, 'woocommerce_email_body_background_color', '#fdfdfd', 'no'),
(242, 'woocommerce_email_text_color', '#505050', 'no'),
(243, 'woocommerce_api_enabled', 'yes', 'yes'),
(251, 'woocommerce_language_pack_version', 'a:2:{i:0;s:6:"2.4.10";i:1;s:0:"";}', 'yes'),
(252, 'woosidebars-version', '1.4.3', 'yes'),
(255, 'woocommerce_admin_notices', 'a:2:{i:0;s:7:"install";i:1;s:14:"template_files";}', 'yes'),
(256, 'woocommerce_db_version', '2.4.10', 'yes'),
(257, 'woocommerce_version', '2.4.10', 'yes'),
(259, '_transient_woocommerce_cache_excluded_uris', 'a:0:{}', 'yes'),
(260, '_transient_woocommerce_webhook_ids', 'a:0:{}', 'yes'),
(261, '_transient_wc_attribute_taxonomies', 'a:0:{}', 'yes'),
(269, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'),
(270, '_site_transient_timeout_envato-wordpress-toolkit-1.6.3/index.php', '1448409779', 'yes'),
(271, '_site_transient_envato-wordpress-toolkit-1.6.3/index.php_new_ver', '1.7.3', 'yes'),
(275, '_site_transient_envato-wordpress-toolkit-1.6.3/index.php_github_', 'O:8:"stdClass":70:{s:2:"id";i:2558893;s:4:"name";s:24:"envato-wordpress-toolkit";s:9:"full_name";s:31:"envato/envato-wordpress-toolkit";s:5:"owner";O:8:"stdClass":17:{s:5:"login";s:6:"envato";s:2:"id";i:14786;s:10:"avatar_url";s:49:"https://avatars.githubusercontent.com/u/14786?v=3";s:11:"gravatar_id";s:0:"";s:3:"url";s:35:"https://api.github.com/users/envato";s:8:"html_url";s:25:"https://github.com/envato";s:13:"followers_url";s:45:"https://api.github.com/users/envato/followers";s:13:"following_url";s:58:"https://api.github.com/users/envato/following{/other_user}";s:9:"gists_url";s:51:"https://api.github.com/users/envato/gists{/gist_id}";s:11:"starred_url";s:58:"https://api.github.com/users/envato/starred{/owner}{/repo}";s:17:"subscriptions_url";s:49:"https://api.github.com/users/envato/subscriptions";s:17:"organizations_url";s:40:"https://api.github.com/users/envato/orgs";s:9:"repos_url";s:41:"https://api.github.com/users/envato/repos";s:10:"events_url";s:52:"https://api.github.com/users/envato/events{/privacy}";s:19:"received_events_url";s:51:"https://api.github.com/users/envato/received_events";s:4:"type";s:12:"Organization";s:10:"site_admin";b:0;}s:7:"private";b:0;s:8:"html_url";s:50:"https://github.com/envato/envato-wordpress-toolkit";s:11:"description";s:53:"WordPress Toolkit for Envato Marketplace hosted items";s:4:"fork";b:0;s:3:"url";s:60:"https://api.github.com/repos/envato/envato-wordpress-toolkit";s:9:"forks_url";s:66:"https://api.github.com/repos/envato/envato-wordpress-toolkit/forks";s:8:"keys_url";s:74:"https://api.github.com/repos/envato/envato-wordpress-toolkit/keys{/key_id}";s:17:"collaborators_url";s:89:"https://api.github.com/repos/envato/envato-wordpress-toolkit/collaborators{/collaborator}";s:9:"teams_url";s:66:"https://api.github.com/repos/envato/envato-wordpress-toolkit/teams";s:9:"hooks_url";s:66:"https://api.github.com/repos/envato/envato-wordpress-toolkit/hooks";s:16:"issue_events_url";s:83:"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues/events{/number}";s:10:"events_url";s:67:"https://api.github.com/repos/envato/envato-wordpress-toolkit/events";s:13:"assignees_url";s:77:"https://api.github.com/repos/envato/envato-wordpress-toolkit/assignees{/user}";s:12:"branches_url";s:78:"https://api.github.com/repos/envato/envato-wordpress-toolkit/branches{/branch}";s:8:"tags_url";s:65:"https://api.github.com/repos/envato/envato-wordpress-toolkit/tags";s:9:"blobs_url";s:76:"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/blobs{/sha}";s:12:"git_tags_url";s:75:"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/tags{/sha}";s:12:"git_refs_url";s:75:"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/refs{/sha}";s:9:"trees_url";s:76:"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/trees{/sha}";s:12:"statuses_url";s:75:"https://api.github.com/repos/envato/envato-wordpress-toolkit/statuses/{sha}";s:13:"languages_url";s:70:"https://api.github.com/repos/envato/envato-wordpress-toolkit/languages";s:14:"stargazers_url";s:71:"https://api.github.com/repos/envato/envato-wordpress-toolkit/stargazers";s:16:"contributors_url";s:73:"https://api.github.com/repos/envato/envato-wordpress-toolkit/contributors";s:15:"subscribers_url";s:72:"https://api.github.com/repos/envato/envato-wordpress-toolkit/subscribers";s:16:"subscription_url";s:73:"https://api.github.com/repos/envato/envato-wordpress-toolkit/subscription";s:11:"commits_url";s:74:"https://api.github.com/repos/envato/envato-wordpress-toolkit/commits{/sha}";s:15:"git_commits_url";s:78:"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/commits{/sha}";s:12:"comments_url";s:78:"https://api.github.com/repos/envato/envato-wordpress-toolkit/comments{/number}";s:17:"issue_comment_url";s:85:"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues/comments{/number}";s:12:"contents_url";s:77:"https://api.github.com/repos/envato/envato-wordpress-toolkit/contents/{+path}";s:11:"compare_url";s:84:"https://api.github.com/repos/envato/envato-wordpress-toolkit/compare/{base}...{head}";s:10:"merges_url";s:67:"https://api.github.com/repos/envato/envato-wordpress-toolkit/merges";s:11:"archive_url";s:83:"https://api.github.com/repos/envato/envato-wordpress-toolkit/{archive_format}{/ref}";s:13:"downloads_url";s:70:"https://api.github.com/repos/envato/envato-wordpress-toolkit/downloads";s:10:"issues_url";s:76:"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues{/number}";s:9:"pulls_url";s:75:"https://api.github.com/repos/envato/envato-wordpress-toolkit/pulls{/number}";s:14:"milestones_url";s:80:"https://api.github.com/repos/envato/envato-wordpress-toolkit/milestones{/number}";s:17:"notifications_url";s:100:"https://api.github.com/repos/envato/envato-wordpress-toolkit/notifications{?since,all,participating}";s:10:"labels_url";s:74:"https://api.github.com/repos/envato/envato-wordpress-toolkit/labels{/name}";s:12:"releases_url";s:74:"https://api.github.com/repos/envato/envato-wordpress-toolkit/releases{/id}";s:10:"created_at";s:20:"2011-10-11T22:58:26Z";s:10:"updated_at";s:20:"2015-11-23T18:34:33Z";s:9:"pushed_at";s:20:"2015-11-16T04:47:53Z";s:7:"git_url";s:52:"git://github.com/envato/envato-wordpress-toolkit.git";s:7:"ssh_url";s:50:"git@github.com:envato/envato-wordpress-toolkit.git";s:9:"clone_url";s:54:"https://github.com/envato/envato-wordpress-toolkit.git";s:7:"svn_url";s:50:"https://github.com/envato/envato-wordpress-toolkit";s:8:"homepage";s:0:"";s:4:"size";i:517;s:16:"stargazers_count";i:307;s:14:"watchers_count";i:307;s:8:"language";s:3:"PHP";s:10:"has_issues";b:1;s:13:"has_downloads";b:1;s:8:"has_wiki";b:1;s:9:"has_pages";b:0;s:11:"forks_count";i:124;s:10:"mirror_url";N;s:17:"open_issues_count";i:52;s:5:"forks";i:124;s:11:"open_issues";i:52;s:8:"watchers";i:307;s:14:"default_branch";s:6:"master";s:12:"organization";O:8:"stdClass":17:{s:5:"login";s:6:"envato";s:2:"id";i:14786;s:10:"avatar_url";s:49:"https://avatars.githubusercontent.com/u/14786?v=3";s:11:"gravatar_id";s:0:"";s:3:"url";s:35:"https://api.github.com/users/envato";s:8:"html_url";s:25:"https://github.com/envato";s:13:"followers_url";s:45:"https://api.github.com/users/envato/followers";s:13:"following_url";s:58:"https://api.github.com/users/envato/following{/other_user}";s:9:"gists_url";s:51:"https://api.github.com/users/envato/gists{/gist_id}";s:11:"starred_url";s:58:"https://api.github.com/users/envato/starred{/owner}{/repo}";s:17:"subscriptions_url";s:49:"https://api.github.com/users/envato/subscriptions";s:17:"organizations_url";s:40:"https://api.github.com/users/envato/orgs";s:9:"repos_url";s:41:"https://api.github.com/users/envato/repos";s:10:"events_url";s:52:"https://api.github.com/users/envato/events{/privacy}";s:19:"received_events_url";s:51:"https://api.github.com/users/envato/received_events";s:4:"type";s:12:"Organization";s:10:"site_admin";b:0;}s:13:"network_count";i:124;s:17:"subscribers_count";i:95;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(326, 'lambda-hotel', 'O:22:"OxygennaPackageInstall":6:{s:2:"id";s:12:"lambda-hotel";s:28:"\0OxygennaPackageInstall\0maps";a:12:{s:6:"images";a:40:{s:93:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/president-notinclude.jpg";s:81:"http://localhost/butebihotels/wp-content/uploads/2015/11/president-notinclude.jpg";s:91:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/deluxe-not-include.jpg";s:79:"http://localhost/butebihotels/wp-content/uploads/2015/11/deluxe-not-include.jpg";s:92:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/contact-notinclude1.jpg";s:80:"http://localhost/butebihotels/wp-content/uploads/2015/11/contact-notinclude1.jpg";s:87:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/sea-notinclude.jpg";s:75:"http://localhost/butebihotels/wp-content/uploads/2015/11/sea-notinclude.jpg";s:96:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/reservations-notinclude.jpg";s:84:"http://localhost/butebihotels/wp-content/uploads/2015/11/reservations-notinclude.jpg";s:88:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/spa-notinclude1.jpg";s:76:"http://localhost/butebihotels/wp-content/uploads/2015/11/spa-notinclude1.jpg";s:87:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/spa-notinclude.jpg";s:75:"http://localhost/butebihotels/wp-content/uploads/2015/11/spa-notinclude.jpg";s:95:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/restaurant-notinclude1.jpg";s:83:"http://localhost/butebihotels/wp-content/uploads/2015/11/restaurant-notinclude1.jpg";s:90:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/rooms-notinclude1.jpg";s:78:"http://localhost/butebihotels/wp-content/uploads/2015/11/rooms-notinclude1.jpg";s:92:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/hotel-10-notinclude.jpg";s:80:"http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-10-notinclude.jpg";s:94:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/restaurant-notinclude.jpg";s:82:"http://localhost/butebihotels/wp-content/uploads/2015/11/restaurant-notinclude.jpg";s:92:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/hotel-13-notinclude.jpg";s:80:"http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-13-notinclude.jpg";s:92:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/hotel-12-notinclude.jpg";s:80:"http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-12-notinclude.jpg";s:92:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/hotel-11-notinclude.jpg";s:80:"http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-11-notinclude.jpg";s:91:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/hotel-9-notinclude.jpg";s:79:"http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-9-notinclude.jpg";s:91:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/hotel-8-notinclude.jpg";s:79:"http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-8-notinclude.jpg";s:91:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/hotel-7-notinclude.jpg";s:79:"http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-7-notinclude.jpg";s:91:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/hotel-6-notinclude.jpg";s:79:"http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-6-notinclude.jpg";s:91:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/hotel-5-notinclude.jpg";s:79:"http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-5-notinclude.jpg";s:91:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/hotel-4-notinclude.jpg";s:79:"http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-4-notinclude.jpg";s:91:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/hotel-3-notinclude.jpg";s:79:"http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-3-notinclude.jpg";s:91:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/hotel-2-notinclude.jpg";s:79:"http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-2-notinclude.jpg";s:89:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/sea2-notinclude1.jpg";s:77:"http://localhost/butebihotels/wp-content/uploads/2015/11/sea2-notinclude1.jpg";s:88:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/sea2-notinclude.jpg";s:76:"http://localhost/butebihotels/wp-content/uploads/2015/11/sea2-notinclude.jpg";s:82:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/food-bg-2.jpg";s:70:"http://localhost/butebihotels/wp-content/uploads/2015/11/food-bg-2.jpg";s:82:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/food-bg-1.jpg";s:70:"http://localhost/butebihotels/wp-content/uploads/2015/11/food-bg-1.jpg";s:91:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/hotel-1-notinclude.jpg";s:79:"http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-1-notinclude.jpg";s:90:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/decor-small-white.png";s:78:"http://localhost/butebihotels/wp-content/uploads/2015/11/decor-small-white.png";s:88:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/decor-big-white.png";s:76:"http://localhost/butebihotels/wp-content/uploads/2015/11/decor-big-white.png";s:89:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/decor-small-gold.png";s:77:"http://localhost/butebihotels/wp-content/uploads/2015/11/decor-small-gold.png";s:87:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/decor-big-gold.png";s:75:"http://localhost/butebihotels/wp-content/uploads/2015/11/decor-big-gold.png";s:88:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/logohotelwhite1.png";s:76:"http://localhost/butebihotels/wp-content/uploads/2015/11/logohotelwhite1.png";s:83:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2015/01/logohotel1.png";s:71:"http://localhost/butebihotels/wp-content/uploads/2015/11/logohotel1.png";s:90:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/rooms2-notinclude.jpg";s:78:"http://localhost/butebihotels/wp-content/uploads/2015/11/rooms2-notinclude.jpg";s:90:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/guests-notinclude.jpg";s:78:"http://localhost/butebihotels/wp-content/uploads/2015/11/guests-notinclude.jpg";s:94:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/restaurant-notinclude.jpg";s:83:"http://localhost/butebihotels/wp-content/uploads/2015/11/restaurant-notinclude2.jpg";s:87:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/spa-notinclude.jpg";s:76:"http://localhost/butebihotels/wp-content/uploads/2015/11/spa-notinclude2.jpg";s:89:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/rooms-notinclude.jpg";s:77:"http://localhost/butebihotels/wp-content/uploads/2015/11/rooms-notinclude.jpg";s:94:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/promo-blur-notinclude.jpg";s:82:"http://localhost/butebihotels/wp-content/uploads/2015/11/promo-blur-notinclude.jpg";s:89:"http://lambda.oxygenna.com/hotel/wp-content/uploads/sites/16/2014/12/promo-notinclude.jpg";s:77:"http://localhost/butebihotels/wp-content/uploads/2015/11/promo-notinclude.jpg";}s:11:"attachments";a:40:{i:424;i:11;i:421;i:12;i:418;i:13;i:401;i:14;i:396;i:15;i:391;i:16;i:388;i:17;i:374;i:18;i:371;i:19;i:363;i:20;i:313;i:21;i:213;i:22;i:212;i:23;i:211;i:24;i:209;i:25;i:208;i:26;i:207;i:27;i:206;i:28;i:205;i:29;i:204;i:30;i:203;i:31;i:202;i:32;i:407;i:33;i:403;i:34;i:319;i:35;i:316;i:36;i:200;i:37;i:171;i:38;i:169;i:39;i:170;i:40;i:168;i:41;i:165;i:42;i:164;i:43;i:155;i:44;i:152;i:45;i:147;i:46;i:143;i:47;i:130;i:48;i:119;i:49;i:105;i:50;}s:19:"oxy_portfolio_image";a:9:{i:328;i:51;i:326;i:52;i:324;i:53;i:61;i:57;i:62;i:58;i:63;i:59;i:64;i:60;i:65;i:61;i:66;i:62;}s:24:"oxy_portfolio_categories";a:2:{i:6;s:1:"6";i:4;s:1:"7";}s:4:"page";a:7:{i:194;i:54;i:192;i:55;i:70;i:63;i:71;i:64;i:75;i:68;i:76;i:69;i:77;i:70;}s:4:"post";a:2:{i:1;i:56;i:78;i:71;}s:8:"category";a:1:{i:1;s:1:"1";}s:15:"oxy_testimonial";a:3:{i:72;i:65;i:73;i:66;i:74;i:67;}s:21:"oxy_testimonial_group";a:1:{i:7;s:1:"8";}s:9:"oxy_stack";a:1:{i:79;i:72;}s:8:"nav_menu";a:2:{i:5;i:9;i:3;i:10;}s:10:"menu_items";a:11:{i:230;i:73;i:231;i:74;i:232;i:75;i:80;i:76;i:191;i:77;i:81;i:78;i:198;i:79;i:197;i:80;i:83;i:81;i:82;i:82;i:84;i:83;}}s:36:"\0OxygennaPackageInstall\0install_runs";a:1:{i:0;O:8:"stdClass":3:{s:2:"id";s:13:"56490969dbf26";s:3:"log";a:79:{i:0;O:8:"stdClass":7:{s:5:"title";s:20:"president-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627129;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:41:"Starting import of "president-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:1;O:8:"stdClass":7:{s:5:"title";s:18:"deluxe-not-include";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627149;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:39:"Starting import of "deluxe-not-include"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:2;O:8:"stdClass":7:{s:5:"title";s:18:"contact-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627166;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:39:"Starting import of "contact-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:3;O:8:"stdClass":7:{s:5:"title";s:15:"sea2-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627181;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:36:"Starting import of "sea2-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:106:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/sea2-notinclude1.jpg";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:4;O:8:"stdClass":7:{s:5:"title";s:15:"sea2-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627214;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:36:"Starting import of "sea2-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:105:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/sea2-notinclude.jpg";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:5;O:8:"stdClass":7:{s:5:"title";s:14:"sea-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627248;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:35:"Starting import of "sea-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:6;O:8:"stdClass":7:{s:5:"title";s:23:"reservations-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627263;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:44:"Starting import of "reservations-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:7;O:8:"stdClass":7:{s:5:"title";s:14:"spa-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627283;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:35:"Starting import of "spa-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:8;O:8:"stdClass":7:{s:5:"title";s:14:"spa-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627298;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:35:"Starting import of "spa-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:9;O:8:"stdClass":7:{s:5:"title";s:21:"restaurant-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627318;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:42:"Starting import of "restaurant-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:10;O:8:"stdClass":7:{s:5:"title";s:16:"rooms-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627335;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:37:"Starting import of "rooms-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:11;O:8:"stdClass":7:{s:5:"title";s:19:"hotel-10-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627353;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:40:"Starting import of "hotel-10-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:12;O:8:"stdClass":7:{s:5:"title";s:9:"food-bg-2";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627370;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:30:"Starting import of "food-bg-2"";}i:1;O:8:"stdClass":1:{s:7:"message";s:99:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/food-bg-2.jpg";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:13;O:8:"stdClass":7:{s:5:"title";s:9:"food-bg-1";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627398;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:30:"Starting import of "food-bg-1"";}i:1;O:8:"stdClass":1:{s:7:"message";s:99:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/food-bg-1.jpg";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:14;O:8:"stdClass":7:{s:5:"title";s:21:"restaurant-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627437;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:42:"Starting import of "restaurant-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:15;O:8:"stdClass":7:{s:5:"title";s:19:"hotel-13-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627452;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:40:"Starting import of "hotel-13-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:16;O:8:"stdClass":7:{s:5:"title";s:19:"hotel-12-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627470;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:40:"Starting import of "hotel-12-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:17;O:8:"stdClass":7:{s:5:"title";s:19:"hotel-11-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627485;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:40:"Starting import of "hotel-11-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:18;O:8:"stdClass":7:{s:5:"title";s:18:"hotel-9-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627508;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:39:"Starting import of "hotel-9-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:19;O:8:"stdClass":7:{s:5:"title";s:18:"hotel-8-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627525;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:39:"Starting import of "hotel-8-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:20;O:8:"stdClass":7:{s:5:"title";s:18:"hotel-7-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627543;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:39:"Starting import of "hotel-7-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:21;O:8:"stdClass":7:{s:5:"title";s:18:"hotel-6-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627559;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:39:"Starting import of "hotel-6-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:22;O:8:"stdClass":7:{s:5:"title";s:18:"hotel-5-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627573;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:39:"Starting import of "hotel-5-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:23;O:8:"stdClass":7:{s:5:"title";s:18:"hotel-4-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627590;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:39:"Starting import of "hotel-4-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:24;O:8:"stdClass":7:{s:5:"title";s:18:"hotel-3-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627607;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:39:"Starting import of "hotel-3-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:25;O:8:"stdClass":7:{s:5:"title";s:18:"hotel-2-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:-1;s:9:"timestamp";i:1447627624;s:8:"messages";a:2:{i:0;O:8:"stdClass":1:{s:7:"message";s:39:"Starting import of "hotel-2-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:44:"Import stopped reason - Post already exists.";}}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:26;O:8:"stdClass":7:{s:5:"title";s:18:"hotel-1-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627641;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:39:"Starting import of "hotel-1-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:108:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/hotel-1-notinclude.jpg";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:27;O:8:"stdClass":7:{s:5:"title";s:17:"decor-small-white";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627668;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:38:"Starting import of "decor-small-white"";}i:1;O:8:"stdClass":1:{s:7:"message";s:107:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/decor-small-white.png";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:28;O:8:"stdClass":7:{s:5:"title";s:15:"decor-big-white";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627687;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:36:"Starting import of "decor-big-white"";}i:1;O:8:"stdClass":1:{s:7:"message";s:105:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/decor-big-white.png";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:29;O:8:"stdClass":7:{s:5:"title";s:16:"decor-small-gold";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627705;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:37:"Starting import of "decor-small-gold"";}i:1;O:8:"stdClass":1:{s:7:"message";s:106:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/decor-small-gold.png";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:30;O:8:"stdClass":7:{s:5:"title";s:14:"decor-big-gold";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627724;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:35:"Starting import of "decor-big-gold"";}i:1;O:8:"stdClass":1:{s:7:"message";s:104:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/decor-big-gold.png";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:31;O:8:"stdClass":7:{s:5:"title";s:14:"logohotelwhite";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627745;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:35:"Starting import of "logohotelwhite"";}i:1;O:8:"stdClass":1:{s:7:"message";s:105:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/logohotelwhite1.png";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:32;O:8:"stdClass":7:{s:5:"title";s:9:"logohotel";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627765;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:30:"Starting import of "logohotel"";}i:1;O:8:"stdClass":1:{s:7:"message";s:100:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/logohotel1.png";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:33;O:8:"stdClass":7:{s:5:"title";s:17:"rooms2-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627785;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:38:"Starting import of "rooms2-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:107:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/rooms2-notinclude.jpg";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:34;O:8:"stdClass":7:{s:5:"title";s:17:"guests-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627837;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:38:"Starting import of "guests-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:107:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/guests-notinclude.jpg";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:35;O:8:"stdClass":7:{s:5:"title";s:21:"restaurant-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627869;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:42:"Starting import of "restaurant-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:111:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/restaurant-notinclude.jpg";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:36;O:8:"stdClass":7:{s:5:"title";s:14:"spa-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627916;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:35:"Starting import of "spa-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:104:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/spa-notinclude.jpg";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:37;O:8:"stdClass":7:{s:5:"title";s:16:"rooms-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447627991;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:37:"Starting import of "rooms-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:106:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/rooms-notinclude.jpg";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:38;O:8:"stdClass":7:{s:5:"title";s:21:"promo-blur-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447628115;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:42:"Starting import of "promo-blur-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:111:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/promo-blur-notinclude.jpg";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:39;O:8:"stdClass":7:{s:5:"title";s:16:"promo-notinclude";s:4:"type";s:10:"attachment";s:6:"status";i:1;s:9:"timestamp";i:1447628333;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:37:"Starting import of "promo-notinclude"";}i:1;O:8:"stdClass":1:{s:7:"message";s:106:"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/hotel/images/promo-notinclude.jpg";}i:2;O:8:"stdClass":1:{s:7:"message";s:18:"Attachment created";}i:3;O:8:"stdClass":1:{s:7:"message";s:20:"Generated Thumbnails";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:40;O:8:"stdClass":7:{s:5:"title";s:9:"Roof Pool";s:4:"type";s:19:"oxy_portfolio_image";s:6:"status";i:1;s:9:"timestamp";i:1447628658;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:30:"Starting import of "Roof Pool"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 54 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:41;O:8:"stdClass":7:{s:5:"title";s:10:"Restaurant";s:4:"type";s:19:"oxy_portfolio_image";s:6:"status";i:1;s:9:"timestamp";i:1447628665;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:31:"Starting import of "Restaurant"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 54 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:42;O:8:"stdClass":7:{s:5:"title";s:11:"Inside Pool";s:4:"type";s:19:"oxy_portfolio_image";s:6:"status";i:1;s:9:"timestamp";i:1447628671;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:32:"Starting import of "Inside Pool"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 54 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:43;O:8:"stdClass":7:{s:5:"title";s:10:"Restaurant";s:4:"type";s:4:"page";s:6:"status";i:1;s:9:"timestamp";i:1447628678;s:8:"messages";a:9:{i:0;O:8:"stdClass":1:{s:7:"message";s:31:"Starting import of "Restaurant"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 45 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:5;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:6;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:7;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:8;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:44;O:8:"stdClass":7:{s:5:"title";s:10:"Spa Center";s:4:"type";s:4:"page";s:6:"status";i:1;s:9:"timestamp";i:1447628683;s:8:"messages";a:7:{i:0;O:8:"stdClass":1:{s:7:"message";s:31:"Starting import of "Spa Center"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 45 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:5;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:6;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:45;O:8:"stdClass":7:{s:5:"title";s:12:"Hello world!";s:4:"type";s:4:"post";s:6:"status";i:1;s:9:"timestamp";i:1447628688;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:33:"Starting import of "Hello world!"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:21:"Added 0 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:46;O:8:"stdClass":7:{s:5:"title";s:13:"Superior Room";s:4:"type";s:19:"oxy_portfolio_image";s:6:"status";i:1;s:9:"timestamp";i:1447628689;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:34:"Starting import of "Superior Room"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 56 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:47;O:8:"stdClass":7:{s:5:"title";s:11:"Deluxe Room";s:4:"type";s:19:"oxy_portfolio_image";s:6:"status";i:1;s:9:"timestamp";i:1447628696;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:32:"Starting import of "Deluxe Room"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 56 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:48;O:8:"stdClass":7:{s:5:"title";s:15:"Bungalow Studio";s:4:"type";s:19:"oxy_portfolio_image";s:6:"status";i:1;s:9:"timestamp";i:1447628704;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:36:"Starting import of "Bungalow Studio"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 56 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:49;O:8:"stdClass":7:{s:5:"title";s:14:"Sea View Suite";s:4:"type";s:19:"oxy_portfolio_image";s:6:"status";i:1;s:9:"timestamp";i:1447628711;s:8:"messages";a:8:{i:0;O:8:"stdClass":1:{s:7:"message";s:35:"Starting import of "Sea View Suite"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 56 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:5;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:6;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:7;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:50;O:8:"stdClass":7:{s:5:"title";s:16:"Pool Deluxe Room";s:4:"type";s:19:"oxy_portfolio_image";s:6:"status";i:1;s:9:"timestamp";i:1447628918;s:8:"messages";a:6:{i:0;O:8:"stdClass":1:{s:7:"message";s:37:"Starting import of "Pool Deluxe Room"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 56 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:5;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:51;O:8:"stdClass":7:{s:5:"title";s:18:"Presidential Suite";s:4:"type";s:19:"oxy_portfolio_image";s:6:"status";i:1;s:9:"timestamp";i:1447628923;s:8:"messages";a:6:{i:0;O:8:"stdClass":1:{s:7:"message";s:39:"Starting import of "Presidential Suite"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 56 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:5;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:52;O:8:"stdClass":7:{s:5:"title";s:7:"Gallery";s:4:"type";s:4:"page";s:6:"status";i:1;s:9:"timestamp";i:1447628930;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:28:"Starting import of "Gallery"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 46 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:53;O:8:"stdClass":7:{s:5:"title";s:12:"Reservations";s:4:"type";s:4:"page";s:6:"status";i:1;s:9:"timestamp";i:1447628935;s:8:"messages";a:7:{i:0;O:8:"stdClass":1:{s:7:"message";s:33:"Starting import of "Reservations"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 46 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:5;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:6;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:54;O:8:"stdClass":7:{s:5:"title";s:8:"John Doe";s:4:"type";s:15:"oxy_testimonial";s:6:"status";i:1;s:9:"timestamp";i:1447628942;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:29:"Starting import of "John Doe"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:21:"Added 5 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:55;O:8:"stdClass":7:{s:5:"title";s:13:"Mary Jane Doe";s:4:"type";s:15:"oxy_testimonial";s:6:"status";i:1;s:9:"timestamp";i:1447628943;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:34:"Starting import of "Mary Jane Doe"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:21:"Added 5 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:56;O:8:"stdClass":7:{s:5:"title";s:13:"Athens Square";s:4:"type";s:15:"oxy_testimonial";s:6:"status";i:1;s:9:"timestamp";i:1447628944;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:34:"Starting import of "Athens Square"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:21:"Added 5 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:57;O:8:"stdClass":7:{s:5:"title";s:9:"The Rooms";s:4:"type";s:4:"page";s:6:"status";i:1;s:9:"timestamp";i:1447628945;s:8:"messages";a:6:{i:0;O:8:"stdClass":1:{s:7:"message";s:30:"Starting import of "The Rooms"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 47 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:5;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:58;O:8:"stdClass":7:{s:5:"title";s:7:"Contact";s:4:"type";s:4:"page";s:6:"status";i:1;s:9:"timestamp";i:1447628949;s:8:"messages";a:6:{i:0;O:8:"stdClass":1:{s:7:"message";s:28:"Starting import of "Contact"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 47 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:5;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:59;O:8:"stdClass":7:{s:5:"title";s:4:"Home";s:4:"type";s:4:"page";s:6:"status";i:1;s:9:"timestamp";i:1447628954;s:8:"messages";a:16:{i:0;O:8:"stdClass":1:{s:7:"message";s:25:"Starting import of "Home"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:22:"Added 48 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:5;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:6;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:7;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:8;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:9;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:10;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:11;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:12;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:13;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:14;O:8:"stdClass":1:{s:7:"message";s:14:"Set attachment";}i:15;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:60;O:8:"stdClass":7:{s:5:"title";s:12:"Hello world!";s:4:"type";s:4:"post";s:6:"status";i:1;s:9:"timestamp";i:1447629107;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:33:"Starting import of "Hello world!"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:21:"Added 1 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:61;O:8:"stdClass":7:{s:5:"title";s:5:"hotel";s:4:"type";s:9:"oxy_stack";s:6:"status";i:1;s:9:"timestamp";i:1447629108;s:8:"messages";a:5:{i:0;O:8:"stdClass":1:{s:7:"message";s:26:"Starting import of "hotel"";}i:1;O:8:"stdClass":1:{s:7:"message";s:14:"Import Post OK";}i:2;O:8:"stdClass":1:{s:7:"message";s:23:"Added 123 custom fields";}i:3;O:8:"stdClass":1:{s:7:"message";s:19:"Added 14 taxonomies";}i:4;O:8:"stdClass":1:{s:7:"message";s:13:"Post Created.";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:62;O:8:"stdClass":7:{s:5:"title";s:6:"footer";s:4:"type";s:4:"menu";s:6:"status";i:1;s:9:"timestamp";i:1447629315;s:8:"messages";a:3:{i:0;O:8:"stdClass":1:{s:7:"message";s:20:"Started Import Menu.";}i:1;O:8:"stdClass":1:{s:7:"message";s:13:"Menu Created.";}i:2;O:8:"stdClass":1:{s:7:"message";s:26:"Added 3 menu items to menu";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:63;O:8:"stdClass":7:{s:5:"title";s:4:"main";s:4:"type";s:4:"menu";s:6:"status";i:1;s:9:"timestamp";i:1447629540;s:8:"messages";a:3:{i:0;O:8:"stdClass":1:{s:7:"message";s:20:"Started Import Menu.";}i:1;O:8:"stdClass":1:{s:7:"message";s:13:"Menu Created.";}i:2;O:8:"stdClass":1:{s:7:"message";s:26:"Added 8 menu items to menu";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:64;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:23:"Install Widget - search";s:6:"status";i:-1;s:9:"timestamp";i:1447629737;s:8:"messages";a:0:{}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:65;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:29:"Install Widget - recent-posts";s:6:"status";i:-1;s:9:"timestamp";i:1447629737;s:8:"messages";a:0:{}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:66;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:32:"Install Widget - recent-comments";s:6:"status";i:-1;s:9:"timestamp";i:1447629737;s:8:"messages";a:0:{}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:67;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:25:"Install Widget - archives";s:6:"status";i:-1;s:9:"timestamp";i:1447629737;s:8:"messages";a:0:{}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:68;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:27:"Install Widget - categories";s:6:"status";i:-1;s:9:"timestamp";i:1447629737;s:8:"messages";a:0:{}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:69;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:21:"Install Widget - meta";s:6:"status";i:-1;s:9:"timestamp";i:1447629738;s:8:"messages";a:0:{}s:5:"class";s:7:"warning";s:4:"icon";s:5:"minus";}i:70;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:21:"Install Widget - text";s:6:"status";i:1;s:9:"timestamp";i:1447629738;s:8:"messages";a:0:{}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:71;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:21:"Install Widget - text";s:6:"status";i:1;s:9:"timestamp";i:1447629738;s:8:"messages";a:0:{}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:72;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:32:"Install Widget - oxywidgetsocial";s:6:"status";i:1;s:9:"timestamp";i:1447629738;s:8:"messages";a:0:{}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:73;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:21:"Install Widget - text";s:6:"status";i:1;s:9:"timestamp";i:1447629739;s:8:"messages";a:0:{}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:74;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:32:"Install Widget - oxywidgetsocial";s:6:"status";i:1;s:9:"timestamp";i:1447629739;s:8:"messages";a:0:{}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:75;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:21:"Install Widget - text";s:6:"status";i:1;s:9:"timestamp";i:1447629739;s:8:"messages";a:0:{}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:76;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:25:"Install Widget - nav_menu";s:6:"status";i:1;s:9:"timestamp";i:1447629739;s:8:"messages";a:0:{}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:77;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:32:"Install Widget - oxywidgetsocial";s:6:"status";i:1;s:9:"timestamp";i:1447629740;s:8:"messages";a:0:{}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}i:78;O:8:"stdClass":7:{s:5:"title";s:11:"Final Setup";s:4:"type";s:22:"Final Theme Setup Hook";s:6:"status";i:1;s:9:"timestamp";i:1447629740;s:8:"messages";a:1:{i:0;O:8:"stdClass":1:{s:7:"message";s:16:"Set Page Options";}}s:5:"class";s:2:"ok";s:4:"icon";s:3:"yes";}}s:7:"results";O:8:"stdClass":2:{s:6:"counts";a:3:{i:-1;i:28;i:1;i:51;i:0;i:0;}s:4:"list";a:79:{i:0;r:139;i:1;r:151;i:2;r:163;i:3;r:175;i:4;r:193;i:5;r:211;i:6;r:223;i:7;r:235;i:8;r:247;i:9;r:259;i:10;r:271;i:11;r:283;i:12;r:295;i:13;r:313;i:14;r:331;i:15;r:343;i:16;r:355;i:17;r:367;i:18;r:379;i:19;r:391;i:20;r:403;i:21;r:415;i:22;r:427;i:23;r:439;i:24;r:451;i:25;r:463;i:26;r:475;i:27;r:493;i:28;r:511;i:29;r:529;i:30;r:547;i:31;r:565;i:32;r:583;i:33;r:601;i:34;r:619;i:35;r:637;i:36;r:655;i:37;r:673;i:38;r:691;i:39;r:709;i:40;r:727;i:41;r:745;i:42;r:763;i:43;r:781;i:44;r:807;i:45;r:829;i:46;r:847;i:47;r:865;i:48;r:883;i:49;r:901;i:50;r:925;i:51;r:945;i:52;r:965;i:53;r:983;i:54;r:1005;i:55;r:1023;i:56;r:1041;i:57;r:1059;i:58;r:1079;i:59;r:1099;i:60;r:1139;i:61;r:1157;i:62;r:1175;i:63;r:1189;i:64;r:1203;i:65;r:1211;i:66;r:1219;i:67;r:1227;i:68;r:1235;i:69;r:1243;i:70;r:1251;i:71;r:1259;i:72;r:1267;i:73;r:1275;i:74;r:1283;i:75;r:1291;i:76;r:1299;i:77;r:1307;i:78;r:1315;}}}}s:35:"\0OxygennaPackageInstall\0current_run";N;s:40:"\0OxygennaPackageInstall\0current_item_log";N;s:39:"\0OxygennaPackageInstall\0installed_items";a:83:{i:0;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:11;}i:1;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:12;}i:2;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:13;}i:3;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:14;}i:4;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:15;}i:5;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:16;}i:6;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:17;}i:7;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:18;}i:8;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:19;}i:9;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:20;}i:10;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:21;}i:11;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:22;}i:12;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:23;}i:13;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:24;}i:14;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:25;}i:15;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:26;}i:16;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:27;}i:17;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:28;}i:18;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:29;}i:19;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:30;}i:20;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:31;}i:21;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:32;}i:22;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:33;}i:23;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:34;}i:24;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:35;}i:25;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:36;}i:26;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:37;}i:27;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:38;}i:28;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:39;}i:29;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:40;}i:30;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:41;}i:31;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:42;}i:32;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:43;}i:33;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:44;}i:34;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:45;}i:35;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:46;}i:36;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:47;}i:37;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:48;}i:38;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:49;}i:39;O:8:"stdClass":2:{s:4:"type";s:10:"attachment";s:2:"id";i:50;}i:40;O:8:"stdClass":2:{s:4:"type";s:19:"oxy_portfolio_image";s:2:"id";i:51;}i:41;O:8:"stdClass":2:{s:4:"type";s:19:"oxy_portfolio_image";s:2:"id";i:52;}i:42;O:8:"stdClass":2:{s:4:"type";s:19:"oxy_portfolio_image";s:2:"id";i:53;}i:43;O:8:"stdClass":2:{s:4:"type";s:4:"page";s:2:"id";i:54;}i:44;O:8:"stdClass":2:{s:4:"type";s:4:"page";s:2:"id";i:55;}i:45;O:8:"stdClass":2:{s:4:"type";s:4:"post";s:2:"id";i:56;}i:46;O:8:"stdClass":2:{s:4:"type";s:19:"oxy_portfolio_image";s:2:"id";i:57;}i:47;O:8:"stdClass":2:{s:4:"type";s:19:"oxy_portfolio_image";s:2:"id";i:58;}i:48;O:8:"stdClass":2:{s:4:"type";s:19:"oxy_portfolio_image";s:2:"id";i:59;}i:49;O:8:"stdClass":2:{s:4:"type";s:19:"oxy_portfolio_image";s:2:"id";i:60;}i:50;O:8:"stdClass":2:{s:4:"type";s:19:"oxy_portfolio_image";s:2:"id";i:61;}i:51;O:8:"stdClass":2:{s:4:"type";s:19:"oxy_portfolio_image";s:2:"id";i:62;}i:52;O:8:"stdClass":2:{s:4:"type";s:4:"page";s:2:"id";i:63;}i:53;O:8:"stdClass":2:{s:4:"type";s:4:"page";s:2:"id";i:64;}i:54;O:8:"stdClass":2:{s:4:"type";s:15:"oxy_testimonial";s:2:"id";i:65;}i:55;O:8:"stdClass":2:{s:4:"type";s:15:"oxy_testimonial";s:2:"id";i:66;}i:56;O:8:"stdClass":2:{s:4:"type";s:15:"oxy_testimonial";s:2:"id";i:67;}i:57;O:8:"stdClass":2:{s:4:"type";s:4:"page";s:2:"id";i:68;}i:58;O:8:"stdClass":2:{s:4:"type";s:4:"page";s:2:"id";i:69;}i:59;O:8:"stdClass":2:{s:4:"type";s:4:"page";s:2:"id";i:70;}i:60;O:8:"stdClass":2:{s:4:"type";s:4:"post";s:2:"id";i:71;}i:61;O:8:"stdClass":2:{s:4:"type";s:9:"oxy_stack";s:2:"id";i:72;}i:62;O:8:"stdClass":2:{s:4:"type";s:8:"nav_menu";s:2:"id";i:9;}i:63;O:8:"stdClass":2:{s:4:"type";s:13:"nav_menu_item";s:2:"id";i:73;}i:64;O:8:"stdClass":2:{s:4:"type";s:13:"nav_menu_item";s:2:"id";i:74;}i:65;O:8:"stdClass":2:{s:4:"type";s:13:"nav_menu_item";s:2:"id";i:75;}i:66;O:8:"stdClass":2:{s:4:"type";s:8:"nav_menu";s:2:"id";i:10;}i:67;O:8:"stdClass":2:{s:4:"type";s:13:"nav_menu_item";s:2:"id";i:76;}i:68;O:8:"stdClass":2:{s:4:"type";s:13:"nav_menu_item";s:2:"id";i:77;}i:69;O:8:"stdClass":2:{s:4:"type";s:13:"nav_menu_item";s:2:"id";i:78;}i:70;O:8:"stdClass":2:{s:4:"type";s:13:"nav_menu_item";s:2:"id";i:79;}i:71;O:8:"stdClass":2:{s:4:"type";s:13:"nav_menu_item";s:2:"id";i:80;}i:72;O:8:"stdClass":2:{s:4:"type";s:13:"nav_menu_item";s:2:"id";i:81;}i:73;O:8:"stdClass":2:{s:4:"type";s:13:"nav_menu_item";s:2:"id";i:82;}i:74;O:8:"stdClass":2:{s:4:"type";s:13:"nav_menu_item";s:2:"id";i:83;}i:75;O:8:"stdClass":2:{s:4:"type";s:6:"widget";s:2:"id";a:4:{s:9:"widget_id";s:6:"text-1";s:11:"widget_area";s:8:"footer-1";s:4:"type";s:4:"text";s:5:"count";i:1;}}i:76;O:8:"stdClass":2:{s:4:"type";s:6:"widget";s:2:"id";a:4:{s:9:"widget_id";s:6:"text-2";s:11:"widget_area";s:8:"footer-2";s:4:"type";s:4:"text";s:5:"count";i:2;}}i:77;O:8:"stdClass":2:{s:4:"type";s:6:"widget";s:2:"id";a:4:{s:9:"widget_id";s:17:"oxywidgetsocial-1";s:11:"widget_area";s:8:"footer-2";s:4:"type";s:15:"oxywidgetsocial";s:5:"count";i:1;}}i:78;O:8:"stdClass":2:{s:4:"type";s:6:"widget";s:2:"id";a:4:{s:9:"widget_id";s:6:"text-3";s:11:"widget_area";s:8:"footer-3";s:4:"type";s:4:"text";s:5:"count";i:3;}}i:79;O:8:"stdClass":2:{s:4:"type";s:6:"widget";s:2:"id";a:4:{s:9:"widget_id";s:17:"oxywidgetsocial-2";s:11:"widget_area";s:8:"footer-3";s:4:"type";s:15:"oxywidgetsocial";s:5:"count";i:2;}}i:80;O:8:"stdClass":2:{s:4:"type";s:6:"widget";s:2:"id";a:4:{s:9:"widget_id";s:6:"text-4";s:11:"widget_area";s:12:"sub-footer-1";s:4:"type";s:4:"text";s:5:"count";i:4;}}i:81;O:8:"stdClass":2:{s:4:"type";s:6:"widget";s:2:"id";a:4:{s:9:"widget_id";s:10:"nav_menu-1";s:11:"widget_area";s:12:"sub-footer-2";s:4:"type";s:8:"nav_menu";s:5:"count";i:1;}}i:82;O:8:"stdClass":2:{s:4:"type";s:6:"widget";s:2:"id";a:4:{s:9:"widget_id";s:17:"oxywidgetsocial-3";s:11:"widget_area";s:8:"menu-bar";s:4:"type";s:15:"oxywidgetsocial";s:5:"count";i:3;}}}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(339, '_transient_timeout_wc_low_stock_count', '1450218072', 'no'),
(340, '_transient_wc_low_stock_count', '0', 'no'),
(341, '_transient_timeout_wc_outofstock_count', '1450218073', 'no'),
(342, '_transient_wc_outofstock_count', '0', 'no'),
(755, 'widget_oxywidgetsocial', 'a:4:{i:1;a:24:{s:5:"title";s:0:"";s:12:"social_color";s:2:"on";s:12:"social_style";s:13:"social-simple";s:11:"social_size";s:13:"social-normal";s:12:"social0_icon";s:7:"cc-amex";s:11:"social0_url";s:1:"#";s:12:"social1_icon";s:6:"paypal";s:11:"social1_url";s:1:"#";s:12:"social2_icon";s:4:"bank";s:11:"social2_url";s:1:"#";s:12:"social3_icon";s:13:"cc-mastercard";s:11:"social3_url";s:1:"#";s:12:"social4_icon";s:13:"google-wallet";s:11:"social4_url";s:1:"#";s:12:"social5_icon";s:11:"credit-card";s:11:"social5_url";s:1:"#";s:12:"social6_icon";s:0:"";s:11:"social6_url";s:0:"";s:12:"social7_icon";s:0:"";s:11:"social7_url";s:0:"";s:12:"social8_icon";s:0:"";s:11:"social8_url";s:0:"";s:12:"social9_icon";s:0:"";s:11:"social9_url";s:0:"";}i:2;a:24:{s:5:"title";s:0:"";s:12:"social_color";s:2:"on";s:12:"social_style";s:13:"social-simple";s:11:"social_size";s:13:"social-normal";s:12:"social0_icon";s:8:"facebook";s:11:"social0_url";s:26:"http://lambda.oxygenna.com";s:12:"social1_icon";s:8:"dribbble";s:11:"social1_url";s:26:"http://lambda.oxygenna.com";s:12:"social2_icon";s:7:"twitter";s:11:"social2_url";s:26:"http://lambda.oxygenna.com";s:12:"social3_icon";s:11:"google-plus";s:11:"social3_url";s:26:"http://lambda.oxygenna.com";s:12:"social4_icon";s:7:"youtube";s:11:"social4_url";s:26:"http://lambda.oxygenna.com";s:12:"social5_icon";s:0:"";s:11:"social5_url";s:0:"";s:12:"social6_icon";s:0:"";s:11:"social6_url";s:0:"";s:12:"social7_icon";s:0:"";s:11:"social7_url";s:0:"";s:12:"social8_icon";s:0:"";s:11:"social8_url";s:0:"";s:12:"social9_icon";s:0:"";s:11:"social9_url";s:0:"";}i:3;a:24:{s:5:"title";s:0:"";s:12:"social_color";s:3:"off";s:12:"social_style";s:13:"social-simple";s:11:"social_size";s:13:"social-normal";s:12:"social0_icon";s:8:"facebook";s:11:"social0_url";s:63:"https://www.facebook.com/Butebi-Hotels-758893444215745/?fref=ts";s:12:"social1_icon";s:0:"";s:11:"social1_url";s:0:"";s:12:"social2_icon";s:11:"google-plus";s:11:"social2_url";s:249:"http://lambda.oxyghttps://www.google.co.ug/maps/place/Mityana+Park+Polling+Station/@0.4011835,32.0420936,17z/data=!4m7!1m4!3m3!1s0x177d19b408b99fd7:0xc65833d347be9368!2sMarket+Rd,+Mityana!3b1!3m1!1s0x0000000000000000:0xe850b742444735b2?hl=enenna.com";s:12:"social3_icon";s:0:"";s:11:"social3_url";s:0:"";s:12:"social4_icon";s:0:"";s:11:"social4_url";s:0:"";s:12:"social5_icon";s:0:"";s:11:"social5_url";s:0:"";s:12:"social6_icon";s:0:"";s:11:"social6_url";s:0:"";s:12:"social7_icon";s:0:"";s:11:"social7_url";s:0:"";s:12:"social8_icon";s:0:"";s:11:"social8_url";s:0:"";s:12:"social9_icon";s:0:"";s:11:"social9_url";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(756, 'widget_nav_menu', 'a:2:{i:1;a:1:{s:8:"nav_menu";i:9;}s:12:"_multiwidget";i:1;}', 'yes'),
(757, 'rewrite_rules', 'a:344:{s:25:"index.php/our-services/?$";s:31:"index.php?post_type=oxy_service";s:42:"index.php/our-services/page/([0-9]{1,})/?$";s:49:"index.php?post_type=oxy_service&paged=$matches[1]";s:28:"index.php/oxy_testimonial/?$";s:35:"index.php?post_type=oxy_testimonial";s:58:"index.php/oxy_testimonial/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?post_type=oxy_testimonial&feed=$matches[1]";s:53:"index.php/oxy_testimonial/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?post_type=oxy_testimonial&feed=$matches[1]";s:45:"index.php/oxy_testimonial/page/([0-9]{1,})/?$";s:53:"index.php?post_type=oxy_testimonial&paged=$matches[1]";s:21:"index.php/our-team/?$";s:29:"index.php?post_type=oxy_staff";s:38:"index.php/our-team/page/([0-9]{1,})/?$";s:47:"index.php?post_type=oxy_staff&paged=$matches[1]";s:22:"index.php/portfolio/?$";s:39:"index.php?post_type=oxy_portfolio_image";s:39:"index.php/portfolio/page/([0-9]{1,})/?$";s:57:"index.php?post_type=oxy_portfolio_image&paged=$matches[1]";s:22:"^wc-api/v([1-3]{1})/?$";s:51:"index.php?wc-api-version=$matches[1]&wc-api-route=/";s:24:"^wc-api/v([1-3]{1})(.*)?";s:61:"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]";s:24:"^wc-auth/v([1]{1})/(.*)?";s:63:"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]";s:17:"index.php/shop/?$";s:27:"index.php?post_type=product";s:47:"index.php/shop/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=product&feed=$matches[1]";s:42:"index.php/shop/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=product&feed=$matches[1]";s:34:"index.php/shop/page/([0-9]{1,})/?$";s:45:"index.php?post_type=product&paged=$matches[1]";s:21:"index.php/sidebars/?$";s:27:"index.php?post_type=sidebar";s:51:"index.php/sidebars/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=sidebar&feed=$matches[1]";s:46:"index.php/sidebars/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=sidebar&feed=$matches[1]";s:38:"index.php/sidebars/page/([0-9]{1,})/?$";s:45:"index.php?post_type=sidebar&paged=$matches[1]";s:50:"index.php/our-services/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:60:"index.php/our-services/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:80:"index.php/our-services/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:75:"index.php/our-services/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:75:"index.php/our-services/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"index.php/our-services/([^/]+)/trackback/?$";s:38:"index.php?oxy_service=$matches[1]&tb=1";s:51:"index.php/our-services/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?oxy_service=$matches[1]&paged=$matches[2]";s:58:"index.php/our-services/([^/]+)/comment-page-([0-9]{1,})/?$";s:51:"index.php?oxy_service=$matches[1]&cpage=$matches[2]";s:48:"index.php/our-services/([^/]+)/wc-api(/(.*))?/?$";s:52:"index.php?oxy_service=$matches[1]&wc-api=$matches[3]";s:54:"index.php/our-services/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:65:"index.php/our-services/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:43:"index.php/our-services/([^/]+)(/[0-9]+)?/?$";s:50:"index.php?oxy_service=$matches[1]&page=$matches[2]";s:39:"index.php/our-services/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"index.php/our-services/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"index.php/our-services/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"index.php/our-services/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"index.php/our-services/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:53:"index.php/oxy_testimonial/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:63:"index.php/oxy_testimonial/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:83:"index.php/oxy_testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:78:"index.php/oxy_testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:78:"index.php/oxy_testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"index.php/oxy_testimonial/([^/]+)/trackback/?$";s:42:"index.php?oxy_testimonial=$matches[1]&tb=1";s:66:"index.php/oxy_testimonial/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?oxy_testimonial=$matches[1]&feed=$matches[2]";s:61:"index.php/oxy_testimonial/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?oxy_testimonial=$matches[1]&feed=$matches[2]";s:54:"index.php/oxy_testimonial/([^/]+)/page/?([0-9]{1,})/?$";s:55:"index.php?oxy_testimonial=$matches[1]&paged=$matches[2]";s:61:"index.php/oxy_testimonial/([^/]+)/comment-page-([0-9]{1,})/?$";s:55:"index.php?oxy_testimonial=$matches[1]&cpage=$matches[2]";s:51:"index.php/oxy_testimonial/([^/]+)/wc-api(/(.*))?/?$";s:56:"index.php?oxy_testimonial=$matches[1]&wc-api=$matches[3]";s:57:"index.php/oxy_testimonial/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:68:"index.php/oxy_testimonial/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:46:"index.php/oxy_testimonial/([^/]+)(/[0-9]+)?/?$";s:54:"index.php?oxy_testimonial=$matches[1]&page=$matches[2]";s:42:"index.php/oxy_testimonial/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:52:"index.php/oxy_testimonial/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:72:"index.php/oxy_testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"index.php/oxy_testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"index.php/oxy_testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:72:"index.php/oxy_testimonial_group/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:60:"index.php?oxy_testimonial_group=$matches[1]&feed=$matches[2]";s:67:"index.php/oxy_testimonial_group/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:60:"index.php?oxy_testimonial_group=$matches[1]&feed=$matches[2]";s:60:"index.php/oxy_testimonial_group/([^/]+)/page/?([0-9]{1,})/?$";s:61:"index.php?oxy_testimonial_group=$matches[1]&paged=$matches[2]";s:42:"index.php/oxy_testimonial_group/([^/]+)/?$";s:43:"index.php?oxy_testimonial_group=$matches[1]";s:46:"index.php/our-team/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:56:"index.php/our-team/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"index.php/our-team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"index.php/our-team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"index.php/our-team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:39:"index.php/our-team/([^/]+)/trackback/?$";s:36:"index.php?oxy_staff=$matches[1]&tb=1";s:47:"index.php/our-team/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?oxy_staff=$matches[1]&paged=$matches[2]";s:54:"index.php/our-team/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?oxy_staff=$matches[1]&cpage=$matches[2]";s:44:"index.php/our-team/([^/]+)/wc-api(/(.*))?/?$";s:50:"index.php?oxy_staff=$matches[1]&wc-api=$matches[3]";s:50:"index.php/our-team/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:61:"index.php/our-team/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:39:"index.php/our-team/([^/]+)(/[0-9]+)?/?$";s:48:"index.php?oxy_staff=$matches[1]&page=$matches[2]";s:35:"index.php/our-team/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"index.php/our-team/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"index.php/our-team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"index.php/our-team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"index.php/our-team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:71:"index.php/oxy_staff_department/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:59:"index.php?oxy_staff_department=$matches[1]&feed=$matches[2]";s:66:"index.php/oxy_staff_department/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:59:"index.php?oxy_staff_department=$matches[1]&feed=$matches[2]";s:59:"index.php/oxy_staff_department/([^/]+)/page/?([0-9]{1,})/?$";s:60:"index.php?oxy_staff_department=$matches[1]&paged=$matches[2]";s:41:"index.php/oxy_staff_department/([^/]+)/?$";s:42:"index.php?oxy_staff_department=$matches[1]";s:47:"index.php/portfolio/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"index.php/portfolio/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:77:"index.php/portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"index.php/portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"index.php/portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"index.php/portfolio/([^/]+)/trackback/?$";s:46:"index.php?oxy_portfolio_image=$matches[1]&tb=1";s:48:"index.php/portfolio/([^/]+)/page/?([0-9]{1,})/?$";s:59:"index.php?oxy_portfolio_image=$matches[1]&paged=$matches[2]";s:55:"index.php/portfolio/([^/]+)/comment-page-([0-9]{1,})/?$";s:59:"index.php?oxy_portfolio_image=$matches[1]&cpage=$matches[2]";s:45:"index.php/portfolio/([^/]+)/wc-api(/(.*))?/?$";s:60:"index.php?oxy_portfolio_image=$matches[1]&wc-api=$matches[3]";s:51:"index.php/portfolio/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:62:"index.php/portfolio/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:40:"index.php/portfolio/([^/]+)(/[0-9]+)?/?$";s:58:"index.php?oxy_portfolio_image=$matches[1]&page=$matches[2]";s:36:"index.php/portfolio/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:46:"index.php/portfolio/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:66:"index.php/portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"index.php/portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"index.php/portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:75:"index.php/oxy_portfolio_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:63:"index.php?oxy_portfolio_categories=$matches[1]&feed=$matches[2]";s:70:"index.php/oxy_portfolio_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:63:"index.php?oxy_portfolio_categories=$matches[1]&feed=$matches[2]";s:63:"index.php/oxy_portfolio_categories/([^/]+)/page/?([0-9]{1,})/?$";s:64:"index.php?oxy_portfolio_categories=$matches[1]&paged=$matches[2]";s:45:"index.php/oxy_portfolio_categories/([^/]+)/?$";s:46:"index.php?oxy_portfolio_categories=$matches[1]";s:51:"index.php/oxy_mega_menu/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:61:"index.php/oxy_mega_menu/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:81:"index.php/oxy_mega_menu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:76:"index.php/oxy_mega_menu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:76:"index.php/oxy_mega_menu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:44:"index.php/oxy_mega_menu/([^/]+)/trackback/?$";s:55:"index.php?post_type=oxy_mega_menu&name=$matches[1]&tb=1";s:52:"index.php/oxy_mega_menu/([^/]+)/page/?([0-9]{1,})/?$";s:68:"index.php?post_type=oxy_mega_menu&name=$matches[1]&paged=$matches[2]";s:59:"index.php/oxy_mega_menu/([^/]+)/comment-page-([0-9]{1,})/?$";s:68:"index.php?post_type=oxy_mega_menu&name=$matches[1]&cpage=$matches[2]";s:49:"index.php/oxy_mega_menu/([^/]+)/wc-api(/(.*))?/?$";s:69:"index.php?post_type=oxy_mega_menu&name=$matches[1]&wc-api=$matches[3]";s:55:"index.php/oxy_mega_menu/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:66:"index.php/oxy_mega_menu/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:44:"index.php/oxy_mega_menu/([^/]+)(/[0-9]+)?/?$";s:67:"index.php?post_type=oxy_mega_menu&name=$matches[1]&page=$matches[2]";s:40:"index.php/oxy_mega_menu/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"index.php/oxy_mega_menu/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"index.php/oxy_mega_menu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"index.php/oxy_mega_menu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"index.php/oxy_mega_menu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:54:"index.php/oxy_mega_columns/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:64:"index.php/oxy_mega_columns/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:84:"index.php/oxy_mega_columns/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:79:"index.php/oxy_mega_columns/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:79:"index.php/oxy_mega_columns/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:47:"index.php/oxy_mega_columns/([^/]+)/trackback/?$";s:58:"index.php?post_type=oxy_mega_columns&name=$matches[1]&tb=1";s:55:"index.php/oxy_mega_columns/([^/]+)/page/?([0-9]{1,})/?$";s:71:"index.php?post_type=oxy_mega_columns&name=$matches[1]&paged=$matches[2]";s:62:"index.php/oxy_mega_columns/([^/]+)/comment-page-([0-9]{1,})/?$";s:71:"index.php?post_type=oxy_mega_columns&name=$matches[1]&cpage=$matches[2]";s:52:"index.php/oxy_mega_columns/([^/]+)/wc-api(/(.*))?/?$";s:72:"index.php?post_type=oxy_mega_columns&name=$matches[1]&wc-api=$matches[3]";s:58:"index.php/oxy_mega_columns/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:69:"index.php/oxy_mega_columns/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:47:"index.php/oxy_mega_columns/([^/]+)(/[0-9]+)?/?$";s:70:"index.php?post_type=oxy_mega_columns&name=$matches[1]&page=$matches[2]";s:43:"index.php/oxy_mega_columns/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:53:"index.php/oxy_mega_columns/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:73:"index.php/oxy_mega_columns/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:68:"index.php/oxy_mega_columns/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:68:"index.php/oxy_mega_columns/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:57:"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:52:"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:45:"index.php/category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:42:"index.php/category/(.+?)/wc-api(/(.*))?/?$";s:54:"index.php?category_name=$matches[1]&wc-api=$matches[3]";s:27:"index.php/category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:54:"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:49:"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:42:"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:39:"index.php/tag/([^/]+)/wc-api(/(.*))?/?$";s:44:"index.php?tag=$matches[1]&wc-api=$matches[3]";s:24:"index.php/tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:55:"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:50:"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:43:"index.php/type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:25:"index.php/type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:65:"index.php/product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?product_cat=$matches[1]&feed=$matches[2]";s:60:"index.php/product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?product_cat=$matches[1]&feed=$matches[2]";s:53:"index.php/product-category/(.+?)/page/?([0-9]{1,})/?$";s:51:"index.php?product_cat=$matches[1]&paged=$matches[2]";s:35:"index.php/product-category/(.+?)/?$";s:33:"index.php?product_cat=$matches[1]";s:62:"index.php/product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?product_tag=$matches[1]&feed=$matches[2]";s:57:"index.php/product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?product_tag=$matches[1]&feed=$matches[2]";s:50:"index.php/product-tag/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?product_tag=$matches[1]&paged=$matches[2]";s:32:"index.php/product-tag/([^/]+)/?$";s:33:"index.php?product_tag=$matches[1]";s:45:"index.php/product/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:55:"index.php/product/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:75:"index.php/product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"index.php/product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:70:"index.php/product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:38:"index.php/product/([^/]+)/trackback/?$";s:34:"index.php?product=$matches[1]&tb=1";s:58:"index.php/product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?product=$matches[1]&feed=$matches[2]";s:53:"index.php/product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?product=$matches[1]&feed=$matches[2]";s:46:"index.php/product/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?product=$matches[1]&paged=$matches[2]";s:53:"index.php/product/([^/]+)/comment-page-([0-9]{1,})/?$";s:47:"index.php?product=$matches[1]&cpage=$matches[2]";s:43:"index.php/product/([^/]+)/wc-api(/(.*))?/?$";s:48:"index.php?product=$matches[1]&wc-api=$matches[3]";s:49:"index.php/product/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:60:"index.php/product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:38:"index.php/product/([^/]+)(/[0-9]+)?/?$";s:46:"index.php?product=$matches[1]&page=$matches[2]";s:34:"index.php/product/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"index.php/product/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"index.php/product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"index.php/product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"index.php/product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:55:"index.php/product_variation/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:65:"index.php/product_variation/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:85:"index.php/product_variation/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:80:"index.php/product_variation/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:80:"index.php/product_variation/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:48:"index.php/product_variation/([^/]+)/trackback/?$";s:44:"index.php?product_variation=$matches[1]&tb=1";s:56:"index.php/product_variation/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?product_variation=$matches[1]&paged=$matches[2]";s:63:"index.php/product_variation/([^/]+)/comment-page-([0-9]{1,})/?$";s:57:"index.php?product_variation=$matches[1]&cpage=$matches[2]";s:53:"index.php/product_variation/([^/]+)/wc-api(/(.*))?/?$";s:58:"index.php?product_variation=$matches[1]&wc-api=$matches[3]";s:59:"index.php/product_variation/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:70:"index.php/product_variation/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:48:"index.php/product_variation/([^/]+)(/[0-9]+)?/?$";s:56:"index.php?product_variation=$matches[1]&page=$matches[2]";s:44:"index.php/product_variation/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:54:"index.php/product_variation/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:74:"index.php/product_variation/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"index.php/product_variation/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"index.php/product_variation/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:55:"index.php/shop_order_refund/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:65:"index.php/shop_order_refund/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:85:"index.php/shop_order_refund/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:80:"index.php/shop_order_refund/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:80:"index.php/shop_order_refund/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:48:"index.php/shop_order_refund/([^/]+)/trackback/?$";s:44:"index.php?shop_order_refund=$matches[1]&tb=1";s:56:"index.php/shop_order_refund/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?shop_order_refund=$matches[1]&paged=$matches[2]";s:63:"index.php/shop_order_refund/([^/]+)/comment-page-([0-9]{1,})/?$";s:57:"index.php?shop_order_refund=$matches[1]&cpage=$matches[2]";s:53:"index.php/shop_order_refund/([^/]+)/wc-api(/(.*))?/?$";s:58:"index.php?shop_order_refund=$matches[1]&wc-api=$matches[3]";s:59:"index.php/shop_order_refund/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:70:"index.php/shop_order_refund/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:48:"index.php/shop_order_refund/([^/]+)(/[0-9]+)?/?$";s:56:"index.php?shop_order_refund=$matches[1]&page=$matches[2]";s:44:"index.php/shop_order_refund/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:54:"index.php/shop_order_refund/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:74:"index.php/shop_order_refund/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"index.php/shop_order_refund/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"index.php/shop_order_refund/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:71:"index.php/oxy_service_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:59:"index.php?oxy_service_category=$matches[1]&feed=$matches[2]";s:66:"index.php/oxy_service_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:59:"index.php?oxy_service_category=$matches[1]&feed=$matches[2]";s:59:"index.php/oxy_service_category/([^/]+)/page/?([0-9]{1,})/?$";s:60:"index.php?oxy_service_category=$matches[1]&paged=$matches[2]";s:41:"index.php/oxy_service_category/([^/]+)/?$";s:42:"index.php?oxy_service_category=$matches[1]";s:47:"index.php/oxy_stack/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"index.php/oxy_stack/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:77:"index.php/oxy_stack/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"index.php/oxy_stack/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"index.php/oxy_stack/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"index.php/oxy_stack/([^/]+)/trackback/?$";s:51:"index.php?post_type=oxy_stack&name=$matches[1]&tb=1";s:48:"index.php/oxy_stack/([^/]+)/page/?([0-9]{1,})/?$";s:64:"index.php?post_type=oxy_stack&name=$matches[1]&paged=$matches[2]";s:55:"index.php/oxy_stack/([^/]+)/comment-page-([0-9]{1,})/?$";s:64:"index.php?post_type=oxy_stack&name=$matches[1]&cpage=$matches[2]";s:45:"index.php/oxy_stack/([^/]+)/wc-api(/(.*))?/?$";s:65:"index.php?post_type=oxy_stack&name=$matches[1]&wc-api=$matches[3]";s:51:"index.php/oxy_stack/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:62:"index.php/oxy_stack/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:40:"index.php/oxy_stack/([^/]+)(/[0-9]+)?/?$";s:63:"index.php?post_type=oxy_stack&name=$matches[1]&page=$matches[2]";s:36:"index.php/oxy_stack/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:46:"index.php/oxy_stack/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:66:"index.php/oxy_stack/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"index.php/oxy_stack/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"index.php/oxy_stack/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:51:"index.php/vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?vc_grid_item=$matches[1]&paged=$matches[2]";s:58:"index.php/vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]";s:48:"index.php/vc_grid_item/([^/]+)/wc-api(/(.*))?/?$";s:53:"index.php?vc_grid_item=$matches[1]&wc-api=$matches[3]";s:33:"index.php/vc_grid_item/([^/]+)/?$";s:34:"index.php?vc_grid_item=$matches[1]";s:46:"index.php/sidebars/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:56:"index.php/sidebars/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"index.php/sidebars/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"index.php/sidebars/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"index.php/sidebars/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:39:"index.php/sidebars/([^/]+)/trackback/?$";s:34:"index.php?sidebar=$matches[1]&tb=1";s:59:"index.php/sidebars/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?sidebar=$matches[1]&feed=$matches[2]";s:54:"index.php/sidebars/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?sidebar=$matches[1]&feed=$matches[2]";s:47:"index.php/sidebars/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?sidebar=$matches[1]&paged=$matches[2]";s:54:"index.php/sidebars/([^/]+)/comment-page-([0-9]{1,})/?$";s:47:"index.php?sidebar=$matches[1]&cpage=$matches[2]";s:44:"index.php/sidebars/([^/]+)/wc-api(/(.*))?/?$";s:48:"index.php?sidebar=$matches[1]&wc-api=$matches[3]";s:50:"index.php/sidebars/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:61:"index.php/sidebars/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:39:"index.php/sidebars/([^/]+)(/[0-9]+)?/?$";s:46:"index.php?sidebar=$matches[1]&page=$matches[2]";s:35:"index.php/sidebars/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"index.php/sidebars/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"index.php/sidebars/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"index.php/sidebars/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"index.php/sidebars/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";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:42:"index.php/feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:37:"index.php/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:30:"index.php/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:37:"index.php/comment-page-([0-9]{1,})/?$";s:39:"index.php?&page_id=70&cpage=$matches[1]";s:27:"index.php/wc-api(/(.*))?/?$";s:29:"index.php?&wc-api=$matches[2]";s:30:"index.php/order-pay(/(.*))?/?$";s:32:"index.php?&order-pay=$matches[2]";s:35:"index.php/order-received(/(.*))?/?$";s:37:"index.php?&order-received=$matches[2]";s:31:"index.php/view-order(/(.*))?/?$";s:33:"index.php?&view-order=$matches[2]";s:33:"index.php/edit-account(/(.*))?/?$";s:35:"index.php?&edit-account=$matches[2]";s:33:"index.php/edit-address(/(.*))?/?$";s:35:"index.php?&edit-address=$matches[2]";s:34:"index.php/lost-password(/(.*))?/?$";s:36:"index.php?&lost-password=$matches[2]";s:36:"index.php/customer-logout(/(.*))?/?$";s:38:"index.php?&customer-logout=$matches[2]";s:39:"index.php/add-payment-method(/(.*))?/?$";s:41:"index.php?&add-payment-method=$matches[2]";s:51:"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:46:"index.php/comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"index.php/comments/wc-api(/(.*))?/?$";s:29:"index.php?&wc-api=$matches[2]";s:54:"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:49:"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:42:"index.php/search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:39:"index.php/search/(.+)/wc-api(/(.*))?/?$";s:42:"index.php?s=$matches[1]&wc-api=$matches[3]";s:24:"index.php/search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:57:"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:52:"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:45:"index.php/author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:42:"index.php/author/([^/]+)/wc-api(/(.*))?/?$";s:52:"index.php?author_name=$matches[1]&wc-api=$matches[3]";s:27:"index.php/author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:79:"index.php/([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:74:"index.php/([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:67:"index.php/([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:64:"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$";s:82:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]";s:49:"index.php/([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:66:"index.php/([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:61:"index.php/([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:54:"index.php/([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:51:"index.php/([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$";s:66:"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]";s:36:"index.php/([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:53:"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:48:"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:41:"index.php/([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:38:"index.php/([0-9]{4})/wc-api(/(.*))?/?$";s:45:"index.php?year=$matches[1]&wc-api=$matches[3]";s:23:"index.php/([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:68:"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:78:"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:98:"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:93:"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:93:"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:67:"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:85:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1";s:87:"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:82:"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:75:"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]";s:82:"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]";s:72:"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$";s:99:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]";s:72:"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:83:"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:67:"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]";s:57:"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:67:"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:87:"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:82:"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:82:"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:74:"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]";s:61:"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:48:"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$matches[2]";s:37:"index.php/.?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"index.php/.?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:30:"index.php/(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:50:"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:45:"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:38:"index.php/(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:45:"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:35:"index.php/(.?.+?)/wc-api(/(.*))?/?$";s:49:"index.php?pagename=$matches[1]&wc-api=$matches[3]";s:38:"index.php/(.?.+?)/order-pay(/(.*))?/?$";s:52:"index.php?pagename=$matches[1]&order-pay=$matches[3]";s:43:"index.php/(.?.+?)/order-received(/(.*))?/?$";s:57:"index.php?pagename=$matches[1]&order-received=$matches[3]";s:39:"index.php/(.?.+?)/view-order(/(.*))?/?$";s:53:"index.php?pagename=$matches[1]&view-order=$matches[3]";s:41:"index.php/(.?.+?)/edit-account(/(.*))?/?$";s:55:"index.php?pagename=$matches[1]&edit-account=$matches[3]";s:41:"index.php/(.?.+?)/edit-address(/(.*))?/?$";s:55:"index.php?pagename=$matches[1]&edit-address=$matches[3]";s:42:"index.php/(.?.+?)/lost-password(/(.*))?/?$";s:56:"index.php?pagename=$matches[1]&lost-password=$matches[3]";s:44:"index.php/(.?.+?)/customer-logout(/(.*))?/?$";s:58:"index.php?pagename=$matches[1]&customer-logout=$matches[3]";s:47:"index.php/(.?.+?)/add-payment-method(/(.*))?/?$";s:61:"index.php?pagename=$matches[1]&add-payment-method=$matches[3]";s:41:"index.php/.?.+?/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:52:"index.php/.?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$";s:51:"index.php?attachment=$matches[1]&wc-api=$matches[3]";s:30:"index.php/(.?.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'),
(769, 'widget_calendar', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(770, 'widget_twitter_timeline', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(771, 'widget_oxywidgetwpml', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(772, 'widget_pages', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(773, 'widget_rev-slider-widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(775, 'widget_tag_cloud', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(776, 'widget_woocommerce_widget_cart', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(777, 'widget_woocommerce_layered_nav', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(778, 'widget_woocommerce_layered_nav_filters', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(779, 'widget_woocommerce_price_filter', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(780, 'widget_woocommerce_product_categories', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(781, 'widget_woocommerce_products', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(782, 'widget_woocommerce_product_search', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(783, 'widget_woocommerce_product_tag_cloud', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(784, 'widget_woocommerce_recently_viewed_products', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(785, 'widget_woocommerce_recent_reviews', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(786, 'widget_woocommerce_top_rated_products', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(787, 'widget_wp_charts_widget', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(964, '_site_transient_timeout_available_translations', '1447763707', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(966, '_site_transient_available_translations', 'a:68:{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-10-27 20:45:33";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-10-25 14:32:58";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-10-07 03:25:59";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&#230;t";}}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-11-10 10:48:02";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-10-14 15:24:20";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: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-10-02 05:19:03";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:2:"el";a:8:{s:8:"language";s:2:"el";s:7:"version";s:5:"4.3.1";s:7:"updated";s:19:"2015-11-16 22:03:32";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_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: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: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_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-26 22:31:40";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:5:"es_CL";a:8:{s:8:"language";s:5:"es_CL";s:7:"version";s:5:"4.3.1";s:7:"updated";s:19:"2015-10-26 19:53:52";s:12:"english_name";s:15:"Spanish (Chile)";s:11:"native_name";s:17:"Español de Chile";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.3.1/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_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_VE";a:8:{s:8:"language";s:5:"es_VE";s:7:"version";s:5:"4.2.5";s:7:"updated";s:19:"2015-10-29 16:32:18";s:12:"english_name";s:19:"Spanish (Venezuela)";s:11:"native_name";s:21:"Español de Venezuela";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.2.5/es_VE.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_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:5:"4.3.1";s:7:"updated";s:19:"2015-09-30 19:20:19";s:12:"english_name";s:16:"Spanish (Mexico)";s:11:"native_name";s:19:"Español de México";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.3.1/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: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-10-12 17:21:08";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-11-09 14:35:27";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-10-22 08:59:41";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:5:"hi_IN";a:8:{s:8:"language";s:5:"hi_IN";s:7:"version";s:5:"4.3.1";s:7:"updated";s:19:"2015-11-16 14:40:22";s:12:"english_name";s:5:"Hindi";s:11:"native_name";s:18:"हिन्दी";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip";s:3:"iso";a:2:{i:1;s:2:"hi";i:2;s:3:"hin";}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-11-04 22:14:16";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-11-15 12:00:25";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-10-06 06:16:37";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-30 16:23:05";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-11-06 04:24:53";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-10-23 10:49:34";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-10-28 15:14:19";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-11-05 03:15:53";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-11-10 16:45:56";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-10-20 09:27:40";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-10-27 07:05:44";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-11-08 12:30:32";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-10-19 13:55:59";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-10-08 09:34:14";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:2:"vi";a:8:{s:8:"language";s:2:"vi";s:7:"version";s:5:"4.3.1";s:7:"updated";s:19:"2015-10-28 06:20:02";s:12:"english_name";s:10:"Vietnamese";s:11:"native_name";s:14:"Tiếng Việt";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.3.1/vi.zip";s:3:"iso";a:2:{i:1;s:2:"vi";i:2;s:3:"vie";}s:7:"strings";a:1:{s:8:"continue";s:12:"Tiếp tục";}}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'),
(1247, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(1292, 'WPLANG', '', 'yes'),
(2602, 'oxy_testimonial_group_children', 'a:0:{}', 'yes'),
(2752, 'oxy_portfolio_categories_children', 'a:0:{}', 'yes'),
(2799, '_transient_timeout_geoip_196.43.135.145', '1448962240', 'no'),
(2800, '_transient_geoip_196.43.135.145', 'UG', 'no'),
(2813, 'recently_activated', 'a:0:{}', 'yes'),
(2828, '_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605', '1448975062', 'yes'),
(2829, '_site_transient_browser_c4ad11723f9adaddd6e43884d917b605', 'a:9:{s:8:"platform";s:7:"Windows";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'),
(2834, '_site_transient_update_plugins', 'O:8:"stdClass":1:{s:12:"last_checked";i:1466620344;}', 'yes'),
(2835, '_transient_timeout_wc_admin_report', '1448716319', 'no'),
(2836, '_transient_wc_admin_report', 'a:1:{s:32:"7022f87d459e58e9022a0d7c423aa71a";a:0:{}}', 'no'),
(2837, '_transient_timeout_plugin_slugs', '1448716327', 'no'),
(2838, '_transient_plugin_slugs', 'a:11:{i:0;s:19:"akismet/akismet.php";i:1;s:36:"contact-form-7/wp-contact-form-7.php";i:2;s:55:"contact-form-7-datepicker/contact-form-7-datepicker.php";i:3;s:40:"envato-wordpress-toolkit-1.6.3/index.php";i:4;s:9:"hello.php";i:5;s:47:"regenerate-thumbnails/regenerate-thumbnails.php";i:6;s:23:"revslider/revslider.php";i:7;s:27:"woocommerce/woocommerce.php";i:8;s:27:"woosidebars/woosidebars.php";i:9;s:33:"wp-charts/wordpress_charts_js.php";i:10;s:27:"js_composer/js_composer.php";}', 'no'),
(2839, '_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b', '1448673127', 'no'),
(2840, '_transient_dash_88ae138922fe95674369b1cb3d215a2b', '<div class="rss-widget"><p><strong>RSS Error</strong>: WP HTTP Error: Could not resolve host: wordpress.org; Host not found</p></div><div class="rss-widget"><p><strong>RSS Error</strong>: WP HTTP Error: Could not resolve host: planet.wordpress.org; Host not found</p></div><div class="rss-widget"><ul></ul></div>', 'no'),
(2918, '_transient_timeout_geoip_127.0.0.1', '1467225126', 'no'),
(2919, '_transient_geoip_127.0.0.1', '', 'no'),
(2920, '_transient_timeout_external_ip_address_127.0.0.1', '1467225127', 'no'),
(2921, '_transient_external_ip_address_127.0.0.1', '0.0.0.0', 'no'),
(2922, '_transient_timeout_geoip_0.0.0.0', '1467225127', 'no'),
(2923, '_transient_geoip_0.0.0.0', '', 'no'),
(2926, '_site_transient_timeout_theme_roots', '1466622143', 'yes'),
(2927, '_site_transient_theme_roots', 'a:4:{s:6:"lambda";s:7:"/themes";s:13:"twentyfifteen";s:7:"/themes";s:14:"twentyfourteen";s:7:"/themes";s:14:"twentythirteen";s:7:"/themes";}', 'yes');

-- --------------------------------------------------------

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

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL auto_increment,
  `post_id` bigint(20) unsigned NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4041 ;

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

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 4, 'lambda-default-skin', 'red'),
(3, 4, 'lambda_font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xMYXRvIiwiZmFtaWx5IjoiTGF0byIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOlsiMTAwIiwiMzAwIiwicmVndWxhciIsIjcwMCIsIjkwMCJdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(4, 4, 'lambda_font-size', '14'),
(5, 4, 'lambda_font-weight', '400'),
(6, 4, 'lambda_heading-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xMYXRvIiwiZmFtaWx5IjoiTGF0byIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOltdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(7, 4, 'lambda_heading-font-weight', '300'),
(8, 4, 'lambda_heading-text-transform', 'none'),
(9, 4, 'lambda_brand-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xMYXRvIiwiZmFtaWx5IjoiTGF0byIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOltdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(10, 4, 'lambda_brand-font-size', '32'),
(11, 4, 'lambda_brand-font-weight', '300'),
(12, 4, 'lambda_navbar-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xMYXRvIiwiZmFtaWx5IjoiTGF0byIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOltdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(13, 4, 'lambda_navbar-font-size', '16'),
(14, 4, 'lambda_navbar-font-weight', '600'),
(15, 4, 'lambda_navbar-dropdown-font-size', '16'),
(16, 4, 'lambda_font-weight-hairline', '100'),
(17, 4, 'lambda_font-weight-light', '300'),
(18, 4, 'lambda_font-weight-regular', '400'),
(19, 4, 'lambda_font-weight-bold', '700'),
(20, 4, 'lambda_font-weight-black', '900'),
(21, 4, 'lambda_blog-post-title-font-size', '48'),
(22, 4, 'lambda_blog-post-title-font-weight', '300'),
(23, 4, 'lambda_blog-post-font-size', '18'),
(24, 4, 'lambda_blog-post-font-weight', '400'),
(25, 4, 'lambda_blockquote-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xSb2JvdG8gU2xhYiIsImZhbWlseSI6IlJvYm90byBTbGFiIiwicHJvdmlkZXIiOiJnb29nbGVfZm9udHMiLCJ2YXJpYW50cyI6WyIxMDAiLCIzMDAiLCJyZWd1bGFyIiwiNzAwIl0sInN1YnNldHMiOlsibGF0aW4iXSwid2VpZ2h0cyI6W119'),
(26, 4, 'lambda_blockquote-font-size', '24'),
(27, 4, 'lambda_blockquote-font-style', 'normal'),
(28, 4, 'lambda_blockquote-font-weight', '300'),
(29, 4, 'lambda_lead-font-size', '18'),
(30, 4, 'lambda_lead-font-weight', '300'),
(31, 4, 'lambda_navbar-height', '90'),
(32, 4, 'lambda_navbar-scrolled', '70'),
(33, 4, 'lambda_submenu-width', '220'),
(34, 4, 'lambda_navbar-border-height', '0'),
(35, 4, 'lambda_sidemenu-width', '270'),
(36, 4, 'lambda_sidemenu-nav-max-height', '600'),
(37, 4, 'lambda_text-color', '#5c5c5c'),
(38, 4, 'lambda_heading-color', '#1c1c1c'),
(39, 4, 'lambda_link-color', '#e74c3c'),
(40, 4, 'lambda_link-color-hover', '#ca4b3e'),
(41, 4, 'lambda_icon-color', '#5c5c5c'),
(42, 4, 'lambda_small-color', '#878787'),
(43, 4, 'lambda_text-color-alt', '#ffffff'),
(44, 4, 'lambda_heading-color-alt', '#ffffff'),
(45, 4, 'lambda_link-color-alt', '#ffffff'),
(46, 4, 'lambda_link-color-hover-alt', '#ffffff'),
(47, 4, 'lambda_icon-color-alt', '#ffffff'),
(48, 4, 'lambda_small-color-alt', '#ffffff'),
(49, 4, 'lambda_background-color', '#ffffff'),
(50, 4, 'lambda_background-invert', '#1c1c1c'),
(51, 4, 'lambda_background-complementary', 'rgba(0,0,0,.1)'),
(52, 4, 'lambda_nav-background', '#e74c3c'),
(53, 4, 'lambda_nav-link', '#ffffff'),
(54, 4, 'lambda_nav-link-hover', '#ffffff'),
(55, 4, 'lambda_nav-link-active', '#ffffff'),
(56, 4, 'lambda_nav-brand', '#ffffff'),
(57, 4, 'lambda_nav-text', '#ffffff'),
(58, 4, 'lambda_nav-borders', 'rgba(0, 0, 0, 0.06)'),
(59, 4, 'lambda_nav-dropdown-background', '#e74c3c'),
(60, 4, 'lambda_nav-dropdown-link', '#ffffff'),
(61, 4, 'lambda_nav-dropdown-link-hover', '#ffffff'),
(62, 4, 'lambda_nav-dropdown-text', '#ffffff'),
(63, 4, 'lambda_nav-dropdown-border', 'rgba(0,0,0,.055)'),
(64, 4, 'lambda_nav-dropdown-separators', 'rgba(0,0,0,.055)'),
(65, 4, 'lambda_nav-transparent-link', '#ffffff'),
(66, 4, 'lambda_nav-transparent-link-hover', '#ffffff'),
(67, 4, 'lambda_nav-transparent-brand', '#ffffff'),
(68, 4, 'lambda_nav-transparent-text', '#ffffff'),
(69, 4, 'lambda_nav-transparent-borders', 'rgba(255, 255, 255, 0.1)'),
(70, 4, 'lambda_logo-background', '#ffffff'),
(71, 4, 'lambda_logo-brand', '#1c1c1c'),
(72, 4, 'lambda_top-bar-background', '#f0f0f0'),
(73, 4, 'lambda_top-bar-link', '#4c4c4c'),
(74, 4, 'lambda_top-bar-link-hover', '#e74c3c'),
(75, 4, 'lambda_top-bar-text', '#6c6c6c'),
(76, 4, 'lambda_top-bar-borders', 'rgba(255, 255, 255, .1)'),
(77, 4, 'lambda_footer-background', '#1c1c1c'),
(78, 4, 'lambda_footer-link', '#ffffff'),
(79, 4, 'lambda_footer-link-hover', '#ffffff'),
(80, 4, 'lambda_footer-text', 'rgba(255, 255, 255, .6)'),
(81, 4, 'lambda_footer-borders', 'rgba(255, 255, 255, .1)'),
(82, 4, 'lambda_sub-footer-background', '#000'),
(83, 4, 'lambda_sub-footer-link', '#ffffff'),
(84, 4, 'lambda_sub-footer-link-hover', '#ffffff'),
(85, 4, 'lambda_sub-footer-text', 'rgba(255, 255, 255, .6)'),
(86, 4, 'lambda_sub-footer-borders', 'rgba(255, 255, 255, .1)'),
(87, 4, 'lambda_form-color', '#3c3c3c'),
(88, 4, 'lambda_form-background', 'rgba(0,0,0,.02)'),
(89, 4, 'lambda_form-borders', 'rgba(0,0,0,.1)'),
(90, 4, 'lambda_form-placeholder-color', '#9c9c9c'),
(91, 4, 'lambda_form-active', '#e74c3c'),
(92, 4, 'lambda_primary-text', '#ffffff'),
(93, 4, 'lambda_primary-bg', '#e74c3c'),
(94, 4, 'lambda_default-text', '#ffffff'),
(95, 4, 'lambda_default-bg', '#4D4A51'),
(96, 4, 'lambda_warning-text', '#ffffff'),
(97, 4, 'lambda_warning-bg', '#CD6727'),
(98, 4, 'lambda_danger-text', '#ffffff'),
(99, 4, 'lambda_danger-bg', '#008D7D'),
(100, 4, 'lambda_success-text', '#ffffff'),
(101, 4, 'lambda_success-bg', '#008D7D'),
(102, 4, 'lambda_info-text', '#ffffff'),
(103, 4, 'lambda_info-bg', '#78A2BB'),
(104, 4, 'lambda_border-radius-base', '18'),
(105, 4, 'lambda_border-radius-large', '24'),
(106, 4, 'lambda_border-radius-small', '15'),
(107, 4, 'lambda_border-radius-forms', '18'),
(108, 4, 'lambda_overlay-text', '#ffffff'),
(109, 4, 'lambda_overlay-bg', 'rgba(231, 76, 60, 0.7)'),
(110, 4, 'lambda_magnific-overlay-bg', '#ffffff'),
(111, 4, 'lambda_magnific-close-icon', '#ffffff'),
(112, 4, 'lambda_magnific-close-bg', '#000000'),
(113, 4, 'lambda_top-icon-color', '#ffffff'),
(114, 4, 'lambda_top-icon-bg', '#ffffff'),
(115, 4, 'lambda_slideshow-color', '#ffffff'),
(116, 4, 'lambda_slideshow-shadow', 'rgba(255, 255, 255, 0.2)'),
(117, 4, 'lambda_loader-color', 'rgba(231, 76, 60, 0.91)'),
(118, 4, 'lambda_loader-bg', '#ffffff'),
(119, 4, 'extra_code', '<link href="//fonts.googleapis.com/css?family=Lato:100,300,400,700,900%7CRoboto+Slab:100,300,400,700&amp;subset=latin,latin" rel="stylesheet" type="text/css">');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(120, 4, 'oxy_stack_css', 'body{font-size:14px;font-family:Lato, sans-serif;font-weight:400;}body input,body textarea,body .btn,body button{font-family:Lato, sans-serif;}blockquote p{font-size:24px;font-weight:300;}.hairline{font-weight:100 !important;}.hairline strong{font-weight:300;}.light{font-weight:300 !important;}.regular{font-weight:400 !important;}.bold{font-weight:700 !important;}.black{font-weight:700 !important;}h1,h2,h3,h4,h5,h6{font-family:Lato, sans-serif;font-weight:300;text-transform:none;}.lead{font-size:18px;font-weight:300;line-height:1.75em;}.lead strong{font-weight:700;}#masthead .menu,#masthead.menu,#navbar-slide.menu{font-family:Lato, sans-serif;font-weight:600;font-size:16px;}#masthead .menu .dropdown-menu,#masthead.menu .dropdown-menu,#navbar-slide.menu .dropdown-menu{font-size:16px;}.menu .navbar-brand{font-family:Lato, sans-serif;font-weight:300;font-size:32px;}.post-head h1{font-size:48px;font-weight:300;}.post-head h2{font-size:38.4px;font-weight:300;}.post-head .lead{color:#878787;}.post-details{color:#878787;}.post-details a,.post-details i{color:#878787;}.post-details a:hover{color:#e74c3c;}.post-details span{border-color:rgba(0, 0, 0, .1);}.post-title span{color:#878787;}.post-body{font-size:18px;font-weight:400;}.post-extras{color:#878787;}.post-extras a{color:#878787;}.post-extras a:hover{color:#e74c3c;}.post-tags a,.post-share ul.social-icons li a{border-radius:15px;box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1);color:#5c5c5c;}.post-tags a:hover,.post-share ul.social-icons li a:hover{box-shadow:0px 0px 0px 1px #e74c3c;color:#e74c3c;}.post-tags a:hover i,.post-share ul.social-icons li a:hover i{color:#e74c3c !important;}.btn,button,input[type="submit"],.button{border-radius:18px;}.btn.btn-lg,button.btn-lg,input[type="submit"].btn-lg,.button.btn-lg{border-radius:24px;}.btn.btn-sm,button.btn-sm,input[type="submit"].btn-sm,.button.btn-sm{border-radius:15px;}.portfolio-title{border-radius:15px;}.pager li > a,.pager li > span{border-radius:18px;}.form-control,select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input,.select-wrap{border-radius:18px;}.widget_tag_cloud ul li a{border-radius:15px;}.tag-list-inline li span{border-radius:18px;}.tag-list-lg li span{border-radius:24px;}.tag-list-sm li span{border-radius:15px;}.skills-list li:before{color:#e74c3c;}.map-marker-label{font-size:14px;font-weight:400;}.navbar-brand{padding:0;line-height:90px;height:90px;}.logo-navbar .nav > li > a{padding-top:33px;padding-bottom:33px;line-height:24px;}.logo-navbar .nav > li > a:before{margin-bottom:- 14.5px;}.logo-navbar .nav > li.active > a:before,.logo-navbar .nav > li > a:hover:before,.logo-navbar .nav > li.current-page-parent > a:before,.logo-navbar .nav > li.current-menu-parent > a:before,.logo-navbar .nav > li.current-page-ancestor > a:before,.logo-navbar .nav > li.current-menu-ancestor > a:before{opacity:1;margin-bottom:- 16.5px;}#masthead.navbar{min-height:90px;}.navbar-toggle{margin-top:37px;margin-bottom:37px;}#masthead .dropdown-menu{min-width:220px;}@media (min-width:992px){#masthead.navbar-scrolled{min-height:70px;}#masthead.navbar-scrolled .navbar-brand{line-height:70px;height:70px;}#masthead.navbar-scrolled .logo-navbar .navbar-nav > li > a{padding-top:23px;padding-bottom:23px;}#masthead.navbar-scrolled .logo-navbar .navbar-text,#masthead.navbar-scrolled .logo-navbar .sidebar-widget{padding-top:23px;padding-bottom:23px;}.navbar-scrolled .navbar-toggle{margin-top:27px;margin-bottom:27px;}#masthead .logo-navbar .search-close{top:0;height:90px;width:90px;}#masthead .logo-navbar .form-control{/* so that bottom border shows */height:89px;}#masthead.navbar-scrolled .logo-navbar .menu-sidebar .search-close{top:0;height:70px;width:70px;}#masthead.navbar-scrolled .logo-navbar .form-control{height:70px;}.logo-navbar .navbar-text,.logo-navbar .sidebar-widget{line-height:24px;padding-top:33px;padding-bottom:33px;}.transparent-header #content{margin-top:-90px;display:inline-block;vertical-align:top;}.transparent-header #content.layout-boxed{display:inline-block;}.transparent-header.layout-boxed #content{display:block;}.transparent-header.transparent-menu-below #content{margin-top:-140px;}.transparent-topbar #content{margin-top:-126px;}.transparent-topbar.transparent-menu-below #content{margin-top:-176px;}}#navbar-slide{width:270px;}#navbar-slide .navbar-nav{max-height:600px;}#navbar-slide .navbar-brand{height:90px;}.slide-on #masthead,.slide-on #content,.slide-on #navbar-slide,.slide-on .top-bar{-webkit-transform :translateX(-270px);-moz-transform :translateX(-270px);-ms-transform :translateX(-270px);-o-transform :translateX(-270px);transform :translateX(-270px);}@media (max-width:991px){#navbar-slide .navbar-nav{max-height:60%;}}.btn i,button i,.button i{color:inherit !important;}.btn-default{background:#4d4a51 !important;color:#fff !important;}.btn-default:hover{background:rgba(77, 74, 81, 0.9) !important;}.btn-warning{background:#cd6727 !important;color:#fff !important;}.btn-warning:hover{background:rgba(205, 103, 39, 0.9) !important;}.btn-danger{background:#008d7d !important;color:#fff !important;}.btn-danger:hover{background:rgba(0, 141, 125, 0.9) !important;}.btn-success{background:#008d7d !important;color:#fff !important;}.btn-success:hover{background:rgba(0, 141, 125, 0.9) !important;}.btn-info{background:#78a2bb !important;color:#fff !important;}.btn-info:hover{background:rgba(120, 162, 187, 0.9) !important;}.panel-default .panel-heading{background:#4d4a51 !important;}.panel-default .panel-heading a,.panel-default .panel-heading a:hover{color:#fff !important;}.panel-default .panel-title{color:#fff !important;}.panel-warning .panel-heading{background:#cd6727 !important;}.panel-warning .panel-heading a,.panel-warning .panel-heading a:hover{color:#fff !important;}.panel-warning .panel-title{color:#fff !important;}.panel-danger .panel-heading{background:#008d7d !important;}.panel-danger .panel-heading a,.panel-danger .panel-heading a:hover{color:#fff !important;}.panel-danger .panel-title{color:#fff !important;}.panel-success .panel-heading{background:#008d7d !important;}.panel-success .panel-heading a,.panel-success .panel-heading a:hover{color:#fff !important;}.panel-success .panel-title{color:#fff !important;}.panel-info .panel-heading{background:#78a2bb !important;}.panel-info .panel-heading a,.panel-info .panel-heading a:hover{color:#fff !important;}.panel-info .panel-title{color:#fff !important;}.alert-warning{background:#cd6727;color:#fff !important;}.alert-warning a{color:#fff !important;text-decoration:underline;}.alert-warning .btn,.alert-warning .button{background:#cd6727 !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-warning .close{color:#fff !important;}.alert-danger{background:#008d7d;color:#fff !important;}.alert-danger a{color:#fff !important;text-decoration:underline;}.alert-danger .btn,.alert-danger .button{background:#008d7d !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-danger .close{color:#fff !important;}.alert-success{background:#008d7d;color:#fff !important;}.alert-success a{color:#fff !important;text-decoration:underline;}.alert-success .btn,.alert-success .button{background:#008d7d !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-success .close{color:#fff !important;}.alert-info{background:#78a2bb;color:#fff !important;}.alert-info a{color:#fff !important;text-decoration:underline;}.alert-info .btn,.alert-info .button{background:#78a2bb !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-info .close{color:#fff !important;}.progress-bar-default{box-shadow:none;background:#4d4a51;}.progress-bar-default span{color:#fff;}.progress-bar-default.progress-striped .progress-bar,.progress-striped .progress-bar-default{background-color:#4d4a51;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-warning{background:#cd6727;box-shadow:none;}.progress-bar-warning span{color:#fff;}.progress-bar-warning.progress-striped .progress-bar,.progress-striped .progress-bar-warning{background-color:#cd6727;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-danger{box-shadow:none;background:#008d7d;}.progress-bar-danger span{color:#fff;}.progress-bar-danger.progress-striped .progress-bar,.progress-striped .progress-bar-danger{background-color:#008d7d;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-success{box-shadow:none;background:#008d7d;}.progress-bar-success span{color:#fff;}.progress-bar-success.progress-striped .progress-bar,.progress-striped .progress-bar-success{background-color:#008d7d;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-info{box-shadow:none;background:#78a2bb;}.progress-bar-info span{color:#fff;}.progress-bar-info.progress-striped .progress-bar,.progress-striped .progress-bar-info{background-color:#78a2bb;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.figure-overlay{background-color:rgba(231, 76, 60, 0.7);color:#fff;}.figure-overlay .figure-caption{color:#fff;}.figure-overlay .figure-caption h1,.figure-overlay .figure-caption h2,.figure-overlay .figure-caption h3,.figure-overlay .figure-caption h4,.figure-overlay .figure-caption h5,.figure-overlay .figure-caption i,.figure-overlay .figure-caption a{color:inherit !important;}.figure-overlay .figure-caption small{color:rgba(255, 255, 255, .8) !important;}.figure-overlay .figure-caption .btn{background:#fff !important;color:rgba(231, 76, 60, 0.7) !important;}.figure-overlay .figure-caption .btn:hover{background:rgba(255, 255, 255, .8) !important;}.figure-overlay .figure-caption i{font-size:21px;}.fade-none.figcaption-top .figure-overlay{/* FF3.6+ */background:-moz-linear-gradient(top, rgba(231, 76, 60, 0.7) 60%, rgba(231, 76, 60, 0) 100%);/* Chrome,Safari4+ */background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(231, 76, 60, 0.7)), color-stop(100%, rgba(231, 76, 60, 0)));/* Chrome10+,Safari5.1+ */background:-webkit-linear-gradient(top, rgba(231, 76, 60, 0.7) 60%, rgba(231, 76, 60, 0) 100%);/* Opera 11.10+ */background:-o-linear-gradient(top, rgba(231, 76, 60, 0.7) 60%, rgba(231, 76, 60, 0) 100%);/* IE10+ */background:-ms-linear-gradient(top, rgba(231, 76, 60, 0.7) 60%, rgba(231, 76, 60, 0) 100%);/* W3C */background:linear-gradient(to bottom, rgba(231, 76, 60, 0.7) 60%, rgba(231, 76, 60, 0) 100%);}.fade-none.figcaption-bottom .figure-overlay{/* FF3.6+ */background:-moz-linear-gradient(top, rgba(231, 76, 60, 0) 60%, rgba(231, 76, 60, 0.7) 100%);/* Chrome,Safari4+ */background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(231, 76, 60, 0)), color-stop(100%, #e74c3c));/* Chrome10+,Safari5.1+ */background:-webkit-linear-gradient(top, rgba(231, 76, 60, 0) 60%, #e74c3c 100%);/* Opera 11.10+ */background:-o-linear-gradient(top, rgba(231, 76, 60, 0) 60%, #e74c3c 100%);/* IE10+ */background:-ms-linear-gradient(top, rgba(231, 76, 60, 0) 60%, #e74c3c 100%);/* W3C */background:linear-gradient(to bottom, rgba(231, 76, 60, 0) 60%, #e74c3c 100%);}.mfp-bg{background:#fff;}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{background-color:#000 !important;color:#fff;}.mfp-counter,.mfp-preloader{color:#000;}button.mfp-arrow{background:#000 !important;}.mfp-arrow:before{color:#fff;}.go-top{background:#fff !important;}.go-top i{color:#fff;}.carousel-control{color:#fff !important;text-shadow:1px 1px 0px rgba(255, 255, 255, 0.2);}.carousel-caption,.carousel-caption h3{color:#fff !important;text-shadow:1px 1px 0px rgba(255, 255, 255, 0.2);}.carousel-indicators li{background:rgba(255, 255, 255, 0.2);border-color:transparent;}.carousel-indicators li.active{background:#fff;border-color:#fff;}.flex-direction-nav a{color:#fff !important;text-shadow:none;background:rgba(255, 255, 255, 0.2);}.flex-control-nav a{background:rgba(255, 255, 255, 0.2);box-shadow:0px 0px 0px 3px rgba(255, 255, 255, 0.2);}.flex-control-nav a.flex-active{background:#fff;}.flexslider figcaption{background:rgba(255, 255, 255, 0.2);}.flexslider figcaption h3,.flexslider figcaption p{color:#fff;}.ls-fullwidth .ls-nav-prev:after,.ls-fullwidth .ls-nav-next:after{color:#fff !important;text-shadow:1px 1px 0px rgba(255, 255, 255, 0.2);}.gform_wrapper .gfield_required.gfield_error,.gform_wrapper .gfield_error .gfield_label,.gform_wrapper .gfield_contains_required.gfield_error{color:#002723;}.gform_wrapper .gfield_error input,.gform_wrapper .gfield_error select,.gform_wrapper .gfield_error textarea{border:1px solid rgba(0, 90, 80, .5);background:rgba(0, 141, 125, .5);color:#002723;}.gform_wrapper .gfield_error input:focus,.gform_wrapper .gfield_error select:focus,.gform_wrapper .gfield_error textarea:focus{box-shadow:0px 3px 0px #008d7d;}.validation_error{background:#008d7d;color:#fff;}.validation_error hr{border-top-color:#008d7d;}.validation_error .alert-link{color:#e6e6e6;}.panel-bbpress .bbp-template-notice{color:#008d7d;}[role="alert"]{color:#008d7d;}[role="alert"].wpcf7-mail-sent-ok{color:#008d7d;}.wpcf7-not-valid{border-color:#008d7d !important;}.table > tbody > tr.warning > td,.table > tbody > tr.warning > th,.table > tbody > tr > td.warning,.table > tbody > tr > th.warning,.table > tfoot > tr.warning > td,.table > tfoot > tr.warning > th,.table > tfoot > tr > td.warning,.table > tfoot > tr > th.warning,.table > thead > tr.warning > td,.table > thead > tr.warning > th,.table > thead > tr > td.warning,.table > thead > tr > th.warning{color:#fff;background-color:#cd6727;}.table > tbody > tr.error > td,.table > tbody > tr.error > th,.table > tbody > tr > td.error,.table > tbody > tr > th.error,.table > tfoot > tr.error > td,.table > tfoot > tr.error > th,.table > tfoot > tr > td.error,.table > tfoot > tr > th.error,.table > thead > tr.error > td,.table > thead > tr.error > th,.table > thead > tr > td.error,.table > thead > tr > th.error{color:#fff;background-color:#008d7d;}.table > tbody > tr.info > td,.table > tbody > tr.info > th,.table > tbody > tr > td.info,.table > tbody > tr > th.info,.table > tfoot > tr.info > td,.table > tfoot > tr.info > th,.table > tfoot > tr > td.info,.table > tfoot > tr > th.info,.table > thead > tr.info > td,.table > thead > tr.info > th,.table > thead > tr > td.info,.table > thead > tr > th.info{color:#fff;background-color:#78a2bb;}.table > tbody > tr.success > td,.table > tbody > tr.success > th,.table > tbody > tr > td.success,.table > tbody > tr > th.success,.table > tfoot > tr.success > td,.table > tfoot > tr.success > th,.table > tfoot > tr > td.success,.table > tfoot > tr > th.success,.table > thead > tr.success > td,.table > thead > tr.success > th,.table > thead > tr > td.success,.table > thead > tr > th.success{color:#fff;background-color:#008d7d;}.has-warning .form-control{border-color:#cd6727;}.has-error .form-control{border-color:#008d7d;}.has-success .form-control{border-color:#fff;}.has-info .form-control{border-color:#78a2bb;}.post-grid{background-color:#fff;border-color:rgba(0, 0, 0, .1);}.post-grid .post-grid-content-title a{color:#1c1c1c;}.post-grid:hover .post-grid-content-title a{color:#e74c3c;}.post-grid blockquote p{font-size:16.8px;}.post-grid .post-grid-content-footer,.post-grid blockquote footer{border-top-color:rgba(0, 0, 0, .1);}.post-grid-overlay{background-color:rgba(231, 76, 60, 0.7);}.post-grid-overlay .post-grid-content-title,.post-grid-overlay .post-grid-content-footer,.post-grid-overlay blockquote p,.post-grid-overlay blockquote footer{color:#fff;}.post-grid-overlay .post-grid-content{background:rgba(231, 76, 60, 0.7);}.post-grid-overlay blockquote:before{color:rgba(255, 255, 255, 0.7);}.figure-caption-category a{background:rgba(231, 76, 60, .8);color:#fff;transition:all 0.2s;}.figure-caption-category a:hover{background:rgba(231, 76, 60, .9);color:#fff;}#content{background:#fff;color:#5c5c5c;}h1,h2,h3,h4,h5,h6{color:#1c1c1c;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#878787;}a{color:#e74c3c;}a:hover{color:#ca4b3e;}small,.small{color:#878787;}small a,.small a{color:#878787;}small a:hover,.small a:hover{color:#e74c3c;}small i,.small i{color:#878787;}i{color:#5c5c5c;}blockquote p{font-family:Roboto Slab;font-style:normal;}blockquote small,blockquote footer{font-family:Lato;color:#878787;}blockquote cite{color:#5c5c5c;}blockquote:before{color:rgba(92, 92, 92, 0.2);}blockquote.blockquote-simple img{border-color:rgba(255, 255, 255, 0.2);}::selection{background:#1c1c1c;color:#fff;}::-moz-selection{background:#1c1c1c;color:#fff;}hr{border-top-color:rgba(0, 0, 0, .1);}pre{background:#1c1c1c;color:#fff;}.btn-primary,button,input[type="submit"]{background-color:#e74c3c;color:#fff;}.btn-primary:hover,button:hover,input[type="submit"]:hover,.btn-primary:active,button:active,input[type="submit"]:active,.btn-primary:focus,button:focus,input[type="submit"]:focus{background-color:#df2e1b;color:#fff;}.btn-link{background:none;color:#e74c3c;text-decoration:none;box-shadow:0px 0px 0px 1px #e74c3c inset;}.btn-link:hover{text-decoration:none;background-color:#e74c3c;color:#fff;box-shadow:0px 0px 0px 1px #e74c3c inset;}.open .dropdown-toggle.btn-primary{background-color:#e74c3c;color:#fff;}.btn-group .dropdown-menu{background-color:#e74c3c;}.btn-group .dropdown-menu > li > a{color:#fff;box-shadow:0px -1px 0px #e43725;}.btn-group .dropdown-menu > li:first-child > a{box-shadow:none;}.btn-group .dropdown-menu > li > a:hover{background:#eb695c;}.label-primary{background:#e74c3c;color:#fff;}.label-primary a{color:#fff;}.form-control{background-color:rgba(0, 0, 0, .02);color:#3c3c3c;border-color:rgba(0, 0, 0, .1);}.form-control:-moz-placeholder{color:#9c9c9c;}.form-control::-moz-placeholder{color:#9c9c9c;}.form-control:-ms-input-placeholder{color:#9c9c9c;}.form-control::-webkit-input-placeholder{color:#9c9c9c;}.form-control:focus{border-color:#e74c3c;}input[type="checkbox"],input[type="radio"]{-webkit-box-shadow :none;-moz-box-shadow :none;-ms-box-shadow :none;-o-box-shadow :none;box-shadow :none;}.form-icon-group i{color:#e74c3c;}input[type="button"]{background:#e74c3c;color:#fff;}.select-wrap{color:#3c3c3c;background:rgba(0, 0, 0, .02);box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1) inset;}.select-wrap:after{color:#3c3c3c;}.table > thead{border-color:rgba(0, 0, 0, .1);}.table > thead > tr > th{background-color:rgba(0, 0, 0, .1);text-transform:uppercase;color:#5c5c5c;font-family:Lato;}.table > tbody > tr > td,.table > tbody > tr > th,.table > tfoot > tr > td,.table > tfoot > tr > th,.table > thead > tr > td,.table > thead > tr > th{border-color:rgba(0, 0, 0, .1);}.table tfoot th{background-color:rgba(0, 0, 0, .1);}.table-hover tbody tr:hover th{background:rgba(0, 0, 0, .1);}.table-striped > tbody > tr:nth-child(odd) > td,.table-striped > tbody > tr:nth-child(odd) > th,.table-hover > tbody > tr:hover > td,.table-hover > tbody > tr:hover > th{background:rgba(0, 0, 0, .1);}#masthead{box-shadow:0px 1px 0px rgba(0, 0, 0, 0.06), 0px -1px 0px rgba(0, 0, 0, 0.06);}.menu{color:#fff;background:#e74c3c;}.menu .navbar-text{color:#fff;}.menu .navbar-brand{color:#fff;}.menu .navbar-brand:hover{color:#fff;}.menu a{color:#fff;}.menu a:before{height:0px;}.menu .nav > li > a{color:#fff;}.menu .nav > li > a:hover,.menu .nav > li > a:focus{color:#fff;background:none;}.menu .nav > li > a:hover:before,.menu .nav > li > a:focus:before{opacity:1;width:100%;background-color:#fff;}.menu a .menu-icon{color:inherit;}.navbar-toggle{background:none !important;}.navbar-toggle .icon-bar{background-color:#fff;}.navbar-toggle:hover{background:none;}.menu .nav > .active > a,.menu .nav > .current-menu-parent > a,.menu .nav > .current-menu-ancestor > a,.menu .nav > .current-menu-item > a,.menu .nav > .current-menu-item > a:focus,.menu .nav > .current-page-parent > a,.menu .nav > .active > a:focus,.menu .nav li.dropdown.open > .dropdown-toggle,.menu .nav li.dropdown.active > .dropdown-toggle,.menu .nav li.dropdown.open.active > .dropdown-toggle{color:#fff;}.menu .nav > .active > a:after,.menu .nav > .current-menu-parent > a:after,.menu .nav > .current-menu-ancestor > a:after,.menu .nav > .current-menu-item > a:after,.menu .nav > .current-menu-item > a:focus:after,.menu .nav > .current-page-parent > a:after,.menu .nav > .active > a:focus:after,.menu .nav li.dropdown.open > .dropdown-toggle:after,.menu .nav li.dropdown.active > .dropdown-toggle:after,.menu .nav li.dropdown.open.active > .dropdown-toggle:after{border-radius:18px;}.menu .nav > .active > a:hover,.menu .nav > .current-menu-parent > a:hover,.menu .nav > .current-menu-ancestor > a:hover,.menu .nav > .current-menu-item > a:hover,.menu .nav > .current-menu-item > a:focus:hover,.menu .nav > .current-page-parent > a:hover,.menu .nav > .active > a:focus:hover,.menu .nav li.dropdown.open > .dropdown-toggle:hover,.menu .nav li.dropdown.active > .dropdown-toggle:hover,.menu .nav li.dropdown.open.active > .dropdown-toggle:hover{color:#fff;}.menu .nav > .disabled > a{opacity:0.8;}.menu .dropdown-menu{background-color:#e74c3c;-webkit-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;-moz-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;-ms-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;-o-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;}.menu .dropdown-menu > li > a{color:#fff;}.menu .dropdown-menu > li > a .menu-icon{color:inherit;}.menu .dropdown-menu > li > a:hover,.menu .dropdown-menu > .active > a,.menu .dropdown-menu > .active > a:hover,.menu .dropdown-menu > .active > a:focus{color:#fff;background:transparent;}.menu .nav > li > .dropdown-menu:after,.menu .nav > li > .dropdown-menu:before{display:none;}.menu .dropdown-submenu > a:after{border-left-color:#fff !important;}.menu .dropdown-menu .divider{background-color:rgba(0, 0, 0, .055);}.nav-highlight > a,.nav-highlight-ghost > a{border-radius:18px;}.nav-highlight > a:after,.nav-highlight-ghost > a:after{border-radius:18px;}.menu .nav-highlight > a{color:#e74c3c !important;}.menu .nav-highlight > a:after{background:#fff;}.menu .nav-highlight > a:hover{color:#e74c3c !important;}.menu .nav-highlight > a:hover:after{background:#fff;}.menu .nav-highlight.active > a{color:#e74c3c !important;}.menu .nav-highlight.active > a:after{background:#fff;}.menu .nav-highlight.active > a:hover{color:#e74c3c !important;}.menu .nav-highlight.active > a:hover:after{background:#fff;}.menu .nav-highlight .menu-icon{color:#e74c3c;}.menu .nav-highlight-ghost > a{color:#fff;}.menu .nav-highlight-ghost > a:after{border:1px solid #fff;}.menu .nav-highlight-ghost > a:hover{color:#fff;}.menu .nav-highlight-ghost > a:hover:after{border:1px solid #fff;}.menu .nav-highlight-ghost.active > a{color:#fff;}.menu .nav-highlight-ghost.active > a:after{border:1px solid #fff;}.menu .nav-highlight-ghost.active > a:hover{color:#fff;}.menu .nav-highlight-ghost.active > a:hover:after{border:1px solid #fff;}.search-trigger,.search-trigger:hover{color:#fff;}.search-trigger:before{border-color:#fff;color:#fff;}.search-trigger:after{background:#fff;}.top-search.active .search-trigger:before{background:#fff;}.top-search.active .search-trigger:after{background:#fff;}.header-logo-center-menu-below .container-logo,.header-logo-left-menu-below .container-logo,.header-logo-right-menu-below .container-logo,.header-logo-left-sidebar-right .container-logo{background:#fff;box-shadow:0px 1px 0px rgba(0, 0, 0, 0.06);}.header-logo-center-menu-below .navbar-brand,.header-logo-left-menu-below .navbar-brand,.header-logo-right-menu-below .navbar-brand,.header-logo-left-sidebar-right .navbar-brand{color:#1c1c1c;}.header-logo-center-menu-below .navbar-brand:hover,.header-logo-left-menu-below .navbar-brand:hover,.header-logo-right-menu-below .navbar-brand:hover,.header-logo-left-sidebar-right .navbar-brand:hover{color:#1c1c1c;opacity:0.9;}.header-logo-center-menu-below .logo-navbar,.header-logo-left-menu-below .logo-navbar,.header-logo-right-menu-below .logo-navbar,.header-logo-left-sidebar-right .logo-navbar{color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar a,.header-logo-left-menu-below .logo-navbar a,.header-logo-right-menu-below .logo-navbar a,.header-logo-left-sidebar-right .logo-navbar a{color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .navbar-toggle .icon-bar,.header-logo-left-menu-below .logo-navbar .navbar-toggle .icon-bar,.header-logo-right-menu-below .logo-navbar .navbar-toggle .icon-bar,.header-logo-left-sidebar-right .logo-navbar .navbar-toggle .icon-bar{background:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-left-menu-below .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-right-menu-below .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-left-sidebar-right .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-center-menu-below .logo-navbar .logo-sidebar .sidebar-widget i,.header-logo-left-menu-below .logo-navbar .logo-sidebar .sidebar-widget i,.header-logo-right-menu-below .logo-navbar .logo-sidebar .sidebar-widget i,.header-logo-left-sidebar-right .logo-navbar .logo-sidebar .sidebar-widget i{color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .search-trigger,.header-logo-left-menu-below .logo-navbar .search-trigger,.header-logo-right-menu-below .logo-navbar .search-trigger,.header-logo-left-sidebar-right .logo-navbar .search-trigger,.header-logo-center-menu-below .logo-navbar .search-trigger:hover,.header-logo-left-menu-below .logo-navbar .search-trigger:hover,.header-logo-right-menu-below .logo-navbar .search-trigger:hover,.header-logo-left-sidebar-right .logo-navbar .search-trigger:hover{color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .search-trigger:before,.header-logo-left-menu-below .logo-navbar .search-trigger:before,.header-logo-right-menu-below .logo-navbar .search-trigger:before,.header-logo-left-sidebar-right .logo-navbar .search-trigger:before{border-color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .search-trigger:after,.header-logo-left-menu-below .logo-navbar .search-trigger:after,.header-logo-right-menu-below .logo-navbar .search-trigger:after,.header-logo-left-sidebar-right .logo-navbar .search-trigger:after{background:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .top-search.active .search-trigger:before,.header-logo-left-menu-below .logo-navbar .top-search.active .search-trigger:before,.header-logo-right-menu-below .logo-navbar .top-search.active .search-trigger:before,.header-logo-left-sidebar-right .logo-navbar .top-search.active .search-trigger:before{background:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .top-search.active .search-trigger:after,.header-logo-left-menu-below .logo-navbar .top-search.active .search-trigger:after,.header-logo-right-menu-below .logo-navbar .top-search.active .search-trigger:after,.header-logo-left-sidebar-right .logo-navbar .top-search.active .search-trigger:after{background:#1c1c1c;}.menu .sidebar-widget{color:#fff;}.menu .sidebar-widget .sidebar-header{color:#fff;}.menu .sidebar-widget i{color:#fff;}@media (min-width:992px){.transparent-header .sticky-wrapper{background:none;}.transparent-header #masthead:not(.navbar-scrolled){background:none;-webkit-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-ms-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-o-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;}.transparent-header #masthead:not(.navbar-scrolled) a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled).search-active{background:#e74c3c !important;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-text{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-brand{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-brand:hover{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:before{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:focus{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover:before,.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:focus:before{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-toggle .icon-bar{background-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-parent > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-ancestor > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a:focus,.transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a:focus,.transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.open > .dropdown-toggle,.transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.active > .dropdown-toggle,.transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.open.active > .dropdown-toggle{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu li a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu li > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a,.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a:focus{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .search-trigger:before{border-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .search-trigger:after{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .top-search.active .search-trigger:before{border-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .top-search.active .search-trigger:after{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a{color:#000 !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:after{background:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:hover{color:#000 !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:hover:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:hover:after{background:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a .menu-icon,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a .menu-icon{color:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:after{border:1px solid #fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:hover{color:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:hover:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:hover:after{border-color:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled).header-logo-center-menu-below .container-logo,.transparent-header #masthead:not(.navbar-scrolled).header-logo-left-menu-below .container-logo,.transparent-header #masthead:not(.navbar-scrolled).header-logo-right-menu-below .container-logo,.transparent-header #masthead:not(.navbar-scrolled).header-logo-left-sidebar-right .container-logo{background:none;-webkit-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-ms-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-o-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-brand{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .logo-sidebar .sidebar-widget,.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .logo-sidebar .sidebar-widget i{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger,.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:hover{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:before{border-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:after{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .top-search.active .search-trigger:before{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .top-search.active .search-trigger:after{background:#fff;}.transparent-header .top-bar{-webkit-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-ms-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-o-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;background:none;color:#fff;}.transparent-header .top-bar a{color:#fff;}.transparent-header .top-bar a:hover{color:#fff;}.transparent-header .top-bar i,.transparent-header .top-bar li i,.transparent-header .top-bar li a i{color:#fff;}.transparent-header .top-bar .sidebar-widget{border-color:rgba(255, 255, 255, .1);}.transparent-header .top-bar .widget_wpml_language_selector li:before{background:rgba(255, 255, 255, .1);}.transparent-header .top-bar .widget_recent_entries li,.transparent-header .top-bar .widget_recent_comments li,.transparent-header .top-bar .widget_archive li,.transparent-header .top-bar .widget_categories li,.transparent-header .top-bar .widget_meta li,.transparent-header .top-bar .widget_pages li,.transparent-header .top-bar .widget_twitter li,.transparent-header .top-bar .widget_nav_menu li,.transparent-header .top-bar .widget_rss li{border-color:rgba(255, 255, 255, .1);}.transparent-header .top-bar .search-trigger:before{border-color:#fff;color:#fff;}.transparent-header .top-bar .search-trigger:after{background:#fff;}.transparent-header .top-bar .top-search.active .search-trigger:before{background:#4c4c4c;}.transparent-header .top-bar .top-search.active .search-trigger:after{background:#4c4c4c;}}.menu-item-object-oxy_mega_menu{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li.current-menu-item > a{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > p{border-bottom-color:rgba(0, 0, 0, .055);}.menu-item-object-oxy_mega_menu .dropdown-menu > li:before{background:rgba(0, 0, 0, .055);}#navbar-slide .form-control{color:#fff;}@media (max-width:991px){.menu .navbar-collapse{box-shadow:inset 0 1px 0 rgba(0, 0, 0, .055);}.menu .nav > li > a{border-radius:0;}.menu .open .dropdown-menu{background:#e74c3c;border-radius:0;box-shadow:none;}.menu .open .dropdown-menu > li > a{border-radius:0;}.menu .open .dropdown-menu > li > a:hover,.menu .open .dropdown-menu > li > a:focus,.menu .open .dropdown-menu > li.active > a{color:#fff;}.dropdown-submenu > a:after{border-left-color:transparent !important;border-top-color:#fff !important;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li:before{display:none;}.nav-highlight > a{color:#fff !important;}.nav-highlight > a:after{background:transparent;}.nav-highlight > a:hover{color:#fff !important;}.nav-highlight > a:hover:after{background:transparent;}.transparent-header .navbar-collapse{background:rgba(231, 76, 60, .95) !important;}.menu-sidebar{border-top:1px solid rgba(255, 255, 255, .075);}}.pagination > li > a,.pagination > li > span{background:#e74c3c;color:#fff;}.pagination > li:first-child > a,.pagination > li:first-child > span{border-bottom-left-radius:18px;border-top-left-radius:18px;}.pagination > li:last-child > a,.pagination > li:last-child > span{background:#e74c3c;color:#fff;border-bottom-right-radius:18px;border-top-right-radius:18px;}.pagination > li > a:hover,.pagination > li > a:focus,.pagination > li > span:hover,.pagination > li > span:focus{background:#df2e1b;color:#fff;}.pagination > .active > a,.pagination > .active > a:hover,.pagination > .active > a:focus,.pagination > .active > span,.pagination > .active > span:hover,.pagination > .active > span:focus{background:#df2e1b;}.pagination > .active > a i,.pagination > .active > a:hover i,.pagination > .active > a:focus i,.pagination > .active > span i,.pagination > .active > span:hover i,.pagination > .active > span:focus i{color:#fff;}.pagination > li:first-child i,.pagination > li:last-child i{color:#fff;}.pagination > .disabled > span,.pagination > .disabled span:hover,.pagination > .disabled > a,.pagination > .disabled a:hover{background:#e74c3c;color:#fff;}.pagination > .disabled > span i,.pagination > .disabled span:hover i,.pagination > .disabled > a i,.pagination > .disabled a:hover i{color:#fff;}.box-inner{background-color:rgba(0, 0, 0, .1);}.pager > li > a{background:#e74c3c;color:#fff;}.pager > li > a i{color:#fff;}.pager li > a:hover,.pager li > a:focus{background-color:#df2e1b;color:#fff;}.tooltip-inner{background-color:#1c1c1c;color:#fff;}.tooltip.in{opacity:1;}.tooltip.top .tooltip-arrow{border-top-color:#1c1c1c;}.tooltip.right .tooltip-arrow{border-right-color:#1c1c1c;}.tooltip.left .tooltip-arrow{border-left-color:#1c1c1c;}.tooltip.bottom .tooltip-arrow{border-bottom-color:#1c1c1c;}.jumbotron{background:rgba(0, 0, 0, .1);}.progress{border-radius:18px;}.progress .progress-bar{border-radius:18px;}.progress-bar-primary{background:#e74c3c;box-shadow:none;}.progress-bar-primary span{color:#fff;}.progress-bar-primary.progress-striped .progress-bar,.progress-striped .progress-bar-primary{background-color:#e74c3c;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-size:40px 40px;}.badge{background:#1c1c1c;color:#fff;/* - Tabs - */}.nav-tabs{border-color:rgba(0, 0, 0, .1);}.nav-tabs > li > a{border-top-left-radius:18px;border-top-right-radius:18px;}.nav-tabs > li > a:hover{border-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) #fff;}.nav-tabs > li > a:hover{background:none;}.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active a:focus{border-top-color:rgba(0, 0, 0, .1);border-left-color:rgba(0, 0, 0, .1);border-right-color:rgba(0, 0, 0, .1);}.tab-content{background:#fff;border-left:1px solid rgba(0, 0, 0, .1);border-right:1px solid rgba(0, 0, 0, .1);border-bottom:1px solid rgba(0, 0, 0, .1);}.tabs-below .nav-tabs{border-top:1px solid rgba(0, 0, 0, .1);}.tabs-below .nav-tabs > li > a{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:18px;border-bottom-right-radius:18px;}.tabs-below .nav-tabs > li.active > a,.tabs-below .nav-tabs > li > a:hover{border-bottom-color:rgba(0, 0, 0, .1);border-top:0;}.tabs-below .tab-content{border-top:1px solid rgba(0, 0, 0, .1);}.nav-pills > li > a .badge{background:#1c1c1c;color:#fff;}.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li > a:hover,.nav-pills > li > a:focus{background:#1c1c1c;color:#fff;}.nav-pills > li.active > a .badge,.nav-pills > li.active > a:hover .badge,.nav-pills > li > a:hover .badge,.nav-pills > li > a:focus .badge{background:#fff;color:#1c1c1c;}.nav-pills > li.active > a:hover,.nav-pills > li.active > a:hover:hover,.nav-pills > li > a:hover:hover,.nav-pills > li > a:focus:hover{color:#fff;}.panel,.well{background:rgba(0, 0, 0, .1);}.panel-primary{border-color:rgba(0, 0, 0, .1);}.panel-primary .panel-heading{background:#e74c3c;}.panel-primary .panel-heading a,.panel-primary .panel-heading .panel-title{color:#fff;text-decoration:none;}.panel-primary > .panel-heading + .panel-collapse .panel-body{border-top-color:#bf2718;background:transparent;}.panel-footer{background:#ea6153;border-color:#e43725;}.panel .table{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1) inset;}.panel .table th{background:rgba(0, 0, 0, .1);color:#1c1c1c;}.portfolio-title{background:#e74c3c;color:#fff;}.portfolio-nav svg{stroke:#5c5c5c;}.social-icons li a{background-color:#1c1c1c;}.social-icons li a i{color:#fff;}.social-icons li a:not([data-iconcolor]):hover{background-color:rgba(28, 28, 28, .8);}.social-simple li a i{color:#5c5c5c;}.post-share .social-simple li a i{color:#878787;}.social-simple li a:not([data-iconcolor]):hover i{color:#e74c3c;}.divider-border-inner{background-color:#e74c3c;}#infscr-loading{background:#1c1c1c;color:#fff;}.scroll-to i{color:#e74c3c;}.scroll-to:hover i{color:#ca4b3e;}.map-marker-label{background:#fff;color:#5c5c5c;}.features-list-icon{background:rgba(0, 0, 0, .1);}.ui-datepicker{background:#fff;border:1px solid rgba(0, 0, 0, .1);border-radius:18px;}.ui-datepicker-header{background-color:rgba(0, 0, 0, .02);color:#3c3c3c;}.ui-datepicker-today{background-color:#e74c3c;}.ui-datepicker-today a,.ui-datepicker-today a:hover{color:#fff;}.ui-datepicker-calendar thead{border-bottom:1px solid rgba(0, 0, 0, .02);}.date-wrapper:after{color:#3c3c3c;}.pace-overlay{background:#fff;}.pace-dot .pace-progress-inner{background:rgba(231, 76, 60, 0.91);}.pace-minimal .pace .pace-progress{background:rgba(231, 76, 60, 0.91);}.pace-counter .pace .pace-progress:after{color:rgba(231, 76, 60, 0.91);}.pricing-head,.pricing-body{background:#fff;}.pricing-price{background:#e74c3c;color:#fff;}.pricing-list li{border-color:rgba(0, 0, 0, .1);}.pricing-item-list li h3{border-bottom-color:rgba(0, 0, 0, .1);}.pricing-item-list li strong{background-color:#e74c3c;color:#fff;}.pricing-item-list li.featured:before{border-color:#e74c3c;}.col-border-top{border-top-color:rgba(0, 0, 0, .1);}.col-border-right{border-right-color:rgba(0, 0, 0, .1);}.col-border-bottom{border-bottom-color:rgba(0, 0, 0, .1);}.col-border-left{border-left-color:rgba(0, 0, 0, .1);}.tag-list span{background:#e74c3c;color:#fff;}.bullet-nav li a{background-color:rgba(255, 255, 255, 0.9);box-shadow:0px 0px 0px 3px rgba(28, 28, 28, 0.5);}.bullet-nav li a.active{background-color:rgba(28, 28, 28, 0.9);box-shadow:0px 0px 0px 4px rgba(255, 255, 255, 0.4);}.mejs-audio{background-color:#e74c3c;color:#fff;}.mejs-container .mejs-controls .mejs-time span{color:#fff;}.mejs-controls .mejs-button button:hover{background-color:transparent;}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff;}.mejs-controls .mejs-time-rail .mejs-time-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:#fff;}.post:after{background:rgba(0, 0, 0, .1);}.post-more-link i{color:#e74c3c;}.media-inner:after{background:rgba(0, 0, 0, .1);}.post .author-info{border-color:rgba(0, 0, 0, .1);}.post-list > div{border-color:rgba(0, 0, 0, .1);}.breadcrumb-blog a,.breadcrumb-blog .active{color:#5c5c5c;}.breadcrumb-blog a:hover{opacity:0.8;}.breadcrumb-blog > li + li:before{color:#5c5c5c;}.container-author{background:rgba(0, 0, 0, .1);}.gform_wrapper .gsection{border-color:rgba(0, 0, 0, .1);}.gf_progressbar{background:rgba(0, 0, 0, .1);}.gf_progressbar_percentage{background:#e74c3c;color:#fff;}.sidebar-widget .post-icon{background:rgba(0, 0, 0, .1);}.widget_recent_entries li,.widget_recent_comments li,.widget_archive li,.widget_categories li,.widget_meta li,.widget_pages li,.widget_twitter li,.widget_nav_menu li,.widget_rss li,.widget_recent_entries .sub-menu,.widget_recent_comments .sub-menu,.widget_archive .sub-menu,.widget_categories .sub-menu,.widget_meta .sub-menu,.widget_pages .sub-menu,.widget_twitter .sub-menu,.widget_nav_menu .sub-menu,.widget_rss .sub-menu{border-color:rgba(0, 0, 0, .1);}.widget_recent_entries small,.widget_recent_comments small,.widget_archive small,.widget_categories small,.widget_meta small,.widget_pages small,.widget_twitter small,.widget_nav_menu small,.widget_rss small{color:#5c5c5c;}.widget_tag_cloud ul a{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1);color:#5c5c5c;}.widget_tag_cloud ul a:hover{box-shadow:0px 0px 0px 1px #e74c3c;color:#e74c3c;}.widget_calendar tbody a{background:#1c1c1c;color:#fff;}.widget_calendar tbody a:hover{background:#0a0a0a;color:#fff;}.widget_calendar tfoot{background:rgba(0, 0, 0, .1);}.widget_nav_menu .sub-menu li:before{color:rgba(0, 0, 0, .1);}.widget_oxy_twitter li:before{color:#1c1c1c;}.top-search form{background-color:#e74c3c;}.top-search input{background:none;color:#fff;}.top-search input:focus{box-shadow:none;}.top-search input:-moz-placeholder{color:#fff;}.top-search input::-moz-placeholder{color:#fff;}.top-search input:-ms-input-placeholder{color:#fff;}.top-search input::-webkit-input-placeholder{color:#fff;}.top-bar .top-search form{background-color:#f0f0f0;}.top-bar .top-search input{background:none;color:#6c6c6c;}.top-bar .top-search input:focus{box-shadow:none;}.top-bar .top-search input:-moz-placeholder{color:#6c6c6c;}.top-bar .top-search input::-moz-placeholder{color:#6c6c6c;}.top-bar .top-search input:-ms-input-placeholder{color:#6c6c6c;}.top-bar .top-search input::-webkit-input-placeholder{color:#6c6c6c;}.logo-sidebar .top-search form{background-color:#fff;}.logo-sidebar .top-search input{background:none;color:#1c1c1c;}.logo-sidebar .top-search input:focus{box-shadow:none;}.logo-sidebar .top-search input:-moz-placeholder{color:#1c1c1c;}.logo-sidebar .top-search input::-moz-placeholder{color:#1c1c1c;}.logo-sidebar .top-search input:-ms-input-placeholder{color:#1c1c1c;}.logo-sidebar .top-search input::-webkit-input-placeholder{color:#1c1c1c;}.top-bar{background:#f0f0f0;color:#6c6c6c;}.top-bar a{color:#4c4c4c;}.top-bar a:hover{color:#e74c3c;}.top-bar i,.top-bar li i,.top-bar li a i{color:#4c4c4c;}.top-bar .sidebar-widget{border-color:rgba(255, 255, 255, .1);}.top-bar .widget_wpml_language_selector li:before{background:rgba(255, 255, 255, .1);}.top-bar .widget_recent_entries li,.top-bar .widget_recent_comments li,.top-bar .widget_archive li,.top-bar .widget_categories li,.top-bar .widget_meta li,.top-bar .widget_pages li,.top-bar .widget_twitter li,.top-bar .widget_nav_menu li,.top-bar .widget_rss li{border-color:rgba(255, 255, 255, .1);}.top-bar .search-trigger:before{border-color:#6c6c6c;color:#6c6c6c;}.top-bar .search-trigger:after{background:#6c6c6c;}.section-upper-footer{border-top:1px solid rgba(0, 0, 0, .1);}#footer{background-color:#1c1c1c;color:rgba(255, 255, 255, .6);}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,#footer strong{color:#fff;}#footer a{color:#fff;}#footer a:hover{color:#fff;}#footer i{color:inherit;}#footer small{color:rgba(255, 255, 255, .6);}#footer .widget_recent_entries small,#footer .widget_recent_comments small,#footer .widget_archive small,#footer .widget_categories small,#footer .widget_meta small,#footer .widget_pages small,#footer .widget_twitter small,#footer .widget_nav_menu small,#footer .widget_rss small{color:rgba(255, 255, 255, .6);}#footer .widget_recent_entries li,#footer .widget_recent_comments li,#footer .widget_archive li,#footer .widget_categories li,#footer .widget_meta li,#footer .widget_pages li,#footer .widget_twitter li,#footer .widget_nav_menu li,#footer .widget_rss li,#footer .widget_recent_entries .sub-menu,#footer .widget_recent_comments .sub-menu,#footer .widget_archive .sub-menu,#footer .widget_categories .sub-menu,#footer .widget_meta .sub-menu,#footer .widget_pages .sub-menu,#footer .widget_twitter .sub-menu,#footer .widget_nav_menu .sub-menu,#footer .widget_rss .sub-menu{border-color:rgba(255, 255, 255, .1);}#footer .widget_tag_cloud ul a{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, .6);color:rgba(255, 255, 255, .6);}#footer .widget_tag_cloud ul a:hover{box-shadow:0px 0px 0px 1px #fff;color:#fff;}#footer .widget_calendar tbody a{background:#fff;color:#1c1c1c;}#footer .widget_calendar tbody a:hover{background:#ededed;color:#1c1c1c;}#footer .widget_calendar tfoot{background:rgba(255, 255, 255, .1);}#footer .widget_nav_menu .sub-menu li:before{color:rgba(255, 255, 255, .1);}#footer .widget_oxy_twitter li:before{color:#fff;}#footer .star-rating{color:rgba(255, 255, 255, .6);}.subfooter{background-color:#000;color:rgba(255, 255, 255, .6);}.subfooter h1,.subfooter h2,.subfooter h3,.subfooter h4,.subfooter h5,.subfooter h6,.subfooter strong{color:#fff;}.subfooter a{color:#fff;}.subfooter a:hover{color:#fff;}.subfooter i{color:inherit;}.subfooter small{color:rgba(255, 255, 255, .6);}.subfooter .widget_recent_entries small,.subfooter .widget_recent_comments small,.subfooter .widget_archive small,.subfooter .widget_categories small,.subfooter .widget_meta small,.subfooter .widget_pages small,.subfooter .widget_twitter small,.subfooter .widget_nav_menu small,.subfooter .widget_rss small{color:rgba(255, 255, 255, .6);}.subfooter .widget_recent_entries li,.subfooter .widget_recent_comments li,.subfooter .widget_archive li,.subfooter .widget_categories li,.subfooter .widget_meta li,.subfooter .widget_pages li,.subfooter .widget_twitter li,.subfooter .widget_nav_menu li,.subfooter .widget_rss li,.subfooter .widget_recent_entries .sub-menu,.subfooter .widget_recent_comments .sub-menu,.subfooter .widget_archive .sub-menu,.subfooter .widget_categories .sub-menu,.subfooter .widget_meta .sub-menu,.subfooter .widget_pages .sub-menu,.subfooter .widget_twitter .sub-menu,.subfooter .widget_nav_menu .sub-menu,.subfooter .widget_rss .sub-menu{border-color:rgba(255, 255, 255, .1);}.subfooter .widget_tag_cloud ul a{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, .6);color:rgba(255, 255, 255, .6);}.subfooter .widget_tag_cloud ul a:hover{box-shadow:0px 0px 0px 1px #fff;color:#fff;}.subfooter .widget_calendar tbody a{background:#fff;color:#000;}.subfooter .widget_calendar tbody a:hover{background:#ededed;color:#000;}.subfooter .widget_calendar tfoot{background:rgba(255, 255, 255, .1);}.subfooter .widget_nav_menu .sub-menu li:before{color:rgba(255, 255, 255, .1);}.subfooter .widget_oxy_twitter li:before{color:#fff;}.subfooter .star-rating{color:rgba(255, 255, 255, .6);}.product-title a{color:#1c1c1c;}.product-title a:hover{color:#e74c3c;}.add-to-cart-button i{color:#5c5c5c;}.add-to-cart-button.loading:before{color:#5c5c5c;}.add-to-cart-button.added i{color:#e74c3c;}.add-to-cart-button.added:before{color:#e74c3c;}.product-image-overlay{color:#fff;background-color:rgba(231, 76, 60, 0.7);}.product-image-overlay h4,.product-image-overlay .star-rating{color:#fff;}.product-categories{text-transform:none;}.button{background:#e74c3c;color:#fff;}.button:hover{background:rgba(231, 76, 60, .9);color:#fff;}.section-commerce .breadcrumb{background:none;color:#5c5c5c;}.section-commerce .breadcrumb a{color:#e74c3c;}.section-commerce .breadcrumb > li + li:before{color:#e74c3c;}.onsale{background:#e74c3c;color:#fff;}.price{color:#1c1c1c;}.page-numbers a,.page-numbers span{color:#fff;}.page-numbers li{background:#e74c3c;}.page-numbers .current,.page-numbers li a:hover{background:#e43725;color:#f2f2f2;}#reviews input[type="submit"]{background:#e74c3c;color:#fff;}.product-category h3{background:rgba(231, 76, 60, 0.7);color:#fff;}.product-category h3 small{color:#fff;}.description p{font-size:18px;font-weight:300;line-height:1.75em;}.product-nav a i{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1);background:rgba(0, 0, 0, .02);color:#3c3c3c;}.product-nav a:hover i{box-shadow:0px 0px 0px 1px #e74c3c;color:#e74c3c;}.quantity input{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1) inset;background:rgba(0, 0, 0, .02);color:#3c3c3c;}.quantity input:hover{box-shadow:0px 0px 0px 1px #e74c3c inset;color:#e74c3c;}.quantity input[type="number"]{box-shadow:0px 1px 0px rgba(0, 0, 0, .1) inset, 0px -1px 0px rgba(0, 0, 0, .1) inset;}.entry-summary ul.social-icons li a{background:transparent;border:1px solid rgba(0, 0, 0, .1);}.entry-summary ul.social-icons li a i{color:#3c3c3c;}.entry-summary ul.social-icons li a:hover{background:transparent;border:1px solid #e74c3c;}.entry-summary ul.social-icons li a:hover i{color:#e74c3c;}.product-images figcaption{box-shadow:none;background:rgba(231, 76, 60, 0.7);}.product-images figcaption h4 a{color:#fff;}.order_details{background:rgba(0, 0, 0, .1);}.order_details li{border-color:rgba(26, 26, 26, .1);}.product-mini{color:#fff;}.product-mini a{color:#fff;}.mini-cart-count{background-color:#e74c3c;color:#fff;}.mini-cart-overview ul li{border-bottom-color:rgba(0, 0, 0, .055);}.product-details-heading{color:#fff;}.mini-cart-overview .buttons a:first-child{box-shadow:0px 0px 0px 1px #fff inset;color:#fff;}.mini-cart-overview .buttons a:last-child{background:#e74c3c;color:#fff;}.woocommerce-invalid input,input.woocommerce-invalid,.woocommerce-invalid textarea,textarea.woocommerce-invalid{border-color:#008d7d;}.shipping_calculator{font-family:Lato;font-weight:300;}.chosen-single,.chosen-drop{background:rgba(0, 0, 0, .02) !important;border-radius:18px !important;border-color:rgba(0, 0, 0, .1) !important;color:#3c3c3c !important;}.product-remove i{color:#e74c3c;}.widget_product_tag_cloud a{border-radius:15px;box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1);color:#5c5c5c;}.widget_product_tag_cloud a:hover{box-shadow:0px 0px 0px 1px #e74c3c;color:#e74c3c;}.product_list_widget li,.widget_product_categories li,.widget_product_categories .children,.widget_layered_nav li{border-color:rgba(0, 0, 0, .1);}.product_list_widget li a,.widget_product_categories li a,.widget_product_categories .children a,.widget_layered_nav li a{font-family:Lato;color:#1c1c1c;font-weight:300;text-transform:none;}.product_list_widget li a:hover,.widget_product_categories li a:hover,.widget_product_categories .children a:hover,.widget_layered_nav li a:hover{color:#e74c3c;}.star-rating{color:#e74c3c;}.widget_price_filter .ui-slider .ui-slider-range{background:rgba(0, 0, 0, .1);}.widget_price_filter .ui-slider .ui-slider-handle{background:#1c1c1c;}.widget_product_search form:after{color:#fff;}#footer .widget_product_tag_cloud a{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, .6);color:rgba(255, 255, 255, .6);}#footer .widget_product_tag_cloud a:hover{box-shadow:0px 0px 0px 1px #fff;color:#fff;}#footer .product_list_widget li,#footer .widget_product_categories li,#footer .widget_product_categories .children,#footer .widget_layered_nav li{border-color:rgba(255, 255, 255, .1);}#footer .product_list_widget li a,#footer .widget_product_categories li a,#footer .widget_product_categories .children a,#footer .widget_layered_nav li a{color:#fff;}#footer .product_list_widget li a:hover,#footer .widget_product_categories li a:hover,#footer .widget_product_categories .children a:hover,#footer .widget_layered_nav li a:hover{color:#fff;}#footer .star-rating{color:rgba(255, 255, 255, .6);}#footer .widget_price_filter .ui-slider .ui-slider-range{background:rgba(255, 255, 255, .1);}#footer .widget_price_filter .ui-slider .ui-slider-handle{background:rgba(255, 255, 255, .6);}#footer .widget_product_search form:after{color:#1c1c1c;}.bbp-forums-list li{border-left-color:#e74c3c;}.bbp-topic-freshness-author:after{background:#e74c3c;}.bbp-topic-permalink i{color:#e74c3c;}.panel-bbpress{background:#fff;}.panel-bbpress .panel-heading{border-color:#e74c3c;}.panel-bbpress .panel-body{border-color:rgba(0, 0, 0, .1);}.panel-bbpress .panel-warning{color:#e74c3c;border-color:rgba(0, 0, 0, .1);}.panel-bbpress .bbp-template-notice{border-color:rgba(0, 0, 0, .1);}.panel-bbpress .panel-footer{background:rgba(0, 0, 0, .1);border-color:rgba(0, 0, 0, .1);}.label-bbpress{background:transparent;color:#e74c3c;}.bbp-reply-content{border-color:rgba(0, 0, 0, .1);}.bbp-reply-content .media-heading{background:rgba(13, 13, 13, .1);border-color:rgba(0, 0, 0, .1);}.bbp_author_details img{background:#fff;box-shadow:0px 0px 0px 4px rgba(0, 0, 0, .1);}.bbp_author_details:after{background:rgba(0, 0, 0, .1);}.bbp_author_details:hover img{box-shadow:0px 0px 0px 4px #e74c3c;}.bbpress-header .breadcrumb a,.bbpress-header .breadcrumb .active{color:#5c5c5c;}.bbpress-header .breadcrumb a:hover{color:rgba(92, 92, 92, .8);}.bbp-topic-tags a{background:#e74c3c;color:#fff;}.bbp-topic-tags a:hover{background:rgba(231, 76, 60, .9);}.bbp-logged-in{background:rgba(0, 0, 0, .1);}.bbp-logged-in .button,.bbp-logged-in .button:hover{color:#fff;}.post-count{background:#e74c3c;color:#fff;}.text-light{color:#fff;}.text-light i{color:#fff;}h1.text-light,h2.text-light,h3.text-light,h4.text-light,h5.text-light,h6.text-light,.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6{color:#fff;}.text-light a,a.text-light{color:#fff;}.text-light a:hover,a.text-light:hover{color:#fff;}.text-light blockquote,blockquote.text-light{color:#fff;}.text-light blockquote small,blockquote.text-light small,.text-light blockquote footer,blockquote.text-light footer,.text-light blockquote cite,blockquote.text-light cite{color:#fff;}.text-light blockquote:before,blockquote.text-light:before{color:rgba(255, 255, 255, 0.7);}.text-light.btn-link,.text-light .btn-link{box-shadow:0px 0px 0px 1px #fff inset !important;}.text-light.btn-link i,.text-light .btn-link i{color:#fff;}.text-light.btn-link:hover,.text-light .btn-link:hover{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 0.9) inset !important;background:none;}.text-light.btn-primary,.text-light .btn-primary{background:#fff !important;color:#5c5c5c !important;}.text-light.btn-primary:hover,.text-light .btn-primary:hover{background:rgba(255, 255, 255, 0.9) !important;}.text-light small,.text-light .small{color:#fff;}.text-light.btn-primary:hover,.text-light .btn-primary:hover{opacity:1;}.text-light .breadcrumb-blog a,.text-light .breadcrumb-blog .active{color:#fff;}.text-light .breadcrumb-blog > li + li:before{color:#fff;}.text-light.social-icons li a{background:#fff !important;}.text-light.social-icons li a i{color:#5c5c5c !important;}.text-light.social-simple li a{background:none !important;}.text-light.social-simple li a i{color:#fff !important;}.text-light .portfolio-nav svg{stroke:#fff;}.text-light.scroll-to,.text-light .scroll-to{/* This is a compiled file, you should be editing the file in the templates directory */}.text-light.scroll-to i,.text-light .scroll-to i{color:#fff;}.text-light.scroll-to:hover,.text-light .scroll-to:hover{opacity:0.9;}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(121, 5, 'lambda-default-skin', 'green'),
(122, 5, 'lambda_font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xMYXRvIiwiZmFtaWx5IjoiTGF0byIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOlsiMTAwIiwiMzAwIiwicmVndWxhciIsIjcwMCIsIjkwMCJdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(123, 5, 'lambda_font-size', '14'),
(124, 5, 'lambda_font-weight', '400'),
(125, 5, 'lambda_heading-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xMYXRvIiwiZmFtaWx5IjoiTGF0byIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOltdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(126, 5, 'lambda_heading-font-weight', '300'),
(127, 5, 'lambda_heading-text-transform', 'none'),
(128, 5, 'lambda_brand-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xMYXRvIiwiZmFtaWx5IjoiTGF0byIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOltdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(129, 5, 'lambda_brand-font-size', '32'),
(130, 5, 'lambda_brand-font-weight', '300'),
(131, 5, 'lambda_navbar-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xMYXRvIiwiZmFtaWx5IjoiTGF0byIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOltdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(132, 5, 'lambda_navbar-font-size', '16'),
(133, 5, 'lambda_navbar-font-weight', '600'),
(134, 5, 'lambda_navbar-dropdown-font-size', '16'),
(135, 5, 'lambda_font-weight-hairline', '100'),
(136, 5, 'lambda_font-weight-light', '300'),
(137, 5, 'lambda_font-weight-regular', '400'),
(138, 5, 'lambda_font-weight-bold', '700'),
(139, 5, 'lambda_font-weight-black', '900'),
(140, 5, 'lambda_blog-post-title-font-size', '48'),
(141, 5, 'lambda_blog-post-title-font-weight', '300'),
(142, 5, 'lambda_blog-post-font-size', '18'),
(143, 5, 'lambda_blog-post-font-weight', '400'),
(144, 5, 'lambda_blockquote-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xSb2JvdG8gU2xhYiIsImZhbWlseSI6IlJvYm90byBTbGFiIiwicHJvdmlkZXIiOiJnb29nbGVfZm9udHMiLCJ2YXJpYW50cyI6WyIxMDAiLCIzMDAiLCJyZWd1bGFyIiwiNzAwIl0sInN1YnNldHMiOlsibGF0aW4iXSwid2VpZ2h0cyI6W119'),
(145, 5, 'lambda_blockquote-font-size', '24'),
(146, 5, 'lambda_blockquote-font-style', 'normal'),
(147, 5, 'lambda_blockquote-font-weight', '300'),
(148, 5, 'lambda_lead-font-size', '18'),
(149, 5, 'lambda_lead-font-weight', '300'),
(150, 5, 'lambda_navbar-height', '90'),
(151, 5, 'lambda_navbar-scrolled', '70'),
(152, 5, 'lambda_submenu-width', '220'),
(153, 5, 'lambda_navbar-border-height', '0'),
(154, 5, 'lambda_sidemenu-width', '270'),
(155, 5, 'lambda_sidemenu-nav-max-height', '600'),
(156, 5, 'lambda_text-color', '#5c5c5c'),
(157, 5, 'lambda_heading-color', '#1c1c1c'),
(158, 5, 'lambda_link-color', '#58b451'),
(159, 5, 'lambda_link-color-hover', '#417a3c'),
(160, 5, 'lambda_icon-color', '#5c5c5c'),
(161, 5, 'lambda_small-color', '#878787'),
(162, 5, 'lambda_text-color-alt', '#ffffff'),
(163, 5, 'lambda_heading-color-alt', '#ffffff'),
(164, 5, 'lambda_link-color-alt', '#ffffff'),
(165, 5, 'lambda_link-color-hover-alt', '#ffffff'),
(166, 5, 'lambda_icon-color-alt', '#ffffff'),
(167, 5, 'lambda_small-color-alt', '#ffffff'),
(168, 5, 'lambda_background-color', '#ffffff'),
(169, 5, 'lambda_background-invert', '#1c1c1c'),
(170, 5, 'lambda_background-complementary', 'rgba(0,0,0,.1)'),
(171, 5, 'lambda_nav-background', '#58b451'),
(172, 5, 'lambda_nav-link', '#ffffff'),
(173, 5, 'lambda_nav-link-hover', '#ffffff'),
(174, 5, 'lambda_nav-link-active', '#ffffff'),
(175, 5, 'lambda_nav-brand', '#ffffff'),
(176, 5, 'lambda_nav-text', '#ffffff'),
(177, 5, 'lambda_nav-borders', 'rgba(255, 255, 255, 0)'),
(178, 5, 'lambda_nav-dropdown-background', '#58b451'),
(179, 5, 'lambda_nav-dropdown-link', '#ffffff'),
(180, 5, 'lambda_nav-dropdown-link-hover', '#ffffff'),
(181, 5, 'lambda_nav-dropdown-text', '#ffffff'),
(182, 5, 'lambda_nav-dropdown-border', 'rgba(0,0,0,.055)'),
(183, 5, 'lambda_nav-dropdown-separators', 'rgba(0,0,0,.055)'),
(184, 5, 'lambda_nav-transparent-link', '#ffffff'),
(185, 5, 'lambda_nav-transparent-link-hover', '#ffffff'),
(186, 5, 'lambda_nav-transparent-brand', '#ffffff'),
(187, 5, 'lambda_nav-transparent-text', '#ffffff'),
(188, 5, 'lambda_nav-transparent-borders', 'rgba(255, 255, 255, 0.1)'),
(189, 5, 'lambda_logo-background', '#ffffff'),
(190, 5, 'lambda_logo-brand', '#1c1c1c'),
(191, 5, 'lambda_top-bar-background', '#f0f0f0'),
(192, 5, 'lambda_top-bar-link', '#4c4c4c'),
(193, 5, 'lambda_top-bar-link-hover', '#58b451'),
(194, 5, 'lambda_top-bar-text', '#6c6c6c'),
(195, 5, 'lambda_top-bar-borders', 'rgba(255, 255, 255, .1)'),
(196, 5, 'lambda_footer-background', '#1c1c1c'),
(197, 5, 'lambda_footer-link', '#ffffff'),
(198, 5, 'lambda_footer-link-hover', '#ffffff'),
(199, 5, 'lambda_footer-text', 'rgba(255, 255, 255, .6)'),
(200, 5, 'lambda_footer-borders', 'rgba(255, 255, 255, .1)'),
(201, 5, 'lambda_sub-footer-background', '#000'),
(202, 5, 'lambda_sub-footer-link', '#ffffff'),
(203, 5, 'lambda_sub-footer-link-hover', '#ffffff'),
(204, 5, 'lambda_sub-footer-text', 'rgba(255, 255, 255, .6)'),
(205, 5, 'lambda_sub-footer-borders', 'rgba(255, 255, 255, .1)'),
(206, 5, 'lambda_form-color', '#3c3c3c'),
(207, 5, 'lambda_form-background', 'rgba(0,0,0,.02)'),
(208, 5, 'lambda_form-borders', 'rgba(0,0,0,.1)'),
(209, 5, 'lambda_form-placeholder-color', '#9c9c9c'),
(210, 5, 'lambda_form-active', '#58b451'),
(211, 5, 'lambda_primary-text', '#ffffff'),
(212, 5, 'lambda_primary-bg', '#58b451'),
(213, 5, 'lambda_default-text', '#ffffff'),
(214, 5, 'lambda_default-bg', '#4D4A51'),
(215, 5, 'lambda_warning-text', '#ffffff'),
(216, 5, 'lambda_warning-bg', '#CD6727'),
(217, 5, 'lambda_danger-text', '#ffffff'),
(218, 5, 'lambda_danger-bg', '#008D7D'),
(219, 5, 'lambda_success-text', '#ffffff'),
(220, 5, 'lambda_success-bg', '#008D7D'),
(221, 5, 'lambda_info-text', '#ffffff'),
(222, 5, 'lambda_info-bg', '#78A2BB'),
(223, 5, 'lambda_border-radius-base', '18'),
(224, 5, 'lambda_border-radius-large', '24'),
(225, 5, 'lambda_border-radius-small', '15'),
(226, 5, 'lambda_border-radius-forms', '18'),
(227, 5, 'lambda_overlay-text', '#ffffff'),
(228, 5, 'lambda_overlay-bg', 'rgba(88, 180, 81, 0.77)'),
(229, 5, 'lambda_magnific-overlay-bg', '#ffffff'),
(230, 5, 'lambda_magnific-close-icon', '#ffffff'),
(231, 5, 'lambda_magnific-close-bg', '#000000'),
(232, 5, 'lambda_top-icon-color', '#ffffff'),
(233, 5, 'lambda_top-icon-bg', '#ffffff'),
(234, 5, 'lambda_slideshow-color', '#ffffff'),
(235, 5, 'lambda_slideshow-shadow', 'rgba(255, 255, 255, 0.2)'),
(236, 5, 'lambda_loader-color', '#58b451'),
(237, 5, 'lambda_loader-bg', '#ffffff'),
(238, 5, 'extra_code', '<link href="//fonts.googleapis.com/css?family=Lato:100,300,400,700,900%7CRoboto+Slab:100,300,400,700&amp;subset=latin,latin" rel="stylesheet" type="text/css">');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(239, 5, 'oxy_stack_css', 'body{font-size:14px;font-family:Lato, sans-serif;font-weight:400;}body input,body textarea,body .btn,body button{font-family:Lato, sans-serif;}blockquote p{font-size:24px;font-weight:300;}.hairline{font-weight:100 !important;}.hairline strong{font-weight:300;}.light{font-weight:300 !important;}.regular{font-weight:400 !important;}.bold{font-weight:700 !important;}.black{font-weight:700 !important;}h1,h2,h3,h4,h5,h6{font-family:Lato, sans-serif;font-weight:300;text-transform:none;}.lead{font-size:18px;font-weight:300;line-height:1.75em;}.lead strong{font-weight:700;}#masthead .menu,#masthead.menu,#navbar-slide.menu{font-family:Lato, sans-serif;font-weight:600;font-size:16px;}#masthead .menu .dropdown-menu,#masthead.menu .dropdown-menu,#navbar-slide.menu .dropdown-menu{font-size:16px;}.menu .navbar-brand{font-family:Lato, sans-serif;font-weight:300;font-size:32px;}.post-head h1{font-size:48px;font-weight:300;}.post-head h2{font-size:38.4px;font-weight:300;}.post-head .lead{color:#878787;}.post-details{color:#878787;}.post-details a,.post-details i{color:#878787;}.post-details a:hover{color:#58b451;}.post-details span{border-color:rgba(0, 0, 0, .1);}.post-title span{color:#878787;}.post-body{font-size:18px;font-weight:400;}.post-extras{color:#878787;}.post-extras a{color:#878787;}.post-extras a:hover{color:#58b451;}.post-tags a,.post-share ul.social-icons li a{border-radius:15px;box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1);color:#5c5c5c;}.post-tags a:hover,.post-share ul.social-icons li a:hover{box-shadow:0px 0px 0px 1px #58b451;color:#58b451;}.post-tags a:hover i,.post-share ul.social-icons li a:hover i{color:#58b451 !important;}.btn,button,input[type="submit"],.button{border-radius:18px;}.btn.btn-lg,button.btn-lg,input[type="submit"].btn-lg,.button.btn-lg{border-radius:24px;}.btn.btn-sm,button.btn-sm,input[type="submit"].btn-sm,.button.btn-sm{border-radius:15px;}.portfolio-title{border-radius:15px;}.pager li > a,.pager li > span{border-radius:18px;}.form-control,select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input,.select-wrap{border-radius:18px;}.widget_tag_cloud ul li a{border-radius:15px;}.tag-list-inline li span{border-radius:18px;}.tag-list-lg li span{border-radius:24px;}.tag-list-sm li span{border-radius:15px;}.skills-list li:before{color:#58b451;}.map-marker-label{font-size:14px;font-weight:400;}.navbar-brand{padding:0;line-height:90px;height:90px;}.logo-navbar .nav > li > a{padding-top:33px;padding-bottom:33px;line-height:24px;}.logo-navbar .nav > li > a:before{margin-bottom:- 14.5px;}.logo-navbar .nav > li.active > a:before,.logo-navbar .nav > li > a:hover:before,.logo-navbar .nav > li.current-page-parent > a:before,.logo-navbar .nav > li.current-menu-parent > a:before,.logo-navbar .nav > li.current-page-ancestor > a:before,.logo-navbar .nav > li.current-menu-ancestor > a:before{opacity:1;margin-bottom:- 16.5px;}#masthead.navbar{min-height:90px;}.navbar-toggle{margin-top:37px;margin-bottom:37px;}#masthead .dropdown-menu{min-width:220px;}@media (min-width:992px){#masthead.navbar-scrolled{min-height:70px;}#masthead.navbar-scrolled .navbar-brand{line-height:70px;height:70px;}#masthead.navbar-scrolled .logo-navbar .navbar-nav > li > a{padding-top:23px;padding-bottom:23px;}#masthead.navbar-scrolled .logo-navbar .navbar-text,#masthead.navbar-scrolled .logo-navbar .sidebar-widget{padding-top:23px;padding-bottom:23px;}.navbar-scrolled .navbar-toggle{margin-top:27px;margin-bottom:27px;}#masthead .logo-navbar .search-close{top:0;height:90px;width:90px;}#masthead .logo-navbar .form-control{/* so that bottom border shows */height:89px;}#masthead.navbar-scrolled .logo-navbar .menu-sidebar .search-close{top:0;height:70px;width:70px;}#masthead.navbar-scrolled .logo-navbar .form-control{height:70px;}.logo-navbar .navbar-text,.logo-navbar .sidebar-widget{line-height:24px;padding-top:33px;padding-bottom:33px;}.transparent-header #content{margin-top:-90px;display:inline-block;vertical-align:top;}.transparent-header #content.layout-boxed{display:inline-block;}.transparent-header.layout-boxed #content{display:block;}.transparent-header.transparent-menu-below #content{margin-top:-140px;}.transparent-topbar #content{margin-top:-126px;}.transparent-topbar.transparent-menu-below #content{margin-top:-176px;}}#navbar-slide{width:270px;}#navbar-slide .navbar-nav{max-height:600px;}#navbar-slide .navbar-brand{height:90px;}.slide-on #masthead,.slide-on #content,.slide-on #navbar-slide,.slide-on .top-bar{-webkit-transform :translateX(-270px);-moz-transform :translateX(-270px);-ms-transform :translateX(-270px);-o-transform :translateX(-270px);transform :translateX(-270px);}@media (max-width:991px){#navbar-slide .navbar-nav{max-height:60%;}}.btn i,button i,.button i{color:inherit !important;}.btn-default{background:#4d4a51 !important;color:#fff !important;}.btn-default:hover{background:rgba(77, 74, 81, 0.9) !important;}.btn-warning{background:#cd6727 !important;color:#fff !important;}.btn-warning:hover{background:rgba(205, 103, 39, 0.9) !important;}.btn-danger{background:#008d7d !important;color:#fff !important;}.btn-danger:hover{background:rgba(0, 141, 125, 0.9) !important;}.btn-success{background:#008d7d !important;color:#fff !important;}.btn-success:hover{background:rgba(0, 141, 125, 0.9) !important;}.btn-info{background:#78a2bb !important;color:#fff !important;}.btn-info:hover{background:rgba(120, 162, 187, 0.9) !important;}.panel-default .panel-heading{background:#4d4a51 !important;}.panel-default .panel-heading a,.panel-default .panel-heading a:hover{color:#fff !important;}.panel-default .panel-title{color:#fff !important;}.panel-warning .panel-heading{background:#cd6727 !important;}.panel-warning .panel-heading a,.panel-warning .panel-heading a:hover{color:#fff !important;}.panel-warning .panel-title{color:#fff !important;}.panel-danger .panel-heading{background:#008d7d !important;}.panel-danger .panel-heading a,.panel-danger .panel-heading a:hover{color:#fff !important;}.panel-danger .panel-title{color:#fff !important;}.panel-success .panel-heading{background:#008d7d !important;}.panel-success .panel-heading a,.panel-success .panel-heading a:hover{color:#fff !important;}.panel-success .panel-title{color:#fff !important;}.panel-info .panel-heading{background:#78a2bb !important;}.panel-info .panel-heading a,.panel-info .panel-heading a:hover{color:#fff !important;}.panel-info .panel-title{color:#fff !important;}.alert-warning{background:#cd6727;color:#fff !important;}.alert-warning a{color:#fff !important;text-decoration:underline;}.alert-warning .btn,.alert-warning .button{background:#cd6727 !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-warning .close{color:#fff !important;}.alert-danger{background:#008d7d;color:#fff !important;}.alert-danger a{color:#fff !important;text-decoration:underline;}.alert-danger .btn,.alert-danger .button{background:#008d7d !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-danger .close{color:#fff !important;}.alert-success{background:#008d7d;color:#fff !important;}.alert-success a{color:#fff !important;text-decoration:underline;}.alert-success .btn,.alert-success .button{background:#008d7d !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-success .close{color:#fff !important;}.alert-info{background:#78a2bb;color:#fff !important;}.alert-info a{color:#fff !important;text-decoration:underline;}.alert-info .btn,.alert-info .button{background:#78a2bb !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-info .close{color:#fff !important;}.progress-bar-default{box-shadow:none;background:#4d4a51;}.progress-bar-default span{color:#fff;}.progress-bar-default.progress-striped .progress-bar,.progress-striped .progress-bar-default{background-color:#4d4a51;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-warning{background:#cd6727;box-shadow:none;}.progress-bar-warning span{color:#fff;}.progress-bar-warning.progress-striped .progress-bar,.progress-striped .progress-bar-warning{background-color:#cd6727;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-danger{box-shadow:none;background:#008d7d;}.progress-bar-danger span{color:#fff;}.progress-bar-danger.progress-striped .progress-bar,.progress-striped .progress-bar-danger{background-color:#008d7d;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-success{box-shadow:none;background:#008d7d;}.progress-bar-success span{color:#fff;}.progress-bar-success.progress-striped .progress-bar,.progress-striped .progress-bar-success{background-color:#008d7d;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-info{box-shadow:none;background:#78a2bb;}.progress-bar-info span{color:#fff;}.progress-bar-info.progress-striped .progress-bar,.progress-striped .progress-bar-info{background-color:#78a2bb;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.figure-overlay{background-color:rgba(88, 180, 81, 0.77);color:#fff;}.figure-overlay .figure-caption{color:#fff;}.figure-overlay .figure-caption h1,.figure-overlay .figure-caption h2,.figure-overlay .figure-caption h3,.figure-overlay .figure-caption h4,.figure-overlay .figure-caption h5,.figure-overlay .figure-caption i,.figure-overlay .figure-caption a{color:inherit !important;}.figure-overlay .figure-caption small{color:rgba(255, 255, 255, .8) !important;}.figure-overlay .figure-caption .btn{background:#fff !important;color:rgba(88, 180, 81, 0.77) !important;}.figure-overlay .figure-caption .btn:hover{background:rgba(255, 255, 255, .8) !important;}.figure-overlay .figure-caption i{font-size:21px;}.fade-none.figcaption-top .figure-overlay{/* FF3.6+ */background:-moz-linear-gradient(top, rgba(88, 180, 81, 0.77) 60%, rgba(88, 180, 81, 0) 100%);/* Chrome,Safari4+ */background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88, 180, 81, 0.77)), color-stop(100%, rgba(88, 180, 81, 0)));/* Chrome10+,Safari5.1+ */background:-webkit-linear-gradient(top, rgba(88, 180, 81, 0.77) 60%, rgba(88, 180, 81, 0) 100%);/* Opera 11.10+ */background:-o-linear-gradient(top, rgba(88, 180, 81, 0.77) 60%, rgba(88, 180, 81, 0) 100%);/* IE10+ */background:-ms-linear-gradient(top, rgba(88, 180, 81, 0.77) 60%, rgba(88, 180, 81, 0) 100%);/* W3C */background:linear-gradient(to bottom, rgba(88, 180, 81, 0.77) 60%, rgba(88, 180, 81, 0) 100%);}.fade-none.figcaption-bottom .figure-overlay{/* FF3.6+ */background:-moz-linear-gradient(top, rgba(88, 180, 81, 0) 60%, rgba(88, 180, 81, 0.77) 100%);/* Chrome,Safari4+ */background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88, 180, 81, 0)), color-stop(100%, #58b451));/* Chrome10+,Safari5.1+ */background:-webkit-linear-gradient(top, rgba(88, 180, 81, 0) 60%, #58b451 100%);/* Opera 11.10+ */background:-o-linear-gradient(top, rgba(88, 180, 81, 0) 60%, #58b451 100%);/* IE10+ */background:-ms-linear-gradient(top, rgba(88, 180, 81, 0) 60%, #58b451 100%);/* W3C */background:linear-gradient(to bottom, rgba(88, 180, 81, 0) 60%, #58b451 100%);}.mfp-bg{background:#fff;}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{background-color:#000 !important;color:#fff;}.mfp-counter,.mfp-preloader{color:#000;}button.mfp-arrow{background:#000 !important;}.mfp-arrow:before{color:#fff;}.go-top{background:#fff !important;}.go-top i{color:#fff;}.carousel-control{color:#fff !important;text-shadow:1px 1px 0px rgba(255, 255, 255, 0.2);}.carousel-caption,.carousel-caption h3{color:#fff !important;text-shadow:1px 1px 0px rgba(255, 255, 255, 0.2);}.carousel-indicators li{background:rgba(255, 255, 255, 0.2);border-color:transparent;}.carousel-indicators li.active{background:#fff;border-color:#fff;}.flex-direction-nav a{color:#fff !important;text-shadow:none;background:rgba(255, 255, 255, 0.2);}.flex-control-nav a{background:rgba(255, 255, 255, 0.2);box-shadow:0px 0px 0px 3px rgba(255, 255, 255, 0.2);}.flex-control-nav a.flex-active{background:#fff;}.flexslider figcaption{background:rgba(255, 255, 255, 0.2);}.flexslider figcaption h3,.flexslider figcaption p{color:#fff;}.ls-fullwidth .ls-nav-prev:after,.ls-fullwidth .ls-nav-next:after{color:#fff !important;text-shadow:1px 1px 0px rgba(255, 255, 255, 0.2);}.gform_wrapper .gfield_required.gfield_error,.gform_wrapper .gfield_error .gfield_label,.gform_wrapper .gfield_contains_required.gfield_error{color:#002723;}.gform_wrapper .gfield_error input,.gform_wrapper .gfield_error select,.gform_wrapper .gfield_error textarea{border:1px solid rgba(0, 90, 80, .5);background:rgba(0, 141, 125, .5);color:#002723;}.gform_wrapper .gfield_error input:focus,.gform_wrapper .gfield_error select:focus,.gform_wrapper .gfield_error textarea:focus{box-shadow:0px 3px 0px #008d7d;}.validation_error{background:#008d7d;color:#fff;}.validation_error hr{border-top-color:#008d7d;}.validation_error .alert-link{color:#e6e6e6;}.panel-bbpress .bbp-template-notice{color:#008d7d;}[role="alert"]{color:#008d7d;}[role="alert"].wpcf7-mail-sent-ok{color:#008d7d;}.wpcf7-not-valid{border-color:#008d7d !important;}.table > tbody > tr.warning > td,.table > tbody > tr.warning > th,.table > tbody > tr > td.warning,.table > tbody > tr > th.warning,.table > tfoot > tr.warning > td,.table > tfoot > tr.warning > th,.table > tfoot > tr > td.warning,.table > tfoot > tr > th.warning,.table > thead > tr.warning > td,.table > thead > tr.warning > th,.table > thead > tr > td.warning,.table > thead > tr > th.warning{color:#fff;background-color:#cd6727;}.table > tbody > tr.error > td,.table > tbody > tr.error > th,.table > tbody > tr > td.error,.table > tbody > tr > th.error,.table > tfoot > tr.error > td,.table > tfoot > tr.error > th,.table > tfoot > tr > td.error,.table > tfoot > tr > th.error,.table > thead > tr.error > td,.table > thead > tr.error > th,.table > thead > tr > td.error,.table > thead > tr > th.error{color:#fff;background-color:#008d7d;}.table > tbody > tr.info > td,.table > tbody > tr.info > th,.table > tbody > tr > td.info,.table > tbody > tr > th.info,.table > tfoot > tr.info > td,.table > tfoot > tr.info > th,.table > tfoot > tr > td.info,.table > tfoot > tr > th.info,.table > thead > tr.info > td,.table > thead > tr.info > th,.table > thead > tr > td.info,.table > thead > tr > th.info{color:#fff;background-color:#78a2bb;}.table > tbody > tr.success > td,.table > tbody > tr.success > th,.table > tbody > tr > td.success,.table > tbody > tr > th.success,.table > tfoot > tr.success > td,.table > tfoot > tr.success > th,.table > tfoot > tr > td.success,.table > tfoot > tr > th.success,.table > thead > tr.success > td,.table > thead > tr.success > th,.table > thead > tr > td.success,.table > thead > tr > th.success{color:#fff;background-color:#008d7d;}.has-warning .form-control{border-color:#cd6727;}.has-error .form-control{border-color:#008d7d;}.has-success .form-control{border-color:#fff;}.has-info .form-control{border-color:#78a2bb;}.post-grid{background-color:#fff;border-color:rgba(0, 0, 0, .1);}.post-grid .post-grid-content-title a{color:#1c1c1c;}.post-grid:hover .post-grid-content-title a{color:#58b451;}.post-grid blockquote p{font-size:16.8px;}.post-grid .post-grid-content-footer,.post-grid blockquote footer{border-top-color:rgba(0, 0, 0, .1);}.post-grid-overlay{background-color:rgba(88, 180, 81, 0.77);}.post-grid-overlay .post-grid-content-title,.post-grid-overlay .post-grid-content-footer,.post-grid-overlay blockquote p,.post-grid-overlay blockquote footer{color:#fff;}.post-grid-overlay .post-grid-content{background:rgba(88, 180, 81, 0.77);}.post-grid-overlay blockquote:before{color:rgba(255, 255, 255, 0.7);}.figure-caption-category a{background:rgba(88, 180, 81, .8);color:#fff;transition:all 0.2s;}.figure-caption-category a:hover{background:rgba(88, 180, 81, .9);color:#fff;}#content{background:#fff;color:#5c5c5c;}h1,h2,h3,h4,h5,h6{color:#1c1c1c;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#878787;}a{color:#58b451;}a:hover{color:#417a3c;}small,.small{color:#878787;}small a,.small a{color:#878787;}small a:hover,.small a:hover{color:#58b451;}small i,.small i{color:#878787;}i{color:#5c5c5c;}blockquote p{font-family:Roboto Slab;font-style:normal;}blockquote small,blockquote footer{font-family:Lato;color:#878787;}blockquote cite{color:#5c5c5c;}blockquote:before{color:rgba(92, 92, 92, 0.2);}blockquote.blockquote-simple img{border-color:rgba(255, 255, 255, 0.2);}::selection{background:#1c1c1c;color:#fff;}::-moz-selection{background:#1c1c1c;color:#fff;}hr{border-top-color:rgba(0, 0, 0, .1);}pre{background:#1c1c1c;color:#fff;}.btn-primary,button,input[type="submit"]{background-color:#58b451;color:#fff;}.btn-primary:hover,button:hover,input[type="submit"]:hover,.btn-primary:active,button:active,input[type="submit"]:active,.btn-primary:focus,button:focus,input[type="submit"]:focus{background-color:#499a42;color:#fff;}.btn-link{background:none;color:#58b451;text-decoration:none;box-shadow:0px 0px 0px 1px #58b451 inset;}.btn-link:hover{text-decoration:none;background-color:#58b451;color:#fff;box-shadow:0px 0px 0px 1px #58b451 inset;}.open .dropdown-toggle.btn-primary{background-color:#58b451;color:#fff;}.btn-group .dropdown-menu{background-color:#58b451;}.btn-group .dropdown-menu > li > a{color:#fff;box-shadow:0px -1px 0px #4ea547;}.btn-group .dropdown-menu > li:first-child > a{box-shadow:none;}.btn-group .dropdown-menu > li > a:hover{background:#70bf6a;}.label-primary{background:#58b451;color:#fff;}.label-primary a{color:#fff;}.form-control{background-color:rgba(0, 0, 0, .02);color:#3c3c3c;border-color:rgba(0, 0, 0, .1);}.form-control:-moz-placeholder{color:#9c9c9c;}.form-control::-moz-placeholder{color:#9c9c9c;}.form-control:-ms-input-placeholder{color:#9c9c9c;}.form-control::-webkit-input-placeholder{color:#9c9c9c;}.form-control:focus{border-color:#58b451;}input[type="checkbox"],input[type="radio"]{-webkit-box-shadow :none;-moz-box-shadow :none;-ms-box-shadow :none;-o-box-shadow :none;box-shadow :none;}.form-icon-group i{color:#58b451;}input[type="button"]{background:#58b451;color:#fff;}.select-wrap{color:#3c3c3c;background:rgba(0, 0, 0, .02);box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1) inset;}.select-wrap:after{color:#3c3c3c;}.table > thead{border-color:rgba(0, 0, 0, .1);}.table > thead > tr > th{background-color:rgba(0, 0, 0, .1);text-transform:uppercase;color:#5c5c5c;font-family:Lato;}.table > tbody > tr > td,.table > tbody > tr > th,.table > tfoot > tr > td,.table > tfoot > tr > th,.table > thead > tr > td,.table > thead > tr > th{border-color:rgba(0, 0, 0, .1);}.table tfoot th{background-color:rgba(0, 0, 0, .1);}.table-hover tbody tr:hover th{background:rgba(0, 0, 0, .1);}.table-striped > tbody > tr:nth-child(odd) > td,.table-striped > tbody > tr:nth-child(odd) > th,.table-hover > tbody > tr:hover > td,.table-hover > tbody > tr:hover > th{background:rgba(0, 0, 0, .1);}#masthead{box-shadow:0px 1px 0px rgba(255, 255, 255, 0), 0px -1px 0px rgba(255, 255, 255, 0);}.menu{color:#fff;background:#58b451;}.menu .navbar-text{color:#fff;}.menu .navbar-brand{color:#fff;}.menu .navbar-brand:hover{color:#fff;}.menu a{color:#fff;}.menu a:before{height:0px;}.menu .nav > li > a{color:#fff;}.menu .nav > li > a:hover,.menu .nav > li > a:focus{color:#fff;background:none;}.menu .nav > li > a:hover:before,.menu .nav > li > a:focus:before{opacity:1;width:100%;background-color:#fff;}.menu a .menu-icon{color:inherit;}.navbar-toggle{background:none !important;}.navbar-toggle .icon-bar{background-color:#fff;}.navbar-toggle:hover{background:none;}.menu .nav > .active > a,.menu .nav > .current-menu-parent > a,.menu .nav > .current-menu-ancestor > a,.menu .nav > .current-menu-item > a,.menu .nav > .current-menu-item > a:focus,.menu .nav > .current-page-parent > a,.menu .nav > .active > a:focus,.menu .nav li.dropdown.open > .dropdown-toggle,.menu .nav li.dropdown.active > .dropdown-toggle,.menu .nav li.dropdown.open.active > .dropdown-toggle{color:#fff;}.menu .nav > .active > a:after,.menu .nav > .current-menu-parent > a:after,.menu .nav > .current-menu-ancestor > a:after,.menu .nav > .current-menu-item > a:after,.menu .nav > .current-menu-item > a:focus:after,.menu .nav > .current-page-parent > a:after,.menu .nav > .active > a:focus:after,.menu .nav li.dropdown.open > .dropdown-toggle:after,.menu .nav li.dropdown.active > .dropdown-toggle:after,.menu .nav li.dropdown.open.active > .dropdown-toggle:after{border-radius:18px;}.menu .nav > .active > a:hover,.menu .nav > .current-menu-parent > a:hover,.menu .nav > .current-menu-ancestor > a:hover,.menu .nav > .current-menu-item > a:hover,.menu .nav > .current-menu-item > a:focus:hover,.menu .nav > .current-page-parent > a:hover,.menu .nav > .active > a:focus:hover,.menu .nav li.dropdown.open > .dropdown-toggle:hover,.menu .nav li.dropdown.active > .dropdown-toggle:hover,.menu .nav li.dropdown.open.active > .dropdown-toggle:hover{color:#fff;}.menu .nav > .disabled > a{opacity:0.8;}.menu .dropdown-menu{background-color:#58b451;-webkit-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;-moz-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;-ms-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;-o-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;}.menu .dropdown-menu > li > a{color:#fff;}.menu .dropdown-menu > li > a .menu-icon{color:inherit;}.menu .dropdown-menu > li > a:hover,.menu .dropdown-menu > .active > a,.menu .dropdown-menu > .active > a:hover,.menu .dropdown-menu > .active > a:focus{color:#fff;background:transparent;}.menu .nav > li > .dropdown-menu:after,.menu .nav > li > .dropdown-menu:before{display:none;}.menu .dropdown-submenu > a:after{border-left-color:#fff !important;}.menu .dropdown-menu .divider{background-color:rgba(0, 0, 0, .055);}.nav-highlight > a,.nav-highlight-ghost > a{border-radius:18px;}.nav-highlight > a:after,.nav-highlight-ghost > a:after{border-radius:18px;}.menu .nav-highlight > a{color:#58b451 !important;}.menu .nav-highlight > a:after{background:#fff;}.menu .nav-highlight > a:hover{color:#58b451 !important;}.menu .nav-highlight > a:hover:after{background:#fff;}.menu .nav-highlight.active > a{color:#58b451 !important;}.menu .nav-highlight.active > a:after{background:#fff;}.menu .nav-highlight.active > a:hover{color:#58b451 !important;}.menu .nav-highlight.active > a:hover:after{background:#fff;}.menu .nav-highlight .menu-icon{color:#58b451;}.menu .nav-highlight-ghost > a{color:#fff;}.menu .nav-highlight-ghost > a:after{border:1px solid #fff;}.menu .nav-highlight-ghost > a:hover{color:#fff;}.menu .nav-highlight-ghost > a:hover:after{border:1px solid #fff;}.menu .nav-highlight-ghost.active > a{color:#fff;}.menu .nav-highlight-ghost.active > a:after{border:1px solid #fff;}.menu .nav-highlight-ghost.active > a:hover{color:#fff;}.menu .nav-highlight-ghost.active > a:hover:after{border:1px solid #fff;}.search-trigger,.search-trigger:hover{color:#fff;}.search-trigger:before{border-color:#fff;color:#fff;}.search-trigger:after{background:#fff;}.top-search.active .search-trigger:before{background:#fff;}.top-search.active .search-trigger:after{background:#fff;}.header-logo-center-menu-below .container-logo,.header-logo-left-menu-below .container-logo,.header-logo-right-menu-below .container-logo,.header-logo-left-sidebar-right .container-logo{background:#fff;box-shadow:0px 1px 0px rgba(255, 255, 255, 0);}.header-logo-center-menu-below .navbar-brand,.header-logo-left-menu-below .navbar-brand,.header-logo-right-menu-below .navbar-brand,.header-logo-left-sidebar-right .navbar-brand{color:#1c1c1c;}.header-logo-center-menu-below .navbar-brand:hover,.header-logo-left-menu-below .navbar-brand:hover,.header-logo-right-menu-below .navbar-brand:hover,.header-logo-left-sidebar-right .navbar-brand:hover{color:#1c1c1c;opacity:0.9;}.header-logo-center-menu-below .logo-navbar,.header-logo-left-menu-below .logo-navbar,.header-logo-right-menu-below .logo-navbar,.header-logo-left-sidebar-right .logo-navbar{color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar a,.header-logo-left-menu-below .logo-navbar a,.header-logo-right-menu-below .logo-navbar a,.header-logo-left-sidebar-right .logo-navbar a{color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .navbar-toggle .icon-bar,.header-logo-left-menu-below .logo-navbar .navbar-toggle .icon-bar,.header-logo-right-menu-below .logo-navbar .navbar-toggle .icon-bar,.header-logo-left-sidebar-right .logo-navbar .navbar-toggle .icon-bar{background:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-left-menu-below .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-right-menu-below .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-left-sidebar-right .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-center-menu-below .logo-navbar .logo-sidebar .sidebar-widget i,.header-logo-left-menu-below .logo-navbar .logo-sidebar .sidebar-widget i,.header-logo-right-menu-below .logo-navbar .logo-sidebar .sidebar-widget i,.header-logo-left-sidebar-right .logo-navbar .logo-sidebar .sidebar-widget i{color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .search-trigger,.header-logo-left-menu-below .logo-navbar .search-trigger,.header-logo-right-menu-below .logo-navbar .search-trigger,.header-logo-left-sidebar-right .logo-navbar .search-trigger,.header-logo-center-menu-below .logo-navbar .search-trigger:hover,.header-logo-left-menu-below .logo-navbar .search-trigger:hover,.header-logo-right-menu-below .logo-navbar .search-trigger:hover,.header-logo-left-sidebar-right .logo-navbar .search-trigger:hover{color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .search-trigger:before,.header-logo-left-menu-below .logo-navbar .search-trigger:before,.header-logo-right-menu-below .logo-navbar .search-trigger:before,.header-logo-left-sidebar-right .logo-navbar .search-trigger:before{border-color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .search-trigger:after,.header-logo-left-menu-below .logo-navbar .search-trigger:after,.header-logo-right-menu-below .logo-navbar .search-trigger:after,.header-logo-left-sidebar-right .logo-navbar .search-trigger:after{background:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .top-search.active .search-trigger:before,.header-logo-left-menu-below .logo-navbar .top-search.active .search-trigger:before,.header-logo-right-menu-below .logo-navbar .top-search.active .search-trigger:before,.header-logo-left-sidebar-right .logo-navbar .top-search.active .search-trigger:before{background:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .top-search.active .search-trigger:after,.header-logo-left-menu-below .logo-navbar .top-search.active .search-trigger:after,.header-logo-right-menu-below .logo-navbar .top-search.active .search-trigger:after,.header-logo-left-sidebar-right .logo-navbar .top-search.active .search-trigger:after{background:#1c1c1c;}.menu .sidebar-widget{color:#fff;}.menu .sidebar-widget .sidebar-header{color:#fff;}.menu .sidebar-widget i{color:#fff;}@media (min-width:992px){.transparent-header .sticky-wrapper{background:none;}.transparent-header #masthead:not(.navbar-scrolled){background:none;-webkit-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-ms-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-o-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;}.transparent-header #masthead:not(.navbar-scrolled) a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled).search-active{background:#58b451 !important;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-text{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-brand{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-brand:hover{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:before{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:focus{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover:before,.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:focus:before{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-toggle .icon-bar{background-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-parent > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-ancestor > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a:focus,.transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a:focus,.transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.open > .dropdown-toggle,.transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.active > .dropdown-toggle,.transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.open.active > .dropdown-toggle{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu li a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu li > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a,.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a:focus{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .search-trigger:before{border-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .search-trigger:after{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .top-search.active .search-trigger:before{border-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .top-search.active .search-trigger:after{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a{color:#000 !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:after{background:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:hover{color:#000 !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:hover:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:hover:after{background:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a .menu-icon,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a .menu-icon{color:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:after{border:1px solid #fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:hover{color:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:hover:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:hover:after{border-color:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled).header-logo-center-menu-below .container-logo,.transparent-header #masthead:not(.navbar-scrolled).header-logo-left-menu-below .container-logo,.transparent-header #masthead:not(.navbar-scrolled).header-logo-right-menu-below .container-logo,.transparent-header #masthead:not(.navbar-scrolled).header-logo-left-sidebar-right .container-logo{background:none;-webkit-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-ms-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-o-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-brand{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .logo-sidebar .sidebar-widget,.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .logo-sidebar .sidebar-widget i{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger,.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:hover{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:before{border-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:after{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .top-search.active .search-trigger:before{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .top-search.active .search-trigger:after{background:#fff;}.transparent-header .top-bar{-webkit-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-ms-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-o-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;background:none;color:#fff;}.transparent-header .top-bar a{color:#fff;}.transparent-header .top-bar a:hover{color:#fff;}.transparent-header .top-bar i,.transparent-header .top-bar li i,.transparent-header .top-bar li a i{color:#fff;}.transparent-header .top-bar .sidebar-widget{border-color:rgba(255, 255, 255, .1);}.transparent-header .top-bar .widget_wpml_language_selector li:before{background:rgba(255, 255, 255, .1);}.transparent-header .top-bar .widget_recent_entries li,.transparent-header .top-bar .widget_recent_comments li,.transparent-header .top-bar .widget_archive li,.transparent-header .top-bar .widget_categories li,.transparent-header .top-bar .widget_meta li,.transparent-header .top-bar .widget_pages li,.transparent-header .top-bar .widget_twitter li,.transparent-header .top-bar .widget_nav_menu li,.transparent-header .top-bar .widget_rss li{border-color:rgba(255, 255, 255, .1);}.transparent-header .top-bar .search-trigger:before{border-color:#fff;color:#fff;}.transparent-header .top-bar .search-trigger:after{background:#fff;}.transparent-header .top-bar .top-search.active .search-trigger:before{background:#4c4c4c;}.transparent-header .top-bar .top-search.active .search-trigger:after{background:#4c4c4c;}}.menu-item-object-oxy_mega_menu{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li.current-menu-item > a{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > p{border-bottom-color:rgba(0, 0, 0, .055);}.menu-item-object-oxy_mega_menu .dropdown-menu > li:before{background:rgba(0, 0, 0, .055);}#navbar-slide .form-control{color:#fff;}@media (max-width:991px){.menu .navbar-collapse{box-shadow:inset 0 1px 0 rgba(0, 0, 0, .055);}.menu .nav > li > a{border-radius:0;}.menu .open .dropdown-menu{background:#58b451;border-radius:0;box-shadow:none;}.menu .open .dropdown-menu > li > a{border-radius:0;}.menu .open .dropdown-menu > li > a:hover,.menu .open .dropdown-menu > li > a:focus,.menu .open .dropdown-menu > li.active > a{color:#fff;}.dropdown-submenu > a:after{border-left-color:transparent !important;border-top-color:#fff !important;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li:before{display:none;}.nav-highlight > a{color:#fff !important;}.nav-highlight > a:after{background:transparent;}.nav-highlight > a:hover{color:#fff !important;}.nav-highlight > a:hover:after{background:transparent;}.transparent-header .navbar-collapse{background:rgba(88, 180, 81, .95) !important;}.menu-sidebar{border-top:1px solid rgba(255, 255, 255, .075);}}.pagination > li > a,.pagination > li > span{background:#58b451;color:#fff;}.pagination > li:first-child > a,.pagination > li:first-child > span{border-bottom-left-radius:18px;border-top-left-radius:18px;}.pagination > li:last-child > a,.pagination > li:last-child > span{background:#58b451;color:#fff;border-bottom-right-radius:18px;border-top-right-radius:18px;}.pagination > li > a:hover,.pagination > li > a:focus,.pagination > li > span:hover,.pagination > li > span:focus{background:#499a42;color:#fff;}.pagination > .active > a,.pagination > .active > a:hover,.pagination > .active > a:focus,.pagination > .active > span,.pagination > .active > span:hover,.pagination > .active > span:focus{background:#499a42;}.pagination > .active > a i,.pagination > .active > a:hover i,.pagination > .active > a:focus i,.pagination > .active > span i,.pagination > .active > span:hover i,.pagination > .active > span:focus i{color:#fff;}.pagination > li:first-child i,.pagination > li:last-child i{color:#fff;}.pagination > .disabled > span,.pagination > .disabled span:hover,.pagination > .disabled > a,.pagination > .disabled a:hover{background:#58b451;color:#fff;}.pagination > .disabled > span i,.pagination > .disabled span:hover i,.pagination > .disabled > a i,.pagination > .disabled a:hover i{color:#fff;}.box-inner{background-color:rgba(0, 0, 0, .1);}.pager > li > a{background:#58b451;color:#fff;}.pager > li > a i{color:#fff;}.pager li > a:hover,.pager li > a:focus{background-color:#499a42;color:#fff;}.tooltip-inner{background-color:#1c1c1c;color:#fff;}.tooltip.in{opacity:1;}.tooltip.top .tooltip-arrow{border-top-color:#1c1c1c;}.tooltip.right .tooltip-arrow{border-right-color:#1c1c1c;}.tooltip.left .tooltip-arrow{border-left-color:#1c1c1c;}.tooltip.bottom .tooltip-arrow{border-bottom-color:#1c1c1c;}.jumbotron{background:rgba(0, 0, 0, .1);}.progress{border-radius:18px;}.progress .progress-bar{border-radius:18px;}.progress-bar-primary{background:#58b451;box-shadow:none;}.progress-bar-primary span{color:#fff;}.progress-bar-primary.progress-striped .progress-bar,.progress-striped .progress-bar-primary{background-color:#58b451;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-size:40px 40px;}.badge{background:#1c1c1c;color:#fff;/* - Tabs - */}.nav-tabs{border-color:rgba(0, 0, 0, .1);}.nav-tabs > li > a{border-top-left-radius:18px;border-top-right-radius:18px;}.nav-tabs > li > a:hover{border-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) #fff;}.nav-tabs > li > a:hover{background:none;}.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active a:focus{border-top-color:rgba(0, 0, 0, .1);border-left-color:rgba(0, 0, 0, .1);border-right-color:rgba(0, 0, 0, .1);}.tab-content{background:#fff;border-left:1px solid rgba(0, 0, 0, .1);border-right:1px solid rgba(0, 0, 0, .1);border-bottom:1px solid rgba(0, 0, 0, .1);}.tabs-below .nav-tabs{border-top:1px solid rgba(0, 0, 0, .1);}.tabs-below .nav-tabs > li > a{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:18px;border-bottom-right-radius:18px;}.tabs-below .nav-tabs > li.active > a,.tabs-below .nav-tabs > li > a:hover{border-bottom-color:rgba(0, 0, 0, .1);border-top:0;}.tabs-below .tab-content{border-top:1px solid rgba(0, 0, 0, .1);}.nav-pills > li > a .badge{background:#1c1c1c;color:#fff;}.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li > a:hover,.nav-pills > li > a:focus{background:#1c1c1c;color:#fff;}.nav-pills > li.active > a .badge,.nav-pills > li.active > a:hover .badge,.nav-pills > li > a:hover .badge,.nav-pills > li > a:focus .badge{background:#fff;color:#1c1c1c;}.nav-pills > li.active > a:hover,.nav-pills > li.active > a:hover:hover,.nav-pills > li > a:hover:hover,.nav-pills > li > a:focus:hover{color:#fff;}.panel,.well{background:rgba(0, 0, 0, .1);}.panel-primary{border-color:rgba(0, 0, 0, .1);}.panel-primary .panel-heading{background:#58b451;}.panel-primary .panel-heading a,.panel-primary .panel-heading .panel-title{color:#fff;text-decoration:none;}.panel-primary > .panel-heading + .panel-collapse .panel-body{border-top-color:#3d8138;background:transparent;}.panel-footer{background:#69bc63;border-color:#4ea547;}.panel .table{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1) inset;}.panel .table th{background:rgba(0, 0, 0, .1);color:#1c1c1c;}.portfolio-title{background:#58b451;color:#fff;}.portfolio-nav svg{stroke:#5c5c5c;}.social-icons li a{background-color:#1c1c1c;}.social-icons li a i{color:#fff;}.social-icons li a:not([data-iconcolor]):hover{background-color:rgba(28, 28, 28, .8);}.social-simple li a i{color:#5c5c5c;}.post-share .social-simple li a i{color:#878787;}.social-simple li a:not([data-iconcolor]):hover i{color:#58b451;}.divider-border-inner{background-color:#58b451;}#infscr-loading{background:#1c1c1c;color:#fff;}.scroll-to i{color:#58b451;}.scroll-to:hover i{color:#417a3c;}.map-marker-label{background:#fff;color:#5c5c5c;}.features-list-icon{background:rgba(0, 0, 0, .1);}.ui-datepicker{background:#fff;border:1px solid rgba(0, 0, 0, .1);border-radius:18px;}.ui-datepicker-header{background-color:rgba(0, 0, 0, .02);color:#3c3c3c;}.ui-datepicker-today{background-color:#58b451;}.ui-datepicker-today a,.ui-datepicker-today a:hover{color:#fff;}.ui-datepicker-calendar thead{border-bottom:1px solid rgba(0, 0, 0, .02);}.date-wrapper:after{color:#3c3c3c;}.pace-overlay{background:#fff;}.pace-dot .pace-progress-inner{background:#58b451;}.pace-minimal .pace .pace-progress{background:#58b451;}.pace-counter .pace .pace-progress:after{color:#58b451;}.pricing-head,.pricing-body{background:#fff;}.pricing-price{background:#58b451;color:#fff;}.pricing-list li{border-color:rgba(0, 0, 0, .1);}.pricing-item-list li h3{border-bottom-color:rgba(0, 0, 0, .1);}.pricing-item-list li strong{background-color:#58b451;color:#fff;}.pricing-item-list li.featured:before{border-color:#58b451;}.col-border-top{border-top-color:rgba(0, 0, 0, .1);}.col-border-right{border-right-color:rgba(0, 0, 0, .1);}.col-border-bottom{border-bottom-color:rgba(0, 0, 0, .1);}.col-border-left{border-left-color:rgba(0, 0, 0, .1);}.tag-list span{background:#58b451;color:#fff;}.bullet-nav li a{background-color:rgba(255, 255, 255, 0.9);box-shadow:0px 0px 0px 3px rgba(28, 28, 28, 0.5);}.bullet-nav li a.active{background-color:rgba(28, 28, 28, 0.9);box-shadow:0px 0px 0px 4px rgba(255, 255, 255, 0.4);}.mejs-audio{background-color:#58b451;color:#fff;}.mejs-container .mejs-controls .mejs-time span{color:#fff;}.mejs-controls .mejs-button button:hover{background-color:transparent;}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff;}.mejs-controls .mejs-time-rail .mejs-time-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:#fff;}.post:after{background:rgba(0, 0, 0, .1);}.post-more-link i{color:#58b451;}.media-inner:after{background:rgba(0, 0, 0, .1);}.post .author-info{border-color:rgba(0, 0, 0, .1);}.post-list > div{border-color:rgba(0, 0, 0, .1);}.breadcrumb-blog a,.breadcrumb-blog .active{color:#5c5c5c;}.breadcrumb-blog a:hover{opacity:0.8;}.breadcrumb-blog > li + li:before{color:#5c5c5c;}.container-author{background:rgba(0, 0, 0, .1);}.gform_wrapper .gsection{border-color:rgba(0, 0, 0, .1);}.gf_progressbar{background:rgba(0, 0, 0, .1);}.gf_progressbar_percentage{background:#58b451;color:#fff;}.sidebar-widget .post-icon{background:rgba(0, 0, 0, .1);}.widget_recent_entries li,.widget_recent_comments li,.widget_archive li,.widget_categories li,.widget_meta li,.widget_pages li,.widget_twitter li,.widget_nav_menu li,.widget_rss li,.widget_recent_entries .sub-menu,.widget_recent_comments .sub-menu,.widget_archive .sub-menu,.widget_categories .sub-menu,.widget_meta .sub-menu,.widget_pages .sub-menu,.widget_twitter .sub-menu,.widget_nav_menu .sub-menu,.widget_rss .sub-menu{border-color:rgba(0, 0, 0, .1);}.widget_recent_entries small,.widget_recent_comments small,.widget_archive small,.widget_categories small,.widget_meta small,.widget_pages small,.widget_twitter small,.widget_nav_menu small,.widget_rss small{color:#5c5c5c;}.widget_tag_cloud ul a{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1);color:#5c5c5c;}.widget_tag_cloud ul a:hover{box-shadow:0px 0px 0px 1px #58b451;color:#58b451;}.widget_calendar tbody a{background:#1c1c1c;color:#fff;}.widget_calendar tbody a:hover{background:#0a0a0a;color:#fff;}.widget_calendar tfoot{background:rgba(0, 0, 0, .1);}.widget_nav_menu .sub-menu li:before{color:rgba(0, 0, 0, .1);}.widget_oxy_twitter li:before{color:#1c1c1c;}.top-search form{background-color:#58b451;}.top-search input{background:none;color:#fff;}.top-search input:focus{box-shadow:none;}.top-search input:-moz-placeholder{color:#fff;}.top-search input::-moz-placeholder{color:#fff;}.top-search input:-ms-input-placeholder{color:#fff;}.top-search input::-webkit-input-placeholder{color:#fff;}.top-bar .top-search form{background-color:#f0f0f0;}.top-bar .top-search input{background:none;color:#6c6c6c;}.top-bar .top-search input:focus{box-shadow:none;}.top-bar .top-search input:-moz-placeholder{color:#6c6c6c;}.top-bar .top-search input::-moz-placeholder{color:#6c6c6c;}.top-bar .top-search input:-ms-input-placeholder{color:#6c6c6c;}.top-bar .top-search input::-webkit-input-placeholder{color:#6c6c6c;}.logo-sidebar .top-search form{background-color:#fff;}.logo-sidebar .top-search input{background:none;color:#1c1c1c;}.logo-sidebar .top-search input:focus{box-shadow:none;}.logo-sidebar .top-search input:-moz-placeholder{color:#1c1c1c;}.logo-sidebar .top-search input::-moz-placeholder{color:#1c1c1c;}.logo-sidebar .top-search input:-ms-input-placeholder{color:#1c1c1c;}.logo-sidebar .top-search input::-webkit-input-placeholder{color:#1c1c1c;}.top-bar{background:#f0f0f0;color:#6c6c6c;}.top-bar a{color:#4c4c4c;}.top-bar a:hover{color:#58b451;}.top-bar i,.top-bar li i,.top-bar li a i{color:#4c4c4c;}.top-bar .sidebar-widget{border-color:rgba(255, 255, 255, .1);}.top-bar .widget_wpml_language_selector li:before{background:rgba(255, 255, 255, .1);}.top-bar .widget_recent_entries li,.top-bar .widget_recent_comments li,.top-bar .widget_archive li,.top-bar .widget_categories li,.top-bar .widget_meta li,.top-bar .widget_pages li,.top-bar .widget_twitter li,.top-bar .widget_nav_menu li,.top-bar .widget_rss li{border-color:rgba(255, 255, 255, .1);}.top-bar .search-trigger:before{border-color:#6c6c6c;color:#6c6c6c;}.top-bar .search-trigger:after{background:#6c6c6c;}.section-upper-footer{border-top:1px solid rgba(0, 0, 0, .1);}#footer{background-color:#1c1c1c;color:rgba(255, 255, 255, .6);}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,#footer strong{color:#fff;}#footer a{color:#fff;}#footer a:hover{color:#fff;}#footer i{color:inherit;}#footer small{color:rgba(255, 255, 255, .6);}#footer .widget_recent_entries small,#footer .widget_recent_comments small,#footer .widget_archive small,#footer .widget_categories small,#footer .widget_meta small,#footer .widget_pages small,#footer .widget_twitter small,#footer .widget_nav_menu small,#footer .widget_rss small{color:rgba(255, 255, 255, .6);}#footer .widget_recent_entries li,#footer .widget_recent_comments li,#footer .widget_archive li,#footer .widget_categories li,#footer .widget_meta li,#footer .widget_pages li,#footer .widget_twitter li,#footer .widget_nav_menu li,#footer .widget_rss li,#footer .widget_recent_entries .sub-menu,#footer .widget_recent_comments .sub-menu,#footer .widget_archive .sub-menu,#footer .widget_categories .sub-menu,#footer .widget_meta .sub-menu,#footer .widget_pages .sub-menu,#footer .widget_twitter .sub-menu,#footer .widget_nav_menu .sub-menu,#footer .widget_rss .sub-menu{border-color:rgba(255, 255, 255, .1);}#footer .widget_tag_cloud ul a{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, .6);color:rgba(255, 255, 255, .6);}#footer .widget_tag_cloud ul a:hover{box-shadow:0px 0px 0px 1px #fff;color:#fff;}#footer .widget_calendar tbody a{background:#fff;color:#1c1c1c;}#footer .widget_calendar tbody a:hover{background:#ededed;color:#1c1c1c;}#footer .widget_calendar tfoot{background:rgba(255, 255, 255, .1);}#footer .widget_nav_menu .sub-menu li:before{color:rgba(255, 255, 255, .1);}#footer .widget_oxy_twitter li:before{color:#fff;}#footer .star-rating{color:rgba(255, 255, 255, .6);}.subfooter{background-color:#000;color:rgba(255, 255, 255, .6);}.subfooter h1,.subfooter h2,.subfooter h3,.subfooter h4,.subfooter h5,.subfooter h6,.subfooter strong{color:#fff;}.subfooter a{color:#fff;}.subfooter a:hover{color:#fff;}.subfooter i{color:inherit;}.subfooter small{color:rgba(255, 255, 255, .6);}.subfooter .widget_recent_entries small,.subfooter .widget_recent_comments small,.subfooter .widget_archive small,.subfooter .widget_categories small,.subfooter .widget_meta small,.subfooter .widget_pages small,.subfooter .widget_twitter small,.subfooter .widget_nav_menu small,.subfooter .widget_rss small{color:rgba(255, 255, 255, .6);}.subfooter .widget_recent_entries li,.subfooter .widget_recent_comments li,.subfooter .widget_archive li,.subfooter .widget_categories li,.subfooter .widget_meta li,.subfooter .widget_pages li,.subfooter .widget_twitter li,.subfooter .widget_nav_menu li,.subfooter .widget_rss li,.subfooter .widget_recent_entries .sub-menu,.subfooter .widget_recent_comments .sub-menu,.subfooter .widget_archive .sub-menu,.subfooter .widget_categories .sub-menu,.subfooter .widget_meta .sub-menu,.subfooter .widget_pages .sub-menu,.subfooter .widget_twitter .sub-menu,.subfooter .widget_nav_menu .sub-menu,.subfooter .widget_rss .sub-menu{border-color:rgba(255, 255, 255, .1);}.subfooter .widget_tag_cloud ul a{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, .6);color:rgba(255, 255, 255, .6);}.subfooter .widget_tag_cloud ul a:hover{box-shadow:0px 0px 0px 1px #fff;color:#fff;}.subfooter .widget_calendar tbody a{background:#fff;color:#000;}.subfooter .widget_calendar tbody a:hover{background:#ededed;color:#000;}.subfooter .widget_calendar tfoot{background:rgba(255, 255, 255, .1);}.subfooter .widget_nav_menu .sub-menu li:before{color:rgba(255, 255, 255, .1);}.subfooter .widget_oxy_twitter li:before{color:#fff;}.subfooter .star-rating{color:rgba(255, 255, 255, .6);}.product-title a{color:#1c1c1c;}.product-title a:hover{color:#58b451;}.add-to-cart-button i{color:#5c5c5c;}.add-to-cart-button.loading:before{color:#5c5c5c;}.add-to-cart-button.added i{color:#58b451;}.add-to-cart-button.added:before{color:#58b451;}.product-image-overlay{color:#fff;background-color:rgba(88, 180, 81, 0.77);}.product-image-overlay h4,.product-image-overlay .star-rating{color:#fff;}.product-categories{text-transform:none;}.button{background:#58b451;color:#fff;}.button:hover{background:rgba(88, 180, 81, .9);color:#fff;}.section-commerce .breadcrumb{background:none;color:#5c5c5c;}.section-commerce .breadcrumb a{color:#58b451;}.section-commerce .breadcrumb > li + li:before{color:#58b451;}.onsale{background:#58b451;color:#fff;}.price{color:#1c1c1c;}.page-numbers a,.page-numbers span{color:#fff;}.page-numbers li{background:#58b451;}.page-numbers .current,.page-numbers li a:hover{background:#4ea547;color:#f2f2f2;}#reviews input[type="submit"]{background:#58b451;color:#fff;}.product-category h3{background:rgba(88, 180, 81, 0.77);color:#fff;}.product-category h3 small{color:#fff;}.description p{font-size:18px;font-weight:300;line-height:1.75em;}.product-nav a i{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1);background:rgba(0, 0, 0, .02);color:#3c3c3c;}.product-nav a:hover i{box-shadow:0px 0px 0px 1px #58b451;color:#58b451;}.quantity input{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1) inset;background:rgba(0, 0, 0, .02);color:#3c3c3c;}.quantity input:hover{box-shadow:0px 0px 0px 1px #58b451 inset;color:#58b451;}.quantity input[type="number"]{box-shadow:0px 1px 0px rgba(0, 0, 0, .1) inset, 0px -1px 0px rgba(0, 0, 0, .1) inset;}.entry-summary ul.social-icons li a{background:transparent;border:1px solid rgba(0, 0, 0, .1);}.entry-summary ul.social-icons li a i{color:#3c3c3c;}.entry-summary ul.social-icons li a:hover{background:transparent;border:1px solid #58b451;}.entry-summary ul.social-icons li a:hover i{color:#58b451;}.product-images figcaption{box-shadow:none;background:rgba(88, 180, 81, 0.77);}.product-images figcaption h4 a{color:#fff;}.order_details{background:rgba(0, 0, 0, .1);}.order_details li{border-color:rgba(26, 26, 26, .1);}.product-mini{color:#fff;}.product-mini a{color:#fff;}.mini-cart-count{background-color:#58b451;color:#fff;}.mini-cart-overview ul li{border-bottom-color:rgba(0, 0, 0, .055);}.product-details-heading{color:#fff;}.mini-cart-overview .buttons a:first-child{box-shadow:0px 0px 0px 1px #fff inset;color:#fff;}.mini-cart-overview .buttons a:last-child{background:#58b451;color:#fff;}.woocommerce-invalid input,input.woocommerce-invalid,.woocommerce-invalid textarea,textarea.woocommerce-invalid{border-color:#008d7d;}.shipping_calculator{font-family:Lato;font-weight:300;}.chosen-single,.chosen-drop{background:rgba(0, 0, 0, .02) !important;border-radius:18px !important;border-color:rgba(0, 0, 0, .1) !important;color:#3c3c3c !important;}.product-remove i{color:#58b451;}.widget_product_tag_cloud a{border-radius:15px;box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1);color:#5c5c5c;}.widget_product_tag_cloud a:hover{box-shadow:0px 0px 0px 1px #58b451;color:#58b451;}.product_list_widget li,.widget_product_categories li,.widget_product_categories .children,.widget_layered_nav li{border-color:rgba(0, 0, 0, .1);}.product_list_widget li a,.widget_product_categories li a,.widget_product_categories .children a,.widget_layered_nav li a{font-family:Lato;color:#1c1c1c;font-weight:300;text-transform:none;}.product_list_widget li a:hover,.widget_product_categories li a:hover,.widget_product_categories .children a:hover,.widget_layered_nav li a:hover{color:#58b451;}.star-rating{color:#58b451;}.widget_price_filter .ui-slider .ui-slider-range{background:rgba(0, 0, 0, .1);}.widget_price_filter .ui-slider .ui-slider-handle{background:#1c1c1c;}.widget_product_search form:after{color:#fff;}#footer .widget_product_tag_cloud a{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, .6);color:rgba(255, 255, 255, .6);}#footer .widget_product_tag_cloud a:hover{box-shadow:0px 0px 0px 1px #fff;color:#fff;}#footer .product_list_widget li,#footer .widget_product_categories li,#footer .widget_product_categories .children,#footer .widget_layered_nav li{border-color:rgba(255, 255, 255, .1);}#footer .product_list_widget li a,#footer .widget_product_categories li a,#footer .widget_product_categories .children a,#footer .widget_layered_nav li a{color:#fff;}#footer .product_list_widget li a:hover,#footer .widget_product_categories li a:hover,#footer .widget_product_categories .children a:hover,#footer .widget_layered_nav li a:hover{color:#fff;}#footer .star-rating{color:rgba(255, 255, 255, .6);}#footer .widget_price_filter .ui-slider .ui-slider-range{background:rgba(255, 255, 255, .1);}#footer .widget_price_filter .ui-slider .ui-slider-handle{background:rgba(255, 255, 255, .6);}#footer .widget_product_search form:after{color:#1c1c1c;}.bbp-forums-list li{border-left-color:#58b451;}.bbp-topic-freshness-author:after{background:#58b451;}.bbp-topic-permalink i{color:#58b451;}.panel-bbpress{background:#fff;}.panel-bbpress .panel-heading{border-color:#58b451;}.panel-bbpress .panel-body{border-color:rgba(0, 0, 0, .1);}.panel-bbpress .panel-warning{color:#58b451;border-color:rgba(0, 0, 0, .1);}.panel-bbpress .bbp-template-notice{border-color:rgba(0, 0, 0, .1);}.panel-bbpress .panel-footer{background:rgba(0, 0, 0, .1);border-color:rgba(0, 0, 0, .1);}.label-bbpress{background:transparent;color:#58b451;}.bbp-reply-content{border-color:rgba(0, 0, 0, .1);}.bbp-reply-content .media-heading{background:rgba(13, 13, 13, .1);border-color:rgba(0, 0, 0, .1);}.bbp_author_details img{background:#fff;box-shadow:0px 0px 0px 4px rgba(0, 0, 0, .1);}.bbp_author_details:after{background:rgba(0, 0, 0, .1);}.bbp_author_details:hover img{box-shadow:0px 0px 0px 4px #58b451;}.bbpress-header .breadcrumb a,.bbpress-header .breadcrumb .active{color:#5c5c5c;}.bbpress-header .breadcrumb a:hover{color:rgba(92, 92, 92, .8);}.bbp-topic-tags a{background:#58b451;color:#fff;}.bbp-topic-tags a:hover{background:rgba(88, 180, 81, .9);}.bbp-logged-in{background:rgba(0, 0, 0, .1);}.bbp-logged-in .button,.bbp-logged-in .button:hover{color:#fff;}.post-count{background:#58b451;color:#fff;}.text-light{color:#fff;}.text-light i{color:#fff;}h1.text-light,h2.text-light,h3.text-light,h4.text-light,h5.text-light,h6.text-light,.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6{color:#fff;}.text-light a,a.text-light{color:#fff;}.text-light a:hover,a.text-light:hover{color:#fff;}.text-light blockquote,blockquote.text-light{color:#fff;}.text-light blockquote small,blockquote.text-light small,.text-light blockquote footer,blockquote.text-light footer,.text-light blockquote cite,blockquote.text-light cite{color:#fff;}.text-light blockquote:before,blockquote.text-light:before{color:rgba(255, 255, 255, 0.7);}.text-light.btn-link,.text-light .btn-link{box-shadow:0px 0px 0px 1px #fff inset !important;}.text-light.btn-link i,.text-light .btn-link i{color:#fff;}.text-light.btn-link:hover,.text-light .btn-link:hover{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 0.9) inset !important;background:none;}.text-light.btn-primary,.text-light .btn-primary{background:#fff !important;color:#5c5c5c !important;}.text-light.btn-primary:hover,.text-light .btn-primary:hover{background:rgba(255, 255, 255, 0.9) !important;}.text-light small,.text-light .small{color:#fff;}.text-light.btn-primary:hover,.text-light .btn-primary:hover{opacity:1;}.text-light .breadcrumb-blog a,.text-light .breadcrumb-blog .active{color:#fff;}.text-light .breadcrumb-blog > li + li:before{color:#fff;}.text-light.social-icons li a{background:#fff !important;}.text-light.social-icons li a i{color:#5c5c5c !important;}.text-light.social-simple li a{background:none !important;}.text-light.social-simple li a i{color:#fff !important;}.text-light .portfolio-nav svg{stroke:#fff;}.text-light.scroll-to,.text-light .scroll-to{/* This is a compiled file, you should be editing the file in the templates directory */}.text-light.scroll-to i,.text-light .scroll-to i{color:#fff;}.text-light.scroll-to:hover,.text-light .scroll-to:hover{opacity:0.9;}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(240, 6, 'lambda-default-skin', 'Blue'),
(241, 6, 'lambda_font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xMYXRvIiwiZmFtaWx5IjoiTGF0byIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOlsiMTAwIiwiMzAwIiwicmVndWxhciIsIjcwMCIsIjkwMCJdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(242, 6, 'lambda_font-size', '14'),
(243, 6, 'lambda_font-weight', '400'),
(244, 6, 'lambda_heading-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xMYXRvIiwiZmFtaWx5IjoiTGF0byIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOltdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(245, 6, 'lambda_heading-font-weight', '300'),
(246, 6, 'lambda_heading-text-transform', 'none'),
(247, 6, 'lambda_brand-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xMYXRvIiwiZmFtaWx5IjoiTGF0byIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOltdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(248, 6, 'lambda_brand-font-size', '32'),
(249, 6, 'lambda_brand-font-weight', '300'),
(250, 6, 'lambda_navbar-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xMYXRvIiwiZmFtaWx5IjoiTGF0byIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOltdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(251, 6, 'lambda_navbar-font-size', '16'),
(252, 6, 'lambda_navbar-font-weight', '600'),
(253, 6, 'lambda_navbar-dropdown-font-size', '16'),
(254, 6, 'lambda_font-weight-hairline', '100'),
(255, 6, 'lambda_font-weight-light', '300'),
(256, 6, 'lambda_font-weight-regular', '400'),
(257, 6, 'lambda_font-weight-bold', '700'),
(258, 6, 'lambda_font-weight-black', '900'),
(259, 6, 'lambda_blog-post-title-font-size', '48'),
(260, 6, 'lambda_blog-post-title-font-weight', '300'),
(261, 6, 'lambda_blog-post-font-size', '18'),
(262, 6, 'lambda_blog-post-font-weight', '400'),
(263, 6, 'lambda_blockquote-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xSb2JvdG8gU2xhYiIsImZhbWlseSI6IlJvYm90byBTbGFiIiwicHJvdmlkZXIiOiJnb29nbGVfZm9udHMiLCJ2YXJpYW50cyI6WyIxMDAiLCIzMDAiLCJyZWd1bGFyIiwiNzAwIl0sInN1YnNldHMiOlsibGF0aW4iXSwid2VpZ2h0cyI6W119'),
(264, 6, 'lambda_blockquote-font-size', '24'),
(265, 6, 'lambda_blockquote-font-style', 'normal'),
(266, 6, 'lambda_blockquote-font-weight', '300'),
(267, 6, 'lambda_lead-font-size', '18'),
(268, 6, 'lambda_lead-font-weight', '300'),
(269, 6, 'lambda_navbar-height', '90'),
(270, 6, 'lambda_navbar-scrolled', '70'),
(271, 6, 'lambda_submenu-width', '220'),
(272, 6, 'lambda_navbar-border-height', '0'),
(273, 6, 'lambda_sidemenu-width', '270'),
(274, 6, 'lambda_sidemenu-nav-max-height', '600'),
(275, 6, 'lambda_text-color', '#5c5c5c'),
(276, 6, 'lambda_heading-color', '#1c1c1c'),
(277, 6, 'lambda_link-color', '#2f93d8'),
(278, 6, 'lambda_link-color-hover', '#407498'),
(279, 6, 'lambda_icon-color', '#5c5c5c'),
(280, 6, 'lambda_small-color', '#878787'),
(281, 6, 'lambda_text-color-alt', '#ffffff'),
(282, 6, 'lambda_heading-color-alt', '#ffffff'),
(283, 6, 'lambda_link-color-alt', '#ffffff'),
(284, 6, 'lambda_link-color-hover-alt', '#ffffff'),
(285, 6, 'lambda_icon-color-alt', '#ffffff'),
(286, 6, 'lambda_small-color-alt', '#ffffff'),
(287, 6, 'lambda_background-color', '#ffffff'),
(288, 6, 'lambda_background-invert', '#1c1c1c'),
(289, 6, 'lambda_background-complementary', 'rgba(0,0,0,.1)'),
(290, 6, 'lambda_nav-background', '#2f93d8'),
(291, 6, 'lambda_nav-link', '#ffffff'),
(292, 6, 'lambda_nav-link-hover', '#ffffff'),
(293, 6, 'lambda_nav-link-active', '#ffffff'),
(294, 6, 'lambda_nav-brand', '#ffffff'),
(295, 6, 'lambda_nav-text', '#ffffff'),
(296, 6, 'lambda_nav-borders', 'rgba(0, 0, 0, 0.06)'),
(297, 6, 'lambda_nav-dropdown-background', '#2f93d8'),
(298, 6, 'lambda_nav-dropdown-link', '#ffffff'),
(299, 6, 'lambda_nav-dropdown-link-hover', '#ffffff'),
(300, 6, 'lambda_nav-dropdown-text', '#ffffff'),
(301, 6, 'lambda_nav-dropdown-border', 'rgba(0,0,0,.055)'),
(302, 6, 'lambda_nav-dropdown-separators', 'rgba(0,0,0,.055)'),
(303, 6, 'lambda_nav-transparent-link', '#ffffff'),
(304, 6, 'lambda_nav-transparent-link-hover', '#ffffff'),
(305, 6, 'lambda_nav-transparent-brand', '#ffffff'),
(306, 6, 'lambda_nav-transparent-text', '#ffffff'),
(307, 6, 'lambda_nav-transparent-borders', 'rgba(255, 255, 255, 0.1)'),
(308, 6, 'lambda_logo-background', '#ffffff'),
(309, 6, 'lambda_logo-brand', '#1c1c1c'),
(310, 6, 'lambda_top-bar-background', '#f0f0f0'),
(311, 6, 'lambda_top-bar-link', '#4c4c4c'),
(312, 6, 'lambda_top-bar-link-hover', '#2f93d8'),
(313, 6, 'lambda_top-bar-text', '#6c6c6c'),
(314, 6, 'lambda_top-bar-borders', 'rgba(255, 255, 255, .1)'),
(315, 6, 'lambda_footer-background', '#1c1c1c'),
(316, 6, 'lambda_footer-link', '#ffffff'),
(317, 6, 'lambda_footer-link-hover', '#ffffff'),
(318, 6, 'lambda_footer-text', 'rgba(255, 255, 255, .6)'),
(319, 6, 'lambda_footer-borders', 'rgba(255, 255, 255, .1)'),
(320, 6, 'lambda_sub-footer-background', '#000'),
(321, 6, 'lambda_sub-footer-link', '#ffffff'),
(322, 6, 'lambda_sub-footer-link-hover', '#ffffff'),
(323, 6, 'lambda_sub-footer-text', 'rgba(255, 255, 255, .6)'),
(324, 6, 'lambda_sub-footer-borders', 'rgba(255, 255, 255, .1)'),
(325, 6, 'lambda_form-color', '#3c3c3c'),
(326, 6, 'lambda_form-background', 'rgba(0,0,0,.02)'),
(327, 6, 'lambda_form-borders', 'rgba(0,0,0,.1)'),
(328, 6, 'lambda_form-placeholder-color', '#9c9c9c'),
(329, 6, 'lambda_form-active', '#2f93d8'),
(330, 6, 'lambda_primary-text', '#ffffff'),
(331, 6, 'lambda_primary-bg', '#2f93d8'),
(332, 6, 'lambda_default-text', '#ffffff'),
(333, 6, 'lambda_default-bg', '#4D4A51'),
(334, 6, 'lambda_warning-text', '#ffffff'),
(335, 6, 'lambda_warning-bg', '#CD6727'),
(336, 6, 'lambda_danger-text', '#ffffff'),
(337, 6, 'lambda_danger-bg', '#008D7D'),
(338, 6, 'lambda_success-text', '#ffffff'),
(339, 6, 'lambda_success-bg', '#008D7D'),
(340, 6, 'lambda_info-text', '#ffffff'),
(341, 6, 'lambda_info-bg', '#78A2BB'),
(342, 6, 'lambda_border-radius-base', '18'),
(343, 6, 'lambda_border-radius-large', '24'),
(344, 6, 'lambda_border-radius-small', '15'),
(345, 6, 'lambda_border-radius-forms', '18'),
(346, 6, 'lambda_overlay-text', '#ffffff'),
(347, 6, 'lambda_overlay-bg', '#63b0e4'),
(348, 6, 'lambda_magnific-overlay-bg', '#ffffff'),
(349, 6, 'lambda_magnific-close-icon', '#ffffff'),
(350, 6, 'lambda_magnific-close-bg', '#000000'),
(351, 6, 'lambda_top-icon-color', '#ffffff'),
(352, 6, 'lambda_top-icon-bg', '#ffffff'),
(353, 6, 'lambda_slideshow-color', '#ffffff'),
(354, 6, 'lambda_slideshow-shadow', 'rgba(255, 255, 255, 0.2)'),
(355, 6, 'lambda_loader-color', '#2f93d8'),
(356, 6, 'lambda_loader-bg', '#ffffff'),
(357, 6, 'extra_code', '<link href="//fonts.googleapis.com/css?family=Lato:100,300,400,700,900%7CRoboto+Slab:100,300,400,700&amp;subset=latin,latin" rel="stylesheet" type="text/css">');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(358, 6, 'oxy_stack_css', 'body{font-size:14px;font-family:Lato, sans-serif;font-weight:400;}body input,body textarea,body .btn,body button{font-family:Lato, sans-serif;}blockquote p{font-size:24px;font-weight:300;}.hairline{font-weight:100 !important;}.hairline strong{font-weight:300;}.light{font-weight:300 !important;}.regular{font-weight:400 !important;}.bold{font-weight:700 !important;}.black{font-weight:700 !important;}h1,h2,h3,h4,h5,h6{font-family:Lato, sans-serif;font-weight:300;text-transform:none;}.lead{font-size:18px;font-weight:300;line-height:1.75em;}.lead strong{font-weight:700;}#masthead .menu,#masthead.menu,#navbar-slide.menu{font-family:Lato, sans-serif;font-weight:600;font-size:16px;}#masthead .menu .dropdown-menu,#masthead.menu .dropdown-menu,#navbar-slide.menu .dropdown-menu{font-size:16px;}.menu .navbar-brand{font-family:Lato, sans-serif;font-weight:300;font-size:32px;}.post-head h1{font-size:48px;font-weight:300;}.post-head h2{font-size:38.4px;font-weight:300;}.post-head .lead{color:#878787;}.post-details{color:#878787;}.post-details a,.post-details i{color:#878787;}.post-details a:hover{color:#2f93d8;}.post-details span{border-color:rgba(0, 0, 0, .1);}.post-title span{color:#878787;}.post-body{font-size:18px;font-weight:400;}.post-extras{color:#878787;}.post-extras a{color:#878787;}.post-extras a:hover{color:#2f93d8;}.post-tags a,.post-share ul.social-icons li a{border-radius:15px;box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1);color:#5c5c5c;}.post-tags a:hover,.post-share ul.social-icons li a:hover{box-shadow:0px 0px 0px 1px #2f93d8;color:#2f93d8;}.post-tags a:hover i,.post-share ul.social-icons li a:hover i{color:#2f93d8 !important;}.btn,button,input[type="submit"],.button{border-radius:18px;}.btn.btn-lg,button.btn-lg,input[type="submit"].btn-lg,.button.btn-lg{border-radius:24px;}.btn.btn-sm,button.btn-sm,input[type="submit"].btn-sm,.button.btn-sm{border-radius:15px;}.portfolio-title{border-radius:15px;}.pager li > a,.pager li > span{border-radius:18px;}.form-control,select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input,.select-wrap{border-radius:18px;}.widget_tag_cloud ul li a{border-radius:15px;}.tag-list-inline li span{border-radius:18px;}.tag-list-lg li span{border-radius:24px;}.tag-list-sm li span{border-radius:15px;}.skills-list li:before{color:#2f93d8;}.map-marker-label{font-size:14px;font-weight:400;}.navbar-brand{padding:0;line-height:90px;height:90px;}.logo-navbar .nav > li > a{padding-top:33px;padding-bottom:33px;line-height:24px;}.logo-navbar .nav > li > a:before{margin-bottom:- 14.5px;}.logo-navbar .nav > li.active > a:before,.logo-navbar .nav > li > a:hover:before,.logo-navbar .nav > li.current-page-parent > a:before,.logo-navbar .nav > li.current-menu-parent > a:before,.logo-navbar .nav > li.current-page-ancestor > a:before,.logo-navbar .nav > li.current-menu-ancestor > a:before{opacity:1;margin-bottom:- 16.5px;}#masthead.navbar{min-height:90px;}.navbar-toggle{margin-top:37px;margin-bottom:37px;}#masthead .dropdown-menu{min-width:220px;}@media (min-width:992px){#masthead.navbar-scrolled{min-height:70px;}#masthead.navbar-scrolled .navbar-brand{line-height:70px;height:70px;}#masthead.navbar-scrolled .logo-navbar .navbar-nav > li > a{padding-top:23px;padding-bottom:23px;}#masthead.navbar-scrolled .logo-navbar .navbar-text,#masthead.navbar-scrolled .logo-navbar .sidebar-widget{padding-top:23px;padding-bottom:23px;}.navbar-scrolled .navbar-toggle{margin-top:27px;margin-bottom:27px;}#masthead .logo-navbar .search-close{top:0;height:90px;width:90px;}#masthead .logo-navbar .form-control{/* so that bottom border shows */height:89px;}#masthead.navbar-scrolled .logo-navbar .menu-sidebar .search-close{top:0;height:70px;width:70px;}#masthead.navbar-scrolled .logo-navbar .form-control{height:70px;}.logo-navbar .navbar-text,.logo-navbar .sidebar-widget{line-height:24px;padding-top:33px;padding-bottom:33px;}.transparent-header #content{margin-top:-90px;display:inline-block;vertical-align:top;}.transparent-header #content.layout-boxed{display:inline-block;}.transparent-header.layout-boxed #content{display:block;}.transparent-header.transparent-menu-below #content{margin-top:-140px;}.transparent-topbar #content{margin-top:-126px;}.transparent-topbar.transparent-menu-below #content{margin-top:-176px;}}#navbar-slide{width:270px;}#navbar-slide .navbar-nav{max-height:600px;}#navbar-slide .navbar-brand{height:90px;}.slide-on #masthead,.slide-on #content,.slide-on #navbar-slide,.slide-on .top-bar{-webkit-transform :translateX(-270px);-moz-transform :translateX(-270px);-ms-transform :translateX(-270px);-o-transform :translateX(-270px);transform :translateX(-270px);}@media (max-width:991px){#navbar-slide .navbar-nav{max-height:60%;}}.btn i,button i,.button i{color:inherit !important;}.btn-default{background:#4d4a51 !important;color:#fff !important;}.btn-default:hover{background:rgba(77, 74, 81, 0.9) !important;}.btn-warning{background:#cd6727 !important;color:#fff !important;}.btn-warning:hover{background:rgba(205, 103, 39, 0.9) !important;}.btn-danger{background:#008d7d !important;color:#fff !important;}.btn-danger:hover{background:rgba(0, 141, 125, 0.9) !important;}.btn-success{background:#008d7d !important;color:#fff !important;}.btn-success:hover{background:rgba(0, 141, 125, 0.9) !important;}.btn-info{background:#78a2bb !important;color:#fff !important;}.btn-info:hover{background:rgba(120, 162, 187, 0.9) !important;}.panel-default .panel-heading{background:#4d4a51 !important;}.panel-default .panel-heading a,.panel-default .panel-heading a:hover{color:#fff !important;}.panel-default .panel-title{color:#fff !important;}.panel-warning .panel-heading{background:#cd6727 !important;}.panel-warning .panel-heading a,.panel-warning .panel-heading a:hover{color:#fff !important;}.panel-warning .panel-title{color:#fff !important;}.panel-danger .panel-heading{background:#008d7d !important;}.panel-danger .panel-heading a,.panel-danger .panel-heading a:hover{color:#fff !important;}.panel-danger .panel-title{color:#fff !important;}.panel-success .panel-heading{background:#008d7d !important;}.panel-success .panel-heading a,.panel-success .panel-heading a:hover{color:#fff !important;}.panel-success .panel-title{color:#fff !important;}.panel-info .panel-heading{background:#78a2bb !important;}.panel-info .panel-heading a,.panel-info .panel-heading a:hover{color:#fff !important;}.panel-info .panel-title{color:#fff !important;}.alert-warning{background:#cd6727;color:#fff !important;}.alert-warning a{color:#fff !important;text-decoration:underline;}.alert-warning .btn,.alert-warning .button{background:#cd6727 !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-warning .close{color:#fff !important;}.alert-danger{background:#008d7d;color:#fff !important;}.alert-danger a{color:#fff !important;text-decoration:underline;}.alert-danger .btn,.alert-danger .button{background:#008d7d !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-danger .close{color:#fff !important;}.alert-success{background:#008d7d;color:#fff !important;}.alert-success a{color:#fff !important;text-decoration:underline;}.alert-success .btn,.alert-success .button{background:#008d7d !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-success .close{color:#fff !important;}.alert-info{background:#78a2bb;color:#fff !important;}.alert-info a{color:#fff !important;text-decoration:underline;}.alert-info .btn,.alert-info .button{background:#78a2bb !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-info .close{color:#fff !important;}.progress-bar-default{box-shadow:none;background:#4d4a51;}.progress-bar-default span{color:#fff;}.progress-bar-default.progress-striped .progress-bar,.progress-striped .progress-bar-default{background-color:#4d4a51;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-warning{background:#cd6727;box-shadow:none;}.progress-bar-warning span{color:#fff;}.progress-bar-warning.progress-striped .progress-bar,.progress-striped .progress-bar-warning{background-color:#cd6727;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-danger{box-shadow:none;background:#008d7d;}.progress-bar-danger span{color:#fff;}.progress-bar-danger.progress-striped .progress-bar,.progress-striped .progress-bar-danger{background-color:#008d7d;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-success{box-shadow:none;background:#008d7d;}.progress-bar-success span{color:#fff;}.progress-bar-success.progress-striped .progress-bar,.progress-striped .progress-bar-success{background-color:#008d7d;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-info{box-shadow:none;background:#78a2bb;}.progress-bar-info span{color:#fff;}.progress-bar-info.progress-striped .progress-bar,.progress-striped .progress-bar-info{background-color:#78a2bb;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.figure-overlay{background-color:#63b0e4;color:#fff;}.figure-overlay .figure-caption{color:#fff;}.figure-overlay .figure-caption h1,.figure-overlay .figure-caption h2,.figure-overlay .figure-caption h3,.figure-overlay .figure-caption h4,.figure-overlay .figure-caption h5,.figure-overlay .figure-caption i,.figure-overlay .figure-caption a{color:inherit !important;}.figure-overlay .figure-caption small{color:rgba(255, 255, 255, .8) !important;}.figure-overlay .figure-caption .btn{background:#fff !important;color:#63b0e4 !important;}.figure-overlay .figure-caption .btn:hover{background:rgba(255, 255, 255, .8) !important;}.figure-overlay .figure-caption i{font-size:21px;}.fade-none.figcaption-top .figure-overlay{/* FF3.6+ */background:-moz-linear-gradient(top, #63b0e4 60%, rgba(99, 176, 228, 0) 100%);/* Chrome,Safari4+ */background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #63b0e4), color-stop(100%, rgba(99, 176, 228, 0)));/* Chrome10+,Safari5.1+ */background:-webkit-linear-gradient(top, #63b0e4 60%, rgba(99, 176, 228, 0) 100%);/* Opera 11.10+ */background:-o-linear-gradient(top, #63b0e4 60%, rgba(99, 176, 228, 0) 100%);/* IE10+ */background:-ms-linear-gradient(top, #63b0e4 60%, rgba(99, 176, 228, 0) 100%);/* W3C */background:linear-gradient(to bottom, #63b0e4 60%, rgba(99, 176, 228, 0) 100%);}.fade-none.figcaption-bottom .figure-overlay{/* FF3.6+ */background:-moz-linear-gradient(top, rgba(99, 176, 228, 0) 60%, #63b0e4 100%);/* Chrome,Safari4+ */background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(99, 176, 228, 0)), color-stop(100%, #63b0e4));/* Chrome10+,Safari5.1+ */background:-webkit-linear-gradient(top, rgba(99, 176, 228, 0) 60%, #63b0e4 100%);/* Opera 11.10+ */background:-o-linear-gradient(top, rgba(99, 176, 228, 0) 60%, #63b0e4 100%);/* IE10+ */background:-ms-linear-gradient(top, rgba(99, 176, 228, 0) 60%, #63b0e4 100%);/* W3C */background:linear-gradient(to bottom, rgba(99, 176, 228, 0) 60%, #63b0e4 100%);}.mfp-bg{background:#fff;}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{background-color:#000 !important;color:#fff;}.mfp-counter,.mfp-preloader{color:#000;}button.mfp-arrow{background:#000 !important;}.mfp-arrow:before{color:#fff;}.go-top{background:#fff !important;}.go-top i{color:#fff;}.carousel-control{color:#fff !important;text-shadow:1px 1px 0px rgba(255, 255, 255, 0.2);}.carousel-caption,.carousel-caption h3{color:#fff !important;text-shadow:1px 1px 0px rgba(255, 255, 255, 0.2);}.carousel-indicators li{background:rgba(255, 255, 255, 0.2);border-color:transparent;}.carousel-indicators li.active{background:#fff;border-color:#fff;}.flex-direction-nav a{color:#fff !important;text-shadow:none;background:rgba(255, 255, 255, 0.2);}.flex-control-nav a{background:rgba(255, 255, 255, 0.2);box-shadow:0px 0px 0px 3px rgba(255, 255, 255, 0.2);}.flex-control-nav a.flex-active{background:#fff;}.flexslider figcaption{background:rgba(255, 255, 255, 0.2);}.flexslider figcaption h3,.flexslider figcaption p{color:#fff;}.ls-fullwidth .ls-nav-prev:after,.ls-fullwidth .ls-nav-next:after{color:#fff !important;text-shadow:1px 1px 0px rgba(255, 255, 255, 0.2);}.gform_wrapper .gfield_required.gfield_error,.gform_wrapper .gfield_error .gfield_label,.gform_wrapper .gfield_contains_required.gfield_error{color:#002723;}.gform_wrapper .gfield_error input,.gform_wrapper .gfield_error select,.gform_wrapper .gfield_error textarea{border:1px solid rgba(0, 90, 80, .5);background:rgba(0, 141, 125, .5);color:#002723;}.gform_wrapper .gfield_error input:focus,.gform_wrapper .gfield_error select:focus,.gform_wrapper .gfield_error textarea:focus{box-shadow:0px 3px 0px #008d7d;}.validation_error{background:#008d7d;color:#fff;}.validation_error hr{border-top-color:#008d7d;}.validation_error .alert-link{color:#e6e6e6;}.panel-bbpress .bbp-template-notice{color:#008d7d;}[role="alert"]{color:#008d7d;}[role="alert"].wpcf7-mail-sent-ok{color:#008d7d;}.wpcf7-not-valid{border-color:#008d7d !important;}.table > tbody > tr.warning > td,.table > tbody > tr.warning > th,.table > tbody > tr > td.warning,.table > tbody > tr > th.warning,.table > tfoot > tr.warning > td,.table > tfoot > tr.warning > th,.table > tfoot > tr > td.warning,.table > tfoot > tr > th.warning,.table > thead > tr.warning > td,.table > thead > tr.warning > th,.table > thead > tr > td.warning,.table > thead > tr > th.warning{color:#fff;background-color:#cd6727;}.table > tbody > tr.error > td,.table > tbody > tr.error > th,.table > tbody > tr > td.error,.table > tbody > tr > th.error,.table > tfoot > tr.error > td,.table > tfoot > tr.error > th,.table > tfoot > tr > td.error,.table > tfoot > tr > th.error,.table > thead > tr.error > td,.table > thead > tr.error > th,.table > thead > tr > td.error,.table > thead > tr > th.error{color:#fff;background-color:#008d7d;}.table > tbody > tr.info > td,.table > tbody > tr.info > th,.table > tbody > tr > td.info,.table > tbody > tr > th.info,.table > tfoot > tr.info > td,.table > tfoot > tr.info > th,.table > tfoot > tr > td.info,.table > tfoot > tr > th.info,.table > thead > tr.info > td,.table > thead > tr.info > th,.table > thead > tr > td.info,.table > thead > tr > th.info{color:#fff;background-color:#78a2bb;}.table > tbody > tr.success > td,.table > tbody > tr.success > th,.table > tbody > tr > td.success,.table > tbody > tr > th.success,.table > tfoot > tr.success > td,.table > tfoot > tr.success > th,.table > tfoot > tr > td.success,.table > tfoot > tr > th.success,.table > thead > tr.success > td,.table > thead > tr.success > th,.table > thead > tr > td.success,.table > thead > tr > th.success{color:#fff;background-color:#008d7d;}.has-warning .form-control{border-color:#cd6727;}.has-error .form-control{border-color:#008d7d;}.has-success .form-control{border-color:#fff;}.has-info .form-control{border-color:#78a2bb;}.post-grid{background-color:#fff;border-color:rgba(0, 0, 0, .1);}.post-grid .post-grid-content-title a{color:#1c1c1c;}.post-grid:hover .post-grid-content-title a{color:#2f93d8;}.post-grid blockquote p{font-size:16.8px;}.post-grid .post-grid-content-footer,.post-grid blockquote footer{border-top-color:rgba(0, 0, 0, .1);}.post-grid-overlay{background-color:#63b0e4;}.post-grid-overlay .post-grid-content-title,.post-grid-overlay .post-grid-content-footer,.post-grid-overlay blockquote p,.post-grid-overlay blockquote footer{color:#fff;}.post-grid-overlay .post-grid-content{background:#63b0e4;}.post-grid-overlay blockquote:before{color:rgba(255, 255, 255, 0.7);}.figure-caption-category a{background:rgba(47, 147, 216, .8);color:#fff;transition:all 0.2s;}.figure-caption-category a:hover{background:rgba(47, 147, 216, .9);color:#fff;}#content{background:#fff;color:#5c5c5c;}h1,h2,h3,h4,h5,h6{color:#1c1c1c;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#878787;}a{color:#2f93d8;}a:hover{color:#407498;}small,.small{color:#878787;}small a,.small a{color:#878787;}small a:hover,.small a:hover{color:#2f93d8;}small i,.small i{color:#878787;}i{color:#5c5c5c;}blockquote p{font-family:Roboto Slab;font-style:normal;}blockquote small,blockquote footer{font-family:Lato;color:#878787;}blockquote cite{color:#5c5c5c;}blockquote:before{color:rgba(92, 92, 92, 0.2);}blockquote.blockquote-simple img{border-color:rgba(255, 255, 255, 0.2);}::selection{background:#1c1c1c;color:#fff;}::-moz-selection{background:#1c1c1c;color:#fff;}hr{border-top-color:rgba(0, 0, 0, .1);}pre{background:#1c1c1c;color:#fff;}.btn-primary,button,input[type="submit"]{background-color:#2f93d8;color:#fff;}.btn-primary:hover,button:hover,input[type="submit"]:hover,.btn-primary:active,button:active,input[type="submit"]:active,.btn-primary:focus,button:focus,input[type="submit"]:focus{background-color:#237dbb;color:#fff;}.btn-link{background:none;color:#2f93d8;text-decoration:none;box-shadow:0px 0px 0px 1px #2f93d8 inset;}.btn-link:hover{text-decoration:none;background-color:#2f93d8;color:#fff;box-shadow:0px 0px 0px 1px #2f93d8 inset;}.open .dropdown-toggle.btn-primary{background-color:#2f93d8;color:#fff;}.btn-group .dropdown-menu{background-color:#2f93d8;}.btn-group .dropdown-menu > li > a{color:#fff;box-shadow:0px -1px 0px #2686c8;}.btn-group .dropdown-menu > li:first-child > a{box-shadow:none;}.btn-group .dropdown-menu > li > a:hover{background:#4da3de;}.label-primary{background:#2f93d8;color:#fff;}.label-primary a{color:#fff;}.form-control{background-color:rgba(0, 0, 0, .02);color:#3c3c3c;border-color:rgba(0, 0, 0, .1);}.form-control:-moz-placeholder{color:#9c9c9c;}.form-control::-moz-placeholder{color:#9c9c9c;}.form-control:-ms-input-placeholder{color:#9c9c9c;}.form-control::-webkit-input-placeholder{color:#9c9c9c;}.form-control:focus{border-color:#2f93d8;}input[type="checkbox"],input[type="radio"]{-webkit-box-shadow :none;-moz-box-shadow :none;-ms-box-shadow :none;-o-box-shadow :none;box-shadow :none;}.form-icon-group i{color:#2f93d8;}input[type="button"]{background:#2f93d8;color:#fff;}.select-wrap{color:#3c3c3c;background:rgba(0, 0, 0, .02);box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1) inset;}.select-wrap:after{color:#3c3c3c;}.table > thead{border-color:rgba(0, 0, 0, .1);}.table > thead > tr > th{background-color:rgba(0, 0, 0, .1);text-transform:uppercase;color:#5c5c5c;font-family:Lato;}.table > tbody > tr > td,.table > tbody > tr > th,.table > tfoot > tr > td,.table > tfoot > tr > th,.table > thead > tr > td,.table > thead > tr > th{border-color:rgba(0, 0, 0, .1);}.table tfoot th{background-color:rgba(0, 0, 0, .1);}.table-hover tbody tr:hover th{background:rgba(0, 0, 0, .1);}.table-striped > tbody > tr:nth-child(odd) > td,.table-striped > tbody > tr:nth-child(odd) > th,.table-hover > tbody > tr:hover > td,.table-hover > tbody > tr:hover > th{background:rgba(0, 0, 0, .1);}#masthead{box-shadow:0px 1px 0px rgba(0, 0, 0, 0.06), 0px -1px 0px rgba(0, 0, 0, 0.06);}.menu{color:#fff;background:#2f93d8;}.menu .navbar-text{color:#fff;}.menu .navbar-brand{color:#fff;}.menu .navbar-brand:hover{color:#fff;}.menu a{color:#fff;}.menu a:before{height:0px;}.menu .nav > li > a{color:#fff;}.menu .nav > li > a:hover,.menu .nav > li > a:focus{color:#fff;background:none;}.menu .nav > li > a:hover:before,.menu .nav > li > a:focus:before{opacity:1;width:100%;background-color:#fff;}.menu a .menu-icon{color:inherit;}.navbar-toggle{background:none !important;}.navbar-toggle .icon-bar{background-color:#fff;}.navbar-toggle:hover{background:none;}.menu .nav > .active > a,.menu .nav > .current-menu-parent > a,.menu .nav > .current-menu-ancestor > a,.menu .nav > .current-menu-item > a,.menu .nav > .current-menu-item > a:focus,.menu .nav > .current-page-parent > a,.menu .nav > .active > a:focus,.menu .nav li.dropdown.open > .dropdown-toggle,.menu .nav li.dropdown.active > .dropdown-toggle,.menu .nav li.dropdown.open.active > .dropdown-toggle{color:#fff;}.menu .nav > .active > a:after,.menu .nav > .current-menu-parent > a:after,.menu .nav > .current-menu-ancestor > a:after,.menu .nav > .current-menu-item > a:after,.menu .nav > .current-menu-item > a:focus:after,.menu .nav > .current-page-parent > a:after,.menu .nav > .active > a:focus:after,.menu .nav li.dropdown.open > .dropdown-toggle:after,.menu .nav li.dropdown.active > .dropdown-toggle:after,.menu .nav li.dropdown.open.active > .dropdown-toggle:after{border-radius:18px;}.menu .nav > .active > a:hover,.menu .nav > .current-menu-parent > a:hover,.menu .nav > .current-menu-ancestor > a:hover,.menu .nav > .current-menu-item > a:hover,.menu .nav > .current-menu-item > a:focus:hover,.menu .nav > .current-page-parent > a:hover,.menu .nav > .active > a:focus:hover,.menu .nav li.dropdown.open > .dropdown-toggle:hover,.menu .nav li.dropdown.active > .dropdown-toggle:hover,.menu .nav li.dropdown.open.active > .dropdown-toggle:hover{color:#fff;}.menu .nav > .disabled > a{opacity:0.8;}.menu .dropdown-menu{background-color:#2f93d8;-webkit-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;-moz-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;-ms-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;-o-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;}.menu .dropdown-menu > li > a{color:#fff;}.menu .dropdown-menu > li > a .menu-icon{color:inherit;}.menu .dropdown-menu > li > a:hover,.menu .dropdown-menu > .active > a,.menu .dropdown-menu > .active > a:hover,.menu .dropdown-menu > .active > a:focus{color:#fff;background:transparent;}.menu .nav > li > .dropdown-menu:after,.menu .nav > li > .dropdown-menu:before{display:none;}.menu .dropdown-submenu > a:after{border-left-color:#fff !important;}.menu .dropdown-menu .divider{background-color:rgba(0, 0, 0, .055);}.nav-highlight > a,.nav-highlight-ghost > a{border-radius:18px;}.nav-highlight > a:after,.nav-highlight-ghost > a:after{border-radius:18px;}.menu .nav-highlight > a{color:#2f93d8 !important;}.menu .nav-highlight > a:after{background:#fff;}.menu .nav-highlight > a:hover{color:#2f93d8 !important;}.menu .nav-highlight > a:hover:after{background:#fff;}.menu .nav-highlight.active > a{color:#2f93d8 !important;}.menu .nav-highlight.active > a:after{background:#fff;}.menu .nav-highlight.active > a:hover{color:#2f93d8 !important;}.menu .nav-highlight.active > a:hover:after{background:#fff;}.menu .nav-highlight .menu-icon{color:#2f93d8;}.menu .nav-highlight-ghost > a{color:#fff;}.menu .nav-highlight-ghost > a:after{border:1px solid #fff;}.menu .nav-highlight-ghost > a:hover{color:#fff;}.menu .nav-highlight-ghost > a:hover:after{border:1px solid #fff;}.menu .nav-highlight-ghost.active > a{color:#fff;}.menu .nav-highlight-ghost.active > a:after{border:1px solid #fff;}.menu .nav-highlight-ghost.active > a:hover{color:#fff;}.menu .nav-highlight-ghost.active > a:hover:after{border:1px solid #fff;}.search-trigger,.search-trigger:hover{color:#fff;}.search-trigger:before{border-color:#fff;color:#fff;}.search-trigger:after{background:#fff;}.top-search.active .search-trigger:before{background:#fff;}.top-search.active .search-trigger:after{background:#fff;}.header-logo-center-menu-below .container-logo,.header-logo-left-menu-below .container-logo,.header-logo-right-menu-below .container-logo,.header-logo-left-sidebar-right .container-logo{background:#fff;box-shadow:0px 1px 0px rgba(0, 0, 0, 0.06);}.header-logo-center-menu-below .navbar-brand,.header-logo-left-menu-below .navbar-brand,.header-logo-right-menu-below .navbar-brand,.header-logo-left-sidebar-right .navbar-brand{color:#1c1c1c;}.header-logo-center-menu-below .navbar-brand:hover,.header-logo-left-menu-below .navbar-brand:hover,.header-logo-right-menu-below .navbar-brand:hover,.header-logo-left-sidebar-right .navbar-brand:hover{color:#1c1c1c;opacity:0.9;}.header-logo-center-menu-below .logo-navbar,.header-logo-left-menu-below .logo-navbar,.header-logo-right-menu-below .logo-navbar,.header-logo-left-sidebar-right .logo-navbar{color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar a,.header-logo-left-menu-below .logo-navbar a,.header-logo-right-menu-below .logo-navbar a,.header-logo-left-sidebar-right .logo-navbar a{color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .navbar-toggle .icon-bar,.header-logo-left-menu-below .logo-navbar .navbar-toggle .icon-bar,.header-logo-right-menu-below .logo-navbar .navbar-toggle .icon-bar,.header-logo-left-sidebar-right .logo-navbar .navbar-toggle .icon-bar{background:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-left-menu-below .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-right-menu-below .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-left-sidebar-right .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-center-menu-below .logo-navbar .logo-sidebar .sidebar-widget i,.header-logo-left-menu-below .logo-navbar .logo-sidebar .sidebar-widget i,.header-logo-right-menu-below .logo-navbar .logo-sidebar .sidebar-widget i,.header-logo-left-sidebar-right .logo-navbar .logo-sidebar .sidebar-widget i{color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .search-trigger,.header-logo-left-menu-below .logo-navbar .search-trigger,.header-logo-right-menu-below .logo-navbar .search-trigger,.header-logo-left-sidebar-right .logo-navbar .search-trigger,.header-logo-center-menu-below .logo-navbar .search-trigger:hover,.header-logo-left-menu-below .logo-navbar .search-trigger:hover,.header-logo-right-menu-below .logo-navbar .search-trigger:hover,.header-logo-left-sidebar-right .logo-navbar .search-trigger:hover{color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .search-trigger:before,.header-logo-left-menu-below .logo-navbar .search-trigger:before,.header-logo-right-menu-below .logo-navbar .search-trigger:before,.header-logo-left-sidebar-right .logo-navbar .search-trigger:before{border-color:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .search-trigger:after,.header-logo-left-menu-below .logo-navbar .search-trigger:after,.header-logo-right-menu-below .logo-navbar .search-trigger:after,.header-logo-left-sidebar-right .logo-navbar .search-trigger:after{background:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .top-search.active .search-trigger:before,.header-logo-left-menu-below .logo-navbar .top-search.active .search-trigger:before,.header-logo-right-menu-below .logo-navbar .top-search.active .search-trigger:before,.header-logo-left-sidebar-right .logo-navbar .top-search.active .search-trigger:before{background:#1c1c1c;}.header-logo-center-menu-below .logo-navbar .top-search.active .search-trigger:after,.header-logo-left-menu-below .logo-navbar .top-search.active .search-trigger:after,.header-logo-right-menu-below .logo-navbar .top-search.active .search-trigger:after,.header-logo-left-sidebar-right .logo-navbar .top-search.active .search-trigger:after{background:#1c1c1c;}.menu .sidebar-widget{color:#fff;}.menu .sidebar-widget .sidebar-header{color:#fff;}.menu .sidebar-widget i{color:#fff;}@media (min-width:992px){.transparent-header .sticky-wrapper{background:none;}.transparent-header #masthead:not(.navbar-scrolled){background:none;-webkit-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-ms-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-o-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;}.transparent-header #masthead:not(.navbar-scrolled) a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled).search-active{background:#2f93d8 !important;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-text{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-brand{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-brand:hover{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:before{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:focus{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover:before,.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:focus:before{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-toggle .icon-bar{background-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-parent > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-ancestor > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a:focus,.transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a:focus,.transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.open > .dropdown-toggle,.transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.active > .dropdown-toggle,.transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.open.active > .dropdown-toggle{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu li a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu li > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a,.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a:focus{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .search-trigger:before{border-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .search-trigger:after{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .top-search.active .search-trigger:before{border-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .top-search.active .search-trigger:after{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a{color:#000 !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:after{background:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:hover{color:#000 !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:hover:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:hover:after{background:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a .menu-icon,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a .menu-icon{color:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:after{border:1px solid #fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:hover{color:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:hover:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:hover:after{border-color:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled).header-logo-center-menu-below .container-logo,.transparent-header #masthead:not(.navbar-scrolled).header-logo-left-menu-below .container-logo,.transparent-header #masthead:not(.navbar-scrolled).header-logo-right-menu-below .container-logo,.transparent-header #masthead:not(.navbar-scrolled).header-logo-left-sidebar-right .container-logo{background:none;-webkit-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-ms-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-o-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-brand{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .logo-sidebar .sidebar-widget,.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .logo-sidebar .sidebar-widget i{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger,.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:hover{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:before{border-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:after{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .top-search.active .search-trigger:before{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .top-search.active .search-trigger:after{background:#fff;}.transparent-header .top-bar{-webkit-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-ms-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-o-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;background:none;color:#fff;}.transparent-header .top-bar a{color:#fff;}.transparent-header .top-bar a:hover{color:#fff;}.transparent-header .top-bar i,.transparent-header .top-bar li i,.transparent-header .top-bar li a i{color:#fff;}.transparent-header .top-bar .sidebar-widget{border-color:rgba(255, 255, 255, .1);}.transparent-header .top-bar .widget_wpml_language_selector li:before{background:rgba(255, 255, 255, .1);}.transparent-header .top-bar .widget_recent_entries li,.transparent-header .top-bar .widget_recent_comments li,.transparent-header .top-bar .widget_archive li,.transparent-header .top-bar .widget_categories li,.transparent-header .top-bar .widget_meta li,.transparent-header .top-bar .widget_pages li,.transparent-header .top-bar .widget_twitter li,.transparent-header .top-bar .widget_nav_menu li,.transparent-header .top-bar .widget_rss li{border-color:rgba(255, 255, 255, .1);}.transparent-header .top-bar .search-trigger:before{border-color:#fff;color:#fff;}.transparent-header .top-bar .search-trigger:after{background:#fff;}.transparent-header .top-bar .top-search.active .search-trigger:before{background:#4c4c4c;}.transparent-header .top-bar .top-search.active .search-trigger:after{background:#4c4c4c;}}.menu-item-object-oxy_mega_menu{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li.current-menu-item > a{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > p{border-bottom-color:rgba(0, 0, 0, .055);}.menu-item-object-oxy_mega_menu .dropdown-menu > li:before{background:rgba(0, 0, 0, .055);}#navbar-slide .form-control{color:#fff;}@media (max-width:991px){.menu .navbar-collapse{box-shadow:inset 0 1px 0 rgba(0, 0, 0, .055);}.menu .nav > li > a{border-radius:0;}.menu .open .dropdown-menu{background:#2f93d8;border-radius:0;box-shadow:none;}.menu .open .dropdown-menu > li > a{border-radius:0;}.menu .open .dropdown-menu > li > a:hover,.menu .open .dropdown-menu > li > a:focus,.menu .open .dropdown-menu > li.active > a{color:#fff;}.dropdown-submenu > a:after{border-left-color:transparent !important;border-top-color:#fff !important;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover{color:#fff;}.menu-item-object-oxy_mega_menu .dropdown-menu > li:before{display:none;}.nav-highlight > a{color:#fff !important;}.nav-highlight > a:after{background:transparent;}.nav-highlight > a:hover{color:#fff !important;}.nav-highlight > a:hover:after{background:transparent;}.transparent-header .navbar-collapse{background:rgba(47, 147, 216, .95) !important;}.menu-sidebar{border-top:1px solid rgba(255, 255, 255, .075);}}.pagination > li > a,.pagination > li > span{background:#2f93d8;color:#fff;}.pagination > li:first-child > a,.pagination > li:first-child > span{border-bottom-left-radius:18px;border-top-left-radius:18px;}.pagination > li:last-child > a,.pagination > li:last-child > span{background:#2f93d8;color:#fff;border-bottom-right-radius:18px;border-top-right-radius:18px;}.pagination > li > a:hover,.pagination > li > a:focus,.pagination > li > span:hover,.pagination > li > span:focus{background:#237dbb;color:#fff;}.pagination > .active > a,.pagination > .active > a:hover,.pagination > .active > a:focus,.pagination > .active > span,.pagination > .active > span:hover,.pagination > .active > span:focus{background:#237dbb;}.pagination > .active > a i,.pagination > .active > a:hover i,.pagination > .active > a:focus i,.pagination > .active > span i,.pagination > .active > span:hover i,.pagination > .active > span:focus i{color:#fff;}.pagination > li:first-child i,.pagination > li:last-child i{color:#fff;}.pagination > .disabled > span,.pagination > .disabled span:hover,.pagination > .disabled > a,.pagination > .disabled a:hover{background:#2f93d8;color:#fff;}.pagination > .disabled > span i,.pagination > .disabled span:hover i,.pagination > .disabled > a i,.pagination > .disabled a:hover i{color:#fff;}.box-inner{background-color:rgba(0, 0, 0, .1);}.pager > li > a{background:#2f93d8;color:#fff;}.pager > li > a i{color:#fff;}.pager li > a:hover,.pager li > a:focus{background-color:#237dbb;color:#fff;}.tooltip-inner{background-color:#1c1c1c;color:#fff;}.tooltip.in{opacity:1;}.tooltip.top .tooltip-arrow{border-top-color:#1c1c1c;}.tooltip.right .tooltip-arrow{border-right-color:#1c1c1c;}.tooltip.left .tooltip-arrow{border-left-color:#1c1c1c;}.tooltip.bottom .tooltip-arrow{border-bottom-color:#1c1c1c;}.jumbotron{background:rgba(0, 0, 0, .1);}.progress{border-radius:18px;}.progress .progress-bar{border-radius:18px;}.progress-bar-primary{background:#2f93d8;box-shadow:none;}.progress-bar-primary span{color:#fff;}.progress-bar-primary.progress-striped .progress-bar,.progress-striped .progress-bar-primary{background-color:#2f93d8;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-size:40px 40px;}.badge{background:#1c1c1c;color:#fff;/* - Tabs - */}.nav-tabs{border-color:rgba(0, 0, 0, .1);}.nav-tabs > li > a{border-top-left-radius:18px;border-top-right-radius:18px;}.nav-tabs > li > a:hover{border-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) #fff;}.nav-tabs > li > a:hover{background:none;}.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active a:focus{border-top-color:rgba(0, 0, 0, .1);border-left-color:rgba(0, 0, 0, .1);border-right-color:rgba(0, 0, 0, .1);}.tab-content{background:#fff;border-left:1px solid rgba(0, 0, 0, .1);border-right:1px solid rgba(0, 0, 0, .1);border-bottom:1px solid rgba(0, 0, 0, .1);}.tabs-below .nav-tabs{border-top:1px solid rgba(0, 0, 0, .1);}.tabs-below .nav-tabs > li > a{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:18px;border-bottom-right-radius:18px;}.tabs-below .nav-tabs > li.active > a,.tabs-below .nav-tabs > li > a:hover{border-bottom-color:rgba(0, 0, 0, .1);border-top:0;}.tabs-below .tab-content{border-top:1px solid rgba(0, 0, 0, .1);}.nav-pills > li > a .badge{background:#1c1c1c;color:#fff;}.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li > a:hover,.nav-pills > li > a:focus{background:#1c1c1c;color:#fff;}.nav-pills > li.active > a .badge,.nav-pills > li.active > a:hover .badge,.nav-pills > li > a:hover .badge,.nav-pills > li > a:focus .badge{background:#fff;color:#1c1c1c;}.nav-pills > li.active > a:hover,.nav-pills > li.active > a:hover:hover,.nav-pills > li > a:hover:hover,.nav-pills > li > a:focus:hover{color:#fff;}.panel,.well{background:rgba(0, 0, 0, .1);}.panel-primary{border-color:rgba(0, 0, 0, .1);}.panel-primary .panel-heading{background:#2f93d8;}.panel-primary .panel-heading a,.panel-primary .panel-heading .panel-title{color:#fff;text-decoration:none;}.panel-primary > .panel-heading + .panel-collapse .panel-body{border-top-color:#1d699d;background:transparent;}.panel-footer{background:#449edc;border-color:#2686c8;}.panel .table{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1) inset;}.panel .table th{background:rgba(0, 0, 0, .1);color:#1c1c1c;}.portfolio-title{background:#2f93d8;color:#fff;}.portfolio-nav svg{stroke:#5c5c5c;}.social-icons li a{background-color:#1c1c1c;}.social-icons li a i{color:#fff;}.social-icons li a:not([data-iconcolor]):hover{background-color:rgba(28, 28, 28, .8);}.social-simple li a i{color:#5c5c5c;}.post-share .social-simple li a i{color:#878787;}.social-simple li a:not([data-iconcolor]):hover i{color:#2f93d8;}.divider-border-inner{background-color:#2f93d8;}#infscr-loading{background:#1c1c1c;color:#fff;}.scroll-to i{color:#2f93d8;}.scroll-to:hover i{color:#407498;}.map-marker-label{background:#fff;color:#5c5c5c;}.features-list-icon{background:rgba(0, 0, 0, .1);}.ui-datepicker{background:#fff;border:1px solid rgba(0, 0, 0, .1);border-radius:18px;}.ui-datepicker-header{background-color:rgba(0, 0, 0, .02);color:#3c3c3c;}.ui-datepicker-today{background-color:#2f93d8;}.ui-datepicker-today a,.ui-datepicker-today a:hover{color:#fff;}.ui-datepicker-calendar thead{border-bottom:1px solid rgba(0, 0, 0, .02);}.date-wrapper:after{color:#3c3c3c;}.pace-overlay{background:#fff;}.pace-dot .pace-progress-inner{background:#2f93d8;}.pace-minimal .pace .pace-progress{background:#2f93d8;}.pace-counter .pace .pace-progress:after{color:#2f93d8;}.pricing-head,.pricing-body{background:#fff;}.pricing-price{background:#2f93d8;color:#fff;}.pricing-list li{border-color:rgba(0, 0, 0, .1);}.pricing-item-list li h3{border-bottom-color:rgba(0, 0, 0, .1);}.pricing-item-list li strong{background-color:#2f93d8;color:#fff;}.pricing-item-list li.featured:before{border-color:#2f93d8;}.col-border-top{border-top-color:rgba(0, 0, 0, .1);}.col-border-right{border-right-color:rgba(0, 0, 0, .1);}.col-border-bottom{border-bottom-color:rgba(0, 0, 0, .1);}.col-border-left{border-left-color:rgba(0, 0, 0, .1);}.tag-list span{background:#2f93d8;color:#fff;}.bullet-nav li a{background-color:rgba(255, 255, 255, 0.9);box-shadow:0px 0px 0px 3px rgba(28, 28, 28, 0.5);}.bullet-nav li a.active{background-color:rgba(28, 28, 28, 0.9);box-shadow:0px 0px 0px 4px rgba(255, 255, 255, 0.4);}.mejs-audio{background-color:#2f93d8;color:#fff;}.mejs-container .mejs-controls .mejs-time span{color:#fff;}.mejs-controls .mejs-button button:hover{background-color:transparent;}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff;}.mejs-controls .mejs-time-rail .mejs-time-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:#fff;}.post:after{background:rgba(0, 0, 0, .1);}.post-more-link i{color:#2f93d8;}.media-inner:after{background:rgba(0, 0, 0, .1);}.post .author-info{border-color:rgba(0, 0, 0, .1);}.post-list > div{border-color:rgba(0, 0, 0, .1);}.breadcrumb-blog a,.breadcrumb-blog .active{color:#5c5c5c;}.breadcrumb-blog a:hover{opacity:0.8;}.breadcrumb-blog > li + li:before{color:#5c5c5c;}.container-author{background:rgba(0, 0, 0, .1);}.gform_wrapper .gsection{border-color:rgba(0, 0, 0, .1);}.gf_progressbar{background:rgba(0, 0, 0, .1);}.gf_progressbar_percentage{background:#2f93d8;color:#fff;}.sidebar-widget .post-icon{background:rgba(0, 0, 0, .1);}.widget_recent_entries li,.widget_recent_comments li,.widget_archive li,.widget_categories li,.widget_meta li,.widget_pages li,.widget_twitter li,.widget_nav_menu li,.widget_rss li,.widget_recent_entries .sub-menu,.widget_recent_comments .sub-menu,.widget_archive .sub-menu,.widget_categories .sub-menu,.widget_meta .sub-menu,.widget_pages .sub-menu,.widget_twitter .sub-menu,.widget_nav_menu .sub-menu,.widget_rss .sub-menu{border-color:rgba(0, 0, 0, .1);}.widget_recent_entries small,.widget_recent_comments small,.widget_archive small,.widget_categories small,.widget_meta small,.widget_pages small,.widget_twitter small,.widget_nav_menu small,.widget_rss small{color:#5c5c5c;}.widget_tag_cloud ul a{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1);color:#5c5c5c;}.widget_tag_cloud ul a:hover{box-shadow:0px 0px 0px 1px #2f93d8;color:#2f93d8;}.widget_calendar tbody a{background:#1c1c1c;color:#fff;}.widget_calendar tbody a:hover{background:#0a0a0a;color:#fff;}.widget_calendar tfoot{background:rgba(0, 0, 0, .1);}.widget_nav_menu .sub-menu li:before{color:rgba(0, 0, 0, .1);}.widget_oxy_twitter li:before{color:#1c1c1c;}.top-search form{background-color:#2f93d8;}.top-search input{background:none;color:#fff;}.top-search input:focus{box-shadow:none;}.top-search input:-moz-placeholder{color:#fff;}.top-search input::-moz-placeholder{color:#fff;}.top-search input:-ms-input-placeholder{color:#fff;}.top-search input::-webkit-input-placeholder{color:#fff;}.top-bar .top-search form{background-color:#f0f0f0;}.top-bar .top-search input{background:none;color:#6c6c6c;}.top-bar .top-search input:focus{box-shadow:none;}.top-bar .top-search input:-moz-placeholder{color:#6c6c6c;}.top-bar .top-search input::-moz-placeholder{color:#6c6c6c;}.top-bar .top-search input:-ms-input-placeholder{color:#6c6c6c;}.top-bar .top-search input::-webkit-input-placeholder{color:#6c6c6c;}.logo-sidebar .top-search form{background-color:#fff;}.logo-sidebar .top-search input{background:none;color:#1c1c1c;}.logo-sidebar .top-search input:focus{box-shadow:none;}.logo-sidebar .top-search input:-moz-placeholder{color:#1c1c1c;}.logo-sidebar .top-search input::-moz-placeholder{color:#1c1c1c;}.logo-sidebar .top-search input:-ms-input-placeholder{color:#1c1c1c;}.logo-sidebar .top-search input::-webkit-input-placeholder{color:#1c1c1c;}.top-bar{background:#f0f0f0;color:#6c6c6c;}.top-bar a{color:#4c4c4c;}.top-bar a:hover{color:#2f93d8;}.top-bar i,.top-bar li i,.top-bar li a i{color:#4c4c4c;}.top-bar .sidebar-widget{border-color:rgba(255, 255, 255, .1);}.top-bar .widget_wpml_language_selector li:before{background:rgba(255, 255, 255, .1);}.top-bar .widget_recent_entries li,.top-bar .widget_recent_comments li,.top-bar .widget_archive li,.top-bar .widget_categories li,.top-bar .widget_meta li,.top-bar .widget_pages li,.top-bar .widget_twitter li,.top-bar .widget_nav_menu li,.top-bar .widget_rss li{border-color:rgba(255, 255, 255, .1);}.top-bar .search-trigger:before{border-color:#6c6c6c;color:#6c6c6c;}.top-bar .search-trigger:after{background:#6c6c6c;}.section-upper-footer{border-top:1px solid rgba(0, 0, 0, .1);}#footer{background-color:#1c1c1c;color:rgba(255, 255, 255, .6);}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,#footer strong{color:#fff;}#footer a{color:#fff;}#footer a:hover{color:#fff;}#footer i{color:inherit;}#footer small{color:rgba(255, 255, 255, .6);}#footer .widget_recent_entries small,#footer .widget_recent_comments small,#footer .widget_archive small,#footer .widget_categories small,#footer .widget_meta small,#footer .widget_pages small,#footer .widget_twitter small,#footer .widget_nav_menu small,#footer .widget_rss small{color:rgba(255, 255, 255, .6);}#footer .widget_recent_entries li,#footer .widget_recent_comments li,#footer .widget_archive li,#footer .widget_categories li,#footer .widget_meta li,#footer .widget_pages li,#footer .widget_twitter li,#footer .widget_nav_menu li,#footer .widget_rss li,#footer .widget_recent_entries .sub-menu,#footer .widget_recent_comments .sub-menu,#footer .widget_archive .sub-menu,#footer .widget_categories .sub-menu,#footer .widget_meta .sub-menu,#footer .widget_pages .sub-menu,#footer .widget_twitter .sub-menu,#footer .widget_nav_menu .sub-menu,#footer .widget_rss .sub-menu{border-color:rgba(255, 255, 255, .1);}#footer .widget_tag_cloud ul a{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, .6);color:rgba(255, 255, 255, .6);}#footer .widget_tag_cloud ul a:hover{box-shadow:0px 0px 0px 1px #fff;color:#fff;}#footer .widget_calendar tbody a{background:#fff;color:#1c1c1c;}#footer .widget_calendar tbody a:hover{background:#ededed;color:#1c1c1c;}#footer .widget_calendar tfoot{background:rgba(255, 255, 255, .1);}#footer .widget_nav_menu .sub-menu li:before{color:rgba(255, 255, 255, .1);}#footer .widget_oxy_twitter li:before{color:#fff;}#footer .star-rating{color:rgba(255, 255, 255, .6);}.subfooter{background-color:#000;color:rgba(255, 255, 255, .6);}.subfooter h1,.subfooter h2,.subfooter h3,.subfooter h4,.subfooter h5,.subfooter h6,.subfooter strong{color:#fff;}.subfooter a{color:#fff;}.subfooter a:hover{color:#fff;}.subfooter i{color:inherit;}.subfooter small{color:rgba(255, 255, 255, .6);}.subfooter .widget_recent_entries small,.subfooter .widget_recent_comments small,.subfooter .widget_archive small,.subfooter .widget_categories small,.subfooter .widget_meta small,.subfooter .widget_pages small,.subfooter .widget_twitter small,.subfooter .widget_nav_menu small,.subfooter .widget_rss small{color:rgba(255, 255, 255, .6);}.subfooter .widget_recent_entries li,.subfooter .widget_recent_comments li,.subfooter .widget_archive li,.subfooter .widget_categories li,.subfooter .widget_meta li,.subfooter .widget_pages li,.subfooter .widget_twitter li,.subfooter .widget_nav_menu li,.subfooter .widget_rss li,.subfooter .widget_recent_entries .sub-menu,.subfooter .widget_recent_comments .sub-menu,.subfooter .widget_archive .sub-menu,.subfooter .widget_categories .sub-menu,.subfooter .widget_meta .sub-menu,.subfooter .widget_pages .sub-menu,.subfooter .widget_twitter .sub-menu,.subfooter .widget_nav_menu .sub-menu,.subfooter .widget_rss .sub-menu{border-color:rgba(255, 255, 255, .1);}.subfooter .widget_tag_cloud ul a{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, .6);color:rgba(255, 255, 255, .6);}.subfooter .widget_tag_cloud ul a:hover{box-shadow:0px 0px 0px 1px #fff;color:#fff;}.subfooter .widget_calendar tbody a{background:#fff;color:#000;}.subfooter .widget_calendar tbody a:hover{background:#ededed;color:#000;}.subfooter .widget_calendar tfoot{background:rgba(255, 255, 255, .1);}.subfooter .widget_nav_menu .sub-menu li:before{color:rgba(255, 255, 255, .1);}.subfooter .widget_oxy_twitter li:before{color:#fff;}.subfooter .star-rating{color:rgba(255, 255, 255, .6);}.product-title a{color:#1c1c1c;}.product-title a:hover{color:#2f93d8;}.add-to-cart-button i{color:#5c5c5c;}.add-to-cart-button.loading:before{color:#5c5c5c;}.add-to-cart-button.added i{color:#2f93d8;}.add-to-cart-button.added:before{color:#2f93d8;}.product-image-overlay{color:#fff;background-color:#63b0e4;}.product-image-overlay h4,.product-image-overlay .star-rating{color:#fff;}.product-categories{text-transform:none;}.button{background:#2f93d8;color:#fff;}.button:hover{background:rgba(47, 147, 216, .9);color:#fff;}.section-commerce .breadcrumb{background:none;color:#5c5c5c;}.section-commerce .breadcrumb a{color:#2f93d8;}.section-commerce .breadcrumb > li + li:before{color:#2f93d8;}.onsale{background:#2f93d8;color:#fff;}.price{color:#1c1c1c;}.page-numbers a,.page-numbers span{color:#fff;}.page-numbers li{background:#2f93d8;}.page-numbers .current,.page-numbers li a:hover{background:#2686c8;color:#f2f2f2;}#reviews input[type="submit"]{background:#2f93d8;color:#fff;}.product-category h3{background:#63b0e4;color:#fff;}.product-category h3 small{color:#fff;}.description p{font-size:18px;font-weight:300;line-height:1.75em;}.product-nav a i{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1);background:rgba(0, 0, 0, .02);color:#3c3c3c;}.product-nav a:hover i{box-shadow:0px 0px 0px 1px #2f93d8;color:#2f93d8;}.quantity input{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1) inset;background:rgba(0, 0, 0, .02);color:#3c3c3c;}.quantity input:hover{box-shadow:0px 0px 0px 1px #2f93d8 inset;color:#2f93d8;}.quantity input[type="number"]{box-shadow:0px 1px 0px rgba(0, 0, 0, .1) inset, 0px -1px 0px rgba(0, 0, 0, .1) inset;}.entry-summary ul.social-icons li a{background:transparent;border:1px solid rgba(0, 0, 0, .1);}.entry-summary ul.social-icons li a i{color:#3c3c3c;}.entry-summary ul.social-icons li a:hover{background:transparent;border:1px solid #2f93d8;}.entry-summary ul.social-icons li a:hover i{color:#2f93d8;}.product-images figcaption{box-shadow:none;background:#63b0e4;}.product-images figcaption h4 a{color:#fff;}.order_details{background:rgba(0, 0, 0, .1);}.order_details li{border-color:rgba(26, 26, 26, .1);}.product-mini{color:#fff;}.product-mini a{color:#fff;}.mini-cart-count{background-color:#2f93d8;color:#fff;}.mini-cart-overview ul li{border-bottom-color:rgba(0, 0, 0, .055);}.product-details-heading{color:#fff;}.mini-cart-overview .buttons a:first-child{box-shadow:0px 0px 0px 1px #fff inset;color:#fff;}.mini-cart-overview .buttons a:last-child{background:#2f93d8;color:#fff;}.woocommerce-invalid input,input.woocommerce-invalid,.woocommerce-invalid textarea,textarea.woocommerce-invalid{border-color:#008d7d;}.shipping_calculator{font-family:Lato;font-weight:300;}.chosen-single,.chosen-drop{background:rgba(0, 0, 0, .02) !important;border-radius:18px !important;border-color:rgba(0, 0, 0, .1) !important;color:#3c3c3c !important;}.product-remove i{color:#2f93d8;}.widget_product_tag_cloud a{border-radius:15px;box-shadow:0px 0px 0px 1px rgba(0, 0, 0, .1);color:#5c5c5c;}.widget_product_tag_cloud a:hover{box-shadow:0px 0px 0px 1px #2f93d8;color:#2f93d8;}.product_list_widget li,.widget_product_categories li,.widget_product_categories .children,.widget_layered_nav li{border-color:rgba(0, 0, 0, .1);}.product_list_widget li a,.widget_product_categories li a,.widget_product_categories .children a,.widget_layered_nav li a{font-family:Lato;color:#1c1c1c;font-weight:300;text-transform:none;}.product_list_widget li a:hover,.widget_product_categories li a:hover,.widget_product_categories .children a:hover,.widget_layered_nav li a:hover{color:#2f93d8;}.star-rating{color:#2f93d8;}.widget_price_filter .ui-slider .ui-slider-range{background:rgba(0, 0, 0, .1);}.widget_price_filter .ui-slider .ui-slider-handle{background:#1c1c1c;}.widget_product_search form:after{color:#fff;}#footer .widget_product_tag_cloud a{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, .6);color:rgba(255, 255, 255, .6);}#footer .widget_product_tag_cloud a:hover{box-shadow:0px 0px 0px 1px #fff;color:#fff;}#footer .product_list_widget li,#footer .widget_product_categories li,#footer .widget_product_categories .children,#footer .widget_layered_nav li{border-color:rgba(255, 255, 255, .1);}#footer .product_list_widget li a,#footer .widget_product_categories li a,#footer .widget_product_categories .children a,#footer .widget_layered_nav li a{color:#fff;}#footer .product_list_widget li a:hover,#footer .widget_product_categories li a:hover,#footer .widget_product_categories .children a:hover,#footer .widget_layered_nav li a:hover{color:#fff;}#footer .star-rating{color:rgba(255, 255, 255, .6);}#footer .widget_price_filter .ui-slider .ui-slider-range{background:rgba(255, 255, 255, .1);}#footer .widget_price_filter .ui-slider .ui-slider-handle{background:rgba(255, 255, 255, .6);}#footer .widget_product_search form:after{color:#1c1c1c;}.bbp-forums-list li{border-left-color:#2f93d8;}.bbp-topic-freshness-author:after{background:#2f93d8;}.bbp-topic-permalink i{color:#2f93d8;}.panel-bbpress{background:#fff;}.panel-bbpress .panel-heading{border-color:#2f93d8;}.panel-bbpress .panel-body{border-color:rgba(0, 0, 0, .1);}.panel-bbpress .panel-warning{color:#2f93d8;border-color:rgba(0, 0, 0, .1);}.panel-bbpress .bbp-template-notice{border-color:rgba(0, 0, 0, .1);}.panel-bbpress .panel-footer{background:rgba(0, 0, 0, .1);border-color:rgba(0, 0, 0, .1);}.label-bbpress{background:transparent;color:#2f93d8;}.bbp-reply-content{border-color:rgba(0, 0, 0, .1);}.bbp-reply-content .media-heading{background:rgba(13, 13, 13, .1);border-color:rgba(0, 0, 0, .1);}.bbp_author_details img{background:#fff;box-shadow:0px 0px 0px 4px rgba(0, 0, 0, .1);}.bbp_author_details:after{background:rgba(0, 0, 0, .1);}.bbp_author_details:hover img{box-shadow:0px 0px 0px 4px #2f93d8;}.bbpress-header .breadcrumb a,.bbpress-header .breadcrumb .active{color:#5c5c5c;}.bbpress-header .breadcrumb a:hover{color:rgba(92, 92, 92, .8);}.bbp-topic-tags a{background:#2f93d8;color:#fff;}.bbp-topic-tags a:hover{background:rgba(47, 147, 216, .9);}.bbp-logged-in{background:rgba(0, 0, 0, .1);}.bbp-logged-in .button,.bbp-logged-in .button:hover{color:#fff;}.post-count{background:#2f93d8;color:#fff;}.text-light{color:#fff;}.text-light i{color:#fff;}h1.text-light,h2.text-light,h3.text-light,h4.text-light,h5.text-light,h6.text-light,.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6{color:#fff;}.text-light a,a.text-light{color:#fff;}.text-light a:hover,a.text-light:hover{color:#fff;}.text-light blockquote,blockquote.text-light{color:#fff;}.text-light blockquote small,blockquote.text-light small,.text-light blockquote footer,blockquote.text-light footer,.text-light blockquote cite,blockquote.text-light cite{color:#fff;}.text-light blockquote:before,blockquote.text-light:before{color:rgba(255, 255, 255, 0.7);}.text-light.btn-link,.text-light .btn-link{box-shadow:0px 0px 0px 1px #fff inset !important;}.text-light.btn-link i,.text-light .btn-link i{color:#fff;}.text-light.btn-link:hover,.text-light .btn-link:hover{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 0.9) inset !important;background:none;}.text-light.btn-primary,.text-light .btn-primary{background:#fff !important;color:#5c5c5c !important;}.text-light.btn-primary:hover,.text-light .btn-primary:hover{background:rgba(255, 255, 255, 0.9) !important;}.text-light small,.text-light .small{color:#fff;}.text-light.btn-primary:hover,.text-light .btn-primary:hover{opacity:1;}.text-light .breadcrumb-blog a,.text-light .breadcrumb-blog .active{color:#fff;}.text-light .breadcrumb-blog > li + li:before{color:#fff;}.text-light.social-icons li a{background:#fff !important;}.text-light.social-icons li a i{color:#5c5c5c !important;}.text-light.social-simple li a{background:none !important;}.text-light.social-simple li a i{color:#fff !important;}.text-light .portfolio-nav svg{stroke:#fff;}.text-light.scroll-to,.text-light .scroll-to{/* This is a compiled file, you should be editing the file in the templates directory */}.text-light.scroll-to i,.text-light .scroll-to i{color:#fff;}.text-light.scroll-to:hover,.text-light .scroll-to:hover{opacity:0.9;}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(359, 10, '_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>'),
(360, 10, '_mail', 'a:8:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:36:"[your-name] <kiberusharif@gmail.com>";s:4:"body";s:180:"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 Butebi Hotels (http://localhost/butebihotels)";s:9:"recipient";s:22:"kiberusharif@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;}'),
(361, 10, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:38:"Butebi Hotels <kiberusharif@gmail.com>";s:4:"body";s:122:"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Butebi Hotels (http://localhost/butebihotels)";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:32:"Reply-To: kiberusharif@gmail.com";s:11:"attachments";s:0:"";s:8:"use_html";i:0;s:13:"exclude_blank";i:0;}'),
(362, 10, '_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.";}'),
(363, 10, '_additional_settings', ''),
(364, 10, '_locale', 'en_US'),
(365, 11, '_wp_attached_file', '2015/11/president-notinclude.jpg'),
(366, 11, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1068;s:4:"file";s:32:"2015/11/president-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"president-notinclude-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:"president-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:33:"president-notinclude-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:30:"president-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:32:"president-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:32:"president-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:32:"president-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:32:"president-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:32:"president-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(367, 11, 'oxy-lambda-original-id', '424'),
(368, 12, '_wp_attached_file', '2015/11/deluxe-not-include.jpg'),
(369, 12, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1058;s:4:"file";s:30:"2015/11/deluxe-not-include.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"deluxe-not-include-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:"deluxe-not-include-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"deluxe-not-include-1024x677.jpg";s:5:"width";i:1024;s:6:"height";i:677;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"deluxe-not-include-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"deluxe-not-include-700x463.jpg";s:5:"width";i:700;s:6:"height";i:463;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"deluxe-not-include-700x463.jpg";s:5:"width";i:700;s:6:"height";i:463;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:30:"deluxe-not-include-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:30:"deluxe-not-include-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:30:"deluxe-not-include-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(370, 12, 'oxy-lambda-original-id', '421'),
(371, 13, '_wp_attached_file', '2015/11/contact-notinclude1.jpg'),
(372, 13, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1091;s:4:"file";s:31:"2015/11/contact-notinclude1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"contact-notinclude1-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:"contact-notinclude1-300x205.jpg";s:5:"width";i:300;s:6:"height";i:205;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"contact-notinclude1-1024x698.jpg";s:5:"width";i:1024;s:6:"height";i:698;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"contact-notinclude1-90x61.jpg";s:5:"width";i:90;s:6:"height";i:61;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"contact-notinclude1-700x477.jpg";s:5:"width";i:700;s:6:"height";i:477;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"contact-notinclude1-700x477.jpg";s:5:"width";i:700;s:6:"height";i:477;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:31:"contact-notinclude1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:31:"contact-notinclude1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:31:"contact-notinclude1-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:11:"Unspecified";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;}}'),
(373, 13, 'oxy-lambda-original-id', '418'),
(374, 14, '_wp_attached_file', '2015/11/sea-notinclude.jpg'),
(375, 14, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:26:"2015/11/sea-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"sea-notinclude-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"sea-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"sea-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"sea-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"sea-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"sea-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:26:"sea-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:26:"sea-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:26:"sea-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:30:"Copyright: 2013 HenriqueSeruca";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;}}'),
(376, 14, 'oxy-lambda-original-id', '401'),
(377, 15, '_wp_attached_file', '2015/11/reservations-notinclude.jpg'),
(378, 15, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1000;s:4:"file";s:35:"2015/11/reservations-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"reservations-notinclude-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:"reservations-notinclude-300x188.jpg";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"reservations-notinclude-1024x640.jpg";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:33:"reservations-notinclude-90x56.jpg";s:5:"width";i:90;s:6:"height";i:56;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:35:"reservations-notinclude-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:35:"reservations-notinclude-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:35:"reservations-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:35:"reservations-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:35:"reservations-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(379, 15, 'oxy-lambda-original-id', '396'),
(380, 16, '_wp_attached_file', '2015/11/spa-notinclude1.jpg'),
(381, 16, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:954;s:4:"file";s:27:"2015/11/spa-notinclude1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"spa-notinclude1-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:"spa-notinclude1-300x179.jpg";s:5:"width";i:300;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"spa-notinclude1-1024x611.jpg";s:5:"width";i:1024;s:6:"height";i:611;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"spa-notinclude1-90x54.jpg";s:5:"width";i:90;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"spa-notinclude1-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"spa-notinclude1-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:27:"spa-notinclude1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:27:"spa-notinclude1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:27:"spa-notinclude1-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(382, 16, 'oxy-lambda-original-id', '391'),
(383, 17, '_wp_attached_file', '2015/11/spa-notinclude.jpg'),
(384, 17, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1000;s:4:"file";s:26:"2015/11/spa-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"spa-notinclude-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"spa-notinclude-300x188.jpg";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"spa-notinclude-1024x640.jpg";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"spa-notinclude-90x56.jpg";s:5:"width";i:90;s:6:"height";i:56;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"spa-notinclude-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"spa-notinclude-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:26:"spa-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:26:"spa-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:26:"spa-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:31:"Copyright: 2009 Henrique Seruca";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;}}'),
(385, 17, 'oxy-lambda-original-id', '388'),
(386, 18, '_wp_attached_file', '2015/11/restaurant-notinclude1.jpg'),
(387, 18, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1000;s:4:"file";s:34:"2015/11/restaurant-notinclude1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"restaurant-notinclude1-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:"restaurant-notinclude1-300x188.jpg";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"restaurant-notinclude1-1024x640.jpg";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"restaurant-notinclude1-90x56.jpg";s:5:"width";i:90;s:6:"height";i:56;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"restaurant-notinclude1-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"restaurant-notinclude1-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:34:"restaurant-notinclude1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:34:"restaurant-notinclude1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:34:"restaurant-notinclude1-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:30:"Copyright: 2013 HenriqueSeruca";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;}}'),
(388, 18, 'oxy-lambda-original-id', '374'),
(389, 19, '_wp_attached_file', '2015/11/rooms-notinclude1.jpg'),
(390, 19, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1000;s:4:"file";s:29:"2015/11/rooms-notinclude1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"rooms-notinclude1-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:"rooms-notinclude1-300x188.jpg";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"rooms-notinclude1-1024x640.jpg";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"rooms-notinclude1-90x56.jpg";s:5:"width";i:90;s:6:"height";i:56;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"rooms-notinclude1-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"rooms-notinclude1-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:29:"rooms-notinclude1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:29:"rooms-notinclude1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:29:"rooms-notinclude1-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:30:"Copyright: 2013 HenriqueSeruca";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;}}'),
(391, 19, 'oxy-lambda-original-id', '371'),
(392, 20, '_wp_attached_file', '2015/11/hotel-10-notinclude.jpg'),
(393, 20, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:31:"2015/11/hotel-10-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"hotel-10-notinclude-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:"hotel-10-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"hotel-10-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"hotel-10-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"hotel-10-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"hotel-10-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:31:"hotel-10-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:31:"hotel-10-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:31:"hotel-10-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(394, 20, 'oxy-lambda-original-id', '363'),
(395, 21, '_wp_attached_file', '2015/11/restaurant-notinclude.jpg'),
(396, 21, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1067;s:4:"file";s:33:"2015/11/restaurant-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"restaurant-notinclude-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:"restaurant-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"restaurant-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"restaurant-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"restaurant-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"restaurant-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:33:"restaurant-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:33:"restaurant-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:33:"restaurant-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:30:"Copyright: 2013 HenriqueSeruca";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;}}'),
(397, 21, 'oxy-lambda-original-id', '313'),
(398, 22, '_wp_attached_file', '2015/11/hotel-13-notinclude.jpg'),
(399, 22, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:31:"2015/11/hotel-13-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"hotel-13-notinclude-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:"hotel-13-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"hotel-13-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"hotel-13-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"hotel-13-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"hotel-13-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:31:"hotel-13-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:31:"hotel-13-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:31:"hotel-13-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(400, 22, 'oxy-lambda-original-id', '213'),
(401, 23, '_wp_attached_file', '2015/11/hotel-12-notinclude.jpg'),
(402, 23, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:31:"2015/11/hotel-12-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"hotel-12-notinclude-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:"hotel-12-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"hotel-12-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"hotel-12-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"hotel-12-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"hotel-12-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:31:"hotel-12-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:31:"hotel-12-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:31:"hotel-12-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(403, 23, 'oxy-lambda-original-id', '212'),
(404, 24, '_wp_attached_file', '2015/11/hotel-11-notinclude.jpg'),
(405, 24, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:31:"2015/11/hotel-11-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"hotel-11-notinclude-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:"hotel-11-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"hotel-11-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"hotel-11-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"hotel-11-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"hotel-11-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:31:"hotel-11-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:31:"hotel-11-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:31:"hotel-11-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:30:"Copyright: 2013 HenriqueSeruca";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;}}'),
(406, 24, 'oxy-lambda-original-id', '211'),
(407, 25, '_wp_attached_file', '2015/11/hotel-9-notinclude.jpg'),
(408, 25, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:30:"2015/11/hotel-9-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"hotel-9-notinclude-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:"hotel-9-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"hotel-9-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"hotel-9-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"hotel-9-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"hotel-9-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:30:"hotel-9-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:30:"hotel-9-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:30:"hotel-9-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:31:"Copyright: 2009 Henrique Seruca";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;}}'),
(409, 25, 'oxy-lambda-original-id', '209'),
(410, 26, '_wp_attached_file', '2015/11/hotel-8-notinclude.jpg'),
(411, 26, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:30:"2015/11/hotel-8-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"hotel-8-notinclude-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:"hotel-8-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"hotel-8-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"hotel-8-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"hotel-8-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"hotel-8-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:30:"hotel-8-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:30:"hotel-8-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:30:"hotel-8-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(412, 26, 'oxy-lambda-original-id', '208'),
(413, 27, '_wp_attached_file', '2015/11/hotel-7-notinclude.jpg'),
(414, 27, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:30:"2015/11/hotel-7-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"hotel-7-notinclude-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:"hotel-7-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"hotel-7-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"hotel-7-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"hotel-7-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"hotel-7-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:30:"hotel-7-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:30:"hotel-7-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:30:"hotel-7-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(415, 27, 'oxy-lambda-original-id', '207'),
(416, 28, '_wp_attached_file', '2015/11/hotel-6-notinclude.jpg'),
(417, 28, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:30:"2015/11/hotel-6-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"hotel-6-notinclude-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:"hotel-6-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"hotel-6-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"hotel-6-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"hotel-6-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"hotel-6-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:30:"hotel-6-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:30:"hotel-6-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:30:"hotel-6-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:30:"Copyright: 2013 HenriqueSeruca";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;}}'),
(418, 28, 'oxy-lambda-original-id', '206'),
(419, 29, '_wp_attached_file', '2015/11/hotel-5-notinclude.jpg'),
(420, 29, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:30:"2015/11/hotel-5-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"hotel-5-notinclude-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:"hotel-5-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"hotel-5-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"hotel-5-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"hotel-5-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"hotel-5-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:30:"hotel-5-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:30:"hotel-5-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:30:"hotel-5-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:30:"Copyright: 2013 HenriqueSeruca";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;}}'),
(421, 29, 'oxy-lambda-original-id', '205'),
(422, 30, '_wp_attached_file', '2015/11/hotel-4-notinclude.jpg'),
(423, 30, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:30:"2015/11/hotel-4-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"hotel-4-notinclude-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:"hotel-4-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"hotel-4-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"hotel-4-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"hotel-4-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"hotel-4-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:30:"hotel-4-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:30:"hotel-4-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:30:"hotel-4-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(424, 30, 'oxy-lambda-original-id', '204'),
(425, 31, '_wp_attached_file', '2015/11/hotel-3-notinclude.jpg'),
(426, 31, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:30:"2015/11/hotel-3-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"hotel-3-notinclude-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:"hotel-3-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"hotel-3-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"hotel-3-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"hotel-3-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"hotel-3-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:30:"hotel-3-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:30:"hotel-3-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:30:"hotel-3-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(427, 31, 'oxy-lambda-original-id', '203'),
(428, 32, '_wp_attached_file', '2015/11/hotel-2-notinclude.jpg'),
(429, 32, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:30:"2015/11/hotel-2-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"hotel-2-notinclude-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:"hotel-2-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"hotel-2-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"hotel-2-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"hotel-2-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"hotel-2-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:30:"hotel-2-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:30:"hotel-2-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:30:"hotel-2-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:30:"Copyright: 2013 HenriqueSeruca";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;}}'),
(430, 32, 'oxy-lambda-original-id', '202'),
(431, 33, '_wp_attached_file', '2015/11/sea2-notinclude1.jpg'),
(432, 33, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:982;s:4:"file";s:28:"2015/11/sea2-notinclude1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"sea2-notinclude1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"sea2-notinclude1-300x184.jpg";s:5:"width";i:300;s:6:"height";i:184;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"sea2-notinclude1-1024x628.jpg";s:5:"width";i:1024;s:6:"height";i:628;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"sea2-notinclude1-90x55.jpg";s:5:"width";i:90;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"sea2-notinclude1-700x430.jpg";s:5:"width";i:700;s:6:"height";i:430;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"sea2-notinclude1-700x430.jpg";s:5:"width";i:700;s:6:"height";i:430;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:28:"sea2-notinclude1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:28:"sea2-notinclude1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:28:"sea2-notinclude1-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:30:"Copyright: 2013 HenriqueSeruca";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;}}'),
(433, 33, 'oxy-lambda-original-id', '407'),
(434, 34, '_wp_attached_file', '2015/11/sea2-notinclude.jpg'),
(435, 34, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1000;s:4:"file";s:27:"2015/11/sea2-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"sea2-notinclude-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:"sea2-notinclude-300x188.jpg";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"sea2-notinclude-1024x640.jpg";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"sea2-notinclude-90x56.jpg";s:5:"width";i:90;s:6:"height";i:56;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"sea2-notinclude-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"sea2-notinclude-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:27:"sea2-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:27:"sea2-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:27:"sea2-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:30:"Copyright: 2013 HenriqueSeruca";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;}}'),
(436, 34, 'oxy-lambda-original-id', '403'),
(437, 35, '_wp_attached_file', '2015/11/food-bg-2.jpg'),
(438, 35, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:21:"2015/11/food-bg-2.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"food-bg-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:21:"food-bg-2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"food-bg-2-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"food-bg-2-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"food-bg-2-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"food-bg-2-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:21:"food-bg-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:21:"food-bg-2-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:21:"food-bg-2-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(439, 35, 'oxy-lambda-original-id', '319'),
(440, 36, '_wp_attached_file', '2015/11/food-bg-1.jpg'),
(441, 36, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:21:"2015/11/food-bg-1.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"food-bg-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:21:"food-bg-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"food-bg-1-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"food-bg-1-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"food-bg-1-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"food-bg-1-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:21:"food-bg-1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:21:"food-bg-1-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:21:"food-bg-1-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(442, 36, 'oxy-lambda-original-id', '316'),
(443, 37, '_wp_attached_file', '2015/11/hotel-1-notinclude.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(444, 37, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:30:"2015/11/hotel-1-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"hotel-1-notinclude-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:"hotel-1-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"hotel-1-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"hotel-1-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:30:"hotel-1-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:30:"hotel-1-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:30:"hotel-1-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:30:"hotel-1-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:30:"hotel-1-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(445, 37, 'oxy-lambda-original-id', '200'),
(446, 38, '_wp_attached_file', '2015/11/decor-small-white.png'),
(447, 38, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:17;s:4:"file";s:29:"2015/11/decor-small-white.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"decor-small-white-150x17.png";s:5:"width";i:150;s:6:"height";i:17;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"decor-small-white-90x8.png";s:5:"width";i:90;s:6:"height";i:8;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;}}'),
(448, 38, 'oxy-lambda-original-id', '171'),
(449, 39, '_wp_attached_file', '2015/11/decor-big-white.png'),
(450, 39, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:360;s:6:"height";i:30;s:4:"file";s:27:"2015/11/decor-big-white.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"decor-big-white-150x30.png";s:5:"width";i:150;s:6:"height";i:30;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:26:"decor-big-white-300x25.png";s:5:"width";i:300;s:6:"height";i:25;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"decor-big-white-90x8.png";s:5:"width";i:90;s:6:"height";i:8;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;}}'),
(451, 39, 'oxy-lambda-original-id', '169'),
(452, 40, '_wp_attached_file', '2015/11/decor-small-gold.png'),
(453, 40, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:17;s:4:"file";s:28:"2015/11/decor-small-gold.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"decor-small-gold-150x17.png";s:5:"width";i:150;s:6:"height";i:17;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"decor-small-gold-90x8.png";s:5:"width";i:90;s:6:"height";i:8;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;}}'),
(454, 40, 'oxy-lambda-original-id', '170'),
(455, 41, '_wp_attached_file', '2015/11/decor-big-gold.png'),
(456, 41, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:360;s:6:"height";i:30;s:4:"file";s:26:"2015/11/decor-big-gold.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"decor-big-gold-150x30.png";s:5:"width";i:150;s:6:"height";i:30;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:25:"decor-big-gold-300x25.png";s:5:"width";i:300;s:6:"height";i:25;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"decor-big-gold-90x8.png";s:5:"width";i:90;s:6:"height";i:8;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;}}'),
(457, 41, 'oxy-lambda-original-id', '168'),
(458, 42, '_wp_attached_file', '2015/11/logohotelwhite1.png'),
(459, 42, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:188;s:6:"height";i:90;s:4:"file";s:27:"2015/11/logohotelwhite1.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"logohotelwhite1-150x90.png";s:5:"width";i:150;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"logohotelwhite1-90x43.png";s:5:"width";i:90;s:6:"height";i:43;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;}}'),
(460, 42, 'oxy-lambda-original-id', '165'),
(461, 43, '_wp_attached_file', '2015/11/logohotel1.png'),
(462, 43, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:188;s:6:"height";i:90;s:4:"file";s:22:"2015/11/logohotel1.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"logohotel1-150x90.png";s:5:"width";i:150;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"logohotel1-90x43.png";s:5:"width";i:90;s:6:"height";i:43;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;}}'),
(463, 43, 'oxy-lambda-original-id', '164'),
(464, 44, '_wp_attached_file', '2015/11/rooms2-notinclude.jpg'),
(465, 44, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:994;s:4:"file";s:29:"2015/11/rooms2-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"rooms2-notinclude-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:"rooms2-notinclude-300x186.jpg";s:5:"width";i:300;s:6:"height";i:186;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"rooms2-notinclude-1024x636.jpg";s:5:"width";i:1024;s:6:"height";i:636;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"rooms2-notinclude-90x56.jpg";s:5:"width";i:90;s:6:"height";i:56;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"rooms2-notinclude-700x435.jpg";s:5:"width";i:700;s:6:"height";i:435;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"rooms2-notinclude-700x435.jpg";s:5:"width";i:700;s:6:"height";i:435;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:29:"rooms2-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:29:"rooms2-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:29:"rooms2-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(466, 44, 'oxy-lambda-original-id', '155'),
(467, 45, '_wp_attached_file', '2015/11/guests-notinclude.jpg'),
(468, 45, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1063;s:4:"file";s:29:"2015/11/guests-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"guests-notinclude-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:"guests-notinclude-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"guests-notinclude-1024x680.jpg";s:5:"width";i:1024;s:6:"height";i:680;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"guests-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"guests-notinclude-700x465.jpg";s:5:"width";i:700;s:6:"height";i:465;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"guests-notinclude-700x465.jpg";s:5:"width";i:700;s:6:"height";i:465;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:29:"guests-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:29:"guests-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:29:"guests-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(469, 45, 'oxy-lambda-original-id', '152'),
(470, 46, '_wp_attached_file', '2015/11/restaurant-notinclude2.jpg'),
(471, 46, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1067;s:4:"file";s:34:"2015/11/restaurant-notinclude2.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"restaurant-notinclude2-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:"restaurant-notinclude2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"restaurant-notinclude2-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:32:"restaurant-notinclude2-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:34:"restaurant-notinclude2-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:34:"restaurant-notinclude2-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:34:"restaurant-notinclude2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:34:"restaurant-notinclude2-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:34:"restaurant-notinclude2-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:30:"Copyright: 2013 HenriqueSeruca";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;}}'),
(472, 46, 'oxy-lambda-original-id', '147'),
(473, 47, '_wp_attached_file', '2015/11/spa-notinclude2.jpg'),
(474, 47, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1000;s:4:"file";s:27:"2015/11/spa-notinclude2.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"spa-notinclude2-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:"spa-notinclude2-300x188.jpg";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"spa-notinclude2-1024x640.jpg";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"spa-notinclude2-90x56.jpg";s:5:"width";i:90;s:6:"height";i:56;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"spa-notinclude2-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"spa-notinclude2-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:27:"spa-notinclude2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:27:"spa-notinclude2-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:27:"spa-notinclude2-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:31:"Copyright: 2009 Henrique Seruca";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;}}'),
(475, 47, 'oxy-lambda-original-id', '143'),
(476, 48, '_wp_attached_file', '2015/11/rooms-notinclude.jpg'),
(477, 48, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1067;s:4:"file";s:28:"2015/11/rooms-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"rooms-notinclude-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"rooms-notinclude-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"rooms-notinclude-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"rooms-notinclude-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"rooms-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"rooms-notinclude-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:28:"rooms-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:28:"rooms-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:28:"rooms-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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:30:"Copyright: 2013 HenriqueSeruca";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;}}'),
(478, 48, 'oxy-lambda-original-id', '130'),
(479, 49, '_wp_attached_file', '2015/11/promo-blur-notinclude.jpg'),
(480, 49, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:952;s:4:"file";s:33:"2015/11/promo-blur-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"promo-blur-notinclude-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:"promo-blur-notinclude-300x179.jpg";s:5:"width";i:300;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"promo-blur-notinclude-1024x609.jpg";s:5:"width";i:1024;s:6:"height";i:609;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:31:"promo-blur-notinclude-90x54.jpg";s:5:"width";i:90;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:33:"promo-blur-notinclude-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:33:"promo-blur-notinclude-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:33:"promo-blur-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:33:"promo-blur-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:33:"promo-blur-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(481, 49, 'oxy-lambda-original-id', '119'),
(482, 50, '_wp_attached_file', '2015/11/promo-notinclude.jpg'),
(483, 50, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:952;s:4:"file";s:28:"2015/11/promo-notinclude.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"promo-notinclude-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"promo-notinclude-300x179.jpg";s:5:"width";i:300;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"promo-notinclude-1024x609.jpg";s:5:"width";i:1024;s:6:"height";i:609;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"promo-notinclude-90x54.jpg";s:5:"width";i:90;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"promo-notinclude-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"promo-notinclude-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:28:"promo-notinclude-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:28:"promo-notinclude-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:28:"promo-notinclude-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(484, 50, 'oxy-lambda-original-id', '105'),
(485, 51, '_edit_lock', '1447829076:1'),
(486, 51, '_thumbnail_id', '37'),
(487, 51, '_wpb_vc_js_status', 'false'),
(488, 51, '_wpb_vc_js_interface_version', '2'),
(489, 51, 'slide_template', 'default'),
(490, 51, 'lambda_override_header', 'default'),
(491, 51, 'lambda_show_header', 'show'),
(492, 51, 'lambda_text_color', 'text-normal'),
(493, 51, 'lambda_header_type', 'h1'),
(494, 51, 'lambda_header_size', 'normal'),
(495, 51, 'lambda_header_weight', 'default'),
(496, 51, 'lambda_header_align', 'left'),
(497, 51, 'lambda_header_fade_out', 'off'),
(498, 51, 'lambda_margin_top', '20'),
(499, 51, 'lambda_margin_bottom', '20'),
(500, 51, 'lambda_text_shadow', 'no-shadow'),
(501, 51, 'lambda_inner_shadow', 'no-shadow'),
(502, 51, 'lambda_width', 'padded'),
(503, 51, 'lambda_overlay_colour', '#000000'),
(504, 51, 'lambda_background_image_size', 'cover'),
(505, 51, 'lambda_background_image_repeat', 'no-repeat'),
(506, 51, 'lambda_background_image_attachment', 'scroll'),
(507, 51, 'lambda_background_image_parallax', 'off'),
(508, 51, 'lambda_background_image_parallax_end', '-80'),
(509, 51, 'lambda_height', 'normal'),
(510, 51, 'lambda_transparency', 'opaque'),
(511, 51, 'lambda_vertical_alignment', 'default'),
(512, 51, 'lambda_site_top_nav', 'show'),
(513, 51, 'lambda_site_top_nav_transparency', 'off'),
(514, 51, 'lambda_post_type', 'standard'),
(515, 51, 'lambda_link_type', 'default'),
(516, 51, 'lambda_page_link', '76'),
(517, 51, 'lambda_post_link', '1'),
(518, 51, 'lambda_portfolio_link', '326'),
(519, 51, 'lambda_category_link', 'uncategorized'),
(520, 51, 'lambda_target', '_self'),
(521, 51, 'lambda_masonry_width', 'normal'),
(522, 51, 'vc_teaser', 's:162:"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:"";}";'),
(523, 51, 'lambda_content', ''),
(524, 51, 'lambda_extra_classes', ''),
(525, 51, 'lambda_class', ''),
(526, 51, 'lambda_id', ''),
(527, 51, 'lambda_label', ''),
(528, 51, 'lambda_overlay_opacity', '0'),
(529, 51, 'lambda_overlay_grid', '0'),
(530, 51, 'lambda_background_video_mp4', ''),
(531, 51, 'lambda_background_video_webm', ''),
(532, 51, 'lambda_background_image', ''),
(533, 51, 'lambda_background_position_vertical', '0'),
(534, 51, 'lambda_background_image_parallax_start', '0'),
(535, 51, 'lambda_post_video_link', ''),
(536, 51, 'lambda_post_gallery', ''),
(537, 51, 'lambda_url_link', ''),
(538, 51, 'oxy-lambda-original-id', '328'),
(539, 52, '_edit_lock', '1447829082:1'),
(540, 52, '_thumbnail_id', '24'),
(541, 52, '_wpb_vc_js_status', 'false'),
(542, 52, '_wpb_vc_js_interface_version', '2'),
(543, 52, 'slide_template', 'default'),
(544, 52, 'lambda_override_header', 'default'),
(545, 52, 'lambda_show_header', 'show'),
(546, 52, 'lambda_text_color', 'text-normal'),
(547, 52, 'lambda_header_type', 'h1'),
(548, 52, 'lambda_header_size', 'normal'),
(549, 52, 'lambda_header_weight', 'default'),
(550, 52, 'lambda_header_align', 'left'),
(551, 52, 'lambda_header_fade_out', 'off'),
(552, 52, 'lambda_margin_top', '20'),
(553, 52, 'lambda_margin_bottom', '20'),
(554, 52, 'lambda_text_shadow', 'no-shadow'),
(555, 52, 'lambda_inner_shadow', 'no-shadow'),
(556, 52, 'lambda_width', 'padded'),
(557, 52, 'lambda_overlay_colour', '#000000'),
(558, 52, 'lambda_background_image_size', 'cover'),
(559, 52, 'lambda_background_image_repeat', 'no-repeat'),
(560, 52, 'lambda_background_image_attachment', 'scroll'),
(561, 52, 'lambda_background_image_parallax', 'off'),
(562, 52, 'lambda_background_image_parallax_end', '-80'),
(563, 52, 'lambda_height', 'normal'),
(564, 52, 'lambda_transparency', 'opaque'),
(565, 52, 'lambda_vertical_alignment', 'default'),
(566, 52, 'lambda_site_top_nav', 'show'),
(567, 52, 'lambda_site_top_nav_transparency', 'off'),
(568, 52, 'lambda_post_type', 'standard'),
(569, 52, 'lambda_link_type', 'default'),
(570, 52, 'lambda_page_link', '76'),
(571, 52, 'lambda_post_link', '1'),
(572, 52, 'lambda_portfolio_link', '324'),
(573, 52, 'lambda_category_link', 'uncategorized'),
(574, 52, 'lambda_target', '_self'),
(575, 52, 'lambda_masonry_width', 'normal'),
(576, 52, 'vc_teaser', 's:162:"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:"";}";'),
(577, 52, 'lambda_content', ''),
(578, 52, 'lambda_extra_classes', ''),
(579, 52, 'lambda_class', ''),
(580, 52, 'lambda_id', ''),
(581, 52, 'lambda_label', ''),
(582, 52, 'lambda_overlay_opacity', '0'),
(583, 52, 'lambda_overlay_grid', '0'),
(584, 52, 'lambda_background_video_mp4', ''),
(585, 52, 'lambda_background_video_webm', ''),
(586, 52, 'lambda_background_image', ''),
(587, 52, 'lambda_background_position_vertical', '0'),
(588, 52, 'lambda_background_image_parallax_start', '0'),
(589, 52, 'lambda_post_video_link', ''),
(590, 52, 'lambda_post_gallery', ''),
(591, 52, 'lambda_url_link', ''),
(592, 52, 'oxy-lambda-original-id', '326'),
(593, 53, '_edit_lock', '1421053363:4'),
(594, 53, '_thumbnail_id', '26'),
(595, 53, '_wpb_vc_js_status', 'false'),
(596, 53, '_wpb_vc_js_interface_version', '2'),
(597, 53, 'slide_template', 'default'),
(598, 53, 'lambda_override_header', 'default'),
(599, 53, 'lambda_show_header', 'show'),
(600, 53, 'lambda_text_color', 'text-normal'),
(601, 53, 'lambda_header_type', 'h1'),
(602, 53, 'lambda_header_size', 'normal'),
(603, 53, 'lambda_header_weight', 'default'),
(604, 53, 'lambda_header_align', 'left'),
(605, 53, 'lambda_header_fade_out', 'off'),
(606, 53, 'lambda_margin_top', '20'),
(607, 53, 'lambda_margin_bottom', '20'),
(608, 53, 'lambda_text_shadow', 'no-shadow'),
(609, 53, 'lambda_inner_shadow', 'no-shadow'),
(610, 53, 'lambda_width', 'padded'),
(611, 53, 'lambda_overlay_colour', '#000000'),
(612, 53, 'lambda_background_image_size', 'cover'),
(613, 53, 'lambda_background_image_repeat', 'no-repeat'),
(614, 53, 'lambda_background_image_attachment', 'scroll'),
(615, 53, 'lambda_background_image_parallax', 'off'),
(616, 53, 'lambda_background_image_parallax_end', '-80'),
(617, 53, 'lambda_height', 'normal'),
(618, 53, 'lambda_transparency', 'opaque'),
(619, 53, 'lambda_vertical_alignment', 'default'),
(620, 53, 'lambda_site_top_nav', 'show'),
(621, 53, 'lambda_site_top_nav_transparency', 'off'),
(622, 53, 'lambda_post_type', 'standard'),
(623, 53, 'lambda_link_type', 'default'),
(624, 53, 'lambda_page_link', '76'),
(625, 53, 'lambda_post_link', '1'),
(626, 53, 'lambda_portfolio_link', '66'),
(627, 53, 'lambda_category_link', 'uncategorized'),
(628, 53, 'lambda_target', '_self'),
(629, 53, 'lambda_masonry_width', 'normal'),
(630, 53, 'vc_teaser', 's:162:"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:"";}";'),
(631, 53, 'lambda_content', ''),
(632, 53, 'lambda_extra_classes', ''),
(633, 53, 'lambda_class', ''),
(634, 53, 'lambda_id', ''),
(635, 53, 'lambda_label', ''),
(636, 53, 'lambda_overlay_opacity', '0'),
(637, 53, 'lambda_overlay_grid', '0'),
(638, 53, 'lambda_background_video_mp4', ''),
(639, 53, 'lambda_background_video_webm', ''),
(640, 53, 'lambda_background_image', ''),
(641, 53, 'lambda_background_position_vertical', '0'),
(642, 53, 'lambda_background_image_parallax_start', '0'),
(643, 53, 'lambda_post_video_link', ''),
(644, 53, 'lambda_post_gallery', ''),
(645, 53, 'lambda_url_link', ''),
(646, 53, 'oxy-lambda-original-id', '324'),
(647, 54, '_edit_lock', '1421068851:4'),
(648, 54, '_wp_page_template', 'default'),
(649, 54, '_wpb_vc_js_status', 'true'),
(650, 54, '_wpb_vc_js_interface_version', '2'),
(651, 54, 'slide_template', 'default'),
(652, 54, 'lambda_override_header', 'override'),
(653, 54, 'lambda_show_header', 'hide'),
(654, 54, 'lambda_text_color', 'text-normal'),
(655, 54, 'lambda_header_type', 'h1'),
(656, 54, 'lambda_header_size', 'normal'),
(657, 54, 'lambda_header_weight', 'default'),
(658, 54, 'lambda_header_align', 'left'),
(659, 54, 'lambda_header_fade_out', 'off'),
(660, 54, 'lambda_margin_top', '20'),
(661, 54, 'lambda_margin_bottom', '20'),
(662, 54, 'lambda_text_shadow', 'no-shadow'),
(663, 54, 'lambda_inner_shadow', 'no-shadow'),
(664, 54, 'lambda_width', 'padded'),
(665, 54, 'lambda_overlay_colour', '#000000'),
(666, 54, 'lambda_background_image_size', 'cover'),
(667, 54, 'lambda_background_image_repeat', 'no-repeat'),
(668, 54, 'lambda_background_image_attachment', 'scroll'),
(669, 54, 'lambda_background_image_parallax', 'off'),
(670, 54, 'lambda_background_image_parallax_end', '-80'),
(671, 54, 'lambda_height', 'normal'),
(672, 54, 'lambda_transparency', 'opaque'),
(673, 54, 'lambda_vertical_alignment', 'default'),
(674, 54, 'lambda_bullet_nav', 'hide'),
(675, 54, 'lambda_bullet_nav_tooltips', 'off'),
(676, 54, 'lambda_site_top_nav', 'show'),
(677, 54, 'lambda_site_top_nav_transparency', 'on'),
(678, 54, 'vc_teaser', 's:162:"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:"";}";'),
(679, 54, 'lambda_content', ''),
(680, 54, 'lambda_extra_classes', ''),
(681, 54, 'lambda_class', ''),
(682, 54, 'lambda_id', ''),
(683, 54, 'lambda_label', ''),
(684, 54, 'lambda_overlay_opacity', '0'),
(685, 54, 'lambda_overlay_grid', '0'),
(686, 54, 'lambda_background_video_mp4', ''),
(687, 54, 'lambda_background_video_webm', ''),
(688, 54, 'lambda_background_image', ''),
(689, 54, 'lambda_background_position_vertical', '0'),
(690, 54, 'lambda_background_image_parallax_start', '0'),
(691, 54, 'oxy-lambda-original-id', '194'),
(692, 55, '_edit_lock', '1421063961:4'),
(693, 55, '_wp_page_template', 'default'),
(694, 55, '_wpb_vc_js_status', 'true'),
(695, 55, '_wpb_vc_js_interface_version', '2'),
(696, 55, 'slide_template', 'default'),
(697, 55, 'lambda_override_header', 'override'),
(698, 55, 'lambda_show_header', 'hide'),
(699, 55, 'lambda_text_color', 'text-normal'),
(700, 55, 'lambda_header_type', 'h1'),
(701, 55, 'lambda_header_size', 'normal'),
(702, 55, 'lambda_header_weight', 'default'),
(703, 55, 'lambda_header_align', 'left'),
(704, 55, 'lambda_header_fade_out', 'off'),
(705, 55, 'lambda_margin_top', '20'),
(706, 55, 'lambda_margin_bottom', '20'),
(707, 55, 'lambda_text_shadow', 'no-shadow'),
(708, 55, 'lambda_inner_shadow', 'no-shadow'),
(709, 55, 'lambda_width', 'padded'),
(710, 55, 'lambda_overlay_colour', '#000000'),
(711, 55, 'lambda_background_image_size', 'cover'),
(712, 55, 'lambda_background_image_repeat', 'no-repeat'),
(713, 55, 'lambda_background_image_attachment', 'scroll'),
(714, 55, 'lambda_background_image_parallax', 'off'),
(715, 55, 'lambda_background_image_parallax_end', '-80'),
(716, 55, 'lambda_height', 'normal'),
(717, 55, 'lambda_transparency', 'opaque'),
(718, 55, 'lambda_vertical_alignment', 'default'),
(719, 55, 'lambda_bullet_nav', 'hide'),
(720, 55, 'lambda_bullet_nav_tooltips', 'off'),
(721, 55, 'lambda_site_top_nav', 'show'),
(722, 55, 'lambda_site_top_nav_transparency', 'on'),
(723, 55, 'vc_teaser', 's:162:"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:"";}";'),
(724, 55, 'lambda_content', ''),
(725, 55, 'lambda_extra_classes', ''),
(726, 55, 'lambda_class', ''),
(727, 55, 'lambda_id', ''),
(728, 55, 'lambda_label', ''),
(729, 55, 'lambda_overlay_opacity', '0'),
(730, 55, 'lambda_overlay_grid', '0'),
(731, 55, 'lambda_background_video_mp4', ''),
(732, 55, 'lambda_background_video_webm', ''),
(733, 55, 'lambda_background_image', ''),
(734, 55, 'lambda_background_position_vertical', '0'),
(735, 55, 'lambda_background_image_parallax_start', '0'),
(736, 55, 'oxy-lambda-original-id', '192'),
(738, 56, 'oxy-lambda-original-id', '1'),
(739, 57, 'oxy-lambda-original-id', '61'),
(740, 57, '_edit_lock', '1447787035:1'),
(741, 57, '_wpb_vc_js_status', 'true'),
(742, 57, '_wpb_vc_js_interface_version', '0'),
(743, 57, 'slide_template', ''),
(744, 57, 'lambda_override_header', 'override'),
(745, 57, 'lambda_show_header', 'hide'),
(746, 57, 'lambda_text_color', 'text-normal'),
(747, 57, 'lambda_header_type', 'h1'),
(748, 57, 'lambda_header_size', 'normal'),
(749, 57, 'lambda_header_weight', 'default'),
(750, 57, 'lambda_header_align', 'left'),
(751, 57, 'lambda_header_fade_out', 'off'),
(752, 57, 'lambda_margin_top', '20'),
(753, 57, 'lambda_margin_bottom', '20'),
(754, 57, 'lambda_text_shadow', 'no-shadow'),
(755, 57, 'lambda_inner_shadow', 'no-shadow'),
(756, 57, 'lambda_width', 'padded'),
(757, 57, 'lambda_overlay_colour', '#000000'),
(758, 57, 'lambda_background_image_size', 'cover'),
(759, 57, 'lambda_background_image_repeat', 'no-repeat'),
(760, 57, 'lambda_background_image_attachment', 'scroll'),
(761, 57, 'lambda_background_image_parallax', 'off'),
(762, 57, 'lambda_background_image_parallax_end', '-80'),
(763, 57, 'lambda_height', 'normal'),
(764, 57, 'lambda_transparency', 'opaque'),
(765, 57, 'lambda_vertical_alignment', 'default'),
(766, 57, 'lambda_site_top_nav', 'show'),
(767, 57, 'lambda_site_top_nav_transparency', 'on'),
(768, 57, 'lambda_post_type', 'standard'),
(769, 57, 'lambda_link_type', 'default'),
(770, 57, 'lambda_page_link', '76'),
(771, 57, 'lambda_post_link', '1'),
(772, 57, 'lambda_portfolio_link', '66'),
(773, 57, 'lambda_category_link', 'uncategorized'),
(774, 57, 'lambda_target', '_self'),
(775, 57, 'lambda_masonry_width', 'normal'),
(776, 57, 'vc_teaser', 's:162:"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:"";}";'),
(777, 57, '_thumbnail_id', '22'),
(778, 57, '_wp_old_slug', 'home-made-lazagne'),
(779, 57, 'lambda_content', ''),
(780, 57, 'lambda_extra_classes', ''),
(781, 57, 'lambda_class', ''),
(782, 57, 'lambda_id', ''),
(783, 57, 'lambda_label', ''),
(784, 57, 'lambda_overlay_opacity', '0'),
(785, 57, 'lambda_overlay_grid', '0'),
(786, 57, 'lambda_background_video_mp4', ''),
(787, 57, 'lambda_background_video_webm', ''),
(788, 57, 'lambda_background_image', ''),
(789, 57, 'lambda_background_position_vertical', '0'),
(790, 57, 'lambda_background_image_parallax_start', '0'),
(791, 57, 'lambda_post_video_link', ''),
(792, 57, 'lambda_post_gallery', ''),
(793, 57, 'lambda_url_link', ''),
(794, 58, 'oxy-lambda-original-id', '62'),
(795, 58, '_edit_lock', '1447787125:1'),
(796, 58, '_wpb_vc_js_status', 'true'),
(797, 58, '_wpb_vc_js_interface_version', '0'),
(798, 58, 'slide_template', ''),
(799, 58, 'lambda_override_header', 'override'),
(800, 58, 'lambda_show_header', 'hide'),
(801, 58, 'lambda_text_color', 'text-normal'),
(802, 58, 'lambda_header_type', 'h1'),
(803, 58, 'lambda_header_size', 'normal'),
(804, 58, 'lambda_header_weight', 'default'),
(805, 58, 'lambda_header_align', 'left'),
(806, 58, 'lambda_header_fade_out', 'off'),
(807, 58, 'lambda_margin_top', '20'),
(808, 58, 'lambda_margin_bottom', '20'),
(809, 58, 'lambda_text_shadow', 'no-shadow'),
(810, 58, 'lambda_inner_shadow', 'no-shadow'),
(811, 58, 'lambda_width', 'padded'),
(812, 58, 'lambda_overlay_colour', '#000000'),
(813, 58, 'lambda_background_image_size', 'cover'),
(814, 58, 'lambda_background_image_repeat', 'no-repeat'),
(815, 58, 'lambda_background_image_attachment', 'scroll'),
(816, 58, 'lambda_background_image_parallax', 'off'),
(817, 58, 'lambda_background_image_parallax_end', '-80'),
(818, 58, 'lambda_height', 'normal'),
(819, 58, 'lambda_transparency', 'opaque'),
(820, 58, 'lambda_vertical_alignment', 'default'),
(821, 58, 'lambda_site_top_nav', 'show'),
(822, 58, 'lambda_site_top_nav_transparency', 'on'),
(823, 58, 'lambda_post_type', 'standard'),
(824, 58, 'lambda_link_type', 'default'),
(825, 58, 'lambda_page_link', '76'),
(826, 58, 'lambda_post_link', '1'),
(827, 58, 'lambda_portfolio_link', '66'),
(828, 58, 'lambda_category_link', 'uncategorized'),
(829, 58, 'lambda_target', '_self'),
(830, 58, 'lambda_masonry_width', 'normal'),
(831, 58, 'vc_teaser', 's:162:"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:"";}";'),
(832, 58, '_wp_old_slug', 'italian-cured-meat-selection'),
(833, 58, '_thumbnail_id', '27'),
(834, 58, 'lambda_content', ''),
(835, 58, 'lambda_extra_classes', ''),
(836, 58, 'lambda_class', ''),
(837, 58, 'lambda_id', ''),
(838, 58, 'lambda_label', ''),
(839, 58, 'lambda_overlay_opacity', '0'),
(840, 58, 'lambda_overlay_grid', '0'),
(841, 58, 'lambda_background_video_mp4', ''),
(842, 58, 'lambda_background_video_webm', ''),
(843, 58, 'lambda_background_image', ''),
(844, 58, 'lambda_background_position_vertical', '0'),
(845, 58, 'lambda_background_image_parallax_start', '0'),
(846, 58, 'lambda_post_video_link', ''),
(847, 58, 'lambda_post_gallery', ''),
(848, 58, 'lambda_url_link', ''),
(849, 59, 'oxy-lambda-original-id', '63'),
(850, 59, '_edit_lock', '1447787150:1'),
(851, 59, '_wpb_vc_js_status', 'true'),
(852, 59, '_wpb_vc_js_interface_version', '0'),
(853, 59, 'slide_template', ''),
(854, 59, 'lambda_override_header', 'override'),
(855, 59, 'lambda_show_header', 'hide'),
(856, 59, 'lambda_text_color', 'text-normal'),
(857, 59, 'lambda_header_type', 'h1'),
(858, 59, 'lambda_header_size', 'normal'),
(859, 59, 'lambda_header_weight', 'default'),
(860, 59, 'lambda_header_align', 'left'),
(861, 59, 'lambda_header_fade_out', 'off'),
(862, 59, 'lambda_margin_top', '20'),
(863, 59, 'lambda_margin_bottom', '20'),
(864, 59, 'lambda_text_shadow', 'no-shadow'),
(865, 59, 'lambda_inner_shadow', 'no-shadow'),
(866, 59, 'lambda_width', 'padded'),
(867, 59, 'lambda_overlay_colour', '#000000'),
(868, 59, 'lambda_background_image_size', 'cover'),
(869, 59, 'lambda_background_image_repeat', 'no-repeat'),
(870, 59, 'lambda_background_image_attachment', 'scroll'),
(871, 59, 'lambda_background_image_parallax', 'off'),
(872, 59, 'lambda_background_image_parallax_end', '-80'),
(873, 59, 'lambda_height', 'normal'),
(874, 59, 'lambda_transparency', 'opaque'),
(875, 59, 'lambda_vertical_alignment', 'default'),
(876, 59, 'lambda_site_top_nav', 'show'),
(877, 59, 'lambda_site_top_nav_transparency', 'on'),
(878, 59, 'lambda_post_type', 'standard'),
(879, 59, 'lambda_link_type', 'default'),
(880, 59, 'lambda_page_link', '76'),
(881, 59, 'lambda_post_link', '1'),
(882, 59, 'lambda_portfolio_link', '66'),
(883, 59, 'lambda_category_link', 'uncategorized'),
(884, 59, 'lambda_target', '_self'),
(885, 59, 'lambda_masonry_width', 'normal'),
(886, 59, 'vc_teaser', 's:162:"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:"";}";'),
(887, 59, '_thumbnail_id', '28'),
(888, 59, '_wp_old_slug', 'slowly-cooked-lamb-leg'),
(889, 59, 'lambda_content', ''),
(890, 59, 'lambda_extra_classes', ''),
(891, 59, 'lambda_class', ''),
(892, 59, 'lambda_id', ''),
(893, 59, 'lambda_label', ''),
(894, 59, 'lambda_overlay_opacity', '0'),
(895, 59, 'lambda_overlay_grid', '0'),
(896, 59, 'lambda_background_video_mp4', ''),
(897, 59, 'lambda_background_video_webm', ''),
(898, 59, 'lambda_background_image', ''),
(899, 59, 'lambda_background_position_vertical', '0'),
(900, 59, 'lambda_background_image_parallax_start', '0'),
(901, 59, 'lambda_post_video_link', ''),
(902, 59, 'lambda_post_gallery', ''),
(903, 59, 'lambda_url_link', ''),
(904, 60, 'oxy-lambda-original-id', '64'),
(905, 60, '_edit_lock', '1447834367:1'),
(906, 60, '_wpb_vc_js_status', 'true'),
(907, 60, '_wpb_vc_js_interface_version', '0'),
(908, 60, 'slide_template', ''),
(909, 60, 'lambda_override_header', 'override'),
(910, 60, 'lambda_show_header', 'hide'),
(911, 60, 'lambda_text_color', 'text-normal'),
(912, 60, 'lambda_header_type', 'h1'),
(913, 60, 'lambda_header_size', 'normal'),
(914, 60, 'lambda_header_weight', 'default'),
(915, 60, 'lambda_header_align', 'left'),
(916, 60, 'lambda_header_fade_out', 'off'),
(917, 60, 'lambda_margin_top', '20'),
(918, 60, 'lambda_margin_bottom', '20'),
(919, 60, 'lambda_text_shadow', 'no-shadow'),
(920, 60, 'lambda_inner_shadow', 'no-shadow'),
(921, 60, 'lambda_width', 'padded'),
(922, 60, 'lambda_overlay_colour', '#000000'),
(923, 60, 'lambda_background_image_size', 'cover'),
(924, 60, 'lambda_background_image_repeat', 'no-repeat'),
(925, 60, 'lambda_background_image_attachment', 'scroll'),
(926, 60, 'lambda_background_image_parallax', 'off'),
(927, 60, 'lambda_background_image_parallax_end', '-80'),
(928, 60, 'lambda_height', 'normal'),
(929, 60, 'lambda_transparency', 'opaque'),
(930, 60, 'lambda_vertical_alignment', 'default'),
(931, 60, 'lambda_site_top_nav', 'show'),
(932, 60, 'lambda_site_top_nav_transparency', 'on'),
(933, 60, 'lambda_post_type', 'standard'),
(934, 60, 'lambda_link_type', 'default'),
(935, 60, 'lambda_page_link', '76'),
(936, 60, 'lambda_post_link', '1'),
(937, 60, 'lambda_portfolio_link', '66'),
(938, 60, 'lambda_category_link', 'uncategorized'),
(939, 60, 'lambda_target', '_self'),
(940, 60, 'lambda_masonry_width', 'normal'),
(941, 60, 'vc_teaser', 's:162:"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:"";}";'),
(942, 60, '_wp_old_slug', 'greek-grandmas-sandwich'),
(943, 60, '_thumbnail_id', '14'),
(944, 60, 'lambda_content', ''),
(945, 60, 'lambda_extra_classes', ''),
(946, 60, 'lambda_class', ''),
(947, 60, 'lambda_id', ''),
(948, 60, 'lambda_label', ''),
(949, 60, 'lambda_overlay_opacity', '0'),
(950, 60, 'lambda_overlay_grid', '0'),
(951, 60, 'lambda_background_video_mp4', ''),
(952, 60, 'lambda_background_video_webm', ''),
(953, 60, 'lambda_background_image', ''),
(954, 60, 'lambda_background_position_vertical', '0'),
(955, 60, 'lambda_background_image_parallax_start', '0'),
(956, 60, 'lambda_post_video_link', ''),
(957, 60, 'lambda_post_gallery', ''),
(958, 60, 'lambda_url_link', ''),
(1069, 63, '_wp_page_template', 'default'),
(1070, 63, '_wpb_vc_js_status', 'true'),
(1071, 63, '_wpb_vc_js_interface_version', '2'),
(1072, 63, 'lambda_override_header', 'override'),
(1073, 63, 'lambda_show_header', 'hide'),
(1074, 63, 'lambda_text_color', 'text-normal'),
(1075, 63, 'lambda_header_type', 'h1'),
(1076, 63, 'lambda_header_size', 'normal'),
(1077, 63, 'lambda_header_weight', 'default'),
(1078, 63, 'lambda_header_align', 'left'),
(1079, 63, 'lambda_header_fade_out', 'off'),
(1080, 63, 'lambda_margin_top', '20'),
(1081, 63, 'lambda_margin_bottom', '20'),
(1082, 63, 'lambda_text_shadow', 'no-shadow'),
(1083, 63, 'lambda_inner_shadow', 'no-shadow'),
(1084, 63, 'lambda_width', 'padded'),
(1085, 63, 'lambda_overlay_colour', '#000000'),
(1086, 63, 'lambda_background_image_size', 'cover'),
(1087, 63, 'lambda_background_image_repeat', 'no-repeat'),
(1088, 63, 'lambda_background_image_attachment', 'scroll'),
(1089, 63, 'lambda_background_image_parallax', 'off'),
(1090, 63, 'lambda_background_image_parallax_end', '-80'),
(1091, 63, 'lambda_height', 'normal'),
(1092, 63, 'lambda_transparency', 'opaque'),
(1093, 63, 'lambda_vertical_alignment', 'default'),
(1094, 63, 'lambda_bullet_nav', 'hide'),
(1095, 63, 'lambda_bullet_nav_tooltips', 'off'),
(1096, 63, 'lambda_site_top_nav', 'show'),
(1097, 63, 'lambda_site_top_nav_transparency', 'on'),
(1098, 63, 'vc_teaser', 'a:2:{s:4:"data";s:1:"a";s:7:"bgcolor";s:1:"a";}'),
(1099, 63, '_edit_lock', '1448365683:1'),
(1100, 63, 'oxy-lambda-original-id', '70'),
(1101, 63, 'slide_template', 'default'),
(1114, 64, '_wp_page_template', 'default'),
(1115, 64, '_wpb_vc_js_status', 'true'),
(1116, 64, '_wpb_vc_js_interface_version', '2'),
(1117, 64, 'lambda_override_header', 'override'),
(1118, 64, 'lambda_show_header', 'hide'),
(1119, 64, 'lambda_text_color', 'text-normal'),
(1120, 64, 'lambda_header_type', 'h1'),
(1121, 64, 'lambda_header_size', 'normal'),
(1122, 64, 'lambda_header_weight', 'default'),
(1123, 64, 'lambda_header_align', 'left'),
(1124, 64, 'lambda_header_fade_out', 'off'),
(1125, 64, 'lambda_margin_top', '20'),
(1126, 64, 'lambda_margin_bottom', '20'),
(1127, 64, 'lambda_text_shadow', 'no-shadow'),
(1128, 64, 'lambda_inner_shadow', 'no-shadow'),
(1129, 64, 'lambda_width', 'padded'),
(1130, 64, 'lambda_overlay_colour', '#000000'),
(1131, 64, 'lambda_background_image_size', 'cover'),
(1132, 64, 'lambda_background_image_repeat', 'no-repeat'),
(1133, 64, 'lambda_background_image_attachment', 'scroll'),
(1134, 64, 'lambda_background_image_parallax', 'off'),
(1135, 64, 'lambda_background_image_parallax_end', '-80'),
(1136, 64, 'lambda_height', 'normal'),
(1137, 64, 'lambda_transparency', 'opaque'),
(1138, 64, 'lambda_vertical_alignment', 'default'),
(1139, 64, 'lambda_bullet_nav', 'hide'),
(1140, 64, 'lambda_bullet_nav_tooltips', 'off'),
(1141, 64, 'lambda_site_top_nav', 'show'),
(1142, 64, 'lambda_site_top_nav_transparency', 'on'),
(1143, 64, 'vc_teaser', 'a:2:{s:4:"data";s:1:"a";s:7:"bgcolor";s:1:"a";}'),
(1144, 64, '_edit_lock', '1447840080:1'),
(1145, 64, 'oxy-lambda-original-id', '71'),
(1146, 64, 'slide_template', 'default'),
(1171, 68, '_edit_lock', '1447834819:1'),
(1172, 68, '_wp_page_template', 'default'),
(1173, 68, '_wpb_vc_js_status', 'true'),
(1174, 68, '_wpb_vc_js_interface_version', '2'),
(1175, 68, 'lambda_override_header', 'override'),
(1176, 68, 'lambda_show_header', 'hide'),
(1177, 68, 'lambda_text_color', 'text-normal'),
(1178, 68, 'lambda_header_type', 'h1'),
(1179, 68, 'lambda_header_size', 'normal'),
(1180, 68, 'lambda_header_weight', 'default'),
(1181, 68, 'lambda_header_align', 'left'),
(1182, 68, 'lambda_header_fade_out', 'off'),
(1183, 68, 'lambda_margin_top', '20'),
(1184, 68, 'lambda_margin_bottom', '20'),
(1185, 68, 'lambda_text_shadow', 'no-shadow'),
(1186, 68, 'lambda_inner_shadow', 'no-shadow'),
(1187, 68, 'lambda_width', 'padded'),
(1188, 68, 'lambda_overlay_colour', '#000000'),
(1189, 68, 'lambda_background_image_size', 'cover'),
(1190, 68, 'lambda_background_image_repeat', 'no-repeat'),
(1191, 68, 'lambda_background_image_attachment', 'scroll'),
(1192, 68, 'lambda_background_image_parallax', 'off'),
(1193, 68, 'lambda_background_image_parallax_end', '-80'),
(1194, 68, 'lambda_height', 'normal'),
(1195, 68, 'lambda_transparency', 'opaque'),
(1196, 68, 'lambda_vertical_alignment', 'default'),
(1197, 68, 'lambda_bullet_nav', 'hide'),
(1198, 68, 'lambda_bullet_nav_tooltips', 'off'),
(1199, 68, 'lambda_site_top_nav', 'show'),
(1200, 68, 'lambda_site_top_nav_transparency', 'on'),
(1201, 68, 'vc_teaser', 'a:2:{s:4:"data";s:1:"a";s:7:"bgcolor";s:1:"a";}'),
(1202, 68, '_wpb_post_custom_css', '.center-align {\r\n    margin-left: auto;\r\n    margin-right: auto;\r\n}'),
(1203, 68, 'oxy-lambda-original-id', '75'),
(1204, 68, 'slide_template', 'default'),
(1217, 69, '_wp_page_template', 'default'),
(1218, 69, '_wpb_vc_js_status', 'true'),
(1219, 69, '_wpb_vc_js_interface_version', '2'),
(1220, 69, 'lambda_override_header', 'override'),
(1221, 69, 'lambda_show_header', 'hide'),
(1222, 69, 'lambda_text_color', 'text-normal'),
(1223, 69, 'lambda_header_type', 'h1'),
(1224, 69, 'lambda_header_size', 'normal'),
(1225, 69, 'lambda_header_weight', 'default'),
(1226, 69, 'lambda_header_align', 'left'),
(1227, 69, 'lambda_header_fade_out', 'off'),
(1228, 69, 'lambda_margin_top', '20'),
(1229, 69, 'lambda_margin_bottom', '20'),
(1230, 69, 'lambda_text_shadow', 'no-shadow'),
(1231, 69, 'lambda_inner_shadow', 'no-shadow'),
(1232, 69, 'lambda_width', 'padded'),
(1233, 69, 'lambda_overlay_colour', '#000000'),
(1234, 69, 'lambda_background_image_size', 'cover'),
(1235, 69, 'lambda_background_image_repeat', 'no-repeat'),
(1236, 69, 'lambda_background_image_attachment', 'scroll'),
(1237, 69, 'lambda_background_image_parallax', 'off'),
(1238, 69, 'lambda_background_image_parallax_end', '-80'),
(1239, 69, 'lambda_height', 'normal'),
(1240, 69, 'lambda_transparency', 'opaque'),
(1241, 69, 'lambda_vertical_alignment', 'default'),
(1242, 69, 'lambda_bullet_nav', 'hide'),
(1243, 69, 'lambda_bullet_nav_tooltips', 'off'),
(1244, 69, 'lambda_site_top_nav', 'show'),
(1245, 69, 'lambda_site_top_nav_transparency', 'on'),
(1246, 69, 'vc_teaser', 'a:2:{s:4:"data";s:1:"a";s:7:"bgcolor";s:1:"a";}'),
(1247, 69, '_edit_lock', '1447840152:1'),
(1248, 69, '_wpb_post_custom_css', '.wpcf7-textarea {\r\n    height: 214px;\r\n}'),
(1249, 69, 'oxy-lambda-original-id', '76'),
(1250, 69, 'slide_template', 'default'),
(1263, 70, '_edit_lock', '1448630489:1'),
(1264, 70, '_wp_page_template', 'default'),
(1265, 70, 'lambda_override_header', 'override'),
(1266, 70, 'lambda_show_header', 'hide'),
(1267, 70, 'lambda_text_color', 'text-normal'),
(1268, 70, 'lambda_header_type', 'h1'),
(1269, 70, 'lambda_header_size', 'normal'),
(1270, 70, 'lambda_header_weight', 'default'),
(1271, 70, 'lambda_header_align', 'left'),
(1272, 70, 'lambda_header_fade_out', 'off'),
(1273, 70, 'lambda_margin_top', '20'),
(1274, 70, 'lambda_margin_bottom', '20'),
(1275, 70, 'lambda_text_shadow', 'no-shadow'),
(1276, 70, 'lambda_inner_shadow', 'no-shadow'),
(1277, 70, 'lambda_width', 'padded'),
(1278, 70, 'lambda_overlay_colour', '#000000'),
(1279, 70, 'lambda_background_image_size', 'cover'),
(1280, 70, 'lambda_background_image_repeat', 'no-repeat'),
(1281, 70, 'lambda_background_image_attachment', 'scroll'),
(1282, 70, 'lambda_background_image_parallax', 'off'),
(1283, 70, 'lambda_background_image_parallax_end', '-80'),
(1284, 70, 'lambda_height', 'normal'),
(1285, 70, 'lambda_transparency', 'opaque'),
(1286, 70, 'lambda_vertical_alignment', 'default'),
(1287, 70, 'lambda_bullet_nav', 'hide'),
(1288, 70, 'lambda_bullet_nav_tooltips', 'off'),
(1289, 70, 'lambda_site_top_nav', 'show'),
(1290, 70, 'lambda_site_top_nav_transparency', 'on'),
(1291, 70, '_wpb_vc_js_status', 'true'),
(1292, 70, '_wpb_vc_js_interface_version', '0'),
(1293, 70, 'vc_teaser', 'a:2:{s:4:"data";s:1:"a";s:7:"bgcolor";s:1:"a";}'),
(1294, 70, '_wpb_post_custom_css', '.btn-header {\r\n    margin-left: 20px;\r\n    margin-right: 20px;\r\n    padding: 15px 40px;\r\n}'),
(1295, 70, 'oxy-lambda-original-id', '77'),
(1296, 70, 'slide_template', 'default'),
(1297, 70, '_post_restored_from', 'a:3:{s:20:"restored_revision_id";i:105;s:16:"restored_by_user";i:1;s:13:"restored_time";i:1448359024;}'),
(1311, 71, 'oxy-lambda-original-id', '78'),
(1312, 72, '_edit_lock', '1421073101:4'),
(1313, 72, 'lambda_font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xPcGVuIFNhbnMiLCJmYW1pbHkiOiJPcGVuIFNhbnMiLCJwcm92aWRlciI6Imdvb2dsZV9mb250cyIsInZhcmlhbnRzIjpbIjMwMCIsIjMwMGl0YWxpYyIsInJlZ3VsYXIiLCJpdGFsaWMiLCI2MDAiLCI3MDAiLCI4MDAiXSwic3Vic2V0cyI6WyJncmVlayIsImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(1314, 72, 'lambda_font-size', '14'),
(1315, 72, 'lambda_font-weight', '400'),
(1316, 72, 'lambda_heading-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xQbGF5ZmFpciBEaXNwbGF5IiwiZmFtaWx5IjoiUGxheWZhaXIgRGlzcGxheSIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOlsicmVndWxhciIsIml0YWxpYyIsIjcwMCIsIjkwMCJdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(1317, 72, 'lambda_heading-font-weight', '700'),
(1318, 72, 'lambda_heading-text-transform', 'none'),
(1319, 72, 'lambda_brand-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xQbGF5ZmFpciBEaXNwbGF5IiwiZmFtaWx5IjoiUGxheWZhaXIgRGlzcGxheSIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOltdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(1320, 72, 'lambda_brand-font-size', '24'),
(1321, 72, 'lambda_brand-font-weight', '400');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1322, 72, 'lambda_navbar-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xQbGF5ZmFpciBEaXNwbGF5IiwiZmFtaWx5IjoiUGxheWZhaXIgRGlzcGxheSIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOltdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(1323, 72, 'lambda_navbar-font-size', '16'),
(1324, 72, 'lambda_navbar-font-weight', '700'),
(1325, 72, 'lambda_navbar-dropdown-font-size', '16'),
(1326, 72, 'lambda_font-weight-hairline', '400'),
(1327, 72, 'lambda_font-weight-light', '400'),
(1328, 72, 'lambda_font-weight-regular', '400'),
(1329, 72, 'lambda_font-weight-bold', '700'),
(1330, 72, 'lambda_font-weight-black', '900'),
(1331, 72, 'lambda_blog-post-title-font-size', '40'),
(1332, 72, 'lambda_blog-post-title-font-weight', '400'),
(1333, 72, 'lambda_blog-post-font-size', '18'),
(1334, 72, 'lambda_blog-post-font-weight', '400'),
(1335, 72, 'lambda_blockquote-font-family', 'eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xQbGF5ZmFpciBEaXNwbGF5IiwiZmFtaWx5IjoiUGxheWZhaXIgRGlzcGxheSIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOltdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),
(1336, 72, 'lambda_blockquote-font-size', '24'),
(1337, 72, 'lambda_blockquote-font-style', 'italic'),
(1338, 72, 'lambda_blockquote-font-weight', '400'),
(1339, 72, 'lambda_lead-font-size', '21'),
(1340, 72, 'lambda_lead-font-weight', '300'),
(1341, 72, 'lambda_navbar-height', '90'),
(1342, 72, 'lambda_navbar-scrolled', '80'),
(1343, 72, 'lambda_submenu-width', '220'),
(1344, 72, 'lambda_sidemenu-width', '270'),
(1345, 72, 'lambda_sidemenu-nav-max-height', '600'),
(1346, 72, 'lambda_text-color', '#51575b'),
(1347, 72, 'lambda_heading-color', '#e2b55d'),
(1348, 72, 'lambda_link-color', '#e2b55d'),
(1349, 72, 'lambda_link-color-hover', '#bd9a55'),
(1350, 72, 'lambda_icon-color', '#505050'),
(1351, 72, 'lambda_small-color', '#959494'),
(1352, 72, 'lambda_text-color-alt', '#ffffff'),
(1353, 72, 'lambda_heading-color-alt', 'rgba(255, 255, 255, 0.84)'),
(1354, 72, 'lambda_link-color-alt', '#ffffff'),
(1355, 72, 'lambda_link-color-hover-alt', 'rgba(255, 255, 255, 0.74)'),
(1356, 72, 'lambda_icon-color-alt', '#ffffff'),
(1357, 72, 'lambda_small-color-alt', '#ffffff'),
(1358, 72, 'lambda_background-color', '#ffffff'),
(1359, 72, 'lambda_background-invert', '#e2b55d'),
(1360, 72, 'lambda_background-complementary', 'rgba(0, 0, 0, 0.17)'),
(1361, 72, 'lambda_nav-background', 'rgba(255, 255, 255, 0.87)'),
(1362, 72, 'lambda_nav-link', '#444444'),
(1363, 72, 'lambda_nav-link-hover', '#e2b55d'),
(1364, 72, 'lambda_nav-link-active', '#e2b55d'),
(1365, 72, 'lambda_nav-brand', '#444444'),
(1366, 72, 'lambda_nav-text', '#e2b55d'),
(1367, 72, 'lambda_nav-borders', 'rgba(198, 198, 198, 0.5)'),
(1368, 72, 'lambda_nav-dropdown-background', 'rgba(255, 255, 255, 0.88)'),
(1369, 72, 'lambda_nav-dropdown-link', '#e2b55d'),
(1370, 72, 'lambda_nav-dropdown-link-hover', '#b5975d'),
(1371, 72, 'lambda_nav-dropdown-text', '#e2b55d'),
(1372, 72, 'lambda_nav-dropdown-border', '#e2b55d'),
(1373, 72, 'lambda_nav-dropdown-separators', 'rgba(0,0,0,.055)'),
(1374, 72, 'lambda_nav-transparent-link', '#ffffff'),
(1375, 72, 'lambda_nav-transparent-link-hover', '#ffffff'),
(1376, 72, 'lambda_nav-transparent-brand', '#ffffff'),
(1377, 72, 'lambda_nav-transparent-text', '#ffffff'),
(1378, 72, 'lambda_nav-transparent-borders', 'rgba(255, 255, 255, 0.1)'),
(1379, 72, 'lambda_logo-background', '#303C40'),
(1380, 72, 'lambda_logo-brand', '#ffffff'),
(1381, 72, 'lambda_top-bar-background', '#272e31'),
(1382, 72, 'lambda_top-bar-link', '#ffffff'),
(1383, 72, 'lambda_top-bar-link-hover', '#ffffff'),
(1384, 72, 'lambda_top-bar-text', '#ffffff'),
(1385, 72, 'lambda_top-bar-borders', 'rgba(255, 255, 255, .1)'),
(1386, 72, 'lambda_footer-background', '#49453b'),
(1387, 72, 'lambda_footer-link', '#ffffff'),
(1388, 72, 'lambda_footer-link-hover', '#ffffff'),
(1389, 72, 'lambda_footer-text', 'rgba(255, 255, 255, .6)'),
(1390, 72, 'lambda_footer-borders', 'rgba(255, 255, 255, .1)'),
(1391, 72, 'lambda_sub-footer-background', '#000'),
(1392, 72, 'lambda_sub-footer-link', '#ffffff'),
(1393, 72, 'lambda_sub-footer-link-hover', '#ffffff'),
(1394, 72, 'lambda_sub-footer-text', 'rgba(255, 255, 255, .6)'),
(1395, 72, 'lambda_sub-footer-borders', 'rgba(255, 255, 255, .1)'),
(1396, 72, 'lambda_form-color', '#3c3c3c'),
(1397, 72, 'lambda_form-background', 'rgba(255, 255, 255, 0.87)'),
(1398, 72, 'lambda_form-borders', '#e2b55d'),
(1399, 72, 'lambda_form-placeholder-color', '#3c3c3c'),
(1400, 72, 'lambda_form-active', '#bc9d62'),
(1401, 72, 'lambda_primary-text', '#ffffff'),
(1402, 72, 'lambda_primary-bg', '#e2b55d'),
(1403, 72, 'lambda_default-text', '#ffffff'),
(1404, 72, 'lambda_default-bg', '#4D4A51'),
(1405, 72, 'lambda_warning-text', '#ffffff'),
(1406, 72, 'lambda_warning-bg', 'rgba(0, 0, 0, 0.64)'),
(1407, 72, 'lambda_danger-text', '#ffffff'),
(1408, 72, 'lambda_danger-bg', '#E85543'),
(1409, 72, 'lambda_success-text', '#ffffff'),
(1410, 72, 'lambda_success-bg', '#008D7D'),
(1411, 72, 'lambda_info-text', '#ffffff'),
(1412, 72, 'lambda_info-bg', '#78A2BB'),
(1413, 72, 'lambda_overlay-text', '#ffffff'),
(1414, 72, 'lambda_overlay-bg', 'rgba(0, 0, 0, 0.8)'),
(1415, 72, 'lambda_magnific-overlay-bg', 'rgba(48, 40, 64, .9)'),
(1416, 72, 'lambda_magnific-close-icon', '#ffffff'),
(1417, 72, 'lambda_magnific-close-bg', 'rgba(48, 40, 64, .9)'),
(1418, 72, 'lambda_top-icon-color', '#ffffff'),
(1419, 72, 'lambda_top-icon-bg', 'rgba(226, 181, 93, 0.9)'),
(1420, 72, 'lambda_slideshow-color', '#ffffff'),
(1421, 72, 'lambda_slideshow-shadow', 'rgba(0, 0, 0, 0.2)'),
(1422, 72, 'lambda_loader-color', '#e2b55d'),
(1423, 72, 'lambda_loader-bg', '#ffffff'),
(1424, 72, 'extra_code', '<link href="//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,700,800%7CPlayfair+Display:400,400italic,700,900&amp;subset=greek,latin,latin" rel="stylesheet" type="text/css">');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1425, 72, 'oxy_stack_css', 'body{font-size:14px;font-family:Open Sans, sans-serif;font-weight:400;}body input,body textarea,body .btn,body button{font-family:Open Sans, sans-serif;}blockquote p{font-size:24px;font-weight:400;}.hairline{font-weight:400 !important;}.hairline strong{font-weight:400;}.light{font-weight:400 !important;}.regular{font-weight:400 !important;}.bold{font-weight:700 !important;}.black{font-weight:700 !important;}h1,h2,h3,h4,h5,h6{font-family:Playfair Display, sans-serif;font-weight:700;text-transform:none;}.lead{font-size:21px;font-weight:300;line-height:1.75em;}.lead strong{font-weight:700;}#masthead .menu,#masthead.menu,#navbar-slide.menu{font-family:Playfair Display, sans-serif;font-weight:700;font-size:16px;}#masthead .menu .dropdown-menu,#masthead.menu .dropdown-menu,#navbar-slide.menu .dropdown-menu{font-size:16px;}.menu .navbar-brand{font-family:Playfair Display, sans-serif;font-weight:400;font-size:24px;}.post-head h1{font-size:40px;font-weight:400;}.post-head h2{font-size:32px;font-weight:400;}.post-head .lead{color:#959494;}.post-details{color:#959494;}.post-details a,.post-details i{color:#959494;}.post-details a:hover{color:#e2b55d;}.post-details span{border-color:rgba(0, 0, 0, 0.17);}.post-title span{color:#959494;}.post-body{font-size:18px;font-weight:400;}.post-extras{color:#959494;}.post-extras a{color:#959494;}.post-extras a:hover{color:#e2b55d;}.post-tags a,.post-share ul.social-icons li a{border-radius:0px;box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.17);color:#51575b;}.post-tags a:hover,.post-share ul.social-icons li a:hover{box-shadow:0px 0px 0px 1px #e2b55d;color:#e2b55d;}.post-tags a:hover i,.post-share ul.social-icons li a:hover i{color:#e2b55d !important;}.btn,button,input[type="submit"],.button{border-radius:0px;}.btn.btn-lg,button.btn-lg,input[type="submit"].btn-lg,.button.btn-lg{border-radius:0px;}.btn.btn-sm,button.btn-sm,input[type="submit"].btn-sm,.button.btn-sm{border-radius:0px;}.portfolio-title{border-radius:0px;}.pager li > a,.pager li > span{border-radius:0px;}.form-control,select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input,.select-wrap{border-radius:0px;}.widget_tag_cloud ul li a{border-radius:0px;}.tag-list-inline li span{border-radius:0px;}.tag-list-lg li span{border-radius:0px;}.tag-list-sm li span{border-radius:0px;}.skills-list li:before{color:#e2b55d;}.map-marker-label{font-size:14px;font-weight:400;}.navbar-brand{padding:0;line-height:90px;height:90px;}.logo-navbar .nav > li > a{padding-top:33px;padding-bottom:33px;line-height:24px;}.logo-navbar .nav > li > a:before{margin-bottom:- 14.5px;}.logo-navbar .nav > li.active > a:before,.logo-navbar .nav > li > a:hover:before,.logo-navbar .nav > li.current-page-parent > a:before,.logo-navbar .nav > li.current-menu-parent > a:before,.logo-navbar .nav > li.current-page-ancestor > a:before,.logo-navbar .nav > li.current-menu-ancestor > a:before{opacity:1;margin-bottom:- 16.5px;}#masthead.navbar{min-height:90px;}.navbar-toggle{margin-top:37px;margin-bottom:37px;}#masthead .dropdown-menu{min-width:220px;}@media (min-width:992px){#masthead.navbar-scrolled{min-height:80px;}#masthead.navbar-scrolled .navbar-brand{line-height:80px;height:80px;}#masthead.navbar-scrolled .logo-navbar .navbar-nav > li > a{padding-top:28px;padding-bottom:28px;}#masthead.navbar-scrolled .logo-navbar .navbar-text,#masthead.navbar-scrolled .logo-navbar .sidebar-widget{padding-top:28px;padding-bottom:28px;}.navbar-scrolled .navbar-toggle{margin-top:32px;margin-bottom:32px;}#masthead .logo-navbar .search-close{top:0;height:90px;width:90px;}#masthead .logo-navbar .form-control{/* so that bottom border shows */height:89px;}#masthead.navbar-scrolled .logo-navbar .menu-sidebar .search-close{top:0;height:80px;width:80px;}#masthead.navbar-scrolled .logo-navbar .form-control{height:80px;}.logo-navbar .navbar-text,.logo-navbar .sidebar-widget{line-height:24px;padding-top:33px;padding-bottom:33px;}.transparent-header #content{margin-top:-90px;display:inline-block;vertical-align:top;}.transparent-header #content.layout-boxed{display:inline-block;}.transparent-header.layout-boxed #content{display:block;}.transparent-header.transparent-menu-below #content{margin-top:-140px;}.transparent-topbar #content{margin-top:-126px;}.transparent-topbar.transparent-menu-below #content{margin-top:-176px;}}#navbar-slide{width:270px;}#navbar-slide .navbar-nav{max-height:600px;}#navbar-slide .navbar-brand{height:90px;}.slide-on #masthead,.slide-on #content,.slide-on #navbar-slide,.slide-on .top-bar{-webkit-transform :translateX(-270px);-moz-transform :translateX(-270px);-ms-transform :translateX(-270px);-o-transform :translateX(-270px);transform :translateX(-270px);}@media (max-width:991px){#navbar-slide .navbar-nav{max-height:60%;}}.btn i,button i,.button i{color:inherit !important;}.btn-default{background:#4d4a51 !important;color:#fff !important;}.btn-default:hover{background:rgba(77, 74, 81, 0.9) !important;}.btn-warning{background:rgba(0, 0, 0, 0.64) !important;color:#fff !important;}.btn-warning:hover{background:rgba(0, 0, 0, 0.54) !important;}.btn-danger{background:#e85543 !important;color:#fff !important;}.btn-danger:hover{background:rgba(232, 85, 67, 0.9) !important;}.btn-success{background:#008d7d !important;color:#fff !important;}.btn-success:hover{background:rgba(0, 141, 125, 0.9) !important;}.btn-info{background:#78a2bb !important;color:#fff !important;}.btn-info:hover{background:rgba(120, 162, 187, 0.9) !important;}.panel-default .panel-heading{background:#4d4a51 !important;}.panel-default .panel-heading a,.panel-default .panel-heading a:hover{color:#fff !important;}.panel-default .panel-title{color:#fff !important;}.panel-warning .panel-heading{background:rgba(0, 0, 0, 0.64) !important;}.panel-warning .panel-heading a,.panel-warning .panel-heading a:hover{color:#fff !important;}.panel-warning .panel-title{color:#fff !important;}.panel-danger .panel-heading{background:#e85543 !important;}.panel-danger .panel-heading a,.panel-danger .panel-heading a:hover{color:#fff !important;}.panel-danger .panel-title{color:#fff !important;}.panel-success .panel-heading{background:#008d7d !important;}.panel-success .panel-heading a,.panel-success .panel-heading a:hover{color:#fff !important;}.panel-success .panel-title{color:#fff !important;}.panel-info .panel-heading{background:#78a2bb !important;}.panel-info .panel-heading a,.panel-info .panel-heading a:hover{color:#fff !important;}.panel-info .panel-title{color:#fff !important;}.alert-warning{background:rgba(0, 0, 0, 0.64);color:#fff !important;}.alert-warning a{color:#fff !important;text-decoration:underline;}.alert-warning .btn,.alert-warning .button{background:rgba(0, 0, 0, 0.64) !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-warning .close{color:#fff !important;}.alert-danger{background:#e85543;color:#fff !important;}.alert-danger a{color:#fff !important;text-decoration:underline;}.alert-danger .btn,.alert-danger .button{background:#e85543 !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-danger .close{color:#fff !important;}.alert-success{background:#008d7d;color:#fff !important;}.alert-success a{color:#fff !important;text-decoration:underline;}.alert-success .btn,.alert-success .button{background:#008d7d !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-success .close{color:#fff !important;}.alert-info{background:#78a2bb;color:#fff !important;}.alert-info a{color:#fff !important;text-decoration:underline;}.alert-info .btn,.alert-info .button{background:#78a2bb !important;color:#fff !important;text-decoration:none;border:1px solid #fff;}.alert-info .close{color:#fff !important;}.progress-bar-default{box-shadow:none;background:#4d4a51;}.progress-bar-default span{color:#fff;}.progress-bar-default.progress-striped .progress-bar,.progress-striped .progress-bar-default{background-color:#4d4a51;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-warning{background:rgba(0, 0, 0, 0.64);box-shadow:none;}.progress-bar-warning span{color:#fff;}.progress-bar-warning.progress-striped .progress-bar,.progress-striped .progress-bar-warning{background-color:rgba(0, 0, 0, 0.64);background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-danger{box-shadow:none;background:#e85543;}.progress-bar-danger span{color:#fff;}.progress-bar-danger.progress-striped .progress-bar,.progress-striped .progress-bar-danger{background-color:#e85543;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-success{box-shadow:none;background:#008d7d;}.progress-bar-success span{color:#fff;}.progress-bar-success.progress-striped .progress-bar,.progress-striped .progress-bar-success{background-color:#008d7d;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.progress-bar-info{box-shadow:none;background:#78a2bb;}.progress-bar-info span{color:#fff;}.progress-bar-info.progress-striped .progress-bar,.progress-striped .progress-bar-info{background-color:#78a2bb;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);}.figure-overlay{background-color:rgba(0, 0, 0, 0.8);color:#fff;}.figure-overlay .figure-caption{color:#fff;}.figure-overlay .figure-caption h1,.figure-overlay .figure-caption h2,.figure-overlay .figure-caption h3,.figure-overlay .figure-caption i,.figure-overlay .figure-caption a{color:inherit !important;}.figure-overlay .figure-caption small{color:rgba(255, 255, 255, .8) !important;}.figure-overlay .figure-caption .btn{background:#fff !important;color:rgba(0, 0, 0, 0.8) !important;}.figure-overlay .figure-caption .btn:hover{background:rgba(255, 255, 255, .8) !important;}.figure-overlay .figure-caption i{font-size:21px;}.mfp-bg{background:rgba(48, 40, 64, .9);}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{background-color:rgba(48, 40, 64, .9) !important;color:#fff;}.mfp-counter,.mfp-preloader{color:rgba(48, 40, 64, .9);}button.mfp-arrow{background:rgba(48, 40, 64, .9) !important;}.mfp-arrow:before{color:#fff;}.go-top{background:rgba(226, 181, 93, 0.9) !important;}.go-top i{color:#fff;}.carousel-control{color:#fff !important;text-shadow:1px 1px 0px rgba(0, 0, 0, 0.2);}.carousel-caption,.carousel-caption h3{color:#fff !important;text-shadow:1px 1px 0px rgba(0, 0, 0, 0.2);}.carousel-indicators li{background:rgba(0, 0, 0, 0.2);border-color:transparent;}.carousel-indicators li.active{background:#fff;border-color:#fff;}.flex-direction-nav a{color:#fff !important;text-shadow:none;background:rgba(0, 0, 0, 0.2);}.flex-control-nav a{background:rgba(0, 0, 0, 0.2);box-shadow:0px 0px 0px 3px rgba(0, 0, 0, 0.2);}.flex-control-nav a.flex-active{background:#fff;}.flexslider figcaption{background:rgba(0, 0, 0, 0.2);}.flexslider figcaption h3,.flexslider figcaption p{color:#fff;}.ls-fullwidth .ls-nav-prev:after,.ls-fullwidth .ls-nav-next:after{color:#fff !important;text-shadow:1px 1px 0px rgba(0, 0, 0, 0.2);}.gform_wrapper .gfield_required.gfield_error,.gform_wrapper .gfield_error .gfield_label,.gform_wrapper .gfield_contains_required.gfield_error{color:#b02615;}.gform_wrapper .gfield_error input,.gform_wrapper .gfield_error select,.gform_wrapper .gfield_error textarea{border:1px solid rgba(221, 48, 27, .5);background:rgba(232, 85, 67, .5);color:#b02615;}.gform_wrapper .gfield_error input:focus,.gform_wrapper .gfield_error select:focus,.gform_wrapper .gfield_error textarea:focus{box-shadow:0px 3px 0px #e85543;}.validation_error{background:#e85543;color:#fff;}.validation_error hr{border-top-color:#e85543;}.validation_error .alert-link{color:#e6e6e6;}.panel-bbpress .bbp-template-notice{color:#e85543;}[role="alert"]{color:#e85543;}[role="alert"].wpcf7-mail-sent-ok{color:#008d7d;}.wpcf7-not-valid{border-color:#e85543 !important;}.table > tbody > tr.warning > td,.table > tbody > tr.warning > th,.table > tbody > tr > td.warning,.table > tbody > tr > th.warning,.table > tfoot > tr.warning > td,.table > tfoot > tr.warning > th,.table > tfoot > tr > td.warning,.table > tfoot > tr > th.warning,.table > thead > tr.warning > td,.table > thead > tr.warning > th,.table > thead > tr > td.warning,.table > thead > tr > th.warning{color:#fff;background-color:rgba(0, 0, 0, 0.64);}.table > tbody > tr.error > td,.table > tbody > tr.error > th,.table > tbody > tr > td.error,.table > tbody > tr > th.error,.table > tfoot > tr.error > td,.table > tfoot > tr.error > th,.table > tfoot > tr > td.error,.table > tfoot > tr > th.error,.table > thead > tr.error > td,.table > thead > tr.error > th,.table > thead > tr > td.error,.table > thead > tr > th.error{color:#fff;background-color:#e85543;}.table > tbody > tr.info > td,.table > tbody > tr.info > th,.table > tbody > tr > td.info,.table > tbody > tr > th.info,.table > tfoot > tr.info > td,.table > tfoot > tr.info > th,.table > tfoot > tr > td.info,.table > tfoot > tr > th.info,.table > thead > tr.info > td,.table > thead > tr.info > th,.table > thead > tr > td.info,.table > thead > tr > th.info{color:#fff;background-color:#78a2bb;}.table > tbody > tr.success > td,.table > tbody > tr.success > th,.table > tbody > tr > td.success,.table > tbody > tr > th.success,.table > tfoot > tr.success > td,.table > tfoot > tr.success > th,.table > tfoot > tr > td.success,.table > tfoot > tr > th.success,.table > thead > tr.success > td,.table > thead > tr.success > th,.table > thead > tr > td.success,.table > thead > tr > th.success{color:#fff;background-color:#008d7d;}.has-warning .form-control{border-color:rgba(0, 0, 0, 0.64);}.has-error .form-control{border-color:#e85543;}.has-success .form-control{border-color:#fff;}.has-info .form-control{border-color:#78a2bb;}.post-grid{background-color:#fff;border-color:rgba(0, 0, 0, 0.17);}.post-grid .post-grid-content-title a{color:#e2b55d;}.post-grid:hover .post-grid-content-title a{color:#e2b55d;}.post-grid blockquote p{font-size:16.8px;}.post-grid .post-grid-content-footer,.post-grid blockquote footer{border-top-color:rgba(0, 0, 0, 0.17);}.post-grid-overlay{background-color:rgba(0, 0, 0, 0.8);}.post-grid-overlay .post-grid-content-title,.post-grid-overlay .post-grid-content-footer,.post-grid-overlay blockquote p,.post-grid-overlay blockquote footer{color:#fff;}.post-grid-overlay .post-grid-content{background:rgba(0, 0, 0, 0.8);}.post-grid-overlay blockquote:before{color:rgba(255, 255, 255, 0.7);}#content{background:#fff;color:#51575b;}h1,h2,h3,h4,h5,h6{color:#e2b55d;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#959494;}a{color:#e2b55d;}a:hover{color:#bd9a55;}small,.small{color:#959494;}small a,.small a{color:#959494;}small a:hover,.small a:hover{color:#e2b55d;}small i,.small i{color:#959494;}i{color:#505050;}blockquote p{font-family:Playfair Display;font-style:italic;}blockquote small,blockquote footer{font-family:Open Sans;color:#959494;}blockquote cite{color:#51575b;}blockquote:before{color:rgba(81, 87, 91, 0.2);}blockquote.blockquote-simple img{border-color:rgba(0, 0, 0, 0.2);}::selection{background:#e2b55d;color:#fff;}::-moz-selection{background:#e2b55d;color:#fff;}hr{border-top-color:rgba(0, 0, 0, 0.17);}pre{background:#e2b55d;color:#fff;}.btn-primary,button,input[type="submit"]{background-color:#e2b55d;color:#fff;}.btn-primary:hover,button:hover,input[type="submit"]:hover,.btn-primary:active,button:active,input[type="submit"]:active,.btn-primary:focus,button:focus,input[type="submit"]:focus{background-color:#dca53a;color:#fff;}.btn-link{background:none;color:#e2b55d;text-decoration:none;box-shadow:0px 0px 0px 1px #e2b55d inset;}.btn-link:hover{text-decoration:none;background-color:#e2b55d;color:#fff;box-shadow:0px 0px 0px 1px #e2b55d inset;}.open .dropdown-toggle.btn-primary{background-color:#e2b55d;color:#fff;}.btn-group .dropdown-menu{background-color:#e2b55d;}.btn-group .dropdown-menu > li > a{color:#fff;box-shadow:0px -1px 0px #deab47;}.btn-group .dropdown-menu > li:first-child > a{box-shadow:none;}.btn-group .dropdown-menu > li > a:hover{background:#e7c37b;}.label-primary{background:#e2b55d;color:#fff;}.label-primary a{color:#fff;}.form-control{background-color:rgba(255, 255, 255, 0.87);color:#3c3c3c;border-color:#e2b55d;}.form-control:-moz-placeholder{color:#3c3c3c;}.form-control::-moz-placeholder{color:#3c3c3c;}.form-control:-ms-input-placeholder{color:#3c3c3c;}.form-control::-webkit-input-placeholder{color:#3c3c3c;}.form-control:focus{border-color:#bc9d62;}input[type="checkbox"],input[type="radio"]{-webkit-box-shadow :none;-moz-box-shadow :none;-ms-box-shadow :none;-o-box-shadow :none;box-shadow :none;}.form-icon-group i{color:#bc9d62;}input[type="button"]{background:#e2b55d;color:#fff;}.select-wrap{color:#3c3c3c;background:rgba(255, 255, 255, 0.87);box-shadow:0px 0px 0px 1px #e2b55d inset;}.select-wrap:after{color:#3c3c3c;}.table > thead{border-color:rgba(0, 0, 0, 0.17);}.table > thead > tr > th{background-color:rgba(0, 0, 0, 0.17);text-transform:uppercase;color:#51575b;font-family:Playfair Display;}.table > tbody > tr > td,.table > tbody > tr > th,.table > tfoot > tr > td,.table > tfoot > tr > th,.table > thead > tr > td,.table > thead > tr > th{border-color:rgba(0, 0, 0, 0.17);}.table tfoot th{background-color:rgba(0, 0, 0, 0.17);}.table-hover tbody tr:hover th{background:rgba(0, 0, 0, 0.17);}.table-striped > tbody > tr:nth-child(odd) > td,.table-striped > tbody > tr:nth-child(odd) > th,.table-hover > tbody > tr:hover > td,.table-hover > tbody > tr:hover > th{background:rgba(0, 0, 0, 0.17);}#masthead{box-shadow:0px 1px 0px rgba(198, 198, 198, 0.5), 0px -1px 0px rgba(198, 198, 198, 0.5);}.menu{color:#e2b55d;background:rgba(255, 255, 255, 0.87);}.menu .navbar-text{color:#e2b55d;}.menu .navbar-brand{color:#444;}.menu .navbar-brand:hover{color:#444;}.menu a{color:#444;}.menu a:before{height:4px;}.menu .nav > li > a{color:#444;}.menu .nav > li > a:hover,.menu .nav > li > a:focus{color:#e2b55d;background:none;}.menu .nav > li > a:hover:before,.menu .nav > li > a:focus:before{opacity:1;width:100%;background-color:#e2b55d;}.menu a .menu-icon{color:inherit;}.navbar-toggle{background:none !important;}.navbar-toggle .icon-bar{background-color:#444;}.navbar-toggle:hover{background:none;}.menu .nav > .active > a,.menu .nav > .current-menu-parent > a,.menu .nav > .current-menu-ancestor > a,.menu .nav > .current-menu-item > a,.menu .nav > .current-menu-item > a:focus,.menu .nav > .current-page-parent > a,.menu .nav > .active > a:focus,.menu .nav li.dropdown.open > .dropdown-toggle,.menu .nav li.dropdown.active > .dropdown-toggle,.menu .nav li.dropdown.open.active > .dropdown-toggle{color:#e2b55d;}.menu .nav > .active > a:after,.menu .nav > .current-menu-parent > a:after,.menu .nav > .current-menu-ancestor > a:after,.menu .nav > .current-menu-item > a:after,.menu .nav > .current-menu-item > a:focus:after,.menu .nav > .current-page-parent > a:after,.menu .nav > .active > a:focus:after,.menu .nav li.dropdown.open > .dropdown-toggle:after,.menu .nav li.dropdown.active > .dropdown-toggle:after,.menu .nav li.dropdown.open.active > .dropdown-toggle:after{border-radius:0px;}.menu .nav > .active > a:hover,.menu .nav > .current-menu-parent > a:hover,.menu .nav > .current-menu-ancestor > a:hover,.menu .nav > .current-menu-item > a:hover,.menu .nav > .current-menu-item > a:focus:hover,.menu .nav > .current-page-parent > a:hover,.menu .nav > .active > a:focus:hover,.menu .nav li.dropdown.open > .dropdown-toggle:hover,.menu .nav li.dropdown.active > .dropdown-toggle:hover,.menu .nav li.dropdown.open.active > .dropdown-toggle:hover{color:#e2b55d;}.menu .nav > .disabled > a{opacity:0.8;}.menu .dropdown-menu{background-color:rgba(255, 255, 255, 0.88);-webkit-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px #e2b55d inset;-moz-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px #e2b55d inset;-ms-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px #e2b55d inset;-o-box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px #e2b55d inset;box-shadow :0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px #e2b55d inset;}.menu .dropdown-menu > li > a{color:#e2b55d;}.menu .dropdown-menu > li > a .menu-icon{color:inherit;}.menu .dropdown-menu > li > a:hover,.menu .dropdown-menu > .active > a,.menu .dropdown-menu > .active > a:hover,.menu .dropdown-menu > .active > a:focus{color:#b5975d;background:transparent;}.menu .nav > li > .dropdown-menu:after,.menu .nav > li > .dropdown-menu:before{display:none;}.menu .dropdown-submenu > a:after{border-left-color:#e2b55d !important;}.menu .dropdown-menu .divider{background-color:rgba(0, 0, 0, .055);}.nav-highlight > a,.nav-highlight-ghost > a{border-radius:0px;}.nav-highlight > a:after,.nav-highlight-ghost > a:after{border-radius:0px;}.menu .nav-highlight > a{color:rgba(255, 255, 255, 0.87) !important;}.menu .nav-highlight > a:after{background:#444;}.menu .nav-highlight > a:hover{color:rgba(255, 255, 255, 0.87) !important;}.menu .nav-highlight > a:hover:after{background:#e2b55d;}.menu .nav-highlight.active > a{color:rgba(255, 255, 255, 0.87) !important;}.menu .nav-highlight.active > a:after{background:#e2b55d;}.menu .nav-highlight.active > a:hover{color:rgba(255, 255, 255, 0.87) !important;}.menu .nav-highlight.active > a:hover:after{background:#e2b55d;}.menu .nav-highlight .menu-icon{color:rgba(255, 255, 255, 0.87);}.menu .nav-highlight-ghost > a{color:#444;}.menu .nav-highlight-ghost > a:after{border:1px solid #444;}.menu .nav-highlight-ghost > a:hover{color:#e2b55d;}.menu .nav-highlight-ghost > a:hover:after{border:1px solid #e2b55d;}.menu .nav-highlight-ghost.active > a{color:#e2b55d;}.menu .nav-highlight-ghost.active > a:after{border:1px solid #e2b55d;}.menu .nav-highlight-ghost.active > a:hover{color:#e2b55d;}.menu .nav-highlight-ghost.active > a:hover:after{border:1px solid #e2b55d;}.search-trigger,.search-trigger:hover{color:#e2b55d;}.search-trigger:before{border-color:#e2b55d;color:#e2b55d;}.search-trigger:after{background:#e2b55d;}.top-search.active .search-trigger:before{background:#e2b55d;}.top-search.active .search-trigger:after{background:#e2b55d;}.header-logo-center-menu-below .container-logo,.header-logo-left-menu-below .container-logo,.header-logo-right-menu-below .container-logo,.header-logo-left-sidebar-right .container-logo{background:#303c40;box-shadow:0px 1px 0px rgba(198, 198, 198, 0.5);}.header-logo-center-menu-below .navbar-brand,.header-logo-left-menu-below .navbar-brand,.header-logo-right-menu-below .navbar-brand,.header-logo-left-sidebar-right .navbar-brand{color:#fff;}.header-logo-center-menu-below .navbar-brand:hover,.header-logo-left-menu-below .navbar-brand:hover,.header-logo-right-menu-below .navbar-brand:hover,.header-logo-left-sidebar-right .navbar-brand:hover{color:#fff;opacity:0.9;}.header-logo-center-menu-below .logo-navbar,.header-logo-left-menu-below .logo-navbar,.header-logo-right-menu-below .logo-navbar,.header-logo-left-sidebar-right .logo-navbar{color:#fff;}.header-logo-center-menu-below .logo-navbar a,.header-logo-left-menu-below .logo-navbar a,.header-logo-right-menu-below .logo-navbar a,.header-logo-left-sidebar-right .logo-navbar a{color:#fff;}.header-logo-center-menu-below .logo-navbar .navbar-toggle .icon-bar,.header-logo-left-menu-below .logo-navbar .navbar-toggle .icon-bar,.header-logo-right-menu-below .logo-navbar .navbar-toggle .icon-bar,.header-logo-left-sidebar-right .logo-navbar .navbar-toggle .icon-bar{background:#fff;}.header-logo-center-menu-below .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-left-menu-below .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-right-menu-below .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-left-sidebar-right .logo-navbar .logo-sidebar .sidebar-widget,.header-logo-center-menu-below .logo-navbar .logo-sidebar .sidebar-widget i,.header-logo-left-menu-below .logo-navbar .logo-sidebar .sidebar-widget i,.header-logo-right-menu-below .logo-navbar .logo-sidebar .sidebar-widget i,.header-logo-left-sidebar-right .logo-navbar .logo-sidebar .sidebar-widget i{color:#fff;}.header-logo-center-menu-below .logo-navbar .search-trigger,.header-logo-left-menu-below .logo-navbar .search-trigger,.header-logo-right-menu-below .logo-navbar .search-trigger,.header-logo-left-sidebar-right .logo-navbar .search-trigger,.header-logo-center-menu-below .logo-navbar .search-trigger:hover,.header-logo-left-menu-below .logo-navbar .search-trigger:hover,.header-logo-right-menu-below .logo-navbar .search-trigger:hover,.header-logo-left-sidebar-right .logo-navbar .search-trigger:hover{color:#fff;}.header-logo-center-menu-below .logo-navbar .search-trigger:before,.header-logo-left-menu-below .logo-navbar .search-trigger:before,.header-logo-right-menu-below .logo-navbar .search-trigger:before,.header-logo-left-sidebar-right .logo-navbar .search-trigger:before{border-color:#fff;}.header-logo-center-menu-below .logo-navbar .search-trigger:after,.header-logo-left-menu-below .logo-navbar .search-trigger:after,.header-logo-right-menu-below .logo-navbar .search-trigger:after,.header-logo-left-sidebar-right .logo-navbar .search-trigger:after{background:#fff;}.header-logo-center-menu-below .logo-navbar .top-search.active .search-trigger:before,.header-logo-left-menu-below .logo-navbar .top-search.active .search-trigger:before,.header-logo-right-menu-below .logo-navbar .top-search.active .search-trigger:before,.header-logo-left-sidebar-right .logo-navbar .top-search.active .search-trigger:before{background:#fff;}.header-logo-center-menu-below .logo-navbar .top-search.active .search-trigger:after,.header-logo-left-menu-below .logo-navbar .top-search.active .search-trigger:after,.header-logo-right-menu-below .logo-navbar .top-search.active .search-trigger:after,.header-logo-left-sidebar-right .logo-navbar .top-search.active .search-trigger:after{background:#fff;}.menu .sidebar-widget{color:#e2b55d;}.menu .sidebar-widget .sidebar-header{color:#e2b55d;}.menu .sidebar-widget i{color:#e2b55d;}@media (min-width:992px){.transparent-header .sticky-wrapper{background:none;}.transparent-header #masthead:not(.navbar-scrolled){background:none;-webkit-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-ms-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-o-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;}.transparent-header #masthead:not(.navbar-scrolled) a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled).search-active{background:rgba(255, 255, 255, 0.87) !important;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-text{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-brand{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-brand:hover{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:before{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:focus{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover:before,.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:focus:before{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-toggle .icon-bar{background-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-parent > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-ancestor > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a:focus,.transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a:focus,.transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.open > .dropdown-toggle,.transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.active > .dropdown-toggle,.transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.open.active > .dropdown-toggle{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu li a{color:#e2b55d;}.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu li > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a,.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a:focus{color:#b5975d;}.transparent-header #masthead:not(.navbar-scrolled) .search-trigger:before{border-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .search-trigger:after{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .top-search.active .search-trigger:before{border-color:#444;}.transparent-header #masthead:not(.navbar-scrolled) .top-search.active .search-trigger:after{background:#444;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a{color:#000 !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:after{background:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:hover{color:#000 !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:hover:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:hover:after{background:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a .menu-icon,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a .menu-icon{color:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:after{border:1px solid #fff;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:hover,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:hover{color:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:hover:after,.transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:hover:after{border-color:#fff !important;}.transparent-header #masthead:not(.navbar-scrolled).header-logo-center-menu-below .container-logo,.transparent-header #masthead:not(.navbar-scrolled).header-logo-left-menu-below .container-logo,.transparent-header #masthead:not(.navbar-scrolled).header-logo-right-menu-below .container-logo,.transparent-header #masthead:not(.navbar-scrolled).header-logo-left-sidebar-right .container-logo{background:none;-webkit-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-ms-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-o-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;}.transparent-header #masthead:not(.navbar-scrolled) .navbar-brand{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .logo-sidebar .sidebar-widget,.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .logo-sidebar .sidebar-widget i{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger,.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:hover{color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:before{border-color:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:after{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .top-search.active .search-trigger:before{background:#fff;}.transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .top-search.active .search-trigger:after{background:#fff;}.transparent-header .top-bar{-webkit-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-moz-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-ms-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;-o-box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;box-shadow :0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;background:none;color:#fff;}.transparent-header .top-bar a{color:#fff;}.transparent-header .top-bar a:hover{color:#fff;}.transparent-header .top-bar i,.transparent-header .top-bar li i,.transparent-header .top-bar li a i{color:#fff;}.transparent-header .top-bar .sidebar-widget{border-color:rgba(255, 255, 255, .1);}.transparent-header .top-bar .widget_wpml_language_selector li:before{background:rgba(255, 255, 255, .1);}.transparent-header .top-bar .widget_recent_entries li,.transparent-header .top-bar .widget_recent_comments li,.transparent-header .top-bar .widget_archive li,.transparent-header .top-bar .widget_categories li,.transparent-header .top-bar .widget_meta li,.transparent-header .top-bar .widget_pages li,.transparent-header .top-bar .widget_twitter li,.transparent-header .top-bar .widget_nav_menu li,.transparent-header .top-bar .widget_rss li{border-color:rgba(255, 255, 255, .1);}.transparent-header .top-bar .search-trigger:before{border-color:#fff;color:#fff;}.transparent-header .top-bar .search-trigger:after{background:#fff;}.transparent-header .top-bar .top-search.active .search-trigger:before{background:#fff;}.transparent-header .top-bar .top-search.active .search-trigger:after{background:#fff;}}.menu-item-object-oxy_mega_menu{color:#e2b55d;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a{color:#e2b55d;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover{color:#b5975d;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li.current-menu-item > a{color:#b5975d;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > p{border-bottom-color:rgba(0, 0, 0, .055);}.menu-item-object-oxy_mega_menu .dropdown-menu > li:before{background:rgba(0, 0, 0, .055);}#navbar-slide .form-control{color:#e2b55d;}@media (max-width:991px){.menu .navbar-collapse{box-shadow:inset 0 1px 0 rgba(0, 0, 0, .055);}.menu .nav > li > a{border-radius:0;}.menu .open .dropdown-menu{background:rgba(255, 255, 255, 0.88);border-radius:0;box-shadow:none;}.menu .open .dropdown-menu > li > a{border-radius:0;}.menu .open .dropdown-menu > li > a:hover,.menu .open .dropdown-menu > li > a:focus,.menu .open .dropdown-menu > li.active > a{color:#b5975d;}.dropdown-submenu > a:after{border-left-color:transparent !important;border-top-color:#e2b55d !important;}.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover{color:#b5975d;}.menu-item-object-oxy_mega_menu .dropdown-menu > li:before{display:none;}.nav-highlight > a{color:#444 !important;}.nav-highlight > a:after{background:transparent;}.nav-highlight > a:hover{color:#444 !important;}.nav-highlight > a:hover:after{background:transparent;}.transparent-header .navbar-collapse{background:rgba(255, 255, 255, .95) !important;}.menu-sidebar{border-top:1px solid rgba(255, 255, 255, .075);}}.pagination > li > a,.pagination > li > span{background:#e2b55d;color:#fff;}.pagination > li:first-child > a,.pagination > li:first-child > span{border-bottom-left-radius:0px;border-top-left-radius:0px;}.pagination > li:last-child > a,.pagination > li:last-child > span{background:#e2b55d;color:#fff;border-bottom-right-radius:0px;border-top-right-radius:0px;}.pagination > li > a:hover,.pagination > li > a:focus,.pagination > li > span:hover,.pagination > li > span:focus{background:#dca53a;color:#fff;}.pagination > .active > a,.pagination > .active > a:hover,.pagination > .active > a:focus,.pagination > .active > span,.pagination > .active > span:hover,.pagination > .active > span:focus{background:#dca53a;}.pagination > .active > a i,.pagination > .active > a:hover i,.pagination > .active > a:focus i,.pagination > .active > span i,.pagination > .active > span:hover i,.pagination > .active > span:focus i{color:#fff;}.pagination > li:first-child i,.pagination > li:last-child i{color:#fff;}.pagination > .disabled > span,.pagination > .disabled span:hover,.pagination > .disabled > a,.pagination > .disabled a:hover{background:#e2b55d;color:#fff;}.pagination > .disabled > span i,.pagination > .disabled span:hover i,.pagination > .disabled > a i,.pagination > .disabled a:hover i{color:#fff;}.box-inner{background-color:rgba(0, 0, 0, 0.17);}.pager > li > a{background:#e2b55d;color:#fff;}.pager > li > a i{color:#fff;}.pager li > a:hover,.pager li > a:focus{background-color:#dca53a;color:#fff;}.tooltip-inner{background-color:#e2b55d;color:#fff;}.tooltip.in{opacity:1;}.tooltip.top .tooltip-arrow{border-top-color:#e2b55d;}.tooltip.right .tooltip-arrow{border-right-color:#e2b55d;}.tooltip.left .tooltip-arrow{border-left-color:#e2b55d;}.tooltip.bottom .tooltip-arrow{border-bottom-color:#e2b55d;}.jumbotron{background:rgba(0, 0, 0, 0.17);}.progress{border-radius:0px;}.progress .progress-bar{border-radius:0px;}.progress-bar-primary{background:#e2b55d;box-shadow:none;}.progress-bar-primary span{color:#fff;}.progress-bar-primary.progress-striped .progress-bar,.progress-striped .progress-bar-primary{background-color:#e2b55d;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-size:40px 40px;}.badge{background:#e2b55d;color:#fff;/* - Tabs - */}.nav-tabs{border-color:rgba(0, 0, 0, 0.17);}.nav-tabs > li > a{border-top-left-radius:0px;border-top-right-radius:0px;}.nav-tabs > li > a:hover{border-color:rgba(0, 0, 0, 0.17) rgba(0, 0, 0, 0.17) #fff;}.nav-tabs > li > a:hover{background:none;}.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active a:focus{border-top-color:rgba(0, 0, 0, 0.17);border-left-color:rgba(0, 0, 0, 0.17);border-right-color:rgba(0, 0, 0, 0.17);}.tab-content{background:#fff;border-left:1px solid rgba(0, 0, 0, 0.17);border-right:1px solid rgba(0, 0, 0, 0.17);border-bottom:1px solid rgba(0, 0, 0, 0.17);}.tabs-below .nav-tabs{border-top:1px solid rgba(0, 0, 0, 0.17);}.tabs-below .nav-tabs > li > a{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}.tabs-below .nav-tabs > li.active > a,.tabs-below .nav-tabs > li > a:hover{border-bottom-color:rgba(0, 0, 0, 0.17);border-top:0;}.tabs-below .tab-content{border-top:1px solid rgba(0, 0, 0, 0.17);}.nav-pills > li > a .badge{background:#e2b55d;color:#fff;}.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li > a:hover,.nav-pills > li > a:focus{background:#e2b55d;color:#fff;}.nav-pills > li.active > a .badge,.nav-pills > li.active > a:hover .badge,.nav-pills > li > a:hover .badge,.nav-pills > li > a:focus .badge{background:#fff;color:#e2b55d;}.nav-pills > li.active > a:hover,.nav-pills > li.active > a:hover:hover,.nav-pills > li > a:hover:hover,.nav-pills > li > a:focus:hover{color:#fff;}.panel,.well{background:rgba(0, 0, 0, 0.17);}.panel-primary{border-color:rgba(0, 0, 0, 0.17);}.panel-primary .panel-heading{background:#e2b55d;}.panel-primary .panel-heading a,.panel-primary .panel-heading .panel-title{color:#fff;text-decoration:none;}.panel-primary > .panel-heading + .panel-collapse .panel-body{border-top-color:#ce9525;background:transparent;}.panel-footer{background:#e6bf73;border-color:#deab47;}.panel .table{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.17) inset;}.panel .table th{background:rgba(0, 0, 0, 0.17);color:#e2b55d;}.portfolio-title{background:#e2b55d;color:#fff;}.portfolio-nav svg{stroke:#51575b;}.social-icons li a{background-color:#e2b55d;}.social-icons li a i{color:#fff;}.social-icons li a:not([data-iconcolor]):hover{background-color:rgba(226, 181, 93, .8);}.social-simple li a i{color:#51575b;}.post-share .social-simple li a i{color:#959494;}.social-simple li a:not([data-iconcolor]):hover i{color:#e2b55d;}.divider-border-inner{background-color:#e2b55d;}#infscr-loading{background:#e2b55d;color:#fff;}.scroll-to i{color:#e2b55d;}.scroll-to:hover i{color:#bd9a55;}.map-marker-label{background:#fff;color:#51575b;}.features-list-icon{background:rgba(0, 0, 0, 0.17);}.ui-datepicker{background:#fff;border:1px solid #e2b55d;border-radius:0px;}.ui-datepicker-header{background-color:rgba(255, 255, 255, 0.87);color:#3c3c3c;}.ui-datepicker-today{background-color:#e2b55d;}.ui-datepicker-today a,.ui-datepicker-today a:hover{color:#fff;}.ui-datepicker-calendar thead{border-bottom:1px solid rgba(255, 255, 255, 0.87);}.date-wrapper:after{color:#3c3c3c;}.pace-overlay{background:#fff;}.pace-dot .pace-progress-inner{background:#e2b55d;}.pace-minimal .pace .pace-progress{background:#e2b55d;}.pace-counter .pace .pace-progress:after{color:#e2b55d;}.pace-counter .pace .pace-progress{background:#e2b55d;}.pricing-head,.pricing-body{background:#fff;}.pricing-price{background:#e2b55d;color:#fff;}.pricing-list li{border-color:rgba(0, 0, 0, 0.17);}.pricing-item-list li h3{border-bottom-color:rgba(0, 0, 0, 0.17);}.pricing-item-list li strong{background-color:#e2b55d;color:#fff;}.pricing-item-list li.featured:before{border-color:#e2b55d;}.col-border-top{border-top-color:rgba(0, 0, 0, 0.17);}.col-border-right{border-right-color:rgba(0, 0, 0, 0.17);}.col-border-bottom{border-bottom-color:rgba(0, 0, 0, 0.17);}.col-border-left{border-left-color:rgba(0, 0, 0, 0.17);}.tag-list span{background:#e2b55d;color:#fff;}.bullet-nav li a{background-color:rgba(255, 255, 255, 0.9);box-shadow:0px 0px 0px 3px rgba(226, 181, 93, 0.5);}.bullet-nav li a.active{background-color:rgba(226, 181, 93, 0.9);box-shadow:0px 0px 0px 4px rgba(255, 255, 255, 0.4);}.mejs-audio{background-color:#e2b55d;color:#fff;}.mejs-container .mejs-controls .mejs-time span{color:#fff;}.mejs-controls .mejs-button button:hover{background-color:transparent;}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff;}.mejs-controls .mejs-time-rail .mejs-time-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:#fff;}.post:after{background:rgba(0, 0, 0, 0.17);}.post-more-link i{color:#e2b55d;}.media-inner:after{background:rgba(0, 0, 0, 0.17);}.post .author-info{border-color:rgba(0, 0, 0, 0.17);}.breadcrumb-blog a,.breadcrumb-blog .active{color:#51575b;}.breadcrumb-blog a:hover{opacity:0.8;}.breadcrumb-blog > li + li:before{color:#51575b;}.container-author{background:rgba(0, 0, 0, 0.17);}.gform_wrapper .gsection{border-color:rgba(0, 0, 0, 0.17);}.gf_progressbar{background:rgba(0, 0, 0, 0.17);}.gf_progressbar_percentage{background:#e2b55d;color:#fff;}.sidebar-widget .post-icon{background:rgba(0, 0, 0, 0.17);}.widget_recent_entries li,.widget_recent_comments li,.widget_archive li,.widget_categories li,.widget_meta li,.widget_pages li,.widget_twitter li,.widget_nav_menu li,.widget_rss li,.widget_recent_entries .sub-menu,.widget_recent_comments .sub-menu,.widget_archive .sub-menu,.widget_categories .sub-menu,.widget_meta .sub-menu,.widget_pages .sub-menu,.widget_twitter .sub-menu,.widget_nav_menu .sub-menu,.widget_rss .sub-menu{border-color:rgba(0, 0, 0, 0.17);}.widget_recent_entries small,.widget_recent_comments small,.widget_archive small,.widget_categories small,.widget_meta small,.widget_pages small,.widget_twitter small,.widget_nav_menu small,.widget_rss small{color:#51575b;}.widget_tag_cloud ul a{box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.17);color:#51575b;}.widget_tag_cloud ul a:hover{box-shadow:0px 0px 0px 1px #e2b55d;color:#e2b55d;}.widget_calendar tbody a{background:#e2b55d;color:#fff;}.widget_calendar tbody a:hover{background:#dda73f;color:#fff;}.widget_calendar tfoot{background:rgba(0, 0, 0, 0.17);}.widget_nav_menu .sub-menu li:before{color:rgba(0, 0, 0, 0.17);}.widget_oxy_twitter li:before{color:#e2b55d;}.top-search form{background-color:rgba(255, 255, 255, 0.87);}.top-search input{background:none;color:#e2b55d;}.top-search input:focus{box-shadow:none;}.top-search input:-moz-placeholder{color:#e2b55d;}.top-search input::-moz-placeholder{color:#e2b55d;}.top-search input:-ms-input-placeholder{color:#e2b55d;}.top-search input::-webkit-input-placeholder{color:#e2b55d;}.top-bar .top-search form{background-color:#272e31;}.top-bar .top-search input{background:none;color:#fff;}.top-bar .top-search input:focus{box-shadow:none;}.top-bar .top-search input:-moz-placeholder{color:#fff;}.top-bar .top-search input::-moz-placeholder{color:#fff;}.top-bar .top-search input:-ms-input-placeholder{color:#fff;}.top-bar .top-search input::-webkit-input-placeholder{color:#fff;}.logo-sidebar .top-search form{background-color:#303c40;}.logo-sidebar .top-search input{background:none;color:#fff;}.logo-sidebar .top-search input:focus{box-shadow:none;}.logo-sidebar .top-search input:-moz-placeholder{color:#fff;}.logo-sidebar .top-search input::-moz-placeholder{color:#fff;}.logo-sidebar .top-search input:-ms-input-placeholder{color:#fff;}.logo-sidebar .top-search input::-webkit-input-placeholder{color:#fff;}.top-bar{background:#272e31;color:#fff;}.top-bar a{color:#fff;}.top-bar a:hover{color:#fff;}.top-bar i,.top-bar li i,.top-bar li a i{color:#fff;}.top-bar .sidebar-widget{border-color:rgba(255, 255, 255, .1);}.top-bar .widget_wpml_language_selector li:before{background:rgba(255, 255, 255, .1);}.top-bar .widget_recent_entries li,.top-bar .widget_recent_comments li,.top-bar .widget_archive li,.top-bar .widget_categories li,.top-bar .widget_meta li,.top-bar .widget_pages li,.top-bar .widget_twitter li,.top-bar .widget_nav_menu li,.top-bar .widget_rss li{border-color:rgba(255, 255, 255, .1);}.top-bar .search-trigger:before{border-color:#fff;color:#fff;}.top-bar .search-trigger:after{background:#fff;}.section-upper-footer{border-top:1px solid rgba(0, 0, 0, 0.17);}#footer{background-color:#49453b;color:rgba(255, 255, 255, .6);}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,#footer strong{color:#fff;}#footer a{color:#fff;}#footer a:hover{color:#fff;}#footer i{color:inherit;}#footer small{color:rgba(255, 255, 255, .6);}#footer .widget_recent_entries small,#footer .widget_recent_comments small,#footer .widget_archive small,#footer .widget_categories small,#footer .widget_meta small,#footer .widget_pages small,#footer .widget_twitter small,#footer .widget_nav_menu small,#footer .widget_rss small{color:rgba(255, 255, 255, .6);}#footer .widget_recent_entries li,#footer .widget_recent_comments li,#footer .widget_archive li,#footer .widget_categories li,#footer .widget_meta li,#footer .widget_pages li,#footer .widget_twitter li,#footer .widget_nav_menu li,#footer .widget_rss li,#footer .widget_recent_entries .sub-menu,#footer .widget_recent_comments .sub-menu,#footer .widget_archive .sub-menu,#footer .widget_categories .sub-menu,#footer .widget_meta .sub-menu,#footer .widget_pages .sub-menu,#footer .widget_twitter .sub-menu,#footer .widget_nav_menu .sub-menu,#footer .widget_rss .sub-menu{border-color:rgba(255, 255, 255, .1);}#footer .widget_tag_cloud ul a{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, .6);color:rgba(255, 255, 255, .6);}#footer .widget_tag_cloud ul a:hover{box-shadow:0px 0px 0px 1px #fff;color:#fff;}#footer .widget_calendar tbody a{background:#fff;color:#49453b;}#footer .widget_calendar tbody a:hover{background:#ededed;color:#49453b;}#footer .widget_calendar tfoot{background:rgba(255, 255, 255, .1);}#footer .widget_nav_menu .sub-menu li:before{color:rgba(255, 255, 255, .1);}#footer .widget_oxy_twitter li:before{color:#fff;}#footer .star-rating{color:rgba(255, 255, 255, .6);}.subfooter{background-color:#000;color:rgba(255, 255, 255, .6);}.subfooter h1,.subfooter h2,.subfooter h3,.subfooter h4,.subfooter h5,.subfooter h6,.subfooter strong{color:#fff;}.subfooter a{color:#fff;}.subfooter a:hover{color:#fff;}.subfooter i{color:inherit;}.subfooter small{color:rgba(255, 255, 255, .6);}.subfooter .widget_recent_entries small,.subfooter .widget_recent_comments small,.subfooter .widget_archive small,.subfooter .widget_categories small,.subfooter .widget_meta small,.subfooter .widget_pages small,.subfooter .widget_twitter small,.subfooter .widget_nav_menu small,.subfooter .widget_rss small{color:rgba(255, 255, 255, .6);}.subfooter .widget_recent_entries li,.subfooter .widget_recent_comments li,.subfooter .widget_archive li,.subfooter .widget_categories li,.subfooter .widget_meta li,.subfooter .widget_pages li,.subfooter .widget_twitter li,.subfooter .widget_nav_menu li,.subfooter .widget_rss li,.subfooter .widget_recent_entries .sub-menu,.subfooter .widget_recent_comments .sub-menu,.subfooter .widget_archive .sub-menu,.subfooter .widget_categories .sub-menu,.subfooter .widget_meta .sub-menu,.subfooter .widget_pages .sub-menu,.subfooter .widget_twitter .sub-menu,.subfooter .widget_nav_menu .sub-menu,.subfooter .widget_rss .sub-menu{border-color:rgba(255, 255, 255, .1);}.subfooter .widget_tag_cloud ul a{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, .6);color:rgba(255, 255, 255, .6);}.subfooter .widget_tag_cloud ul a:hover{box-shadow:0px 0px 0px 1px #fff;color:#fff;}.subfooter .widget_calendar tbody a{background:#fff;color:#000;}.subfooter .widget_calendar tbody a:hover{background:#ededed;color:#000;}.subfooter .widget_calendar tfoot{background:rgba(255, 255, 255, .1);}.subfooter .widget_nav_menu .sub-menu li:before{color:rgba(255, 255, 255, .1);}.subfooter .widget_oxy_twitter li:before{color:#fff;}.subfooter .star-rating{color:rgba(255, 255, 255, .6);}.product-title a{color:#e2b55d;}.product-title a:hover{color:#e2b55d;}.add-to-cart-button i{color:#51575b;}.add-to-cart-button.loading:before{color:#51575b;}.add-to-cart-button.added i{color:#e2b55d;}.add-to-cart-button.added:before{color:#e2b55d;}.product-image-overlay{color:#fff;background-color:rgba(0, 0, 0, 0.8);}.product-image-overlay h4,.product-image-overlay .star-rating{color:#fff;}.product-categories{text-transform:none;}.button{background:#e2b55d;color:#fff;}.button:hover{background:rgba(226, 181, 93, .9);color:#fff;}.section-commerce .breadcrumb{background:none;color:#51575b;}.section-commerce .breadcrumb a{color:#e2b55d;}.section-commerce .breadcrumb > li + li:before{color:#e2b55d;}.onsale{background:#e2b55d;color:#fff;}.price{color:#e2b55d;}.page-numbers a,.page-numbers span{color:#fff;}.page-numbers li{background:#e2b55d;}.page-numbers .current,.page-numbers li a:hover{background:#deab47;color:#f2f2f2;}#reviews input[type="submit"]{background:#e2b55d;color:#fff;}.product-category h3{background:rgba(0, 0, 0, 0.8);color:#fff;}.product-category h3 small{color:#fff;}.description p{font-size:21px;font-weight:300;line-height:1.75em;}.product-nav a i{box-shadow:0px 0px 0px 1px #e2b55d;background:rgba(255, 255, 255, 0.87);color:#3c3c3c;}.product-nav a:hover i{box-shadow:0px 0px 0px 1px #e2b55d;color:#e2b55d;}.quantity input{box-shadow:0px 0px 0px 1px #e2b55d inset;background:rgba(255, 255, 255, 0.87);color:#3c3c3c;}.quantity input:hover{box-shadow:0px 0px 0px 1px #e2b55d inset;color:#e2b55d;}.quantity input[type="number"]{box-shadow:0px 1px 0px #e2b55d inset, 0px -1px 0px #e2b55d inset;}.entry-summary ul.social-icons li a{background:transparent;border:1px solid #e2b55d;}.entry-summary ul.social-icons li a i{color:#3c3c3c;}.entry-summary ul.social-icons li a:hover{background:transparent;border:1px solid #e2b55d;}.entry-summary ul.social-icons li a:hover i{color:#e2b55d;}.product-images figcaption{box-shadow:none;background:rgba(0, 0, 0, 0.8);}.product-images figcaption h4 a{color:#fff;}.order_details{background:rgba(0, 0, 0, 0.17);}.order_details li{border-color:rgba(26, 26, 26, 0.17);}.product-mini{color:#e2b55d;}.product-mini a{color:#444;}.mini-cart-count{background-color:#e2b55d;color:#fff;}.mini-cart-overview ul li{border-bottom-color:rgba(0, 0, 0, .055);}.product-details-heading{color:#444;}.mini-cart-overview .buttons a:first-child{box-shadow:0px 0px 0px 1px #e2b55d inset;color:#e2b55d;}.mini-cart-overview .buttons a:last-child{background:#e2b55d;color:#fff;}.woocommerce-invalid input,input.woocommerce-invalid,.woocommerce-invalid textarea,textarea.woocommerce-invalid{border-color:#e85543;}.shipping_calculator{font-family:Playfair Display;font-weight:700;}.chosen-single,.chosen-drop{background:rgba(255, 255, 255, 0.87) !important;border-radius:0px !important;border-color:#e2b55d !important;color:#3c3c3c !important;}.product-remove i{color:#e2b55d;}.widget_product_tag_cloud a{border-radius:0px;box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.17);color:#51575b;}.widget_product_tag_cloud a:hover{box-shadow:0px 0px 0px 1px #e2b55d;color:#e2b55d;}.product_list_widget li,.widget_product_categories li,.widget_product_categories .children,.widget_layered_nav li{border-color:rgba(0, 0, 0, 0.17);}.product_list_widget li a,.widget_product_categories li a,.widget_product_categories .children a,.widget_layered_nav li a{font-family:Playfair Display;color:#e2b55d;font-weight:700;text-transform:none;}.product_list_widget li a:hover,.widget_product_categories li a:hover,.widget_product_categories .children a:hover,.widget_layered_nav li a:hover{color:#e2b55d;}.star-rating{color:#e2b55d;}.widget_price_filter .ui-slider .ui-slider-range{background:rgba(0, 0, 0, 0.17);}.widget_price_filter .ui-slider .ui-slider-handle{background:#e2b55d;}.widget_product_search form:after{color:#fff;}#footer .widget_product_tag_cloud a{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, .6);color:rgba(255, 255, 255, .6);}#footer .widget_product_tag_cloud a:hover{box-shadow:0px 0px 0px 1px #fff;color:#fff;}#footer .product_list_widget li,#footer .widget_product_categories li,#footer .widget_product_categories .children,#footer .widget_layered_nav li{border-color:rgba(255, 255, 255, .1);}#footer .product_list_widget li a,#footer .widget_product_categories li a,#footer .widget_product_categories .children a,#footer .widget_layered_nav li a{color:#fff;}#footer .product_list_widget li a:hover,#footer .widget_product_categories li a:hover,#footer .widget_product_categories .children a:hover,#footer .widget_layered_nav li a:hover{color:#fff;}#footer .star-rating{color:rgba(255, 255, 255, .6);}#footer .widget_price_filter .ui-slider .ui-slider-range{background:rgba(255, 255, 255, .1);}#footer .widget_price_filter .ui-slider .ui-slider-handle{background:rgba(255, 255, 255, .6);}#footer .widget_product_search form:after{color:#49453b;}.bbp-forums-list li{border-left-color:#e2b55d;}.bbp-topic-freshness-author:after{background:#e2b55d;}.bbp-topic-permalink i{color:#e2b55d;}.panel-bbpress{background:#fff;}.panel-bbpress .panel-heading{border-color:#e2b55d;}.panel-bbpress .panel-body{border-color:rgba(0, 0, 0, 0.17);}.panel-bbpress .panel-warning{color:#e2b55d;border-color:rgba(0, 0, 0, 0.17);}.panel-bbpress .bbp-template-notice{border-color:rgba(0, 0, 0, 0.17);}.panel-bbpress .panel-footer{background:rgba(0, 0, 0, 0.17);border-color:rgba(0, 0, 0, 0.17);}.label-bbpress{background:transparent;color:#e2b55d;}.bbp-reply-content{border-color:rgba(0, 0, 0, 0.17);}.bbp-reply-content .media-heading{background:rgba(13, 13, 13, 0.17);border-color:rgba(0, 0, 0, 0.17);}.bbp_author_details img{background:#fff;box-shadow:0px 0px 0px 4px rgba(0, 0, 0, 0.17);}.bbp_author_details:after{background:rgba(0, 0, 0, 0.17);}.bbp_author_details:hover img{box-shadow:0px 0px 0px 4px #e2b55d;}.bbpress-header .breadcrumb a,.bbpress-header .breadcrumb .active{color:#51575b;}.bbpress-header .breadcrumb a:hover{color:rgba(81, 87, 91, .8);}.bbp-topic-tags a{background:#e2b55d;color:#fff;}.bbp-topic-tags a:hover{background:rgba(226, 181, 93, .9);}.bbp-logged-in{background:rgba(0, 0, 0, 0.17);}.bbp-logged-in .button,.bbp-logged-in .button:hover{color:#fff;}.post-count{background:#e2b55d;color:#fff;}.text-light{color:#fff;}.text-light i{color:#fff;}h1.text-light,h2.text-light,h3.text-light,h4.text-light,h5.text-light,h6.text-light,.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6{color:rgba(255, 255, 255, 0.84);}.text-light a,a.text-light{color:#fff;}.text-light a:hover,a.text-light:hover{color:rgba(255, 255, 255, 0.74);}.text-light blockquote,blockquote.text-light{color:#fff;}.text-light blockquote small,blockquote.text-light small,.text-light blockquote footer,blockquote.text-light footer,.text-light blockquote cite,blockquote.text-light cite{color:rgba(255, 255, 255, 0.84);}.text-light blockquote:before,blockquote.text-light:before{color:rgba(255, 255, 255, 0.7);}.text-light.btn-link,.text-light .btn-link{box-shadow:0px 0px 0px 1px #fff inset !important;}.text-light.btn-link i,.text-light .btn-link i{color:#fff;}.text-light.btn-link:hover,.text-light .btn-link:hover{box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 0.9) inset !important;background:none;}.text-light.btn-primary,.text-light .btn-primary{background:#fff !important;color:#51575b !important;}.text-light.btn-primary:hover,.text-light .btn-primary:hover{background:rgba(255, 255, 255, 0.9) !important;}.text-light small,.text-light .small{color:#fff;}.text-light.btn-primary:hover,.text-light .btn-primary:hover{opacity:1;}.text-light .breadcrumb-blog a,.text-light .breadcrumb-blog .active{color:#fff;}.text-light .breadcrumb-blog > li + li:before{color:#fff;}.text-light.social-icons li a{background:#fff !important;}.text-light.social-icons li a i{color:#51575b !important;}.text-light.social-simple li a{background:none !important;}.text-light.social-simple li a i{color:#fff !important;}.text-light .portfolio-nav svg{stroke:#fff;}.text-light.scroll-to,.text-light .scroll-to{/* This is a compiled file, you should be editing the file in the templates directory */}.text-light.scroll-to i,.text-light .scroll-to i{color:#fff;}.text-light.scroll-to:hover,.text-light .scroll-to:hover{opacity:0.9;}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1426, 72, 'lambda_navbar-border-height', '4'),
(1427, 72, 'oxy-lambda-original-id', '79'),
(1428, 72, '_wp_old_slug', 'restaurant'),
(1429, 72, 'slide_template', 'default'),
(1430, 72, 'lambda_border-radius-base', '0'),
(1431, 72, 'lambda_border-radius-large', '0'),
(1432, 72, 'lambda_border-radius-small', '0'),
(1433, 72, 'lambda_border-radius-forms', '0'),
(1434, 73, '_menu_item_type', 'post_type'),
(1435, 73, '_menu_item_menu_item_parent', '0'),
(1436, 73, '_menu_item_object_id', '64'),
(1437, 73, '_menu_item_object', 'page'),
(1438, 73, '_menu_item_target', ''),
(1439, 73, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1440, 73, '_menu_item_xfn', ''),
(1441, 73, '_menu_item_url', ''),
(1442, 73, 'oxy_icon', ''),
(1443, 73, 'oxy_special', ''),
(1444, 73, 'oxy_label', ''),
(1445, 73, 'oxy_label_type', 'default'),
(1446, 74, '_menu_item_type', 'post_type'),
(1447, 74, '_menu_item_menu_item_parent', '0'),
(1448, 74, '_menu_item_object_id', '68'),
(1449, 74, '_menu_item_object', 'page'),
(1450, 74, '_menu_item_target', ''),
(1451, 74, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1452, 74, '_menu_item_xfn', ''),
(1453, 74, '_menu_item_url', ''),
(1454, 74, 'oxy_icon', ''),
(1455, 74, 'oxy_special', ''),
(1456, 74, 'oxy_label', ''),
(1457, 74, 'oxy_label_type', 'default'),
(1458, 75, '_menu_item_type', 'post_type'),
(1459, 75, '_menu_item_menu_item_parent', '0'),
(1460, 75, '_menu_item_object_id', '69'),
(1461, 75, '_menu_item_object', 'page'),
(1462, 75, '_menu_item_target', ''),
(1463, 75, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1464, 75, '_menu_item_xfn', ''),
(1465, 75, '_menu_item_url', ''),
(1466, 75, 'oxy_icon', ''),
(1467, 75, 'oxy_special', ''),
(1468, 75, 'oxy_label', ''),
(1469, 75, 'oxy_label_type', 'default'),
(1470, 76, '_menu_item_type', 'post_type'),
(1471, 76, '_menu_item_menu_item_parent', '0'),
(1472, 76, '_menu_item_object_id', '70'),
(1473, 76, '_menu_item_object', 'page'),
(1474, 76, '_menu_item_target', ''),
(1475, 76, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1476, 76, '_menu_item_xfn', ''),
(1477, 76, '_menu_item_url', ''),
(1478, 76, 'oxy_icon', ''),
(1479, 76, 'oxy_special', ''),
(1480, 76, 'oxy_label', ''),
(1481, 76, 'oxy_label_type', 'default'),
(1530, 81, '_menu_item_type', 'post_type'),
(1531, 81, '_menu_item_menu_item_parent', '0'),
(1532, 81, '_menu_item_object_id', '63'),
(1533, 81, '_menu_item_object', 'page'),
(1534, 81, '_menu_item_target', ''),
(1535, 81, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1536, 81, '_menu_item_xfn', ''),
(1537, 81, '_menu_item_url', ''),
(1538, 81, 'oxy_icon', ''),
(1539, 81, 'oxy_special', ''),
(1540, 81, 'oxy_label', ''),
(1541, 81, 'oxy_label_type', 'default'),
(1542, 82, '_menu_item_type', 'post_type'),
(1543, 82, '_menu_item_menu_item_parent', '0'),
(1544, 82, '_menu_item_object_id', '64'),
(1545, 82, '_menu_item_object', 'page'),
(1546, 82, '_menu_item_target', ''),
(1547, 82, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1548, 82, '_menu_item_xfn', ''),
(1549, 82, '_menu_item_url', ''),
(1550, 82, 'oxy_icon', ''),
(1551, 82, 'oxy_special', ''),
(1552, 82, 'oxy_label', ''),
(1553, 82, 'oxy_label_type', 'default'),
(1554, 83, '_menu_item_type', 'post_type'),
(1555, 83, '_menu_item_menu_item_parent', '0'),
(1556, 83, '_menu_item_object_id', '69'),
(1557, 83, '_menu_item_object', 'page'),
(1558, 83, '_menu_item_target', ''),
(1559, 83, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1560, 83, '_menu_item_xfn', ''),
(1561, 83, '_menu_item_url', ''),
(1562, 83, 'oxy_icon', ''),
(1563, 83, 'oxy_special', ''),
(1564, 83, 'oxy_label', ''),
(1565, 83, 'oxy_label_type', 'default'),
(1566, 84, '_wp_attached_file', '2015/11/butebi-logo.png'),
(1567, 84, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:504;s:6:"height";i:360;s:4:"file";s:23:"2015/11/butebi-logo.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"butebi-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:23:"butebi-logo-300x214.png";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"butebi-logo-90x64.png";s:5:"width";i:90;s:6:"height";i:64;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;}}'),
(1568, 85, '_wp_attached_file', '2015/11/butebi-logo-white.png'),
(1569, 85, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:504;s:6:"height";i:360;s:4:"file";s:29:"2015/11/butebi-logo-white.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"butebi-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:29:"butebi-logo-white-300x214.png";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"butebi-logo-white-90x64.png";s:5:"width";i:90;s:6:"height";i:64;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;}}'),
(1570, 86, '_wp_attached_file', '2015/11/butebi-logo1.png'),
(1571, 86, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:188;s:6:"height";i:90;s:4:"file";s:24:"2015/11/butebi-logo1.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"butebi-logo1-150x90.png";s:5:"width";i:150;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"butebi-logo1-90x43.png";s:5:"width";i:90;s:6:"height";i:43;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;}}'),
(1572, 87, '_wp_attached_file', '2015/11/butebi-logo-white1.png'),
(1573, 87, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:188;s:6:"height";i:90;s:4:"file";s:30:"2015/11/butebi-logo-white1.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"butebi-logo-white1-150x90.png";s:5:"width";i:150;s:6:"height";i:90;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:28:"butebi-logo-white1-90x43.png";s:5:"width";i:90;s:6:"height";i:43;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;}}'),
(1574, 88, '_edit_last', '1'),
(1575, 88, '_edit_lock', '1447951642:1'),
(1576, 88, '_wp_page_template', 'default'),
(1577, 88, '_wpb_vc_js_status', 'true'),
(1578, 88, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(1579, 88, 'slide_template', 'default'),
(1580, 88, 'lambda_override_header', 'override'),
(1581, 88, 'lambda_show_header', 'hide'),
(1583, 88, 'lambda_text_color', 'text-normal'),
(1584, 88, 'lambda_header_type', 'h1'),
(1585, 88, 'lambda_header_size', 'normal'),
(1586, 88, 'lambda_header_weight', 'default'),
(1587, 88, 'lambda_header_align', 'left'),
(1588, 88, 'lambda_header_fade_out', 'off'),
(1590, 88, 'lambda_margin_top', '20'),
(1591, 88, 'lambda_margin_bottom', '20'),
(1592, 88, 'lambda_text_shadow', 'no-shadow'),
(1593, 88, 'lambda_inner_shadow', 'no-shadow'),
(1594, 88, 'lambda_width', 'padded'),
(1598, 88, 'lambda_overlay_colour', '#000000'),
(1604, 88, 'lambda_background_image_size', 'cover'),
(1605, 88, 'lambda_background_image_repeat', 'no-repeat'),
(1607, 88, 'lambda_background_image_attachment', 'scroll'),
(1608, 88, 'lambda_background_image_parallax', 'off'),
(1610, 88, 'lambda_background_image_parallax_end', '-80'),
(1611, 88, 'lambda_height', 'normal'),
(1612, 88, 'lambda_transparency', 'opaque'),
(1613, 88, 'lambda_vertical_alignment', 'default'),
(1614, 88, 'lambda_bullet_nav', 'hide'),
(1615, 88, 'lambda_bullet_nav_tooltips', 'off'),
(1616, 88, 'lambda_site_top_nav', 'show'),
(1617, 88, 'lambda_site_top_nav_transparency', 'on'),
(1618, 88, '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:"";}'),
(1631, 90, '_menu_item_type', 'post_type'),
(1632, 90, '_menu_item_menu_item_parent', '0'),
(1633, 90, '_menu_item_object_id', '88'),
(1634, 90, '_menu_item_object', 'page'),
(1635, 90, '_menu_item_target', ''),
(1636, 90, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1637, 90, '_menu_item_xfn', ''),
(1638, 90, '_menu_item_url', ''),
(1639, 90, '_menu_item_orphaned', '1447753151'),
(1913, 76, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(1918, 81, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(1919, 82, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(1920, 83, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(1946, 104, '_wp_attached_file', '2014/12/room.jpg'),
(1947, 104, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:952;s:4:"file";s:16:"2014/12/room.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"room-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"room-300x179.jpg";s:5:"width";i:300;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:17:"room-1024x609.jpg";s:5:"width";i:1024;s:6:"height";i:609;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:14:"room-90x54.jpg";s:5:"width";i:90;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:16:"room-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"room-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:16:"room-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:16:"room-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:16:"room-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2008, 106, '_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>Check In Date<br />\n  [date check-in date-format:mm/dd/yy min-date:today]</p>\n\n<p>Check Out Date<br />\n   [date* check-out date-format:mm/dd/yy first-day:0]</p>\n\n<p>Hotel<br />\n   [select* hotel include_blank "Platinum Royale, Busega" "Wamala Lake View, Mityana" "Green Valley, Mityana" "Emirates, Mityana"]</p>\n\n<p>Room<br />\n   [select* room include_blank "Platinum" "Gold" "Silver"]</p>\n\n<p>[submit "Send"]</p>'),
(2009, 106, '_mail', 'a:8:{s:7:"subject";s:30:"Hotel Reservations for [hotel]";s:6:"sender";s:36:"[your-name] <kiberusharif@gmail.com>";s:4:"body";s:304:"From: [your-name] <[your-email]>\nSubject: Hotel Reservation\n\nMessage Body:\nI am booking a reservation at [hotel] for a [room] from the date [check-in] to [check-out]. Please reply to this email to confirm\n\n--\nThis e-mail was sent from the reservation form on Butebi Hotels (http://localhost/butebihotels)";s:9:"recipient";s:22:"kiberusharif@gmail.com";s:18:"additional_headers";s:22:"Reply-To: [your-email]";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(2010, 106, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:38:"Butebi Hotels <kiberusharif@gmail.com>";s:4:"body";s:122:"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Butebi Hotels (http://localhost/butebihotels)";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:32:"Reply-To: kiberusharif@gmail.com";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(2011, 106, '_messages', 'a:22:{s:12:"mail_sent_ok";s:97:"Your reservation was sent successfully. Thanks. Await a confirmation email address to your email.";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:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";s: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:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";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:16:"invalid_datetime";s:31:"Invalid date and time supplied.";s:12:"invalid_date";s:22:"Invalid date supplied.";s:12:"invalid_time";s:22:"Invalid time supplied.";}'),
(2012, 106, '_additional_settings', ''),
(2013, 106, '_locale', 'en_US'),
(2026, 106, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(2099, 107, '_wp_attached_file', '2014/12/plat.jpg'),
(2100, 107, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:16:"2014/12/plat.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"plat-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"plat-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:17:"plat-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:14:"plat-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:16:"plat-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:16:"plat-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:16:"plat-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:16:"plat-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:16:"plat-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2113, 108, '_wp_attached_file', '2014/12/bus.jpg'),
(2114, 108, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:15:"2014/12/bus.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"bus-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:"bus-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:16:"bus-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"bus-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"bus-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"bus-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:15:"bus-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:15:"bus-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:15:"bus-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2151, 109, '_wp_attached_file', '2014/12/ro.jpg'),
(2152, 109, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:14:"2014/12/ro.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"ro-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:14:"ro-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:15:"ro-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:12:"ro-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:14:"ro-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:14:"ro-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:14:"ro-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:14:"ro-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:14:"ro-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2189, 110, '_wp_attached_file', '2014/12/conference.jpg'),
(2190, 110, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:22:"2014/12/conference.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"conference-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:"conference-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"conference-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"conference-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"conference-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"conference-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:22:"conference-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:22:"conference-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:22:"conference-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2203, 70, '_edit_last', '1'),
(2204, 70, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(2229, 112, '_wp_attached_file', '2014/12/emi.jpg'),
(2230, 112, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:15:"2014/12/emi.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"emi-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:"emi-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:16:"emi-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:13:"emi-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:15:"emi-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:15:"emi-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:15:"emi-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:15:"emi-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:15:"emi-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2243, 113, '_edit_last', '1'),
(2244, 113, '_edit_lock', '1448360858:1'),
(2245, 113, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(2246, 113, 'slide_template', ''),
(2249, 115, '_edit_last', '1'),
(2250, 115, '_edit_lock', '1448360841:1'),
(2251, 115, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(2252, 115, 'slide_template', ''),
(2254, 115, 'lambda_citation', ''),
(2255, 113, 'lambda_citation', ''),
(2292, 121, '_wp_attached_file', '2014/12/butebi-room.jpg'),
(2293, 121, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1000;s:4:"file";s:23:"2014/12/butebi-room.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"butebi-room-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:"butebi-room-300x188.jpg";s:5:"width";i:300;s:6:"height";i:188;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"butebi-room-1024x640.jpg";s:5:"width";i:1024;s:6:"height";i:640;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"butebi-room-90x56.jpg";s:5:"width";i:90;s:6:"height";i:56;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"butebi-room-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"butebi-room-700x438.jpg";s:5:"width";i:700;s:6:"height";i:438;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:23:"butebi-room-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:23:"butebi-room-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:23:"butebi-room-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2306, 68, '_edit_last', '1'),
(2307, 68, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(2332, 123, '_edit_last', '1'),
(2333, 123, '_edit_lock', '1447839351:1'),
(2334, 126, '_wp_attached_file', '2015/11/butebi-platinum.jpg'),
(2335, 126, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:27:"2015/11/butebi-platinum.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"butebi-platinum-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:"butebi-platinum-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"butebi-platinum-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"butebi-platinum-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"butebi-platinum-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"butebi-platinum-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:27:"butebi-platinum-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:27:"butebi-platinum-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:27:"butebi-platinum-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2336, 123, '_thumbnail_id', '126'),
(2337, 127, '_wp_attached_file', '2015/11/butebi-platinum-2.jpg'),
(2338, 127, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:29:"2015/11/butebi-platinum-2.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"butebi-platinum-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:29:"butebi-platinum-2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"butebi-platinum-2-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"butebi-platinum-2-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"butebi-platinum-2-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"butebi-platinum-2-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:29:"butebi-platinum-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:29:"butebi-platinum-2-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:29:"butebi-platinum-2-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2339, 128, '_wp_attached_file', '2015/11/butebi-platinum-3.jpg'),
(2340, 128, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:29:"2015/11/butebi-platinum-3.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"butebi-platinum-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:29:"butebi-platinum-3-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"butebi-platinum-3-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:27:"butebi-platinum-3-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:29:"butebi-platinum-3-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:29:"butebi-platinum-3-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:29:"butebi-platinum-3-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:29:"butebi-platinum-3-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:29:"butebi-platinum-3-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2341, 123, '_wpb_vc_js_status', 'true'),
(2342, 123, 'slide_template', 'default'),
(2343, 123, 'lambda_override_header', 'override'),
(2344, 123, 'lambda_show_header', 'hide'),
(2346, 123, 'lambda_text_color', 'text-normal'),
(2347, 123, 'lambda_header_type', 'h1'),
(2348, 123, 'lambda_header_size', 'normal'),
(2349, 123, 'lambda_header_weight', 'default'),
(2350, 123, 'lambda_header_align', 'left'),
(2351, 123, 'lambda_header_fade_out', 'off'),
(2353, 123, 'lambda_margin_top', '20'),
(2354, 123, 'lambda_margin_bottom', '20'),
(2355, 123, 'lambda_text_shadow', 'no-shadow'),
(2356, 123, 'lambda_inner_shadow', 'no-shadow'),
(2357, 123, 'lambda_width', 'padded'),
(2361, 123, 'lambda_overlay_colour', '#000000'),
(2367, 123, 'lambda_background_image_size', 'cover'),
(2368, 123, 'lambda_background_image_repeat', 'no-repeat'),
(2370, 123, 'lambda_background_image_attachment', 'scroll'),
(2371, 123, 'lambda_background_image_parallax', 'off'),
(2373, 123, 'lambda_background_image_parallax_end', '-80'),
(2374, 123, 'lambda_height', 'normal'),
(2375, 123, 'lambda_transparency', 'opaque'),
(2376, 123, 'lambda_vertical_alignment', 'default'),
(2377, 123, 'lambda_site_top_nav', 'show'),
(2378, 123, 'lambda_site_top_nav_transparency', 'on'),
(2379, 123, 'lambda_post_type', 'standard'),
(2382, 123, 'lambda_link_type', 'default'),
(2383, 123, 'lambda_page_link', '69'),
(2384, 123, 'lambda_post_link', '1'),
(2385, 123, 'lambda_portfolio_link', '51'),
(2386, 123, 'lambda_category_link', 'uncategorized'),
(2388, 123, 'lambda_target', '_self'),
(2389, 123, 'lambda_masonry_width', 'normal'),
(2390, 123, '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:"";}'),
(2409, 123, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(2529, 134, '_edit_last', '1'),
(2530, 134, '_edit_lock', '1447839276:1'),
(2531, 134, '_wpb_vc_js_status', 'true'),
(2532, 134, 'slide_template', 'default'),
(2533, 134, 'lambda_override_header', 'override'),
(2534, 134, 'lambda_show_header', 'hide'),
(2536, 134, 'lambda_text_color', 'text-normal'),
(2537, 134, 'lambda_header_type', 'h1'),
(2538, 134, 'lambda_header_size', 'normal'),
(2539, 134, 'lambda_header_weight', 'default'),
(2540, 134, 'lambda_header_align', 'left'),
(2541, 134, 'lambda_header_fade_out', 'off'),
(2543, 134, 'lambda_margin_top', '20'),
(2544, 134, 'lambda_margin_bottom', '20'),
(2545, 134, 'lambda_text_shadow', 'no-shadow'),
(2546, 134, 'lambda_inner_shadow', 'no-shadow'),
(2547, 134, 'lambda_width', 'padded'),
(2551, 134, 'lambda_overlay_colour', '#000000'),
(2557, 134, 'lambda_background_image_size', 'cover'),
(2558, 134, 'lambda_background_image_repeat', 'no-repeat'),
(2560, 134, 'lambda_background_image_attachment', 'scroll'),
(2561, 134, 'lambda_background_image_parallax', 'off'),
(2563, 134, 'lambda_background_image_parallax_end', '-80'),
(2564, 134, 'lambda_height', 'normal'),
(2565, 134, 'lambda_transparency', 'opaque'),
(2566, 134, 'lambda_vertical_alignment', 'default'),
(2567, 134, 'lambda_site_top_nav', 'show'),
(2568, 134, 'lambda_site_top_nav_transparency', 'on'),
(2569, 134, 'lambda_post_type', 'standard'),
(2572, 134, 'lambda_link_type', 'default'),
(2573, 134, 'lambda_page_link', '69'),
(2574, 134, 'lambda_post_link', '1'),
(2575, 134, 'lambda_portfolio_link', '123'),
(2576, 134, 'lambda_category_link', 'uncategorized'),
(2578, 134, 'lambda_target', '_self'),
(2579, 134, 'lambda_masonry_width', 'normal'),
(2580, 134, '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:"";}'),
(2596, 136, '_wp_attached_file', '2015/11/butebi-gold.jpg'),
(2597, 136, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:23:"2015/11/butebi-gold.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"butebi-gold-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:"butebi-gold-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:24:"butebi-gold-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:21:"butebi-gold-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:23:"butebi-gold-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:23:"butebi-gold-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:23:"butebi-gold-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:23:"butebi-gold-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:23:"butebi-gold-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2598, 134, '_thumbnail_id', '136'),
(2599, 137, '_wp_attached_file', '2015/11/butebi-gold-2.jpg'),
(2600, 137, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:25:"2015/11/butebi-gold-2.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"butebi-gold-2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"butebi-gold-2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"butebi-gold-2-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"butebi-gold-2-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"butebi-gold-2-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"butebi-gold-2-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:25:"butebi-gold-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:25:"butebi-gold-2-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:25:"butebi-gold-2-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2601, 134, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(2662, 140, '_edit_last', '1'),
(2663, 140, '_edit_lock', '1447839162:1'),
(2664, 140, '_wpb_vc_js_status', 'true'),
(2665, 140, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(2666, 140, 'slide_template', 'default'),
(2667, 140, 'lambda_override_header', 'override'),
(2668, 140, 'lambda_show_header', 'hide'),
(2670, 140, 'lambda_text_color', 'text-normal'),
(2671, 140, 'lambda_header_type', 'h1'),
(2672, 140, 'lambda_header_size', 'normal'),
(2673, 140, 'lambda_header_weight', 'default'),
(2674, 140, 'lambda_header_align', 'left'),
(2675, 140, 'lambda_header_fade_out', 'off'),
(2677, 140, 'lambda_margin_top', '20'),
(2678, 140, 'lambda_margin_bottom', '20'),
(2679, 140, 'lambda_text_shadow', 'no-shadow'),
(2680, 140, 'lambda_inner_shadow', 'no-shadow'),
(2681, 140, 'lambda_width', 'padded'),
(2685, 140, 'lambda_overlay_colour', '#000000'),
(2691, 140, 'lambda_background_image_size', 'cover'),
(2692, 140, 'lambda_background_image_repeat', 'no-repeat'),
(2694, 140, 'lambda_background_image_attachment', 'scroll'),
(2695, 140, 'lambda_background_image_parallax', 'off'),
(2697, 140, 'lambda_background_image_parallax_end', '-80'),
(2698, 140, 'lambda_height', 'normal'),
(2699, 140, 'lambda_transparency', 'opaque'),
(2700, 140, 'lambda_vertical_alignment', 'default'),
(2701, 140, 'lambda_site_top_nav', 'show'),
(2702, 140, 'lambda_site_top_nav_transparency', 'on'),
(2703, 140, 'lambda_post_type', 'standard'),
(2706, 140, 'lambda_link_type', 'default'),
(2707, 140, 'lambda_page_link', '69'),
(2708, 140, 'lambda_post_link', '1'),
(2709, 140, 'lambda_portfolio_link', '134'),
(2710, 140, 'lambda_category_link', 'uncategorized'),
(2712, 140, 'lambda_target', '_self'),
(2713, 140, 'lambda_masonry_width', 'normal'),
(2714, 140, '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:"";}'),
(2730, 144, '_wp_attached_file', '2015/11/butebi-silver-2.jpg'),
(2731, 144, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:900;s:4:"file";s:27:"2015/11/butebi-silver-2.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"butebi-silver-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:"butebi-silver-2-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:28:"butebi-silver-2-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"butebi-silver-2-90x68.jpg";s:5:"width";i:90;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"butebi-silver-2-700x525.jpg";s:5:"width";i:700;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"butebi-silver-2-700x525.jpg";s:5:"width";i:700;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:27:"butebi-silver-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:27:"butebi-silver-2-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:27:"butebi-silver-2-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2732, 145, '_wp_attached_file', '2015/11/butebi-silver.jpg'),
(2733, 145, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:900;s:4:"file";s:25:"2015/11/butebi-silver.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"butebi-silver-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:"butebi-silver-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:26:"butebi-silver-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"butebi-silver-90x68.jpg";s:5:"width";i:90;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"butebi-silver-700x525.jpg";s:5:"width";i:700;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"butebi-silver-700x525.jpg";s:5:"width";i:700;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:25:"butebi-silver-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:25:"butebi-silver-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:25:"butebi-silver-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2734, 140, '_thumbnail_id', '145'),
(2813, 57, '_edit_last', '1'),
(2814, 57, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(2815, 58, '_edit_last', '1'),
(2816, 58, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(2817, 59, '_edit_last', '1'),
(2818, 59, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(2819, 60, '_edit_last', '1'),
(2820, 60, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(2881, 68, 'lambda_content', ''),
(2882, 68, 'lambda_extra_classes', ''),
(2883, 68, 'lambda_class', ''),
(2884, 68, 'lambda_id', ''),
(2885, 68, 'lambda_label', ''),
(2886, 68, 'lambda_overlay_opacity', '0'),
(2887, 68, 'lambda_overlay_grid', '0'),
(2888, 68, 'lambda_background_video_mp4', ''),
(2889, 68, 'lambda_background_video_webm', ''),
(2890, 68, 'lambda_background_image', ''),
(2891, 68, 'lambda_background_position_vertical', '0'),
(2892, 68, 'lambda_background_image_parallax_start', '0'),
(2893, 157, '_edit_last', '1'),
(2894, 157, '_edit_lock', '1447945941:1'),
(2895, 162, '_wp_attached_file', '2015/11/platinum-royale.jpg'),
(2896, 162, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:982;s:4:"file";s:27:"2015/11/platinum-royale.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"platinum-royale-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:"platinum-royale-300x184.jpg";s:5:"width";i:300;s:6:"height";i:184;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:28:"platinum-royale-1024x628.jpg";s:5:"width";i:1024;s:6:"height";i:628;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:25:"platinum-royale-90x55.jpg";s:5:"width";i:90;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:27:"platinum-royale-700x430.jpg";s:5:"width";i:700;s:6:"height";i:430;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:27:"platinum-royale-700x430.jpg";s:5:"width";i:700;s:6:"height";i:430;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:27:"platinum-royale-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:27:"platinum-royale-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:27:"platinum-royale-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2897, 163, '_wp_attached_file', '2015/11/platinum-restaurant.jpg'),
(2898, 163, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:31:"2015/11/platinum-restaurant.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"platinum-restaurant-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:"platinum-restaurant-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:32:"platinum-restaurant-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:29:"platinum-restaurant-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:31:"platinum-restaurant-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:31:"platinum-restaurant-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:31:"platinum-restaurant-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:31:"platinum-restaurant-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:31:"platinum-restaurant-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2899, 164, '_wp_attached_file', '2015/11/platinum-hall.jpg'),
(2900, 164, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:25:"2015/11/platinum-hall.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"platinum-hall-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:"platinum-hall-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"platinum-hall-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:23:"platinum-hall-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:25:"platinum-hall-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:25:"platinum-hall-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:25:"platinum-hall-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:25:"platinum-hall-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:25:"platinum-hall-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(2901, 157, '_wpb_vc_js_status', 'true'),
(2902, 157, 'slide_template', 'default'),
(2903, 157, 'lambda_override_header', 'override'),
(2904, 157, 'lambda_show_header', 'hide'),
(2906, 157, 'lambda_text_color', 'text-normal'),
(2907, 157, 'lambda_header_type', 'h1'),
(2908, 157, 'lambda_header_size', 'normal'),
(2909, 157, 'lambda_header_weight', 'default'),
(2910, 157, 'lambda_header_align', 'left'),
(2911, 157, 'lambda_header_fade_out', 'off'),
(2913, 157, 'lambda_margin_top', '20'),
(2914, 157, 'lambda_margin_bottom', '20'),
(2915, 157, 'lambda_text_shadow', 'no-shadow'),
(2916, 157, 'lambda_inner_shadow', 'no-shadow'),
(2917, 157, 'lambda_width', 'padded'),
(2921, 157, 'lambda_overlay_colour', '#000000'),
(2927, 157, 'lambda_background_image_size', 'cover'),
(2928, 157, 'lambda_background_image_repeat', 'no-repeat'),
(2930, 157, 'lambda_background_image_attachment', 'scroll'),
(2931, 157, 'lambda_background_image_parallax', 'off'),
(2933, 157, 'lambda_background_image_parallax_end', '-80'),
(2934, 157, 'lambda_height', 'normal'),
(2935, 157, 'lambda_transparency', 'opaque'),
(2936, 157, 'lambda_vertical_alignment', 'default'),
(2937, 157, 'lambda_site_top_nav', 'show'),
(2938, 157, 'lambda_site_top_nav_transparency', 'on'),
(2939, 157, 'lambda_post_type', 'standard'),
(2942, 157, 'lambda_link_type', 'default'),
(2943, 157, 'lambda_page_link', '69'),
(2944, 157, 'lambda_post_link', '1'),
(2945, 157, 'lambda_portfolio_link', '140'),
(2946, 157, 'lambda_category_link', 'uncategorized'),
(2948, 157, 'lambda_target', '_self');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2949, 157, 'lambda_masonry_width', 'normal'),
(2950, 157, '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:"";}'),
(2996, 157, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(3027, 160, '_edit_last', '1'),
(3028, 160, '_edit_lock', '1447833251:1'),
(3029, 168, '_wp_attached_file', '2015/11/green-valley.jpg'),
(3030, 168, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:952;s:4:"file";s:24:"2015/11/green-valley.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"green-valley-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:"green-valley-300x179.jpg";s:5:"width";i:300;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"green-valley-1024x609.jpg";s:5:"width";i:1024;s:6:"height";i:609;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"green-valley-90x54.jpg";s:5:"width";i:90;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"green-valley-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"green-valley-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:24:"green-valley-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:24:"green-valley-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:24:"green-valley-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(3031, 160, '_thumbnail_id', '168'),
(3032, 169, '_wp_attached_file', '2015/11/green-valley-bar.jpg'),
(3033, 169, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:900;s:4:"file";s:28:"2015/11/green-valley-bar.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"green-valley-bar-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"green-valley-bar-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:29:"green-valley-bar-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:26:"green-valley-bar-90x68.jpg";s:5:"width";i:90;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:28:"green-valley-bar-700x525.jpg";s:5:"width";i:700;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:28:"green-valley-bar-700x525.jpg";s:5:"width";i:700;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:28:"green-valley-bar-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:28:"green-valley-bar-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:28:"green-valley-bar-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(3034, 170, '_wp_attached_file', '2015/11/green-valley-2.jpg'),
(3035, 170, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:900;s:4:"file";s:26:"2015/11/green-valley-2.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"green-valley-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:26:"green-valley-2-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:27:"green-valley-2-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"green-valley-2-90x68.jpg";s:5:"width";i:90;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"green-valley-2-700x525.jpg";s:5:"width";i:700;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"green-valley-2-700x525.jpg";s:5:"width";i:700;s:6:"height";i:525;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:26:"green-valley-2-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:26:"green-valley-2-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:26:"green-valley-2-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(3036, 160, '_wpb_vc_js_status', 'true'),
(3037, 160, 'slide_template', 'default'),
(3038, 160, 'lambda_override_header', 'override'),
(3039, 160, 'lambda_show_header', 'hide'),
(3041, 160, 'lambda_text_color', 'text-normal'),
(3042, 160, 'lambda_header_type', 'h1'),
(3043, 160, 'lambda_header_size', 'normal'),
(3044, 160, 'lambda_header_weight', 'default'),
(3045, 160, 'lambda_header_align', 'left'),
(3046, 160, 'lambda_header_fade_out', 'off'),
(3048, 160, 'lambda_margin_top', '20'),
(3049, 160, 'lambda_margin_bottom', '20'),
(3050, 160, 'lambda_text_shadow', 'no-shadow'),
(3051, 160, 'lambda_inner_shadow', 'no-shadow'),
(3052, 160, 'lambda_width', 'padded'),
(3056, 160, 'lambda_overlay_colour', '#000000'),
(3062, 160, 'lambda_background_image_size', 'cover'),
(3063, 160, 'lambda_background_image_repeat', 'no-repeat'),
(3065, 160, 'lambda_background_image_attachment', 'scroll'),
(3066, 160, 'lambda_background_image_parallax', 'off'),
(3068, 160, 'lambda_background_image_parallax_end', '-80'),
(3069, 160, 'lambda_height', 'normal'),
(3070, 160, 'lambda_transparency', 'opaque'),
(3071, 160, 'lambda_vertical_alignment', 'default'),
(3072, 160, 'lambda_site_top_nav', 'show'),
(3073, 160, 'lambda_site_top_nav_transparency', 'on'),
(3074, 160, 'lambda_post_type', 'standard'),
(3077, 160, 'lambda_link_type', 'default'),
(3078, 160, 'lambda_page_link', '69'),
(3079, 160, 'lambda_post_link', '1'),
(3080, 160, 'lambda_portfolio_link', '140'),
(3081, 160, 'lambda_category_link', 'uncategorized'),
(3083, 160, 'lambda_target', '_self'),
(3084, 160, 'lambda_masonry_width', 'normal'),
(3085, 160, '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:"";}'),
(3105, 160, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(3129, 160, 'lambda_content', ''),
(3131, 160, 'lambda_extra_classes', ''),
(3133, 160, 'lambda_class', ''),
(3135, 160, 'lambda_id', ''),
(3136, 160, 'lambda_label', ''),
(3137, 160, 'lambda_overlay_opacity', '0'),
(3138, 160, 'lambda_overlay_grid', '0'),
(3139, 160, 'lambda_background_video_mp4', ''),
(3140, 160, 'lambda_background_video_webm', ''),
(3141, 160, 'lambda_background_image', ''),
(3142, 160, 'lambda_background_position_vertical', '0'),
(3143, 160, 'lambda_background_image_parallax_start', '0'),
(3144, 160, 'lambda_post_video_link', ''),
(3145, 160, 'lambda_post_gallery', ''),
(3146, 160, 'lambda_url_link', ''),
(3147, 161, '_edit_last', '1'),
(3148, 161, '_edit_lock', '1447833248:1'),
(3149, 174, '_wp_attached_file', '2015/11/lake-view.jpg'),
(3150, 174, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:952;s:4:"file";s:21:"2015/11/lake-view.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"lake-view-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:"lake-view-300x179.jpg";s:5:"width";i:300;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"lake-view-1024x609.jpg";s:5:"width";i:1024;s:6:"height";i:609;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:19:"lake-view-90x54.jpg";s:5:"width";i:90;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:21:"lake-view-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:21:"lake-view-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:21:"lake-view-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:21:"lake-view-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:21:"lake-view-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(3151, 161, '_wpb_vc_js_status', 'true'),
(3152, 161, 'slide_template', 'default'),
(3153, 161, 'lambda_override_header', 'override'),
(3154, 161, 'lambda_show_header', 'hide'),
(3156, 161, 'lambda_text_color', 'text-normal'),
(3157, 161, 'lambda_header_type', 'h1'),
(3158, 161, 'lambda_header_size', 'normal'),
(3159, 161, 'lambda_header_weight', 'default'),
(3160, 161, 'lambda_header_align', 'left'),
(3161, 161, 'lambda_header_fade_out', 'off'),
(3163, 161, 'lambda_margin_top', '20'),
(3164, 161, 'lambda_margin_bottom', '20'),
(3165, 161, 'lambda_text_shadow', 'no-shadow'),
(3166, 161, 'lambda_inner_shadow', 'no-shadow'),
(3167, 161, 'lambda_width', 'padded'),
(3171, 161, 'lambda_overlay_colour', '#000000'),
(3177, 161, 'lambda_background_image_size', 'cover'),
(3178, 161, 'lambda_background_image_repeat', 'no-repeat'),
(3180, 161, 'lambda_background_image_attachment', 'scroll'),
(3181, 161, 'lambda_background_image_parallax', 'off'),
(3183, 161, 'lambda_background_image_parallax_end', '-80'),
(3184, 161, 'lambda_height', 'normal'),
(3185, 161, 'lambda_transparency', 'opaque'),
(3186, 161, 'lambda_vertical_alignment', 'default'),
(3187, 161, 'lambda_site_top_nav', 'show'),
(3188, 161, 'lambda_site_top_nav_transparency', 'on'),
(3189, 161, 'lambda_post_type', 'standard'),
(3192, 161, 'lambda_link_type', 'default'),
(3193, 161, 'lambda_page_link', '69'),
(3194, 161, 'lambda_post_link', '1'),
(3195, 161, 'lambda_portfolio_link', '140'),
(3196, 161, 'lambda_category_link', 'uncategorized'),
(3198, 161, 'lambda_target', '_self'),
(3199, 161, 'lambda_masonry_width', 'normal'),
(3200, 161, '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:"";}'),
(3216, 161, '_thumbnail_id', '107'),
(3220, 161, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(3245, 161, 'lambda_content', ''),
(3247, 161, 'lambda_extra_classes', ''),
(3249, 161, 'lambda_class', ''),
(3251, 161, 'lambda_id', ''),
(3252, 161, 'lambda_label', ''),
(3253, 161, 'lambda_overlay_opacity', '0'),
(3254, 161, 'lambda_overlay_grid', '0'),
(3255, 161, 'lambda_background_video_mp4', ''),
(3256, 161, 'lambda_background_video_webm', ''),
(3257, 161, 'lambda_background_image', ''),
(3258, 161, 'lambda_background_position_vertical', '0'),
(3259, 161, 'lambda_background_image_parallax_start', '0'),
(3260, 161, 'lambda_post_video_link', ''),
(3261, 161, 'lambda_post_gallery', ''),
(3262, 161, 'lambda_url_link', ''),
(3263, 177, '_edit_last', '1'),
(3264, 177, '_edit_lock', '1447834854:1'),
(3265, 177, '_wpb_vc_js_status', 'true'),
(3266, 177, 'slide_template', 'default'),
(3267, 177, 'lambda_override_header', 'override'),
(3268, 177, 'lambda_show_header', 'hide'),
(3270, 177, 'lambda_text_color', 'text-normal'),
(3271, 177, 'lambda_header_type', 'h1'),
(3272, 177, 'lambda_header_size', 'normal'),
(3273, 177, 'lambda_header_weight', 'default'),
(3274, 177, 'lambda_header_align', 'left'),
(3275, 177, 'lambda_header_fade_out', 'off'),
(3277, 177, 'lambda_margin_top', '20'),
(3278, 177, 'lambda_margin_bottom', '20'),
(3279, 177, 'lambda_text_shadow', 'no-shadow'),
(3280, 177, 'lambda_inner_shadow', 'no-shadow'),
(3281, 177, 'lambda_width', 'padded'),
(3285, 177, 'lambda_overlay_colour', '#000000'),
(3291, 177, 'lambda_background_image_size', 'cover'),
(3292, 177, 'lambda_background_image_repeat', 'no-repeat'),
(3294, 177, 'lambda_background_image_attachment', 'scroll'),
(3295, 177, 'lambda_background_image_parallax', 'off'),
(3297, 177, 'lambda_background_image_parallax_end', '-80'),
(3298, 177, 'lambda_height', 'normal'),
(3299, 177, 'lambda_transparency', 'opaque'),
(3300, 177, 'lambda_vertical_alignment', 'default'),
(3301, 177, 'lambda_site_top_nav', 'show'),
(3302, 177, 'lambda_site_top_nav_transparency', 'on'),
(3303, 177, 'lambda_post_type', 'standard'),
(3306, 177, 'lambda_link_type', 'default'),
(3307, 177, 'lambda_page_link', '69'),
(3308, 177, 'lambda_post_link', '1'),
(3309, 177, 'lambda_portfolio_link', '161'),
(3310, 177, 'lambda_category_link', 'uncategorized'),
(3312, 177, 'lambda_target', '_self'),
(3313, 177, 'lambda_masonry_width', 'normal'),
(3314, 177, '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:"";}'),
(3360, 180, '_wp_attached_file', '2015/11/restaurant.jpg'),
(3361, 180, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:22:"2015/11/restaurant.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"restaurant-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:"restaurant-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:23:"restaurant-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"restaurant-90x60.jpg";s:5:"width";i:90;s:6:"height";i:60;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:22:"restaurant-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:22:"restaurant-700x467.jpg";s:5:"width";i:700;s:6:"height";i:467;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:22:"restaurant-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:22:"restaurant-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:22:"restaurant-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(3392, 177, '_thumbnail_id', '112'),
(3393, 177, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(3394, 177, 'lambda_content', ''),
(3395, 177, 'lambda_extra_classes', ''),
(3396, 177, 'lambda_class', ''),
(3397, 177, 'lambda_id', ''),
(3398, 177, 'lambda_label', ''),
(3399, 177, 'lambda_overlay_opacity', '0'),
(3400, 177, 'lambda_overlay_grid', '0'),
(3401, 177, 'lambda_background_video_mp4', ''),
(3402, 177, 'lambda_background_video_webm', ''),
(3403, 177, 'lambda_background_image', ''),
(3404, 177, 'lambda_background_position_vertical', '0'),
(3405, 177, 'lambda_background_image_parallax_start', '0'),
(3406, 177, 'lambda_post_video_link', ''),
(3407, 177, 'lambda_post_gallery', ''),
(3408, 177, 'lambda_url_link', ''),
(3409, 157, '_thumbnail_id', '108'),
(3505, 185, '_menu_item_type', 'post_type'),
(3506, 185, '_menu_item_menu_item_parent', '0'),
(3507, 185, '_menu_item_object_id', '88'),
(3508, 185, '_menu_item_object', 'page'),
(3509, 185, '_menu_item_target', ''),
(3510, 185, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(3511, 185, '_menu_item_xfn', ''),
(3512, 185, '_menu_item_url', ''),
(3514, 185, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(3515, 185, 'oxy_icon', ''),
(3516, 185, 'oxy_special', ''),
(3517, 185, 'oxy_label', ''),
(3518, 185, 'oxy_label_type', 'default'),
(3567, 64, '_edit_last', '1'),
(3568, 64, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(3605, 64, 'lambda_content', ''),
(3606, 64, 'lambda_extra_classes', ''),
(3607, 64, 'lambda_class', ''),
(3608, 64, 'lambda_id', ''),
(3609, 64, 'lambda_label', ''),
(3610, 64, 'lambda_overlay_opacity', '0'),
(3611, 64, 'lambda_overlay_grid', '0'),
(3612, 64, 'lambda_background_video_mp4', ''),
(3613, 64, 'lambda_background_video_webm', ''),
(3614, 64, 'lambda_background_image', ''),
(3615, 64, 'lambda_background_position_vertical', '0'),
(3616, 64, 'lambda_background_image_parallax_start', '0'),
(3617, 189, '_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>'),
(3618, 189, '_mail', 'a:8:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:36:"[your-name] <kiberusharif@gmail.com>";s:4:"body";s:180:"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 Butebi Hotels (http://localhost/butebihotels)";s:9:"recipient";s:22:"kiberusharif@gmail.com";s:18:"additional_headers";s:22:"Reply-To: [your-email]";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(3619, 189, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:38:"Butebi Hotels <kiberusharif@gmail.com>";s:4:"body";s:122:"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Butebi Hotels (http://localhost/butebihotels)";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:32:"Reply-To: kiberusharif@gmail.com";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(3620, 189, '_messages', 'a:22:{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:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";s: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:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";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:16:"invalid_datetime";s:31:"Invalid date and time supplied.";s:12:"invalid_date";s:22:"Invalid date supplied.";s:12:"invalid_time";s:22:"Invalid time supplied.";}'),
(3621, 189, '_additional_settings', ''),
(3622, 189, '_locale', 'en_US'),
(3638, 140, 'lambda_content', ''),
(3639, 140, 'lambda_extra_classes', ''),
(3640, 140, 'lambda_class', ''),
(3641, 140, 'lambda_id', ''),
(3642, 140, 'lambda_label', ''),
(3643, 140, 'lambda_overlay_opacity', '0'),
(3644, 140, 'lambda_overlay_grid', '0'),
(3645, 140, 'lambda_background_video_mp4', ''),
(3646, 140, 'lambda_background_video_webm', ''),
(3647, 140, 'lambda_background_image', ''),
(3648, 140, 'lambda_background_position_vertical', '0'),
(3649, 140, 'lambda_background_image_parallax_start', '0'),
(3650, 140, 'lambda_post_video_link', ''),
(3651, 140, 'lambda_post_gallery', ''),
(3652, 140, 'lambda_url_link', ''),
(3668, 134, 'lambda_content', ''),
(3669, 134, 'lambda_extra_classes', ''),
(3670, 134, 'lambda_class', ''),
(3671, 134, 'lambda_id', ''),
(3672, 134, 'lambda_label', ''),
(3673, 134, 'lambda_overlay_opacity', '0'),
(3674, 134, 'lambda_overlay_grid', '0'),
(3675, 134, 'lambda_background_video_mp4', ''),
(3676, 134, 'lambda_background_video_webm', ''),
(3677, 134, 'lambda_background_image', ''),
(3678, 134, 'lambda_background_position_vertical', '0'),
(3679, 134, 'lambda_background_image_parallax_start', '0'),
(3680, 134, 'lambda_post_video_link', ''),
(3681, 134, 'lambda_post_gallery', ''),
(3682, 134, 'lambda_url_link', ''),
(3698, 123, 'lambda_content', ''),
(3699, 123, 'lambda_extra_classes', ''),
(3700, 123, 'lambda_class', ''),
(3701, 123, 'lambda_id', ''),
(3702, 123, 'lambda_label', ''),
(3703, 123, 'lambda_overlay_opacity', '0'),
(3704, 123, 'lambda_overlay_grid', '0'),
(3705, 123, 'lambda_background_video_mp4', ''),
(3706, 123, 'lambda_background_video_webm', ''),
(3707, 123, 'lambda_background_image', ''),
(3708, 123, 'lambda_background_position_vertical', '0'),
(3709, 123, 'lambda_background_image_parallax_start', '0'),
(3710, 123, 'lambda_post_video_link', ''),
(3711, 123, 'lambda_post_gallery', ''),
(3712, 123, 'lambda_url_link', ''),
(3773, 69, '_edit_last', '1'),
(3774, 69, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(3835, 69, 'lambda_content', ''),
(3836, 69, 'lambda_extra_classes', ''),
(3837, 69, 'lambda_class', ''),
(3838, 69, 'lambda_id', ''),
(3839, 69, 'lambda_label', ''),
(3840, 69, 'lambda_overlay_opacity', '0'),
(3841, 69, 'lambda_overlay_grid', '0'),
(3842, 69, 'lambda_background_video_mp4', ''),
(3843, 69, 'lambda_background_video_webm', ''),
(3844, 69, 'lambda_background_image', ''),
(3845, 69, 'lambda_background_position_vertical', '0'),
(3846, 69, 'lambda_background_image_parallax_start', '0'),
(3847, 189, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(3848, 198, '_wp_attached_file', '2015/11/butebi-fav.png'),
(3849, 198, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:504;s:6:"height";i:360;s:4:"file";s:22:"2015/11/butebi-fav.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"butebi-fav-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:22:"butebi-fav-300x214.png";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:9:"image/png";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:20:"butebi-fav-90x64.png";s:5:"width";i:90;s:6:"height";i:64;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;}}'),
(3865, 157, 'lambda_content', ''),
(3866, 157, 'lambda_extra_classes', ''),
(3867, 157, 'lambda_class', ''),
(3868, 157, 'lambda_id', ''),
(3869, 157, 'lambda_label', ''),
(3870, 157, 'lambda_overlay_opacity', '0'),
(3871, 157, 'lambda_overlay_grid', '0'),
(3872, 157, 'lambda_background_video_mp4', ''),
(3873, 157, 'lambda_background_video_webm', ''),
(3874, 157, 'lambda_background_image', ''),
(3875, 157, 'lambda_background_position_vertical', '0'),
(3876, 157, 'lambda_background_image_parallax_start', '0'),
(3877, 157, 'lambda_post_video_link', ''),
(3878, 157, 'lambda_post_gallery', ''),
(3879, 157, 'lambda_url_link', ''),
(3928, 88, 'lambda_content', ''),
(3929, 88, 'lambda_extra_classes', ''),
(3930, 88, 'lambda_class', ''),
(3931, 88, 'lambda_id', ''),
(3932, 88, 'lambda_label', ''),
(3933, 88, 'lambda_overlay_opacity', '0'),
(3934, 88, 'lambda_overlay_grid', '0'),
(3935, 88, 'lambda_background_video_mp4', ''),
(3936, 88, 'lambda_background_video_webm', ''),
(3937, 88, 'lambda_background_image', ''),
(3938, 88, 'lambda_background_position_vertical', '0'),
(3939, 88, 'lambda_background_image_parallax_start', '0'),
(3940, 203, '_wp_attached_file', '2015/11/busega-front.jpg'),
(3941, 203, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:952;s:4:"file";s:24:"2015/11/busega-front.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"busega-front-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:"busega-front-300x179.jpg";s:5:"width";i:300;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"busega-front-1024x609.jpg";s:5:"width";i:1024;s:6:"height";i:609;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"busega-front-90x54.jpg";s:5:"width";i:90;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"busega-front-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"busega-front-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:24:"busega-front-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:24:"busega-front-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:24:"busega-front-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(3942, 204, '_wp_attached_file', '2015/11/wamala-front.jpg'),
(3943, 204, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:952;s:4:"file";s:24:"2015/11/wamala-front.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"wamala-front-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:"wamala-front-300x179.jpg";s:5:"width";i:300;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"wamala-front-1024x609.jpg";s:5:"width";i:1024;s:6:"height";i:609;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:22:"wamala-front-90x54.jpg";s:5:"width";i:90;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:24:"wamala-front-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:24:"wamala-front-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:24:"wamala-front-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:24:"wamala-front-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:24:"wamala-front-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(3944, 205, '_wp_attached_file', '2015/11/emirates-front.jpg'),
(3945, 205, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:952;s:4:"file";s:26:"2015/11/emirates-front.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"emirates-front-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:26:"emirates-front-300x179.jpg";s:5:"width";i:300;s:6:"height";i:179;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"emirates-front-1024x609.jpg";s:5:"width";i:1024;s:6:"height";i:609;s:9:"mime-type";s:10:"image/jpeg";}s:14:"shop_thumbnail";a:4:{s:4:"file";s:24:"emirates-front-90x54.jpg";s:5:"width";i:90;s:6:"height";i:54;s:9:"mime-type";s:10:"image/jpeg";}s:12:"shop_catalog";a:4:{s:4:"file";s:26:"emirates-front-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:11:"shop_single";a:4:{s:4:"file";s:26:"emirates-front-700x417.jpg";s:5:"width";i:700;s:6:"height";i:417;s:9:"mime-type";s:10:"image/jpeg";}s:12:"square-image";a:4:{s:4:"file";s:26:"emirates-front-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"related-post-image";a:4:{s:4:"file";s:26:"emirates-front-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-thumb";a:4:{s:4:"file";s:26:"emirates-front-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;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;}}'),
(3970, 70, 'lambda_content', ''),
(3971, 70, 'lambda_extra_classes', ''),
(3972, 70, 'lambda_class', ''),
(3973, 70, 'lambda_id', ''),
(3974, 70, 'lambda_label', ''),
(3975, 70, 'lambda_overlay_opacity', '0'),
(3976, 70, 'lambda_overlay_grid', '0'),
(3977, 70, 'lambda_background_video_mp4', ''),
(3978, 70, 'lambda_background_video_webm', ''),
(3979, 70, 'lambda_background_image', ''),
(3980, 70, 'lambda_background_position_vertical', '0'),
(3981, 70, 'lambda_background_image_parallax_start', '0'),
(4015, 63, '_edit_last', '1'),
(4016, 63, '_vc_post_settings', 'a:1:{s:7:"vc_grid";a:0:{}}'),
(4029, 63, 'lambda_content', ''),
(4030, 63, 'lambda_extra_classes', ''),
(4031, 63, 'lambda_class', ''),
(4032, 63, 'lambda_id', ''),
(4033, 63, 'lambda_label', ''),
(4034, 63, 'lambda_overlay_opacity', '0'),
(4035, 63, 'lambda_overlay_grid', '0'),
(4036, 63, 'lambda_background_video_mp4', ''),
(4037, 63, 'lambda_background_video_webm', ''),
(4038, 63, 'lambda_background_image', ''),
(4039, 63, 'lambda_background_position_vertical', '0'),
(4040, 63, 'lambda_background_image_parallax_start', '0');

-- --------------------------------------------------------

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

CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `post_author` bigint(20) unsigned NOT NULL default '0',
  `post_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL default 'publish',
  `comment_status` varchar(20) NOT NULL default 'open',
  `ping_status` varchar(20) NOT NULL default 'open',
  `post_password` varchar(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=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=213 ;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2015-11-15 21:48:25', '2015-11-15 21:48:25', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2015-11-15 21:48:25', '2015-11-15 21:48:25', '', 0, 'http://localhost/butebihotels/?p=1', 0, 'post', '', 1),
(2, 1, '2015-11-15 21:48:25', '2015-11-15 21:48:25', 'This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin'' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href="http://localhost/butebihotels/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2015-11-15 21:48:25', '2015-11-15 21:48:25', '', 0, 'http://localhost/butebihotels/?page_id=2', 0, 'page', '', 0),
(4, 1, '2015-11-15 21:50:46', '2015-11-15 21:50:46', '', 'Red', '', 'publish', 'closed', 'closed', '', 'red', '', '', '2015-11-15 21:50:46', '2015-11-15 21:50:46', '', 0, 'http://localhost/butebihotels/index.php/oxy_stack/red/', 0, 'oxy_stack', '', 0),
(5, 1, '2015-11-15 21:51:11', '2015-11-15 21:51:11', '', 'Green', '', 'publish', 'closed', 'closed', '', 'green', '', '', '2015-11-15 21:51:11', '2015-11-15 21:51:11', '', 0, 'http://localhost/butebihotels/index.php/oxy_stack/green/', 0, 'oxy_stack', '', 0),
(6, 1, '2015-11-15 21:51:38', '2015-11-15 21:51:38', '', 'Blue', '', 'publish', 'closed', 'closed', '', 'blue', '', '', '2015-11-15 21:51:38', '2015-11-15 21:51:38', '', 0, 'http://localhost/butebihotels/index.php/oxy_stack/blue/', 0, 'oxy_stack', '', 0),
(7, 1, '2015-11-15 21:52:14', '2015-11-15 21:52:14', '', 'Mega Menu', '', 'publish', 'closed', 'closed', '', 'mega-menu', '', '', '2015-11-15 21:52:14', '2015-11-15 21:52:14', '', 0, 'http://localhost/butebihotels/index.php/oxy_mega_menu/mega-menu/', 0, 'oxy_mega_menu', '', 0),
(8, 1, '2015-11-15 21:52:15', '2015-11-15 21:52:15', 'col-md-3', 'One Quarter Column (1/4)', '', 'publish', 'closed', 'closed', '', 'one-quarter-column-14', '', '', '2015-11-15 21:52:15', '2015-11-15 21:52:15', '', 0, 'http://localhost/butebihotels/index.php/oxy_mega_columns/one-quarter-column-14/', 0, 'oxy_mega_columns', '', 0),
(9, 1, '2015-11-15 21:52:15', '2015-11-15 21:52:15', 'col-md-4', 'One Third Column (1/3)', '', 'publish', 'closed', 'closed', '', 'one-third-column-13', '', '', '2015-11-15 21:52:15', '2015-11-15 21:52:15', '', 0, 'http://localhost/butebihotels/index.php/oxy_mega_columns/one-third-column-13/', 0, 'oxy_mega_columns', '', 0),
(10, 1, '2015-11-15 22:08:42', '2015-11-15 22:08:42', '<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] <kiberusharif@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 Butebi Hotels (http://localhost/butebihotels)\nkiberusharif@gmail.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nButebi Hotels <kiberusharif@gmail.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Butebi Hotels (http://localhost/butebihotels)\n[your-email]\nReply-To: kiberusharif@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-11-15 22:08:42', '2015-11-15 22:08:42', '', 0, 'http://localhost/butebihotels/?post_type=wpcf7_contact_form&p=10', 0, 'wpcf7_contact_form', '', 0),
(11, 1, '2015-11-15 22:21:05', '2015-11-15 22:21:05', '', 'president-notinclude', '', 'inherit', 'open', 'closed', '', 'president-notinclude', '', '', '2015-11-15 22:21:05', '2015-11-15 22:21:05', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/president-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(12, 1, '2015-11-15 22:22:02', '2015-11-15 22:22:02', '', 'deluxe-not-include', '', 'inherit', 'open', 'closed', '', 'deluxe-not-include', '', '', '2015-11-15 22:22:02', '2015-11-15 22:22:02', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/deluxe-not-include.jpg', 0, 'attachment', 'image/jpeg', 0),
(13, 1, '2015-11-15 22:22:54', '2015-11-15 22:22:54', '', 'contact-notinclude', '', 'inherit', 'open', 'closed', '', 'contact-notinclude', '', '', '2015-11-15 22:22:54', '2015-11-15 22:22:54', '', 69, 'http://localhost/butebihotels/wp-content/uploads/2015/11/contact-notinclude1.jpg', 0, 'attachment', 'image/jpeg', 0),
(14, 1, '2015-11-15 22:24:00', '2015-11-15 22:24:00', '', 'sea-notinclude', '', 'inherit', 'open', 'closed', '', 'sea-notinclude', '', '', '2015-11-15 22:24:00', '2015-11-15 22:24:00', '', 60, 'http://localhost/butebihotels/wp-content/uploads/2015/11/sea-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(15, 1, '2015-11-15 22:24:40', '2015-11-15 22:24:40', '', 'reservations-notinclude', '', 'inherit', 'open', 'closed', '', 'reservations-notinclude', '', '', '2015-11-15 22:24:40', '2015-11-15 22:24:40', '', 64, 'http://localhost/butebihotels/wp-content/uploads/2015/11/reservations-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(16, 1, '2015-11-15 22:25:32', '2015-11-15 22:25:32', '', 'spa-notinclude', '', 'inherit', 'open', 'closed', '', 'spa-notinclude', '', '', '2015-11-15 22:25:32', '2015-11-15 22:25:32', '', 55, 'http://localhost/butebihotels/wp-content/uploads/2015/11/spa-notinclude1.jpg', 0, 'attachment', 'image/jpeg', 0),
(17, 1, '2015-11-15 22:26:15', '2015-11-15 22:26:15', '', 'spa-notinclude', '', 'inherit', 'open', 'closed', '', 'spa-notinclude-2', '', '', '2015-11-15 22:26:15', '2015-11-15 22:26:15', '', 55, 'http://localhost/butebihotels/wp-content/uploads/2015/11/spa-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(18, 1, '2015-11-15 22:27:02', '2015-11-15 22:27:02', '', 'restaurant-notinclude', '', 'inherit', 'open', 'closed', '', 'restaurant-notinclude', '', '', '2015-11-15 22:27:02', '2015-11-15 22:27:02', '', 54, 'http://localhost/butebihotels/wp-content/uploads/2015/11/restaurant-notinclude1.jpg', 0, 'attachment', 'image/jpeg', 0),
(19, 1, '2015-11-15 22:27:56', '2015-11-15 22:27:56', '', 'rooms-notinclude', '', 'inherit', 'open', 'closed', '', 'rooms-notinclude', '', '', '2015-11-15 22:27:56', '2015-11-15 22:27:56', '', 68, 'http://localhost/butebihotels/wp-content/uploads/2015/11/rooms-notinclude1.jpg', 0, 'attachment', 'image/jpeg', 0),
(20, 1, '2015-11-15 22:28:47', '2015-11-15 22:28:47', '', 'hotel-10-notinclude', '', 'inherit', 'open', 'closed', '', 'hotel-10-notinclude', '', '', '2015-11-15 22:28:47', '2015-11-15 22:28:47', '', 64, 'http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-10-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(21, 1, '2015-11-15 22:29:56', '2015-11-15 22:29:56', '', 'restaurant-notinclude', '', 'inherit', 'open', 'closed', '', 'restaurant-notinclude-2', '', '', '2015-11-15 22:29:56', '2015-11-15 22:29:56', '', 54, 'http://localhost/butebihotels/wp-content/uploads/2015/11/restaurant-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(22, 1, '2015-11-15 22:30:29', '2015-11-15 22:30:29', '', 'hotel-13-notinclude', '', 'inherit', 'open', 'closed', '', 'hotel-13-notinclude', '', '', '2015-11-15 22:30:29', '2015-11-15 22:30:29', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-13-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(23, 1, '2015-11-15 22:31:18', '2015-11-15 22:31:18', '', 'hotel-12-notinclude', '', 'inherit', 'open', 'closed', '', 'hotel-12-notinclude', '', '', '2015-11-15 22:31:18', '2015-11-15 22:31:18', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-12-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(24, 1, '2015-11-15 22:31:51', '2015-11-15 22:31:51', '', 'hotel-11-notinclude', '', 'inherit', 'open', 'closed', '', 'hotel-11-notinclude', '', '', '2015-11-15 22:31:51', '2015-11-15 22:31:51', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-11-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(25, 1, '2015-11-15 22:32:28', '2015-11-15 22:32:28', '', 'hotel-9-notinclude', '', 'inherit', 'open', 'closed', '', 'hotel-9-notinclude', '', '', '2015-11-15 22:32:28', '2015-11-15 22:32:28', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-9-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(26, 1, '2015-11-15 22:33:10', '2015-11-15 22:33:10', '', 'hotel-8-notinclude', '', 'inherit', 'open', 'closed', '', 'hotel-8-notinclude', '', '', '2015-11-15 22:33:10', '2015-11-15 22:33:10', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-8-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(27, 1, '2015-11-15 22:33:59', '2015-11-15 22:33:59', '', 'hotel-7-notinclude', '', 'inherit', 'open', 'closed', '', 'hotel-7-notinclude', '', '', '2015-11-15 22:33:59', '2015-11-15 22:33:59', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-7-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(28, 1, '2015-11-15 22:34:38', '2015-11-15 22:34:38', '', 'hotel-6-notinclude', '', 'inherit', 'open', 'closed', '', 'hotel-6-notinclude', '', '', '2015-11-15 22:34:38', '2015-11-15 22:34:38', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-6-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(29, 1, '2015-11-15 22:35:28', '2015-11-15 22:35:28', '', 'hotel-5-notinclude', '', 'inherit', 'open', 'closed', '', 'hotel-5-notinclude', '', '', '2015-11-15 22:35:28', '2015-11-15 22:35:28', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-5-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(30, 1, '2015-11-15 22:36:20', '2015-11-15 22:36:20', '', 'hotel-4-notinclude', '', 'inherit', 'open', 'closed', '', 'hotel-4-notinclude', '', '', '2015-11-15 22:36:20', '2015-11-15 22:36:20', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-4-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2015-11-15 22:36:47', '2015-11-15 22:36:47', '', 'hotel-3-notinclude', '', 'inherit', 'open', 'closed', '', 'hotel-3-notinclude', '', '', '2015-11-15 22:36:47', '2015-11-15 22:36:47', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-3-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(32, 1, '2015-11-15 22:37:14', '2015-11-15 22:37:14', '', 'hotel-2-notinclude', '', 'inherit', 'open', 'closed', '', 'hotel-2-notinclude', '', '', '2015-11-15 22:37:14', '2015-11-15 22:37:14', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-2-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(33, 1, '2015-11-15 22:39:48', '2015-11-15 22:39:48', '', 'sea2-notinclude', '', 'inherit', 'open', 'closed', '', 'sea2-notinclude', '', '', '2015-11-15 22:39:48', '2015-11-15 22:39:48', '', 60, 'http://localhost/butebihotels/wp-content/uploads/2015/11/sea2-notinclude1.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2015-11-15 22:40:20', '2015-11-15 22:40:20', '', 'sea2-notinclude', '', 'inherit', 'open', 'closed', '', 'sea2-notinclude-2', '', '', '2015-11-15 22:40:20', '2015-11-15 22:40:20', '', 60, 'http://localhost/butebihotels/wp-content/uploads/2015/11/sea2-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(35, 1, '2015-11-15 22:42:55', '2015-11-15 22:42:55', '', 'food-bg-2', '', 'inherit', 'open', 'closed', '', 'food-bg-2', '', '', '2015-11-15 22:42:55', '2015-11-15 22:42:55', '', 54, 'http://localhost/butebihotels/wp-content/uploads/2015/11/food-bg-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(36, 1, '2015-11-15 22:43:27', '2015-11-15 22:43:27', '', 'food-bg-1', '', 'inherit', 'open', 'closed', '', 'food-bg-1', '', '', '2015-11-15 22:43:27', '2015-11-15 22:43:27', '', 54, 'http://localhost/butebihotels/wp-content/uploads/2015/11/food-bg-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2015-11-15 22:47:25', '2015-11-15 22:47:25', '', 'hotel-1-notinclude', '', 'inherit', 'open', 'closed', '', 'hotel-1-notinclude', '', '', '2015-11-15 22:47:25', '2015-11-15 22:47:25', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/hotel-1-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2015-11-15 22:47:50', '2015-11-15 22:47:50', '', 'decor-small-white', '', 'inherit', 'open', 'closed', '', 'decor-small-white', '', '', '2015-11-15 22:47:50', '2015-11-15 22:47:50', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2015/11/decor-small-white.png', 0, 'attachment', 'image/png', 0),
(39, 1, '2015-11-15 22:48:09', '2015-11-15 22:48:09', '', 'decor-big-white', '', 'inherit', 'open', 'closed', '', 'decor-big-white', '', '', '2015-11-15 22:48:09', '2015-11-15 22:48:09', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2015/11/decor-big-white.png', 0, 'attachment', 'image/png', 0),
(40, 1, '2015-11-15 22:48:27', '2015-11-15 22:48:27', '', 'decor-small-gold', '', 'inherit', 'open', 'closed', '', 'decor-small-gold', '', '', '2015-11-15 22:48:27', '2015-11-15 22:48:27', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2015/11/decor-small-gold.png', 0, 'attachment', 'image/png', 0),
(41, 1, '2015-11-15 22:48:46', '2015-11-15 22:48:46', '', 'decor-big-gold', '', 'inherit', 'open', 'closed', '', 'decor-big-gold', '', '', '2015-11-15 22:48:46', '2015-11-15 22:48:46', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2015/11/decor-big-gold.png', 0, 'attachment', 'image/png', 0),
(42, 1, '2015-11-15 22:49:08', '2015-11-15 22:49:08', '', 'logohotelwhite', '', 'inherit', 'open', 'closed', '', 'logohotelwhite', '', '', '2015-11-15 22:49:08', '2015-11-15 22:49:08', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/logohotelwhite1.png', 0, 'attachment', 'image/png', 0),
(43, 1, '2015-11-15 22:49:28', '2015-11-15 22:49:28', '', 'logohotel', '', 'inherit', 'open', 'closed', '', 'logohotel', '', '', '2015-11-15 22:49:28', '2015-11-15 22:49:28', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/logohotel1.png', 0, 'attachment', 'image/png', 0),
(44, 1, '2015-11-15 22:49:50', '2015-11-15 22:49:50', '', 'rooms2-notinclude', '', 'inherit', 'open', 'closed', '', 'rooms2-notinclude', '', '', '2015-11-15 22:49:50', '2015-11-15 22:49:50', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2015/11/rooms2-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(45, 1, '2015-11-15 22:50:42', '2015-11-15 22:50:42', '', 'guests-notinclude', '', 'inherit', 'open', 'closed', '', 'guests-notinclude', '', '', '2015-11-15 22:50:42', '2015-11-15 22:50:42', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2015/11/guests-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(46, 1, '2015-11-15 22:51:14', '2015-11-15 22:51:14', '', 'restaurant-notinclude', '', 'inherit', 'open', 'closed', '', 'restaurant-notinclude-3', '', '', '2015-11-15 22:51:14', '2015-11-15 22:51:14', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2015/11/restaurant-notinclude2.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2015-11-15 22:52:17', '2015-11-15 22:52:17', '', 'spa-notinclude', '', 'inherit', 'open', 'closed', '', 'spa-notinclude-3', '', '', '2015-11-15 22:52:17', '2015-11-15 22:52:17', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2015/11/spa-notinclude2.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2015-11-15 22:54:07', '2015-11-15 22:54:07', '', 'rooms-notinclude', '', 'inherit', 'open', 'closed', '', 'rooms-notinclude-2', '', '', '2015-11-15 22:54:07', '2015-11-15 22:54:07', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2015/11/rooms-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2015-11-15 22:56:35', '2015-11-15 22:56:35', '', 'promo-blur-notinclude', '', 'inherit', 'open', 'closed', '', 'promo-blur-notinclude', '', '', '2015-11-15 22:56:35', '2015-11-15 22:56:35', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2015/11/promo-blur-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2015-11-15 23:00:59', '2015-11-15 23:00:59', '', 'promo-notinclude', '', 'inherit', 'open', 'closed', '', 'promo-notinclude', '', '', '2015-11-15 23:00:59', '2015-11-15 23:00:59', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2015/11/promo-notinclude.jpg', 0, 'attachment', 'image/jpeg', 0),
(51, 4, '2015-01-12 09:06:00', '2015-01-12 09:06:00', '', 'Roof Pool', '', 'publish', 'open', 'open', '', 'roof-pool', '', '', '2015-01-12 09:06:00', '2015-01-12 09:06:00', '', 0, 'http://localhost/butebihotels/index.php/portfolio/roof-pool/', 0, 'oxy_portfolio_image', '', 0),
(52, 4, '2015-01-12 09:05:39', '2015-01-12 09:05:39', '', 'Restaurant', '', 'publish', 'open', 'open', '', 'restaurant', '', '', '2015-01-12 09:05:39', '2015-01-12 09:05:39', '', 0, 'http://localhost/butebihotels/index.php/portfolio/restaurant/', 0, 'oxy_portfolio_image', '', 0),
(53, 4, '2015-01-12 09:05:02', '2015-01-12 09:05:02', '', 'Inside Pool', '', 'publish', 'open', 'open', '', 'inside-pool', '', '', '2015-01-12 09:05:02', '2015-01-12 09:05:02', '', 0, 'http://localhost/butebihotels/index.php/portfolio/inside-pool/', 0, 'oxy_portfolio_image', '', 0),
(54, 1, '2015-01-09 14:13:50', '2015-01-09 14:13:50', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.4" overlay_grid="0" background_image="18" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="100" sm_height="100" md_height="190" lg_height="190"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Lambda Restaurant[/heading][heading text_color="text-light" header_type="h1" header_size="bigger" header_weight="regular" header_align="center" header_fade_out="off" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2"]<em>Dinning &amp; Entertainment</em>[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="100" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="36"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"][/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]5 star menu[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"]Three <strong>outstanding</strong> restaurants and 2 bars await to tempt our guests with international culinary delights. Sumptuous buffets are available in the «Lambda» Restaurant for breakfast and dinner.    «The Greek» near the beach offers local cuisine for lunch and dinner and the bar promises fine dining with our chefs creating demanding <strong>gourmet</strong> dishes in an open kitchen environment.[/vc_column_text][/vc_column_inner][vc_column_inner width="2/12"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="200" sm_height="200" md_height="200" lg_height="200"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="35"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"][/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Cocktail Bar[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"]Our «<strong>Lambda Bar</strong>» is offering magnificent views to the sea and our uniquely designed «Pool Bar», located in the heart of the resort next to the main swimming pool with beautiful views of the sea, offers refreshing cocktails throughout the day.    Choose from a wide selection of light snacks or treat yourself to an assortment of home made pastries to complement a morning coffee, while reading your newspaper.[/vc_column_text][/vc_column_inner][vc_column_inner width="2/12"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Restaurant', '', 'publish', 'open', 'open', '', 'restaurant', '', '', '2015-01-09 14:13:50', '2015-01-09 14:13:50', '', 0, 'http://localhost/butebihotels/index.php/restaurant/', 0, 'page', '', 0),
(55, 1, '2015-01-09 14:13:13', '2015-01-09 14:13:13', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.4" overlay_grid="0" background_image="16" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="50" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="100" sm_height="100" md_height="190" lg_height="190"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Lambda Spa[/heading][heading text_color="text-light" header_type="h1" header_size="bigger" header_weight="regular" header_align="center" header_fade_out="off" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2"]<em>relaxation &amp; purification center</em>[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="100" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="47"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"][/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Lambda Spa Center[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"]Lambda Hotel &amp; Jacuzzi Suites features 20 <strong>spacious</strong> guest rooms and bathrooms that combine comfort, style, elegance and the latest technology.    These details transform Lambda into an ideal place; both for leisure and business travellers. The soothing palette of warm colours along with the <strong>branded</strong> furniture, combine the classical with the modern and create a beautiful and cosy atmosphere.[/vc_column_text][/vc_column_inner][vc_column_inner width="2/12"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="23"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="200" sm_height="200" md_height="200" lg_height="200"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"][/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Leisure Facilities[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"]The Lambda <strong>Spa Center</strong> with years of experience in the field, is now the epitome of relaxation, detoxication, invigoration, purification, rejuvenation and general well-being.    The centre has an indoor swimming pool, two <strong>aquastream</strong> pools with warm seawater, a whirlpool, solarium, sanarium, sauna and Hamam as well as a total of 24 treatment rooms.[/vc_column_text][/vc_column_inner][vc_column_inner width="2/12"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Spa Center', '', 'publish', 'open', 'open', '', 'spa-center', '', '', '2015-01-09 14:13:13', '2015-01-09 14:13:13', '', 0, 'http://localhost/butebihotels/index.php/spa-center/', 0, 'page', '', 0),
(56, 1, '2014-12-29 08:14:48', '2014-12-29 08:14:48', '<p>Welcome to <a href="http://lambda.oxygenna.com/">Lambda Sites</a>. This is your first post. Edit or delete it, then start blogging!</p> ', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world-2', '', '', '2014-12-29 08:14:48', '2014-12-29 08:14:48', '', 0, 'http://localhost/butebihotels/index.php/2014/12/29/hello-world-2/', 0, 'post', '', 0),
(57, 4, '2014-12-19 08:50:08', '2014-12-19 08:50:08', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="22" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Superior Room[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]  [/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]Amenities[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal"]The<strong> Superior Room</strong>, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the <strong>sea</strong>. Located in the main building.    This room can accommodate a maximum of 3 adults or 2 adults &amp; 1 child in the existing bedding.[/vc_column_text][skills skills="Individual air conditioning units, Safe, Internet connection, Non-smoking &amp; smoking, Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="22" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="31" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="28" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="22" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Superior Room', 'The Superior Room, with king-size bed or twin single and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the sea.', 'draft', 'open', 'closed', '', 'superior-room', '', '', '2015-11-17 19:03:54', '2015-11-17 19:03:54', '', 0, 'http://localhost/butebihotels/index.php/portfolio/superior-room/', 1, 'oxy_portfolio_image', '', 0),
(58, 4, '2014-12-19 08:50:08', '2014-12-19 08:50:08', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="27" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Deluxe Room[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]Amenities[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal"]The<strong> Deluxe Room</strong>, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the <strong>sea</strong>. Located in the main building.    This room can accommodate a maximum of 3 adults or 2 adults &amp; 1 child in the existing bedding.[/vc_column_text][skills skills="Individual air conditioning units, Safe, Internet connection, Non-smoking &amp; smoking, Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="27" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="31" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="28" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="27" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Deluxe Room', 'The Deluxe Room, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the sea.', 'draft', 'open', 'closed', '', 'deluxe-room', '', '', '2015-11-17 19:05:24', '2015-11-17 19:05:24', '', 0, 'http://localhost/butebihotels/index.php/portfolio/deluxe-room/', 2, 'oxy_portfolio_image', '', 0),
(59, 4, '2014-12-19 08:50:08', '2014-12-19 08:50:08', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="28" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Bungalow Studio[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]Amenities[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal"]The <strong>Bungalow Studio</strong>, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the <strong>sea</strong>. Located in the main building.    This room can accommodate a maximum of 3 adults or 2 adults &amp; 1 child in the existing bedding.[/vc_column_text][skills skills="Individual air conditioning units, Safe, Internet connection, Non-smoking &amp;amp; smoking, Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="28" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="31" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="28" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="28" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Bungalow Studio', 'The Bungalow Studio, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the sea.', 'draft', 'open', 'closed', '', 'bungalow-studio', '', '', '2015-11-17 19:05:49', '2015-11-17 19:05:49', '', 0, 'http://localhost/butebihotels/index.php/portfolio/bungalow-studio/', 3, 'oxy_portfolio_image', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(60, 4, '2014-12-19 08:50:08', '2014-12-19 08:50:08', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="33" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Sea View Suite[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]Amenities[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal"]The <strong>Sea View Suite</strong>, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the <strong>sea</strong>. Located in the main building.    This room can accommodate a maximum of 3 adults or 2 adults &amp;amp; 1 child in the existing bedding.[/vc_column_text][skills skills="Individual air conditioning units, Safe, Internet connection, Non-smoking &amp;amp; smoking, Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="14" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="31" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="28" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="29" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Sea View Suite', 'The Sea View Suite, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the sea. Located in the main building.', 'draft', 'open', 'closed', '', 'sea-view-suite', '', '', '2015-11-17 19:06:25', '2015-11-17 19:06:25', '', 0, 'http://localhost/butebihotels/index.php/portfolio/sea-view-suite/', 4, 'oxy_portfolio_image', '', 0),
(63, 1, '2014-12-18 14:42:09', '2014-12-18 14:42:09', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="180" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="hyper" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nGallery\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#000000" overlay_opacity="0.9" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1"][portfolio count="0" xs_col="1" sm_col="3" md_col="3" lg_col="3" layout_mode="fitRows" item_padding="0" pagination="none" text_color="text-normal" item_size="portfolio-thumb" item_overlay="icon" item_link_type="magnific-all" item_captions_below="hide" captions_below_link_type="item" item_caption_align="center" item_caption_vertical="middle" item_overlay_animation="fade-in" item_hover_filter="none" hover_filter_invert="image-filter-onhover" item_overlay_grid="0" item_scroll_animation="fadeIn" item_scroll_animation_delay="0.1" item_scroll_animation_timing="staggered" margin_top="0" margin_bottom="0" item_overlay_icon="icon-circle-plus" categories="hotel,rooms"][/vc_column][/vc_row]', 'Gallery', '', 'publish', 'open', 'open', '', 'gallery', '', '', '2015-11-24 11:23:40', '2015-11-24 11:23:40', '', 0, 'http://localhost/butebihotels/index.php/gallery/', 0, 'page', '', 0),
(64, 1, '2014-12-18 14:41:54', '2014-12-18 14:41:54', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="128" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOnline reservation\r\n\r\n[/heading][heading text_color="text-light" header_type="h1" header_size="bigger" header_weight="regular" header_align="center" header_fade_out="off" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2"]\r\n\r\n<em>book now &amp; get the best price</em>\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="Default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="center" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nSpecial Offers\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][pricing_list text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="none" scroll_animation_delay="0"][pricing_item title="Platinum Room" description="The Platinum Suite, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults &amp; 1 child in the existing bedding." shape="round" price="$25/night" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0"][pricing_item title="Gold Room" description="The Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child" shape="round" price="$18/night" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0"][pricing_item title="Silver Rooms" description="The Silver Rooms, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding." shape="round" price="$10/night" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0"][/pricing_list][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][contact-form-7 id="106"][/vc_column][/vc_row]', 'Reservations', '', 'publish', 'open', 'open', '', 'reservations', '', '', '2015-11-18 09:29:40', '2015-11-18 09:29:40', '', 0, 'http://localhost/butebihotels/index.php/reservations/', 0, 'page', '', 0),
(68, 1, '2014-12-17 13:12:29', '2014-12-17 13:12:29', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="121" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-100" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="hyper" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nRooms\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="42" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][portfolio count="3" xs_col="3" sm_col="3" md_col="3" lg_col="3" layout_mode="fitRows" item_padding="15" pagination="none" text_color="text-normal" item_size="portfolio-thumb" item_overlay="icon" item_link_type="item" item_captions_below="show" captions_below_link_type="item" item_caption_align="left" item_caption_vertical="middle" item_overlay_animation="fade-in" item_hover_filter="none" hover_filter_invert="image-filter-onhover" item_overlay_grid="0" item_scroll_animation="fadeIn" item_scroll_animation_delay="0.1" item_scroll_animation_timing="staggered" margin_top="20" margin_bottom="20" item_overlay_icon="icon-circle-plus" categories="rooms"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][/vc_column][/vc_row]', 'The Rooms', '', 'publish', 'open', 'open', '', 'rooms', '', '', '2015-11-17 19:12:28', '2015-11-17 19:12:28', '', 0, 'http://localhost/butebihotels/index.php/rooms/', 0, 'page', '', 0),
(69, 1, '2014-12-17 13:11:34', '2014-12-17 13:11:34', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="110" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="70" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nContact us\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/6" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width="2/3"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nDrop us a Line\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0.2"][contact-form-7 id="189"][divider visibility="hidden" background_colour="#FFFFF" xs_height="100" sm_height="100" md_height="100" lg_height="100"][/vc_column][vc_column width="1/6"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.7" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="112"][vc_column width="1/6" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width="2/3" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-light" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOur Guests\r\n\r\n[/heading][vc_single_image image="38" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][testimonials count="3" layout="no-image" speed="7000" animation_type="slide" show_controls="show" randomize="off" text_align="center" text_color="text-light" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][vc_column width="1/6"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row]', 'Contact', '', 'publish', 'open', 'open', '', 'contact', '', '', '2015-11-18 09:50:01', '2015-11-18 09:50:01', '', 0, 'http://localhost/butebihotels/index.php/contact/', 0, 'page', '', 0),
(70, 1, '2014-12-17 12:21:21', '2014-12-17 12:21:21', '[vc_row][vc_column width="1/1"][rev_slider_vc alias="homeslider"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="108"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Hotels\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]Butebi Hotels is made up of a collection of 4 world class hotels, 3 of which are located at the heart of <strong>Mityana District</strong> in Central Uganda and the other in Kampala. <a href="http://localhost/butebihotels/index.php/portfolio/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel,</a> <a href="http://localhost/butebihotels/index.php/portfolio/emirates-hotel-mityana/">Emirates Hotel</a> and <a href="http://localhost/butebihotels/index.php/portfolio/green-valley-hotel-mityana/">Green Valley Hotel</a> are strategically located in Mityana Town while <a href="http://localhost/butebihotels/index.php/portfolio/platinum-royale-hotel-busega/">Platinum Royale</a> is found in <strong>Busega, Kampala</strong>.\r\n\r\nAll the hotels are highly professional and quality services that will make you feel like you are in a home away from home.[/vc_column_text][button type="primary" size="normal" label="See The Hotels" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link=" http://localhost/butebihotels/index.php/hotels/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="109"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="200" sm_height="200" md_height="200" lg_height="200"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Rooms\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\nAll the hotels have luxurious rooms where comfort and effective service delivery is prioritized. They are categorized into three types i.e. <strong>Platinum</strong>, <strong>Gold</strong> and <strong>Silver</strong> Rooms and are at a highly affordable price.\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="See All Rooms" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://localhost/butebihotels/index.php/rooms/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="110"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nConference Halls\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\n<a href="http://localhost/butebihotels/index.php/portfolio/platinum-royale-hotel-busega/">Platinum Royale Hotel</a> in Busega and <a href="http://localhost/butebihotels/index.php/portfolio/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel</a> in Mityana have spacious and highly capacitative conference halls that can host <strong>meetings</strong>, <strong>seminars</strong>, and <strong>weddings</strong>. <a href="http://localhost/butebihotels/index.php/contact/">Contact us</a> for reservations\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="Read More" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://localhost/butebihotels/index.php/hotels/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.7" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="112"][vc_column width="1/6" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width="2/3" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-light" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOur Guests\r\n\r\n[/heading][vc_single_image image="38" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][testimonials count="3" layout="no-image" speed="7000" animation_type="slide" show_controls="show" randomize="off" text_align="center" text_color="text-light" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][vc_column width="1/6"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][map map_type="ROADMAP" map_style="blackwhite" auto_center="auto" map_zoom="15" map_scrollable="on" marker="show" label="Wamala Lake View Hotel" address="Mityana Hospital " height="500" margin_top="0" margin_bottom="0" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Locations\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\nPlatinum Royale is located in Busega just 8 km from Kampala City Center. Wamala Lake View is at Zaake Plaza near the Mityana Taxi Park. Emirates Hotes is just opposite Mityana Hospital while Green Valley Hotel is just a quarter a mile away from the Mityana Taxi Park\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'publish', 'open', 'open', '', 'home', '', '', '2015-11-24 10:05:46', '2015-11-24 10:05:46', '', 0, 'http://localhost/butebihotels/index.php/home/', 0, 'page', '', 0),
(71, 1, '2014-12-16 09:57:20', '2014-12-16 09:57:20', '<p>Welcome to <a href="http://lambda.oxygenna.com/">Lambda Sites</a>. This is your first post. Edit or delete it, then start blogging!</p> ', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world-2-2', '', '', '2014-12-16 09:57:20', '2014-12-16 09:57:20', '', 0, 'http://localhost/butebihotels/index.php/2014/12/16/hello-world-2-2/', 0, 'post', '', 0),
(72, 4, '2014-12-16 14:16:48', '2014-12-16 14:16:48', '', 'hotel', '', 'publish', 'closed', 'closed', '', 'hotel', '', '', '2014-12-16 14:16:48', '2014-12-16 14:16:48', '', 0, 'http://localhost/butebihotels/index.php/oxy_stack/hotel/', 0, 'oxy_stack', '', 0),
(73, 1, '2015-11-15 23:15:15', '2015-11-15 23:15:15', ' ', '', '', 'publish', 'closed', 'closed', '', '73', '', '', '2015-11-15 23:15:15', '2015-11-15 23:15:15', '', 0, 'http://localhost/butebihotels/index.php/2015/11/15/73/', 0, 'nav_menu_item', '', 0),
(74, 1, '2015-11-15 23:15:17', '2015-11-15 23:15:17', '', 'Rooms', '', 'publish', 'closed', 'closed', '', 'rooms', '', '', '2015-11-15 23:15:17', '2015-11-15 23:15:17', '', 0, 'http://localhost/butebihotels/index.php/2015/11/15/rooms/', 2, 'nav_menu_item', '', 0),
(75, 1, '2015-11-15 23:15:18', '2015-11-15 23:15:18', ' ', '', '', 'publish', 'closed', 'closed', '', '75', '', '', '2015-11-15 23:15:18', '2015-11-15 23:15:18', '', 0, 'http://localhost/butebihotels/index.php/2015/11/15/75/', 3, 'nav_menu_item', '', 0),
(76, 1, '2015-11-15 23:19:00', '2015-11-15 23:19:00', ' ', '', '', 'publish', 'closed', 'closed', '', '76', '', '', '2015-11-18 08:28:19', '2015-11-18 08:28:19', '', 0, 'http://localhost/butebihotels/index.php/2015/11/15/76/', 1, 'nav_menu_item', '', 0),
(81, 1, '2015-11-15 23:19:11', '2015-11-15 23:19:11', ' ', '', '', 'publish', 'closed', 'closed', '', '81', '', '', '2015-11-18 08:28:19', '2015-11-18 08:28:19', '', 0, 'http://localhost/butebihotels/index.php/2015/11/15/81/', 3, 'nav_menu_item', '', 0),
(82, 1, '2015-11-15 23:19:14', '2015-11-15 23:19:14', ' ', '', '', 'publish', 'closed', 'closed', '', '82', '', '', '2015-11-18 08:28:19', '2015-11-18 08:28:19', '', 0, 'http://localhost/butebihotels/index.php/2015/11/15/82/', 4, 'nav_menu_item', '', 0),
(83, 1, '2015-11-15 23:19:18', '2015-11-15 23:19:18', ' ', '', '', 'publish', 'closed', 'closed', '', '83', '', '', '2015-11-18 08:28:20', '2015-11-18 08:28:20', '', 0, 'http://localhost/butebihotels/index.php/2015/11/15/83/', 5, 'nav_menu_item', '', 0),
(84, 1, '2015-11-17 09:24:02', '2015-11-17 09:24:02', '', 'butebi-logo', '', 'inherit', 'open', 'closed', '', 'butebi-logo', '', '', '2015-11-17 09:24:02', '2015-11-17 09:24:02', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-logo.png', 0, 'attachment', 'image/png', 0),
(85, 1, '2015-11-17 09:27:26', '2015-11-17 09:27:26', '', 'butebi-logo-white', '', 'inherit', 'open', 'closed', '', 'butebi-logo-white', '', '', '2015-11-17 09:27:26', '2015-11-17 09:27:26', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-logo-white.png', 0, 'attachment', 'image/png', 0),
(86, 1, '2015-11-17 09:32:09', '2015-11-17 09:32:09', '', 'butebi-logo', '', 'inherit', 'open', 'closed', '', 'butebi-logo-2', '', '', '2015-11-17 09:32:09', '2015-11-17 09:32:09', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-logo1.png', 0, 'attachment', 'image/png', 0),
(87, 1, '2015-11-17 09:32:28', '2015-11-17 09:32:28', '', 'butebi-logo-white', '', 'inherit', 'open', 'closed', '', 'butebi-logo-white-2', '', '', '2015-11-17 09:32:28', '2015-11-17 09:32:28', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-logo-white1.png', 0, 'attachment', 'image/png', 0),
(88, 1, '2015-11-17 09:36:37', '2015-11-17 09:36:37', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="162" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-100" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="hyper" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nHotels\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="42" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][portfolio count="0" xs_col="2" sm_col="2" md_col="2" lg_col="2" layout_mode="fitRows" item_padding="15" pagination="none" text_color="text-normal" item_size="portfolio-thumb" item_overlay="caption" item_link_type="item" item_captions_below="show" captions_below_link_type="item" item_caption_align="left" item_caption_vertical="middle" item_overlay_animation="fade-in" item_hover_filter="none" hover_filter_invert="image-filter-onhover" item_overlay_grid="0" item_scroll_animation="fadeIn" item_scroll_animation_delay="0.1" item_scroll_animation_timing="staggered" margin_top="20" margin_bottom="20" item_overlay_icon="icon-circle-plus" categories="hotel"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][/vc_column][/vc_row]', 'Hotels', '', 'publish', 'closed', 'closed', '', 'hotels', '', '', '2015-11-19 15:27:21', '2015-11-19 15:27:21', '', 0, 'http://localhost/butebihotels/?page_id=88', 0, 'page', '', 0),
(89, 1, '2015-11-17 09:36:37', '2015-11-17 09:36:37', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="19" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-100" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="hyper" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Rooms[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="42" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][portfolio count="0" xs_col="1" sm_col="3" md_col="3" lg_col="3" layout_mode="fitRows" item_padding="15" pagination="none" text_color="text-normal" item_size="portfolio-thumb" item_overlay="icon" item_link_type="item" item_captions_below="show" captions_below_link_type="item" item_caption_align="left" item_caption_vertical="middle" item_overlay_animation="fade-in" item_hover_filter="none" hover_filter_invert="image-filter-onhover" item_overlay_grid="0" item_scroll_animation="fadeIn" item_scroll_animation_delay="0.1" item_scroll_animation_timing="staggered" margin_top="20" margin_bottom="20" item_overlay_icon="icon-circle-plus" categories="rooms"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][/vc_column][/vc_row]', 'Hotels', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2015-11-17 09:36:37', '2015-11-17 09:36:37', '', 88, 'http://localhost/butebihotels/index.php/2015/11/17/88-revision-v1/', 0, 'revision', '', 0),
(90, 1, '2015-11-17 09:39:10', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2015-11-17 09:39:10', '0000-00-00 00:00:00', '', 0, 'http://localhost/butebihotels/?p=90', 1, 'nav_menu_item', '', 0),
(104, 1, '2015-11-17 10:15:58', '2015-11-17 10:15:58', '', 'room', '', 'inherit', 'open', 'closed', '', 'room', '', '', '2015-11-17 10:15:58', '2015-11-17 10:15:58', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2014/12/room.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(105, 1, '2015-11-24 09:57:45', '2015-11-24 09:57:45', '[vc_row][vc_column width="1/1"][rev_slider_vc alias="homeslider"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="108"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Hotels\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]Butebi Hotels is made up of a collection of 4 world class hotels, 3 of which are located at the heart of <strong>Mityana District</strong> in Central Uganda and the other in Kampala. <a href="http://localhost/butebihotels/index.php/portfolio/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel,</a> <a href="http://localhost/butebihotels/index.php/portfolio/emirates-hotel-mityana/">Emirates Hotel</a> and <a href="http://localhost/butebihotels/index.php/portfolio/green-valley-hotel-mityana/">Green Valley Hotel</a> are strategically located in Mityana Town while <a href="http://localhost/butebihotels/index.php/portfolio/platinum-royale-hotel-busega/">Platinum Royale</a> is found in <strong>Busega, Kampala</strong>.\r\n\r\nAll the hotels are highly professional and quality services that will make you feel like you are in a home away from home.[/vc_column_text][button type="primary" size="normal" label="See The Hotels" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link=" http://localhost/butebihotels/index.php/hotels/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="109"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="200" sm_height="200" md_height="200" lg_height="200"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Rooms\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\nAll the hotels have luxurious rooms where comfort and effective service delivery is prioritized. They are categorized into three types i.e. <strong>Platinum</strong>, <strong>Gold</strong> and <strong>Silver</strong> Rooms and are at a highly affordable price.\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="See All Rooms" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://localhost/butebihotels/index.php/rooms/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="110"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nConference Halls\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\n<a href="http://localhost/butebihotels/index.php/portfolio/platinum-royale-hotel-busega/">Platinum Royale Hotel</a> in Busega and <a href="http://localhost/butebihotels/index.php/portfolio/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel</a> in Mityana have spacious and highly capacitative conference halls that can host <strong>meetings</strong>, <strong>seminars</strong>, and <strong>weddings</strong>. <a href="http://localhost/butebihotels/index.php/contact/">Contact us</a> for reservations\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="Read More" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://localhost/butebihotels/index.php/hotels/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.7" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="112"][vc_column width="1/6" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width="2/3" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-light" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOur Guests\r\n\r\n[/heading][vc_single_image image="38" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][testimonials count="3" layout="no-image" speed="7000" animation_type="slide" show_controls="show" randomize="off" text_align="center" text_color="text-light" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][vc_column width="1/6"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][map map_type="ROADMAP" map_style="blackwhite" auto_center="auto" map_zoom="15" map_scrollable="on" marker="show" label="Wamala Lake View Hotel" address="Mityana Hospital " height="500" margin_top="0" margin_bottom="0" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Locations\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\nPlatinum Royale is located in Busega just 8 km from Kampala City Center. Wamala Lake View is at Zaake Plaza near the Mityana Taxi Park. Emirates Hotes is just opposite Mityana Hospital while Green Valley Hotel is just a quarter a mile away from the Mityana Taxi Park\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '70-autosave-v1', '', '', '2015-11-24 09:57:45', '2015-11-24 09:57:45', '', 70, 'http://localhost/butebihotels/index.php/2015/11/17/70-autosave-v1/', 0, 'revision', '', 0),
(106, 1, '2015-11-17 11:25:44', '2015-11-17 11:25:44', '<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Check In Date<br />\r\n  [date check-in date-format:mm/dd/yy min-date:today]</p>\r\n\r\n<p>Check Out Date<br />\r\n   [date* check-out date-format:mm/dd/yy first-day:0]</p>\r\n\r\n<p>Hotel<br />\r\n   [select* hotel include_blank "Platinum Royale, Busega" "Wamala Lake View, Mityana" "Green Valley, Mityana" "Emirates, Mityana"]</p>\r\n\r\n<p>Room<br />\r\n   [select* room include_blank "Platinum" "Gold" "Silver"]</p>\r\n\r\n<p>[submit "Send"]</p>\nHotel Reservations for [hotel]\n[your-name] <kiberusharif@gmail.com>\nFrom: [your-name] <[your-email]>\r\nSubject: Hotel Reservation\r\n\r\nMessage Body:\r\nI am booking a reservation at [hotel] for a [room] from the date [check-in] to [check-out]. Please reply to this email to confirm\r\n\r\n--\r\nThis e-mail was sent from the reservation form on Butebi Hotels (http://localhost/butebihotels)\nkiberusharif@gmail.com\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nButebi Hotels <kiberusharif@gmail.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Butebi Hotels (http://localhost/butebihotels)\n[your-email]\nReply-To: kiberusharif@gmail.com\n\n\n\nYour reservation was sent successfully. Thanks. Await a confirmation email address to your email.\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.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nInvalid date and time supplied.\nInvalid date supplied.\nInvalid time supplied.', 'Reservations', '', 'publish', 'closed', 'closed', '', 'reservations', '', '', '2015-11-18 09:50:47', '2015-11-18 09:50:47', '', 0, 'http://localhost/butebihotels/?post_type=wpcf7_contact_form&#038;p=106', 0, 'wpcf7_contact_form', '', 0),
(107, 1, '2015-11-17 12:54:49', '2015-11-17 12:54:49', '', 'plat', '', 'inherit', 'open', 'closed', '', 'plat', '', '', '2015-11-17 12:54:49', '2015-11-17 12:54:49', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2014/12/plat.jpg', 0, 'attachment', 'image/jpeg', 0),
(108, 1, '2015-11-17 13:01:02', '2015-11-17 13:01:02', '', 'bus', '', 'inherit', 'open', 'closed', '', 'bus', '', '', '2015-11-17 13:01:02', '2015-11-17 13:01:02', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2014/12/bus.jpg', 0, 'attachment', 'image/jpeg', 0),
(109, 1, '2015-11-17 13:17:26', '2015-11-17 13:17:26', '', 'ro', '', 'inherit', 'open', 'closed', '', 'ro', '', '', '2015-11-17 13:17:26', '2015-11-17 13:17:26', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2014/12/ro.jpg', 0, 'attachment', 'image/jpeg', 0),
(110, 1, '2015-11-17 13:36:36', '2015-11-17 13:36:36', '', 'conference', '', 'inherit', 'open', 'closed', '', 'conference', '', '', '2015-11-17 13:36:36', '2015-11-17 13:36:36', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2014/12/conference.jpg', 0, 'attachment', 'image/jpeg', 0),
(111, 1, '2015-11-17 13:38:35', '2015-11-17 13:38:35', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="104" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-normal" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nA Home Away From Home\r\n\r\n[/heading][heading text_color="text-light" header_type="h1" header_size="bigger" header_weight="regular" header_align="center" header_fade_out="off" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2"]\r\n\r\n<em>at just the right price</em>\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="24" sm_height="24" md_height="24" lg_height="24"][button type="link" size="lg" label="View Our Rooms" link_open="_self" icon_position="right" animation="none" text_color="text-light" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.5" extra_classes="btn-header scroll-to-id" link="http://localhost/butebihotels/index.php/rooms/"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="108"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Hotels\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]Butebi Hotels is made up of a collection of 4 world class hotels, 3 of which are located at the heart of <strong>Mityana District</strong> in Central Uganda and the other in Kampala. <a href="http://localhost/butebihotels/index.php/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel,</a> <a href="http://localhost/butebihotels/index.php/emirates-hotel-mityana/">Emirates Hotel</a> and <a href="http://localhost/butebihotels/index.php/green-valley-club-mityana/">Green Valley Hotel</a> are strategically located in Mityana Town while <a href="http://localhost/butebihotels/index.php/platinum-royale-busega/">Platinum Royale</a> is found in <strong>Busega, Kampala</strong>.\r\n\r\nAll the hotels are highly professional and quality services that will make you feel like you are in a home away from home.\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="See The Hotels" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link=" http://localhost/butebihotels/index.php/hotels/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"]\r\n[/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="109"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="200" sm_height="200" md_height="200" lg_height="200"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Rooms\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\nAll the hotels have luxurious rooms where comfort and effective service delivery is prioritized. They are categorized into three types i.e. <strong>Platinum</strong>, <strong>Gold</strong> and <strong>Silver</strong> Rooms and are at a highly affordable price.\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="See All Rooms" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://localhost/butebihotels/index.php/rooms/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="110"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nConference Halls\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\n<a href="http://localhost/butebihotels/index.php/platinum-royale-busega/">Platinum Royale Hotel</a> in Busega and <a href="http://localhost/butebihotels/index.php/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel</a> in Mityana have spacious and highly capacitative conference halls that can host <strong>meetings</strong>, <strong>seminars</strong>, and <strong>weddings</strong>. <a href="http://localhost/butebihotels/index.php/contact/">Contact us</a> for reservations\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="Read More" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://lambda.oxygenna.com/hotel/restaurant/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"]\r\n[/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.7" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="44"][vc_column width="1/6" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"]\r\n[/vc_column][vc_column width="2/3" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-light" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOur Guests\r\n\r\n[/heading][vc_single_image image="38" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][testimonials count="3" layout="no-image" speed="7000" animation_type="slide" show_controls="show" randomize="off" text_align="center" text_color="text-light" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][vc_column width="1/6"]\r\n[/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][map map_type="ROADMAP" map_style="blackwhite" auto_center="auto" map_zoom="15" map_scrollable="on" marker="show" label="Lambda Hotel" address="Sitia Crete Greece" height="500" margin_top="0" margin_bottom="0" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Location\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"]\r\n\r\n<strong>Lambda Hotel</strong> is located on the north coast of the island of Crete, directly on the north beach, 12 kilometres away from Heraklion International Airport. The central location makes it ideal for excursion trips along the 400 kilometre-long island.\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '70-revision-v1', '', '', '2015-11-17 13:38:35', '2015-11-17 13:38:35', '', 70, 'http://localhost/butebihotels/index.php/2015/11/17/70-revision-v1/', 0, 'revision', '', 0),
(112, 1, '2015-11-17 14:03:20', '2015-11-17 14:03:20', '', 'emi', '', 'inherit', 'open', 'closed', '', 'emi', '', '', '2015-11-17 14:03:20', '2015-11-17 14:03:20', '', 70, 'http://localhost/butebihotels/wp-content/uploads/2014/12/emi.jpg', 0, 'attachment', 'image/jpeg', 0),
(113, 1, '2015-11-17 14:30:54', '2015-11-17 14:30:54', 'Wonderful experience. I was at Wamala Lake View Hotel this March and I had a memorable experience. The View of Lake Wamala was perfect and i hope to return next time I am in Mityana', 'Kiberu Sharif', '', 'publish', 'closed', 'closed', '', 'kiberu-sharif', '', '', '2015-11-24 10:27:38', '2015-11-24 10:27:38', '', 0, 'http://localhost/butebihotels/?post_type=oxy_testimonial&#038;p=113', 0, 'oxy_testimonial', '', 0),
(114, 1, '2015-11-17 14:30:54', '2015-11-17 14:30:54', 'Wonderful experience. I was at Wamala Lake View Hotel this March and I had a memorable experience. The View of Lake Wamala was perfect and i hope to return next time I am in Mityana', 'Kiberu Sharif', '', 'inherit', 'closed', 'closed', '', '113-revision-v1', '', '', '2015-11-17 14:30:54', '2015-11-17 14:30:54', '', 113, 'http://localhost/butebihotels/index.php/2015/11/17/113-revision-v1/', 0, 'revision', '', 0),
(115, 1, '2015-11-17 14:35:27', '2015-11-17 14:35:27', 'I was at Platinum Royale in Busega for my Honey Moon and I had a great time there. The room service, the food, made us feel like we are in the worldly heaven and we''ll definitely get back there for all our aniversaries', 'Walugembe Umar', '', 'publish', 'closed', 'closed', '', 'walugembe-umar', '', '', '2015-11-24 10:27:21', '2015-11-24 10:27:21', '', 0, 'http://localhost/butebihotels/?post_type=oxy_testimonial&#038;p=115', 0, 'oxy_testimonial', '', 0),
(117, 1, '2015-11-17 14:35:27', '2015-11-17 14:35:27', 'I was at Platinum Royale in Busega for my Honey Moon and I had a great time there. The room service, the food, made us feel like we are in the worldly heaven and we''ll definitely get back there for all our aniversaries', 'Walugembe Umar', '', 'inherit', 'closed', 'closed', '', '115-revision-v1', '', '', '2015-11-17 14:35:27', '2015-11-17 14:35:27', '', 115, 'http://localhost/butebihotels/index.php/2015/11/17/115-revision-v1/', 0, 'revision', '', 0),
(119, 1, '2015-11-17 14:44:13', '2015-11-17 14:44:13', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="104" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-normal" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nA Home Away From Home\r\n\r\n[/heading][heading text_color="text-light" header_type="h1" header_size="bigger" header_weight="regular" header_align="center" header_fade_out="off" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2"]\r\n\r\n<em>at just the right price</em>\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="24" sm_height="24" md_height="24" lg_height="24"][button type="link" size="lg" label="View Our Rooms" link_open="_self" icon_position="right" animation="none" text_color="text-light" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.5" extra_classes="btn-header scroll-to-id" link="http://localhost/butebihotels/index.php/rooms/"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="108"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Hotels\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]Butebi Hotels is made up of a collection of 4 world class hotels, 3 of which are located at the heart of <strong>Mityana District</strong> in Central Uganda and the other in Kampala. <a href="http://localhost/butebihotels/index.php/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel,</a> <a href="http://localhost/butebihotels/index.php/emirates-hotel-mityana/">Emirates Hotel</a> and <a href="http://localhost/butebihotels/index.php/green-valley-club-mityana/">Green Valley Hotel</a> are strategically located in Mityana Town while <a href="http://localhost/butebihotels/index.php/platinum-royale-busega/">Platinum Royale</a> is found in <strong>Busega, Kampala</strong>.\r\n\r\nAll the hotels are highly professional and quality services that will make you feel like you are in a home away from home.\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="See The Hotels" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link=" http://localhost/butebihotels/index.php/hotels/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="109"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="200" sm_height="200" md_height="200" lg_height="200"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Rooms\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\nAll the hotels have luxurious rooms where comfort and effective service delivery is prioritized. They are categorized into three types i.e. <strong>Platinum</strong>, <strong>Gold</strong> and <strong>Silver</strong> Rooms and are at a highly affordable price.\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="See All Rooms" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://localhost/butebihotels/index.php/rooms/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="110"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nConference Halls\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\n<a href="http://localhost/butebihotels/index.php/platinum-royale-busega/">Platinum Royale Hotel</a> in Busega and <a href="http://localhost/butebihotels/index.php/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel</a> in Mityana have spacious and highly capacitative conference halls that can host <strong>meetings</strong>, <strong>seminars</strong>, and <strong>weddings</strong>. <a href="http://localhost/butebihotels/index.php/contact/">Contact us</a> for reservations\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="Read More" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://lambda.oxygenna.com/hotel/restaurant/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.7" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="112"][vc_column width="1/6" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width="2/3" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-light" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOur Guests\r\n\r\n[/heading][vc_single_image image="38" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][testimonials count="3" layout="no-image" speed="7000" animation_type="slide" show_controls="show" randomize="off" text_align="center" text_color="text-light" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][vc_column width="1/6"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][map map_type="ROADMAP" map_style="blackwhite" auto_center="auto" map_zoom="15" map_scrollable="on" marker="show" label="Wamala Lake View Hotel" address="Mityana Hospital " height="500" margin_top="0" margin_bottom="0" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Locations\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\nPlatinum Royale is located in Busega just 8 km from Kampala City Center. Wamala Lake View is at Zaake Plaza near the Mityana Taxi Park. Emirates Hotes is just opposite Mityana Hospital while Green Valley Hotel is just a quarter a mile away from the Mityana Taxi Park\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '70-revision-v1', '', '', '2015-11-17 14:44:13', '2015-11-17 14:44:13', '', 70, 'http://localhost/butebihotels/index.php/2015/11/17/70-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(120, 1, '2015-11-17 19:11:24', '2015-11-17 19:11:24', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="121" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-100" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="hyper" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nRooms\n\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="42" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][portfolio count="3" xs_col="3" sm_col="3" md_col="3" lg_col="3" layout_mode="fitRows" item_padding="15" pagination="none" text_color="text-normal" item_size="portfolio-thumb" item_overlay="icon" item_link_type="item" item_captions_below="show" captions_below_link_type="item" item_caption_align="left" item_caption_vertical="middle" item_overlay_animation="fade-in" item_hover_filter="none" hover_filter_invert="image-filter-onhover" item_overlay_grid="0" item_scroll_animation="fadeIn" item_scroll_animation_delay="0.1" item_scroll_animation_timing="staggered" margin_top="20" margin_bottom="20" item_overlay_icon="icon-circle-plus" categories="rooms"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][/vc_column][/vc_row]', 'The Rooms', '', 'inherit', 'closed', 'closed', '', '68-autosave-v1', '', '', '2015-11-17 19:11:24', '2015-11-17 19:11:24', '', 68, 'http://localhost/butebihotels/index.php/2015/11/17/68-autosave-v1/', 0, 'revision', '', 0),
(121, 1, '2015-11-17 17:02:09', '2015-11-17 17:02:09', '', 'butebi-room', '', 'inherit', 'open', 'closed', '', 'butebi-room', '', '', '2015-11-17 17:02:09', '2015-11-17 17:02:09', '', 68, 'http://localhost/butebihotels/wp-content/uploads/2014/12/butebi-room.jpg', 0, 'attachment', 'image/jpeg', 0),
(122, 1, '2015-11-17 17:05:56', '2015-11-17 17:05:56', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="121" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-100" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="hyper" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nRooms\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="42" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][portfolio count="0" xs_col="1" sm_col="3" md_col="3" lg_col="3" layout_mode="fitRows" item_padding="15" pagination="none" text_color="text-normal" item_size="portfolio-thumb" item_overlay="icon" item_link_type="item" item_captions_below="show" captions_below_link_type="item" item_caption_align="left" item_caption_vertical="middle" item_overlay_animation="fade-in" item_hover_filter="none" hover_filter_invert="image-filter-onhover" item_overlay_grid="0" item_scroll_animation="fadeIn" item_scroll_animation_delay="0.1" item_scroll_animation_timing="staggered" margin_top="20" margin_bottom="20" item_overlay_icon="icon-circle-plus" categories="rooms"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][/vc_column][/vc_row]', 'The Rooms', '', 'inherit', 'closed', 'closed', '', '68-revision-v1', '', '', '2015-11-17 17:05:56', '2015-11-17 17:05:56', '', 68, 'http://localhost/butebihotels/index.php/2015/11/17/68-revision-v1/', 0, 'revision', '', 0),
(123, 1, '2015-11-17 17:48:40', '2015-11-17 17:48:40', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="128" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nPlatinum Room\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe <strong>Platinum Suite</strong>, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults &amp; 1 child in the existing bedding.\r\n\r\n[/vc_column_text][skills skills="Individual air conditioning units, TV with cabble connection, Safe, Internet connection (WiFi), Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][button type="default" size="normal" label="Make Reservation" link="http://localhost/butebihotels/index.php/reservations/" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="3/4"][vc_single_image image="127" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="126" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Platinum Rooms', 'The Platinum Suite, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults & 1 child in the existing bedding.', 'publish', 'open', 'closed', '', 'platinum-rooms', '', '', '2015-11-18 09:37:23', '2015-11-18 09:37:23', '', 0, 'http://localhost/butebihotels/?post_type=oxy_portfolio_image&#038;p=123', 0, 'oxy_portfolio_image', '', 0),
(126, 1, '2015-11-17 17:20:30', '2015-11-17 17:20:30', '', 'butebi-platinum', '', 'inherit', 'open', 'closed', '', 'butebi-platinum', '', '', '2015-11-17 17:20:30', '2015-11-17 17:20:30', '', 123, 'http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-platinum.jpg', 0, 'attachment', 'image/jpeg', 0),
(127, 1, '2015-11-17 17:33:33', '2015-11-17 17:33:33', '', 'butebi-platinum-2', '', 'inherit', 'open', 'closed', '', 'butebi-platinum-2', '', '', '2015-11-17 17:33:33', '2015-11-17 17:33:33', '', 123, 'http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-platinum-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(128, 1, '2015-11-17 17:44:51', '2015-11-17 17:44:51', '', 'butebi-platinum-3', '', 'inherit', 'open', 'closed', '', 'butebi-platinum-3', '', '', '2015-11-17 17:44:51', '2015-11-17 17:44:51', '', 123, 'http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-platinum-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(129, 1, '2015-11-17 17:46:01', '2015-11-17 17:46:01', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="33" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nPlatinum Room\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe <strong>Platinum Suite</strong>, with king-size bed or twin bedded. This room can accommodate a maximum of 2 adults &amp; 1 child in the existing bedding.\r\n\r\n[/vc_column_text][skills skills="Individual air conditioning units, TV with cabble connection, Safe, Internet connection (WiFi), Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="127" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="128" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="29" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Platinum Rooms', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2015-11-17 17:46:01', '2015-11-17 17:46:01', '', 123, 'http://localhost/butebihotels/index.php/2015/11/17/123-revision-v1/', 0, 'revision', '', 0),
(130, 1, '2015-11-17 17:48:39', '2015-11-17 17:48:39', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="128" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nPlatinum Room\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe <strong>Platinum Suite</strong>, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults &amp; 1 child in the existing bedding.\r\n\r\n[/vc_column_text][skills skills="Individual air conditioning units, TV with cabble connection, Safe, Internet connection (WiFi), Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="127" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="128" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="29" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Platinum Rooms', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2015-11-17 17:48:39', '2015-11-17 17:48:39', '', 123, 'http://localhost/butebihotels/index.php/2015/11/17/123-revision-v1/', 0, 'revision', '', 0),
(131, 1, '2015-11-18 09:36:27', '2015-11-18 09:36:27', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="128" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nPlatinum Room\n\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\n\nAmenities\n\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\n\nThe <strong>Platinum Suite</strong>, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults &amp; 1 child in the existing bedding.\n\n[/vc_column_text][skills skills="Individual air conditioning units, TV with cabble connection, Safe, Internet connection (WiFi), Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="127" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="126" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Platinum Rooms', 'The Platinum Suite, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults & 1 child in the existing bedding.', 'inherit', 'closed', 'closed', '', '123-autosave-v1', '', '', '2015-11-18 09:36:27', '2015-11-18 09:36:27', '', 123, 'http://localhost/butebihotels/index.php/2015/11/17/123-autosave-v1/', 0, 'revision', '', 0),
(132, 1, '2015-11-17 17:53:18', '2015-11-17 17:53:18', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="128" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nPlatinum Room\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe <strong>Platinum Suite</strong>, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults &amp; 1 child in the existing bedding.\r\n\r\n[/vc_column_text][skills skills="Individual air conditioning units, TV with cabble connection, Safe, Internet connection (WiFi), Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="127" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="128" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="29" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Platinum Rooms', 'The Platinum Suite, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults & 1 child in the existing bedding.', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2015-11-17 17:53:18', '2015-11-17 17:53:18', '', 123, 'http://localhost/butebihotels/index.php/2015/11/17/123-revision-v1/', 0, 'revision', '', 0),
(133, 1, '2015-11-17 17:55:35', '2015-11-17 17:55:35', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="128" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nPlatinum Room\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe <strong>Platinum Suite</strong>, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults &amp; 1 child in the existing bedding.\r\n\r\n[/vc_column_text][skills skills="Individual air conditioning units, TV with cabble connection, Safe, Internet connection (WiFi), Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="127" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="126" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="29" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Platinum Rooms', 'The Platinum Suite, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults & 1 child in the existing bedding.', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2015-11-17 17:55:35', '2015-11-17 17:55:35', '', 123, 'http://localhost/butebihotels/index.php/2015/11/17/123-revision-v1/', 0, 'revision', '', 0),
(134, 1, '2015-11-17 18:21:16', '2015-11-17 18:21:16', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="137" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nGolden Suits\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child\r\n\r\n[/vc_column_text][skills skills="TV with Cable Connection, Safe, Internet connection, Shower cabin, Self-Contained" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][button type="default" size="normal" label="Make Reservation" link="http://localhost/butebihotels/index.php/reservations/" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="3/4"][vc_single_image image="136" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="137" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Gold Rooms', 'The Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child', 'publish', 'open', 'closed', '', 'gold-rooms', '', '', '2015-11-18 09:35:48', '2015-11-18 09:35:48', '', 0, 'http://localhost/butebihotels/?post_type=oxy_portfolio_image&#038;p=134', 0, 'oxy_portfolio_image', '', 0),
(135, 1, '2015-11-17 18:01:55', '2015-11-17 18:01:55', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="33" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nGolden Suits\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child\r\n\r\n[/vc_column_text][skills skills="Individual air conditioning units, Safe, Internet connection, Non-smoking &amp;amp; smoking, Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="14" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="31" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="28" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="29" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Gold Rooms', '', 'inherit', 'closed', 'closed', '', '134-revision-v1', '', '', '2015-11-17 18:01:55', '2015-11-17 18:01:55', '', 134, 'http://localhost/butebihotels/index.php/2015/11/17/134-revision-v1/', 0, 'revision', '', 0),
(136, 1, '2015-11-17 18:10:02', '2015-11-17 18:10:02', '', 'butebi-gold', '', 'inherit', 'open', 'closed', '', 'butebi-gold', '', '', '2015-11-17 18:10:02', '2015-11-17 18:10:02', '', 134, 'http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-gold.jpg', 0, 'attachment', 'image/jpeg', 0),
(137, 1, '2015-11-17 18:13:25', '2015-11-17 18:13:25', '', 'butebi-gold-2', '', 'inherit', 'open', 'closed', '', 'butebi-gold-2', '', '', '2015-11-17 18:13:25', '2015-11-17 18:13:25', '', 134, 'http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-gold-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(138, 1, '2015-11-17 18:21:16', '2015-11-17 18:21:16', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="137" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nGolden Suits\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child\r\n\r\n[/vc_column_text][skills skills="TV with Cable Connection, Safe, Internet connection, Shower cabin, Self-Contained" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="136" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="137" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="29" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Gold Rooms', 'The Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child', 'inherit', 'closed', 'closed', '', '134-revision-v1', '', '', '2015-11-17 18:21:16', '2015-11-17 18:21:16', '', 134, 'http://localhost/butebihotels/index.php/2015/11/17/134-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(139, 1, '2015-11-17 18:23:23', '2015-11-17 18:23:23', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="137" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nGolden Suits\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child\r\n\r\n[/vc_column_text][skills skills="TV with Cable Connection, Safe, Internet connection, Shower cabin, Self-Contained" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="136" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="137" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Gold Rooms', 'The Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child', 'inherit', 'closed', 'closed', '', '134-revision-v1', '', '', '2015-11-17 18:23:23', '2015-11-17 18:23:23', '', 134, 'http://localhost/butebihotels/index.php/2015/11/17/134-revision-v1/', 0, 'revision', '', 0),
(140, 1, '2015-11-17 18:46:29', '2015-11-17 18:46:29', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="145" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nSilver Rooms\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe <strong>Silver Rooms</strong>, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding.\r\n\r\n[/vc_column_text][skills skills="TV with Cable Connection, Safe, Shower cabin," size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][button type="default" size="normal" label="Make Reservation" link="http://localhost/butebihotels/index.php/reservations/" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="3/4"][vc_single_image image="144" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][/vc_column][/vc_row]', 'Silver Rooms', 'The Silver Rooms, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding.', 'publish', 'open', 'closed', '', 'silver-rooms', '', '', '2015-11-18 09:34:33', '2015-11-18 09:34:33', '', 0, 'http://localhost/butebihotels/?post_type=oxy_portfolio_image&#038;p=140', 0, 'oxy_portfolio_image', '', 0),
(142, 1, '2015-11-17 18:46:29', '2015-11-17 18:46:29', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="33" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nSilver Rooms\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe <strong>Silver Rooms</strong>, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding.\r\n\r\n[/vc_column_text][skills skills="TV with Cable Connection, Safe, Shower cabin," size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="14" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="31" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="28" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="29" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Silver Rooms', '', 'inherit', 'closed', 'closed', '', '140-revision-v1', '', '', '2015-11-17 18:46:29', '2015-11-17 18:46:29', '', 140, 'http://localhost/butebihotels/index.php/2015/11/17/140-revision-v1/', 0, 'revision', '', 0),
(143, 1, '2015-11-18 09:32:37', '2015-11-18 09:32:37', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="145" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nSilver Rooms\n\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\n\nAmenities\n\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\n\nThe <strong>Silver Rooms</strong>, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding.\n\n[/vc_column_text][skills skills="TV with Cable Connection, Safe, Shower cabin," size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="144" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][/vc_column][/vc_row]', 'Silver Rooms', 'The Silver Rooms, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding.', 'inherit', 'closed', 'closed', '', '140-autosave-v1', '', '', '2015-11-18 09:32:37', '2015-11-18 09:32:37', '', 140, 'http://localhost/butebihotels/index.php/2015/11/17/140-autosave-v1/', 0, 'revision', '', 0),
(144, 1, '2015-11-17 18:57:29', '2015-11-17 18:57:29', '', 'butebi-silver-2', '', 'inherit', 'open', 'closed', '', 'butebi-silver-2', '', '', '2015-11-17 18:57:29', '2015-11-17 18:57:29', '', 140, 'http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-silver-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(145, 1, '2015-11-17 18:57:51', '2015-11-17 18:57:51', '', 'butebi-silver', '', 'inherit', 'open', 'closed', '', 'butebi-silver', '', '', '2015-11-17 18:57:51', '2015-11-17 18:57:51', '', 140, 'http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-silver.jpg', 0, 'attachment', 'image/jpeg', 0),
(146, 1, '2015-11-17 19:00:09', '2015-11-17 19:00:09', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="145" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nSilver Rooms\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe <strong>Silver Rooms</strong>, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding.\r\n\r\n[/vc_column_text][skills skills="TV with Cable Connection, Safe, Shower cabin," size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="144" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="29" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Silver Rooms', 'The Silver Rooms, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding.', 'inherit', 'closed', 'closed', '', '140-revision-v1', '', '', '2015-11-17 19:00:09', '2015-11-17 19:00:09', '', 140, 'http://localhost/butebihotels/index.php/2015/11/17/140-revision-v1/', 0, 'revision', '', 0),
(147, 1, '2015-11-17 19:01:37', '2015-11-17 19:01:37', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="145" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nSilver Rooms\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe <strong>Silver Rooms</strong>, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding.\r\n\r\n[/vc_column_text][skills skills="TV with Cable Connection, Safe, Shower cabin," size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="144" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][/vc_column][/vc_row]', 'Silver Rooms', 'The Silver Rooms, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding.', 'inherit', 'closed', 'closed', '', '140-revision-v1', '', '', '2015-11-17 19:01:37', '2015-11-17 19:01:37', '', 140, 'http://localhost/butebihotels/index.php/2015/11/17/140-revision-v1/', 0, 'revision', '', 0),
(149, 1, '2015-11-17 19:03:54', '2015-11-17 19:03:54', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="22" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Superior Room[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]  [/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]Amenities[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal"]The<strong> Superior Room</strong>, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the <strong>sea</strong>. Located in the main building.    This room can accommodate a maximum of 3 adults or 2 adults &amp; 1 child in the existing bedding.[/vc_column_text][skills skills="Individual air conditioning units, Safe, Internet connection, Non-smoking &amp; smoking, Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="22" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="31" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="28" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="22" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Superior Room', 'The Superior Room, with king-size bed or twin single and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the sea.', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2015-11-17 19:03:54', '2015-11-17 19:03:54', '', 57, 'http://localhost/butebihotels/index.php/2015/11/17/57-revision-v1/', 0, 'revision', '', 0),
(150, 1, '2015-11-17 19:05:24', '2015-11-17 19:05:24', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="27" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Deluxe Room[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]Amenities[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal"]The<strong> Deluxe Room</strong>, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the <strong>sea</strong>. Located in the main building.    This room can accommodate a maximum of 3 adults or 2 adults &amp; 1 child in the existing bedding.[/vc_column_text][skills skills="Individual air conditioning units, Safe, Internet connection, Non-smoking &amp; smoking, Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="27" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="31" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="28" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="27" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Deluxe Room', 'The Deluxe Room, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the sea.', 'inherit', 'closed', 'closed', '', '58-revision-v1', '', '', '2015-11-17 19:05:24', '2015-11-17 19:05:24', '', 58, 'http://localhost/butebihotels/index.php/2015/11/17/58-revision-v1/', 0, 'revision', '', 0),
(151, 1, '2015-11-17 19:05:49', '2015-11-17 19:05:49', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="28" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Bungalow Studio[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]Amenities[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal"]The <strong>Bungalow Studio</strong>, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the <strong>sea</strong>. Located in the main building.    This room can accommodate a maximum of 3 adults or 2 adults &amp; 1 child in the existing bedding.[/vc_column_text][skills skills="Individual air conditioning units, Safe, Internet connection, Non-smoking &amp;amp; smoking, Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="28" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="31" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="28" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="28" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Bungalow Studio', 'The Bungalow Studio, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the sea.', 'inherit', 'closed', 'closed', '', '59-revision-v1', '', '', '2015-11-17 19:05:49', '2015-11-17 19:05:49', '', 59, 'http://localhost/butebihotels/index.php/2015/11/17/59-revision-v1/', 0, 'revision', '', 0),
(152, 1, '2015-11-17 19:06:25', '2015-11-17 19:06:25', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="33" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]Sea View Suite[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]Amenities[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal"]The <strong>Sea View Suite</strong>, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the <strong>sea</strong>. Located in the main building.    This room can accommodate a maximum of 3 adults or 2 adults &amp;amp; 1 child in the existing bedding.[/vc_column_text][skills skills="Individual air conditioning units, Safe, Internet connection, Non-smoking &amp;amp; smoking, Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="14" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="31" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="28" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="29" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Sea View Suite', 'The Sea View Suite, with king-size bed or twin bedded and one sofa bed, spans 25 sqm with a balcony or terrace overlooking the sea. Located in the main building.', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2015-11-17 19:06:25', '2015-11-17 19:06:25', '', 60, 'http://localhost/butebihotels/index.php/2015/11/17/60-revision-v1/', 0, 'revision', '', 0),
(155, 1, '2015-11-17 19:12:11', '2015-11-17 19:12:11', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="128" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nPlatinum Room\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe <strong>Platinum Suite</strong>, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults &amp; 1 child in the existing bedding.\r\n\r\n[/vc_column_text][skills skills="Individual air conditioning units, TV with cabble connection, Safe, Internet connection (WiFi), Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="127" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="126" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Platinum Rooms', 'The Platinum Suite, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults & 1 child in the existing bedding.', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2015-11-17 19:12:11', '2015-11-17 19:12:11', '', 123, 'http://localhost/butebihotels/index.php/2015/11/17/123-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(156, 1, '2015-11-17 19:12:28', '2015-11-17 19:12:28', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="121" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-100" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="hyper" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nRooms\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="42" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][portfolio count="3" xs_col="3" sm_col="3" md_col="3" lg_col="3" layout_mode="fitRows" item_padding="15" pagination="none" text_color="text-normal" item_size="portfolio-thumb" item_overlay="icon" item_link_type="item" item_captions_below="show" captions_below_link_type="item" item_caption_align="left" item_caption_vertical="middle" item_overlay_animation="fade-in" item_hover_filter="none" hover_filter_invert="image-filter-onhover" item_overlay_grid="0" item_scroll_animation="fadeIn" item_scroll_animation_delay="0.1" item_scroll_animation_timing="staggered" margin_top="20" margin_bottom="20" item_overlay_icon="icon-circle-plus" categories="rooms"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][/vc_column][/vc_row]', 'The Rooms', '', 'inherit', 'closed', 'closed', '', '68-revision-v1', '', '', '2015-11-17 19:12:28', '2015-11-17 19:12:28', '', 68, 'http://localhost/butebihotels/index.php/2015/11/17/68-revision-v1/', 0, 'revision', '', 0),
(157, 1, '2015-11-18 07:14:28', '2015-11-18 07:14:28', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="162" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nPlatinum Royale Hotel\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<strong>Platinum Royale Hotel </strong>is located in Busega, 8 km away from the Kampala business center.\r\n\r\n[/vc_column_text][skills skills="Platinum Gold and Silver Rooms, Restaurant, Conference Hall, Ample parking space, Bar" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="108" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="163" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="164" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="128" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Platinum Royale Hotel, Busega', 'Platinum Royale Hotel is located in Busega, 8 km away from the Kampala business center.', 'publish', 'open', 'closed', '', 'platinum-royale-hotel-busega', '', '', '2015-11-19 15:11:36', '2015-11-19 15:11:36', '', 0, 'http://localhost/butebihotels/?post_type=oxy_portfolio_image&#038;p=157', 1, 'oxy_portfolio_image', '', 0),
(160, 1, '2015-11-18 07:34:46', '2015-11-18 07:34:46', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="169" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nGreen Valley Hotel\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<b>The Green Valley Hotel, Mityana </b>is located just a quarter mile away from the Mityana Taxi Park.\r\n\r\n[/vc_column_text][skills skills="Gold and Silver Rooms, Restaurant, Ample parking space, Bar, Night Club" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="168" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="170" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="136" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Green Valley Hotel, Mityana', 'The Green Valley Hotel, Mityana is located just a quarter mile away from the Mityana Taxi Park.', 'publish', 'open', 'closed', '', 'green-valley-hotel-mityana', '', '', '2015-11-18 07:34:46', '2015-11-18 07:34:46', '', 0, 'http://localhost/butebihotels/?post_type=oxy_portfolio_image&#038;p=160', 3, 'oxy_portfolio_image', '', 0),
(161, 1, '2015-11-18 07:54:52', '2015-11-18 07:54:52', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="174" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nWamala Lake View Hotel, Mityana\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<b>Wamala Lake View Hotel, Mityana </b>is located at Zaake Plaza just next to the Mityana taxi Park overseeing the Lake Wamala.\r\n\r\n[/vc_column_text][skills skills="Platinum Gold and Silver Rooms, Conference Hall, Restaurant, Ample parking space, Bar" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="107" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="110" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="137" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Wamala Lake View Hotel, Mityana', 'Wamala Lake View Hotel, Mityana is located at Zaake Plaza just next to the Mityana taxi Park overseeing the Lake Wamala.', 'publish', 'open', 'closed', '', 'wamala-lake-view-hotel-mityana', '', '', '2015-11-18 07:54:52', '2015-11-18 07:54:52', '', 0, 'http://localhost/butebihotels/?post_type=oxy_portfolio_image&#038;p=161', 2, 'oxy_portfolio_image', '', 0),
(162, 1, '2015-11-18 06:55:06', '2015-11-18 06:55:06', '', 'platinum-royale', '', 'inherit', 'open', 'closed', '', 'platinum-royale', '', '', '2015-11-18 06:55:06', '2015-11-18 06:55:06', '', 157, 'http://localhost/butebihotels/wp-content/uploads/2015/11/platinum-royale.jpg', 0, 'attachment', 'image/jpeg', 0),
(163, 1, '2015-11-18 07:06:42', '2015-11-18 07:06:42', '', 'platinum-restaurant', '', 'inherit', 'open', 'closed', '', 'platinum-restaurant', '', '', '2015-11-18 07:06:42', '2015-11-18 07:06:42', '', 157, 'http://localhost/butebihotels/wp-content/uploads/2015/11/platinum-restaurant.jpg', 0, 'attachment', 'image/jpeg', 0),
(164, 1, '2015-11-18 07:11:40', '2015-11-18 07:11:40', '', 'platinum-hall', '', 'inherit', 'open', 'closed', '', 'platinum-hall', '', '', '2015-11-18 07:11:40', '2015-11-18 07:11:40', '', 157, 'http://localhost/butebihotels/wp-content/uploads/2015/11/platinum-hall.jpg', 0, 'attachment', 'image/jpeg', 0),
(165, 1, '2015-11-18 07:12:42', '2015-11-18 07:12:42', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="162" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nPlatinum Royale Hotel\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<strong>Platinum Royale Hotel </strong>is located in Busega, 8 km away from the Kampala business center.\r\n\r\n[/vc_column_text][skills skills="Platinum Gold and Silver Rooms, Restaurant, Conference Hall, Ample parking space, Bar" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="108" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="163" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="164" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="29" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][contact-form-7 id="289"][divider visibility="hidden" background_colour="#FFFFF" xs_height="40" sm_height="40" md_height="40" lg_height="40"][/vc_column][/vc_row]', 'Platinum Royale Hotel, Busega', '', 'inherit', 'closed', 'closed', '', '157-revision-v1', '', '', '2015-11-18 07:12:42', '2015-11-18 07:12:42', '', 157, 'http://localhost/butebihotels/index.php/2015/11/18/157-revision-v1/', 0, 'revision', '', 0),
(166, 1, '2015-11-18 07:13:26', '2015-11-18 07:13:26', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="162" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nPlatinum Royale Hotel\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<strong>Platinum Royale Hotel </strong>is located in Busega, 8 km away from the Kampala business center.\r\n\r\n[/vc_column_text][skills skills="Platinum Gold and Silver Rooms, Restaurant, Conference Hall, Ample parking space, Bar" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="108" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="163" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="164" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Platinum Royale Hotel, Busega', '', 'inherit', 'closed', 'closed', '', '157-revision-v1', '', '', '2015-11-18 07:13:26', '2015-11-18 07:13:26', '', 157, 'http://localhost/butebihotels/index.php/2015/11/18/157-revision-v1/', 0, 'revision', '', 0),
(167, 1, '2015-11-18 07:14:28', '2015-11-18 07:14:28', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="162" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nPlatinum Royale Hotel\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<strong>Platinum Royale Hotel </strong>is located in Busega, 8 km away from the Kampala business center.\r\n\r\n[/vc_column_text][skills skills="Platinum Gold and Silver Rooms, Restaurant, Conference Hall, Ample parking space, Bar" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="108" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="163" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="164" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Platinum Royale Hotel, Busega', 'Platinum Royale Hotel is located in Busega, 8 km away from the Kampala business center.', 'inherit', 'closed', 'closed', '', '157-revision-v1', '', '', '2015-11-18 07:14:28', '2015-11-18 07:14:28', '', 157, 'http://localhost/butebihotels/index.php/2015/11/18/157-revision-v1/', 0, 'revision', '', 0),
(168, 1, '2015-11-18 07:23:36', '2015-11-18 07:23:36', '', 'green-valley', '', 'inherit', 'open', 'closed', '', 'green-valley', '', '', '2015-11-18 07:23:36', '2015-11-18 07:23:36', '', 160, 'http://localhost/butebihotels/wp-content/uploads/2015/11/green-valley.jpg', 0, 'attachment', 'image/jpeg', 0),
(169, 1, '2015-11-18 07:28:04', '2015-11-18 07:28:04', '', 'green-valley-bar', '', 'inherit', 'open', 'closed', '', 'green-valley-bar', '', '', '2015-11-18 07:28:04', '2015-11-18 07:28:04', '', 160, 'http://localhost/butebihotels/wp-content/uploads/2015/11/green-valley-bar.jpg', 0, 'attachment', 'image/jpeg', 0),
(170, 1, '2015-11-18 07:32:19', '2015-11-18 07:32:19', '', 'green-valley-2', '', 'inherit', 'open', 'closed', '', 'green-valley-2', '', '', '2015-11-18 07:32:19', '2015-11-18 07:32:19', '', 160, 'http://localhost/butebihotels/wp-content/uploads/2015/11/green-valley-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(171, 1, '2015-11-18 07:33:36', '2015-11-18 07:33:36', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="169" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nGreen Valley Hotel\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<b>The Green Valley Hotel, Mityana </b>is located just a quarter mile away from the Mityana Taxi Park.\r\n\r\n[/vc_column_text][skills skills="Gold and Silver Rooms, Restaurant, Ample parking space, Bar, Night Club" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="168" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="170" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="136" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Green Valley Hotel, Mityana', '', 'inherit', 'closed', 'closed', '', '160-revision-v1', '', '', '2015-11-18 07:33:36', '2015-11-18 07:33:36', '', 160, 'http://localhost/butebihotels/index.php/2015/11/18/160-revision-v1/', 0, 'revision', '', 0),
(172, 1, '2015-11-18 07:34:45', '2015-11-18 07:34:45', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="169" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nGreen Valley Hotel\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<b>The Green Valley Hotel, Mityana </b>is located just a quarter mile away from the Mityana Taxi Park.\r\n\r\n[/vc_column_text][skills skills="Gold and Silver Rooms, Restaurant, Ample parking space, Bar, Night Club" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="168" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="170" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="136" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Green Valley Hotel, Mityana', 'The Green Valley Hotel, Mityana is located just a quarter mile away from the Mityana Taxi Park.', 'inherit', 'closed', 'closed', '', '160-revision-v1', '', '', '2015-11-18 07:34:45', '2015-11-18 07:34:45', '', 160, 'http://localhost/butebihotels/index.php/2015/11/18/160-revision-v1/', 0, 'revision', '', 0),
(173, 1, '2015-11-18 07:35:17', '2015-11-18 07:35:17', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="169" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nGreen Valley Hotel\n\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\n\nAbout\n\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\n\n<b>The Green Valley Hotel, Mityana </b>is located just a quarter mile away from the Mityana Taxi Park.\n\n[/vc_column_text][skills skills="Gold and Silver Rooms, Restaurant, Ample parking space, Bar, Night Club" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="168" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="170" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="136" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Green Valley Hotel, Mityana', 'The Green Valley Hotel, Mityana is located just a quarter mile away from the Mityana Taxi Park.', 'inherit', 'closed', 'closed', '', '160-autosave-v1', '', '', '2015-11-18 07:35:17', '2015-11-18 07:35:17', '', 160, 'http://localhost/butebihotels/index.php/2015/11/18/160-autosave-v1/', 0, 'revision', '', 0),
(174, 1, '2015-11-18 07:47:19', '2015-11-18 07:47:19', '', 'lake-view', '', 'inherit', 'open', 'closed', '', 'lake-view', '', '', '2015-11-18 07:47:19', '2015-11-18 07:47:19', '', 161, 'http://localhost/butebihotels/wp-content/uploads/2015/11/lake-view.jpg', 0, 'attachment', 'image/jpeg', 0),
(175, 1, '2015-11-18 07:48:05', '2015-11-18 07:48:05', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="174" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nWamala Lake View Hotel, Mityana\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<b>The Green Valley Hotel, Mityana </b>is located just a quarter mile away from the Mityana Taxi Park.\r\n\r\n[/vc_column_text][skills skills="Gold and Silver Rooms, Restaurant, Ample parking space, Bar, Night Club" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="168" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="170" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="136" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Wamala Lake View Hotel, Mityana', '', 'inherit', 'closed', 'closed', '', '161-revision-v1', '', '', '2015-11-18 07:48:05', '2015-11-18 07:48:05', '', 161, 'http://localhost/butebihotels/index.php/2015/11/18/161-revision-v1/', 0, 'revision', '', 0),
(176, 1, '2015-11-18 07:54:51', '2015-11-18 07:54:51', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="174" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nWamala Lake View Hotel, Mityana\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<b>Wamala Lake View Hotel, Mityana </b>is located at Zaake Plaza just next to the Mityana taxi Park overseeing the Lake Wamala.\r\n\r\n[/vc_column_text][skills skills="Platinum Gold and Silver Rooms, Conference Hall, Restaurant, Ample parking space, Bar" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="107" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="110" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="137" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Wamala Lake View Hotel, Mityana', 'Wamala Lake View Hotel, Mityana is located at Zaake Plaza just next to the Mityana taxi Park overseeing the Lake Wamala.', 'inherit', 'closed', 'closed', '', '161-revision-v1', '', '', '2015-11-18 07:54:51', '2015-11-18 07:54:51', '', 161, 'http://localhost/butebihotels/index.php/2015/11/18/161-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(177, 1, '2015-11-18 08:14:31', '2015-11-18 08:14:31', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="112" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nEmirates Hotel, Mityana\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<b>Emirates Hotel, Mityana </b>is located opposite Mityana Hospital and is next to the Mityana Subcounty offices.\r\n\r\n[/vc_column_text][skills skills="Platinum Gold and Silver Rooms, Restaurant, Ample parking space, Sports Bar" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="180" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="112" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="128" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Emirates Hotel, Mityana', 'Emirates Hotel, Mityana is located opposite Mityana Hospital and is next to the Mityana Subcounty offices.', 'publish', 'open', 'closed', '', 'emirates-hotel-mityana', '', '', '2015-11-18 08:14:31', '2015-11-18 08:14:31', '', 0, 'http://localhost/butebihotels/?post_type=oxy_portfolio_image&#038;p=177', 4, 'oxy_portfolio_image', '', 0),
(178, 1, '2015-11-18 08:02:59', '2015-11-18 08:02:59', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="112" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nEmirates Hotel, Mityana\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<b>Wamala Lake View Hotel, Mityana </b>is located at Zaake Plaza just next to the Mityana taxi Park overseeing the Lake Wamala.\r\n\r\n[/vc_column_text][skills skills="Platinum Gold and Silver Rooms, Conference Hall, Restaurant, Ample parking space, Bar" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="107" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="110" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="137" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Emirates Hotel, Mityana', '', 'inherit', 'closed', 'closed', '', '177-revision-v1', '', '', '2015-11-18 08:02:59', '2015-11-18 08:02:59', '', 177, 'http://localhost/butebihotels/index.php/2015/11/18/177-revision-v1/', 0, 'revision', '', 0),
(179, 1, '2015-11-18 08:07:10', '2015-11-18 08:07:10', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="112" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nEmirates Hotel, Mityana\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<b>Emirates Hotel, Mityana </b>is located opposite Mityana Hospital and is next to the Mityana Subcounty offices.\r\n\r\n[/vc_column_text][skills skills="Platinum Gold and Silver Rooms, Conference Hall, Restaurant, Ample parking space, Bar" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="107" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="110" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="137" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Emirates Hotel, Mityana', '', 'inherit', 'closed', 'closed', '', '177-revision-v1', '', '', '2015-11-18 08:07:10', '2015-11-18 08:07:10', '', 177, 'http://localhost/butebihotels/index.php/2015/11/18/177-revision-v1/', 0, 'revision', '', 0),
(180, 1, '2015-11-18 08:12:21', '2015-11-18 08:12:21', '', 'restaurant', '', 'inherit', 'open', 'closed', '', 'restaurant-2', '', '', '2015-11-18 08:12:21', '2015-11-18 08:12:21', '', 177, 'http://localhost/butebihotels/wp-content/uploads/2015/11/restaurant.jpg', 0, 'attachment', 'image/jpeg', 0),
(181, 1, '2015-11-18 08:13:32', '2015-11-18 08:13:32', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="112" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nEmirates Hotel, Mityana\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<b>Emirates Hotel, Mityana </b>is located opposite Mityana Hospital and is next to the Mityana Subcounty offices.\r\n\r\n[/vc_column_text][skills skills="Platinum Gold and Silver Rooms, Restaurant, Ample parking space, Sports Bar" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="180" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="112" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="128" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Emirates Hotel, Mityana', 'Emirates Hotel, Mityana is located opposite Mityana Hospital and is next to the Mityana Subcounty offices.', 'inherit', 'closed', 'closed', '', '177-revision-v1', '', '', '2015-11-18 08:13:32', '2015-11-18 08:13:32', '', 177, 'http://localhost/butebihotels/index.php/2015/11/18/177-revision-v1/', 0, 'revision', '', 0),
(182, 1, '2015-11-19 15:25:44', '2015-11-19 15:25:44', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="162" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-100" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="hyper" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nHotels\n\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="42" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][portfolio count="0" xs_col="2" sm_col="2" md_col="2" lg_col="2" layout_mode="fitRows" item_padding="15" pagination="none" text_color="text-normal" item_size="portfolio-thumb" item_overlay="caption" item_link_type="item" item_captions_below="show" captions_below_link_type="item" item_caption_align="left" item_caption_vertical="middle" item_overlay_animation="fade-in" item_hover_filter="none" hover_filter_invert="image-filter-onhover" item_overlay_grid="0" item_scroll_animation="fadeIn" item_scroll_animation_delay="0.1" item_scroll_animation_timing="staggered" margin_top="20" margin_bottom="20" item_overlay_icon="icon-circle-plus" categories="hotel"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][/vc_column][/vc_row]', 'Hotels', '', 'inherit', 'closed', 'closed', '', '88-autosave-v1', '', '', '2015-11-19 15:25:44', '2015-11-19 15:25:44', '', 88, 'http://localhost/butebihotels/index.php/2015/11/18/88-autosave-v1/', 0, 'revision', '', 0),
(183, 1, '2015-11-18 08:22:46', '2015-11-18 08:22:46', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="162" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-100" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="hyper" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nHotels\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="42" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][portfolio count="0" xs_col="2" sm_col="2" md_col="2" lg_col="2" layout_mode="fitRows" item_padding="15" pagination="none" text_color="text-normal" item_size="portfolio-thumb" item_overlay="icon" item_link_type="item" item_captions_below="show" captions_below_link_type="item" item_caption_align="left" item_caption_vertical="middle" item_overlay_animation="fade-in" item_hover_filter="none" hover_filter_invert="image-filter-onhover" item_overlay_grid="0" item_scroll_animation="fadeIn" item_scroll_animation_delay="0.1" item_scroll_animation_timing="staggered" margin_top="20" margin_bottom="20" item_overlay_icon="icon-circle-plus" categories="hotel"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][/vc_column][/vc_row]', 'Hotels', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2015-11-18 08:22:46', '2015-11-18 08:22:46', '', 88, 'http://localhost/butebihotels/index.php/2015/11/18/88-revision-v1/', 0, 'revision', '', 0),
(184, 1, '2015-11-18 08:25:58', '2015-11-18 08:25:58', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="104" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-normal" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nA Home Away From Home\r\n\r\n[/heading][heading text_color="text-light" header_type="h1" header_size="bigger" header_weight="regular" header_align="center" header_fade_out="off" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2"]\r\n\r\n<em>at just the right price</em>\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="24" sm_height="24" md_height="24" lg_height="24"][button type="link" size="lg" label="View Our Rooms" link_open="_self" icon_position="right" animation="none" text_color="text-light" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.5" extra_classes="btn-header scroll-to-id" link="http://localhost/butebihotels/index.php/rooms/"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="108"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Hotels\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]Butebi Hotels is made up of a collection of 4 world class hotels, 3 of which are located at the heart of <strong>Mityana District</strong> in Central Uganda and the other in Kampala. <a href="http://localhost/butebihotels/index.php/portfolio/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel,</a> <a href="http://localhost/butebihotels/index.php/portfolio/emirates-hotel-mityana/">Emirates Hotel</a> and <a href="http://localhost/butebihotels/index.php/portfolio/green-valley-hotel-mityana/">Green Valley Hotel</a> are strategically located in Mityana Town while <a href="http://localhost/butebihotels/index.php/portfolio/platinum-royale-hotel-busega/">Platinum Royale</a> is found in <strong>Busega, Kampala</strong>.\r\n\r\nAll the hotels are highly professional and quality services that will make you feel like you are in a home away from home.[/vc_column_text][button type="primary" size="normal" label="See The Hotels" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link=" http://localhost/butebihotels/index.php/hotels/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="109"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="200" sm_height="200" md_height="200" lg_height="200"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Rooms\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\nAll the hotels have luxurious rooms where comfort and effective service delivery is prioritized. They are categorized into three types i.e. <strong>Platinum</strong>, <strong>Gold</strong> and <strong>Silver</strong> Rooms and are at a highly affordable price.\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="See All Rooms" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://localhost/butebihotels/index.php/rooms/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="110"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nConference Halls\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\n<a href="http://localhost/butebihotels/index.php/portfolio/platinum-royale-hotel-busega/">Platinum Royale Hotel</a> in Busega and <a href="http://localhost/butebihotels/index.php/portfolio/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel</a> in Mityana have spacious and highly capacitative conference halls that can host <strong>meetings</strong>, <strong>seminars</strong>, and <strong>weddings</strong>. <a href="http://localhost/butebihotels/index.php/contact/">Contact us</a> for reservations\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="Read More" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://lambda.oxygenna.com/hotel/restaurant/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.7" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="112"][vc_column width="1/6" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width="2/3" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-light" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOur Guests\r\n\r\n[/heading][vc_single_image image="38" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][testimonials count="3" layout="no-image" speed="7000" animation_type="slide" show_controls="show" randomize="off" text_align="center" text_color="text-light" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][vc_column width="1/6"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][map map_type="ROADMAP" map_style="blackwhite" auto_center="auto" map_zoom="15" map_scrollable="on" marker="show" label="Wamala Lake View Hotel" address="Mityana Hospital " height="500" margin_top="0" margin_bottom="0" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Locations\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\nPlatinum Royale is located in Busega just 8 km from Kampala City Center. Wamala Lake View is at Zaake Plaza near the Mityana Taxi Park. Emirates Hotes is just opposite Mityana Hospital while Green Valley Hotel is just a quarter a mile away from the Mityana Taxi Park\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '70-revision-v1', '', '', '2015-11-18 08:25:58', '2015-11-18 08:25:58', '', 70, 'http://localhost/butebihotels/index.php/2015/11/18/70-revision-v1/', 0, 'revision', '', 0),
(185, 1, '2015-11-18 08:28:20', '2015-11-18 08:28:20', ' ', '', '', 'publish', 'closed', 'closed', '', '185', '', '', '2015-11-18 08:28:20', '2015-11-18 08:28:20', '', 0, 'http://localhost/butebihotels/?p=185', 2, 'nav_menu_item', '', 0),
(186, 1, '2015-11-18 09:29:28', '2015-11-18 09:29:28', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="128" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nOnline reservation\n\n[/heading][heading text_color="text-light" header_type="h1" header_size="bigger" header_weight="regular" header_align="center" header_fade_out="off" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2"]\n\n<em>book now &amp; get the best price</em>\n\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\n[/vc_column_inner][vc_column_inner width="8/12" align="Default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="center" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nSpecial Offers\n\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][pricing_list text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="none" scroll_animation_delay="0"][pricing_item title="Platinum Room" description="The Platinum Suite, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults &amp; 1 child in the existing bedding." shape="round" price="$25/night" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0"][pricing_item title="Gold Room" description="The Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child" shape="round" price="$18/night" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0"][pricing_item title="Silver Rooms" description="The Silver Rooms, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding." shape="round" price="$10/night" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0"][/pricing_list][/vc_column_inner][vc_column_inner width="2/12"]\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][contact-form-7 id="106"][/vc_column][/vc_row]', 'Reservations', '', 'inherit', 'closed', 'closed', '', '64-autosave-v1', '', '', '2015-11-18 09:29:28', '2015-11-18 09:29:28', '', 64, 'http://localhost/butebihotels/index.php/2015/11/18/64-autosave-v1/', 0, 'revision', '', 0),
(187, 1, '2015-11-18 09:16:09', '2015-11-18 09:16:09', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="128" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOnline reservation\r\n\r\n[/heading][heading text_color="text-light" header_type="h1" header_size="bigger" header_weight="regular" header_align="center" header_fade_out="off" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2"]\r\n\r\n<em>book now &amp; get the best price</em>\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="Default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="center" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nSpecial Offers\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][pricing_list text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="none" scroll_animation_delay="0"][pricing_item title="Platinum Room" description="The Platinum Suite, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults &amp; 1 child in the existing bedding." shape="round" price="$25/night" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0"][pricing_item title="Gold Room" description="The Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child" shape="round" price="$18/night" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0"][pricing_item title="Silver Rooms" description="The Silver Rooms, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding." shape="round" price="$10/weekend" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0"][/pricing_list][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][contact-form-7 id="106"][/vc_column][/vc_row]', 'Reservations', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2015-11-18 09:16:09', '2015-11-18 09:16:09', '', 64, 'http://localhost/butebihotels/index.php/2015/11/18/64-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(188, 1, '2015-11-18 09:29:40', '2015-11-18 09:29:40', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="128" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOnline reservation\r\n\r\n[/heading][heading text_color="text-light" header_type="h1" header_size="bigger" header_weight="regular" header_align="center" header_fade_out="off" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2"]\r\n\r\n<em>book now &amp; get the best price</em>\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="Default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="center" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nSpecial Offers\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][pricing_list text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="none" scroll_animation_delay="0"][pricing_item title="Platinum Room" description="The Platinum Suite, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults &amp; 1 child in the existing bedding." shape="round" price="$25/night" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0"][pricing_item title="Gold Room" description="The Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child" shape="round" price="$18/night" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0"][pricing_item title="Silver Rooms" description="The Silver Rooms, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding." shape="round" price="$10/night" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0"][/pricing_list][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][contact-form-7 id="106"][/vc_column][/vc_row]', 'Reservations', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2015-11-18 09:29:40', '2015-11-18 09:29:40', '', 64, 'http://localhost/butebihotels/index.php/2015/11/18/64-revision-v1/', 0, 'revision', '', 0),
(189, 1, '2015-11-18 09:30:32', '2015-11-18 09:30:32', '<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit "Send"]</p>\n[your-subject]\n[your-name] <kiberusharif@gmail.com>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Butebi Hotels (http://localhost/butebihotels)\nkiberusharif@gmail.com\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nButebi Hotels <kiberusharif@gmail.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Butebi Hotels (http://localhost/butebihotels)\n[your-email]\nReply-To: kiberusharif@gmail.com\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.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nInvalid date and time supplied.\nInvalid date supplied.\nInvalid time supplied.', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2015-11-18 09:50:38', '2015-11-18 09:50:38', '', 0, 'http://localhost/butebihotels/?post_type=wpcf7_contact_form&#038;p=189', 0, 'wpcf7_contact_form', '', 0),
(190, 1, '2015-11-18 09:36:39', '2015-11-18 09:36:39', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="137" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nGolden Suits\n\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\n\nAmenities\n\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\n\nThe Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child\n\n[/vc_column_text][skills skills="TV with Cable Connection, Safe, Internet connection, Shower cabin, Self-Contained" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][button type="default" size="normal" label="Make Reservation" link="http://localhost/butebihotels/index.php/reservations/" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="3/4"][vc_single_image image="136" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="137" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Gold Rooms', 'The Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child', 'inherit', 'closed', 'closed', '', '134-autosave-v1', '', '', '2015-11-18 09:36:39', '2015-11-18 09:36:39', '', 134, 'http://localhost/butebihotels/index.php/2015/11/18/134-autosave-v1/', 0, 'revision', '', 0),
(191, 1, '2015-11-18 09:34:33', '2015-11-18 09:34:33', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="145" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nSilver Rooms\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe <strong>Silver Rooms</strong>, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding.\r\n\r\n[/vc_column_text][skills skills="TV with Cable Connection, Safe, Shower cabin," size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][button type="default" size="normal" label="Make Reservation" link="http://localhost/butebihotels/index.php/reservations/" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="3/4"][vc_single_image image="144" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][/vc_column][/vc_row]', 'Silver Rooms', 'The Silver Rooms, with two single beds OR one single bed. This room can accommodate a maximum of 2 or 1 adults and 1 child in the existing bedding.', 'inherit', 'closed', 'closed', '', '140-revision-v1', '', '', '2015-11-18 09:34:33', '2015-11-18 09:34:33', '', 140, 'http://localhost/butebihotels/index.php/2015/11/18/140-revision-v1/', 0, 'revision', '', 0),
(192, 1, '2015-11-18 09:35:48', '2015-11-18 09:35:48', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="137" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nGolden Suits\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child\r\n\r\n[/vc_column_text][skills skills="TV with Cable Connection, Safe, Internet connection, Shower cabin, Self-Contained" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][button type="default" size="normal" label="Make Reservation" link="http://localhost/butebihotels/index.php/reservations/" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="3/4"][vc_single_image image="136" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="137" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Gold Rooms', 'The Gold Rooms also contain a king-size bed. It is self contained and can accommodate a maximum of two adults and one child', 'inherit', 'closed', 'closed', '', '134-revision-v1', '', '', '2015-11-18 09:35:48', '2015-11-18 09:35:48', '', 134, 'http://localhost/butebihotels/index.php/2015/11/18/134-revision-v1/', 0, 'revision', '', 0),
(193, 1, '2015-11-18 09:37:23', '2015-11-18 09:37:23', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="128" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nPlatinum Room\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAmenities\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\nThe <strong>Platinum Suite</strong>, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults &amp; 1 child in the existing bedding.\r\n\r\n[/vc_column_text][skills skills="Individual air conditioning units, TV with cabble connection, Safe, Internet connection (WiFi), Shower cabin or Bathtub, Work desk" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][button type="default" size="normal" label="Make Reservation" link="http://localhost/butebihotels/index.php/reservations/" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="3/4"][vc_single_image image="127" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="126" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Platinum Rooms', 'The Platinum Suite, with king-size bed or twin bedded with a balcony. This room can accommodate a maximum of 2 adults & 1 child in the existing bedding.', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2015-11-18 09:37:23', '2015-11-18 09:37:23', '', 123, 'http://localhost/butebihotels/index.php/2015/11/18/123-revision-v1/', 0, 'revision', '', 0),
(194, 1, '2015-11-18 09:40:15', '2015-11-18 09:40:15', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="104" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-normal" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nA Home Away From Home\r\n\r\n[/heading][heading text_color="text-light" header_type="h1" header_size="bigger" header_weight="regular" header_align="center" header_fade_out="off" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2"]\r\n\r\n<em>at just the right price</em>\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="24" sm_height="24" md_height="24" lg_height="24"][button type="link" size="lg" label="View Our Rooms" link_open="_self" icon_position="right" animation="none" text_color="text-light" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.5" extra_classes="btn-header scroll-to-id" link="http://localhost/butebihotels/index.php/rooms/"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="108"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Hotels\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]Butebi Hotels is made up of a collection of 4 world class hotels, 3 of which are located at the heart of <strong>Mityana District</strong> in Central Uganda and the other in Kampala. <a href="http://localhost/butebihotels/index.php/portfolio/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel,</a> <a href="http://localhost/butebihotels/index.php/portfolio/emirates-hotel-mityana/">Emirates Hotel</a> and <a href="http://localhost/butebihotels/index.php/portfolio/green-valley-hotel-mityana/">Green Valley Hotel</a> are strategically located in Mityana Town while <a href="http://localhost/butebihotels/index.php/portfolio/platinum-royale-hotel-busega/">Platinum Royale</a> is found in <strong>Busega, Kampala</strong>.\r\n\r\nAll the hotels are highly professional and quality services that will make you feel like you are in a home away from home.[/vc_column_text][button type="primary" size="normal" label="See The Hotels" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link=" http://localhost/butebihotels/index.php/hotels/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="109"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="200" sm_height="200" md_height="200" lg_height="200"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Rooms\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\nAll the hotels have luxurious rooms where comfort and effective service delivery is prioritized. They are categorized into three types i.e. <strong>Platinum</strong>, <strong>Gold</strong> and <strong>Silver</strong> Rooms and are at a highly affordable price.\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="See All Rooms" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://localhost/butebihotels/index.php/rooms/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="110"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nConference Halls\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\n<a href="http://localhost/butebihotels/index.php/portfolio/platinum-royale-hotel-busega/">Platinum Royale Hotel</a> in Busega and <a href="http://localhost/butebihotels/index.php/portfolio/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel</a> in Mityana have spacious and highly capacitative conference halls that can host <strong>meetings</strong>, <strong>seminars</strong>, and <strong>weddings</strong>. <a href="http://localhost/butebihotels/index.php/contact/">Contact us</a> for reservations\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="Read More" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://localhost/butebihotels/index.php/hotels/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.7" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="112"][vc_column width="1/6" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width="2/3" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-light" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOur Guests\r\n\r\n[/heading][vc_single_image image="38" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][testimonials count="3" layout="no-image" speed="7000" animation_type="slide" show_controls="show" randomize="off" text_align="center" text_color="text-light" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][vc_column width="1/6"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][map map_type="ROADMAP" map_style="blackwhite" auto_center="auto" map_zoom="15" map_scrollable="on" marker="show" label="Wamala Lake View Hotel" address="Mityana Hospital " height="500" margin_top="0" margin_bottom="0" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Locations\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\nPlatinum Royale is located in Busega just 8 km from Kampala City Center. Wamala Lake View is at Zaake Plaza near the Mityana Taxi Park. Emirates Hotes is just opposite Mityana Hospital while Green Valley Hotel is just a quarter a mile away from the Mityana Taxi Park\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '70-revision-v1', '', '', '2015-11-18 09:40:15', '2015-11-18 09:40:15', '', 70, 'http://localhost/butebihotels/index.php/2015/11/18/70-revision-v1/', 0, 'revision', '', 0),
(195, 1, '2015-11-18 09:49:29', '2015-11-18 09:49:29', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="110" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="70" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nContact us\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/6" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width="2/3"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nDrop us a Line\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0.2"][contact-form-7 id="189"][divider visibility="hidden" background_colour="#FFFFF" xs_height="100" sm_height="100" md_height="100" lg_height="100"][/vc_column][vc_column width="1/6"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.7" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="112"][vc_column width="1/6" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width="2/3" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-light" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOur Guests\r\n\r\n[/heading][vc_single_image image="38" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][testimonials count="3" layout="no-image" speed="7000" animation_type="slide" show_controls="show" randomize="off" text_align="center" text_color="text-light" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][vc_column width="1/6"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '69-autosave-v1', '', '', '2015-11-18 09:49:29', '2015-11-18 09:49:29', '', 69, 'http://localhost/butebihotels/index.php/2015/11/18/69-autosave-v1/', 0, 'revision', '', 0),
(196, 1, '2015-11-18 09:45:04', '2015-11-18 09:45:04', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="110" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="70" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nContact us\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/1" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nDrop us a Line\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0.2"][contact-form-7 id="189"][divider visibility="hidden" background_colour="#FFFFF" xs_height="100" sm_height="100" md_height="100" lg_height="100"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.7" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="44"][vc_column width="1/6" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"]\r\n[/vc_column][vc_column width="2/3" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-light" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOur Guests\r\n\r\n[/heading][vc_single_image image="38" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][testimonials count="3" layout="no-image" speed="7000" animation_type="slide" show_controls="show" randomize="off" text_align="center" text_color="text-light" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][vc_column width="1/6"]\r\n[/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2015-11-18 09:45:04', '2015-11-18 09:45:04', '', 69, 'http://localhost/butebihotels/index.php/2015/11/18/69-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(197, 1, '2015-11-18 09:50:01', '2015-11-18 09:50:01', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.3" overlay_grid="0" background_image="110" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="70" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nContact us\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/6" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width="2/3"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nDrop us a Line\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="40" scroll_animation="fadeIn" scroll_animation_delay="0.2"][contact-form-7 id="189"][divider visibility="hidden" background_colour="#FFFFF" xs_height="100" sm_height="100" md_height="100" lg_height="100"][/vc_column][vc_column width="1/6"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.7" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="112"][vc_column width="1/6" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width="2/3" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-light" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOur Guests\r\n\r\n[/heading][vc_single_image image="38" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][testimonials count="3" layout="no-image" speed="7000" animation_type="slide" show_controls="show" randomize="off" text_align="center" text_color="text-light" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][vc_column width="1/6"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2015-11-18 09:50:01', '2015-11-18 09:50:01', '', 69, 'http://localhost/butebihotels/index.php/2015/11/18/69-revision-v1/', 0, 'revision', '', 0),
(198, 1, '2015-11-18 09:58:55', '2015-11-18 09:58:55', '', 'butebi-fav', '', 'inherit', 'open', 'closed', '', 'butebi-fav', '', '', '2015-11-18 09:58:55', '2015-11-18 09:58:55', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/butebi-fav.png', 0, 'attachment', 'image/png', 0),
(199, 1, '2015-11-19 15:11:06', '2015-11-19 15:11:06', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="162" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nPlatinum Royale Hotel\n\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\n\nAbout\n\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\n\n<strong>Platinum Royale Hotel </strong>is located in Busega, 8 km away from the Kampala business center.\n\n[/vc_column_text][skills skills="Platinum Gold and Silver Rooms, Restaurant, Conference Hall, Ample parking space, Bar" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="108" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="163" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="164" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="128" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Platinum Royale Hotel, Busega', 'Platinum Royale Hotel is located in Busega, 8 km away from the Kampala business center.', 'inherit', 'closed', 'closed', '', '157-autosave-v1', '', '', '2015-11-19 15:11:06', '2015-11-19 15:11:06', '', 157, 'http://localhost/butebihotels/index.php/2015/11/19/157-autosave-v1/', 0, 'revision', '', 0),
(200, 1, '2015-11-19 15:11:36', '2015-11-19 15:11:36', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="162" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nPlatinum Royale Hotel\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" color_speed="2000" color_duration="4000" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/4"][heading header_type="h2" sub_header_size="normal" header_size="normal" header_weight="default" header_align="center" header_condensed="not-condensed" header_underline="bordered" header_underline_size="bordered-small" margin_top="60" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1" text_color="text-normal" header_fade_out="off"]\r\n\r\nAbout\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2" extra_classes="block text-center"][vc_column_text margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_color="text-normal" text_columns="col-text-1"]\r\n\r\n<strong>Platinum Royale Hotel </strong>is located in Busega, 8 km away from the Kampala business center.\r\n\r\n[/vc_column_text][skills skills="Platinum Gold and Silver Rooms, Restaurant, Conference Hall, Ample parking space, Bar" size="normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.4" text_color="text-normal"][/vc_column][vc_column width="3/4"][vc_single_image image="108" link_type="magnific" link_target="_self" margin_top="60" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0"][vc_single_image image="163" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="20" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="164" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][vc_single_image image="128" link_type="magnific" link_target="_self" margin_top="0" margin_bottom="80" scroll_animation="fadeInRight" scroll_animation_delay="0.1"][/vc_column][/vc_row]', 'Platinum Royale Hotel, Busega', 'Platinum Royale Hotel is located in Busega, 8 km away from the Kampala business center.', 'inherit', 'closed', 'closed', '', '157-revision-v1', '', '', '2015-11-19 15:11:36', '2015-11-19 15:11:36', '', 157, 'http://localhost/butebihotels/index.php/2015/11/19/157-revision-v1/', 0, 'revision', '', 0),
(201, 1, '2015-11-19 15:11:53', '2015-11-19 15:11:53', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="104" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-85" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-normal" header_type="h1" header_size="super" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nBUTEBI GROUP OF HOTELS\r\n\r\n[/heading][heading text_color="text-light" header_type="h1" header_size="bigger" header_weight="regular" header_align="center" header_fade_out="off" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.2"]\r\n\r\n<em>A Home Away From Home</em>\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.3"][divider visibility="hidden" background_colour="#FFFFF" xs_height="24" sm_height="24" md_height="24" lg_height="24"][button type="link" size="lg" label="View Our Rooms" link_open="_self" icon_position="right" animation="none" text_color="text-light" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.5" extra_classes="btn-header scroll-to-id" link="http://localhost/butebihotels/index.php/rooms/"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="100" lg_height="100"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="108"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Hotels\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]Butebi Hotels is made up of a collection of 4 world class hotels, 3 of which are located at the heart of <strong>Mityana District</strong> in Central Uganda and the other in Kampala. <a href="http://localhost/butebihotels/index.php/portfolio/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel,</a> <a href="http://localhost/butebihotels/index.php/portfolio/emirates-hotel-mityana/">Emirates Hotel</a> and <a href="http://localhost/butebihotels/index.php/portfolio/green-valley-hotel-mityana/">Green Valley Hotel</a> are strategically located in Mityana Town while <a href="http://localhost/butebihotels/index.php/portfolio/platinum-royale-hotel-busega/">Platinum Royale</a> is found in <strong>Busega, Kampala</strong>.\r\n\r\nAll the hotels are highly professional and quality services that will make you feel like you are in a home away from home.[/vc_column_text][button type="primary" size="normal" label="See The Hotels" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link=" http://localhost/butebihotels/index.php/hotels/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="109"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="200" sm_height="200" md_height="200" lg_height="200"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Rooms\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\nAll the hotels have luxurious rooms where comfort and effective service delivery is prioritized. They are categorized into three types i.e. <strong>Platinum</strong>, <strong>Gold</strong> and <strong>Silver</strong> Rooms and are at a highly affordable price.\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="See All Rooms" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://localhost/butebihotels/index.php/rooms/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="110"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nConference Halls\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\n<a href="http://localhost/butebihotels/index.php/portfolio/platinum-royale-hotel-busega/">Platinum Royale Hotel</a> in Busega and <a href="http://localhost/butebihotels/index.php/portfolio/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel</a> in Mityana have spacious and highly capacitative conference halls that can host <strong>meetings</strong>, <strong>seminars</strong>, and <strong>weddings</strong>. <a href="http://localhost/butebihotels/index.php/contact/">Contact us</a> for reservations\r\n\r\n[/vc_column_text][button type="primary" size="normal" label="Read More" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://localhost/butebihotels/index.php/hotels/"][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.7" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="112"][vc_column width="1/6" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width="2/3" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-light" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nOur Guests\r\n\r\n[/heading][vc_single_image image="38" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][testimonials count="3" layout="no-image" speed="7000" animation_type="slide" show_controls="show" randomize="off" text_align="center" text_color="text-light" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][vc_column width="1/6"][vc_column_text]\r\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][map map_type="ROADMAP" map_style="blackwhite" auto_center="auto" map_zoom="15" map_scrollable="on" marker="show" label="Wamala Lake View Hotel" address="Mityana Hospital " height="500" margin_top="0" margin_bottom="0" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nThe Locations\r\n\r\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\r\n\r\nPlatinum Royale is located in Busega just 8 km from Kampala City Center. Wamala Lake View is at Zaake Plaza near the Mityana Taxi Park. Emirates Hotes is just opposite Mityana Hospital while Green Valley Hotel is just a quarter a mile away from the Mityana Taxi Park\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width="2/12"]\r\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '70-revision-v1', '', '', '2015-11-19 15:11:53', '2015-11-19 15:11:53', '', 70, 'http://localhost/butebihotels/index.php/2015/11/19/70-revision-v1/', 0, 'revision', '', 0),
(202, 1, '2015-11-19 15:27:21', '2015-11-19 15:27:21', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="162" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-100" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="hyper" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nHotels\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0" overlay_grid="0" background_image="42" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][portfolio count="0" xs_col="2" sm_col="2" md_col="2" lg_col="2" layout_mode="fitRows" item_padding="15" pagination="none" text_color="text-normal" item_size="portfolio-thumb" item_overlay="caption" item_link_type="item" item_captions_below="show" captions_below_link_type="item" item_caption_align="left" item_caption_vertical="middle" item_overlay_animation="fade-in" item_hover_filter="none" hover_filter_invert="image-filter-onhover" item_overlay_grid="0" item_scroll_animation="fadeIn" item_scroll_animation_delay="0.1" item_scroll_animation_timing="staggered" margin_top="20" margin_bottom="20" item_overlay_icon="icon-circle-plus" categories="hotel"][divider visibility="hidden" background_colour="#FFFFF" xs_height="80" sm_height="80" md_height="80" lg_height="80"][/vc_column][/vc_row]', 'Hotels', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2015-11-19 15:27:21', '2015-11-19 15:27:21', '', 88, 'http://localhost/butebihotels/index.php/2015/11/19/88-revision-v1/', 0, 'revision', '', 0),
(203, 1, '2015-11-19 15:51:13', '2015-11-19 15:51:13', '', 'busega-front', '', 'inherit', 'open', 'closed', '', 'busega-front', '', '', '2015-11-19 15:51:13', '2015-11-19 15:51:13', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/busega-front.jpg', 0, 'attachment', 'image/jpeg', 0),
(204, 1, '2015-11-19 15:51:31', '2015-11-19 15:51:31', '', 'wamala-front', '', 'inherit', 'open', 'closed', '', 'wamala-front', '', '', '2015-11-19 15:51:31', '2015-11-19 15:51:31', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/wamala-front.jpg', 0, 'attachment', 'image/jpeg', 0),
(205, 1, '2015-11-19 15:53:11', '2015-11-19 15:53:11', '', 'emirates-front', '', 'inherit', 'open', 'closed', '', 'emirates-front', '', '', '2015-11-19 15:53:11', '2015-11-19 15:53:11', '', 0, 'http://localhost/butebihotels/wp-content/uploads/2015/11/emirates-front.jpg', 0, 'attachment', 'image/jpeg', 0),
(207, 1, '2015-11-24 09:57:04', '2015-11-24 09:57:04', '[vc_row][vc_column width="1/1"][rev_slider_vc alias="homeslider"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="108"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nThe Hotels\n\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]Butebi Hotels is made up of a collection of 4 world class hotels, 3 of which are located at the heart of <strong>Mityana District</strong> in Central Uganda and the other in Kampala. <a href="http://localhost/butebihotels/index.php/portfolio/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel,</a> <a href="http://localhost/butebihotels/index.php/portfolio/emirates-hotel-mityana/">Emirates Hotel</a> and <a href="http://localhost/butebihotels/index.php/portfolio/green-valley-hotel-mityana/">Green Valley Hotel</a> are strategically located in Mityana Town while <a href="http://localhost/butebihotels/index.php/portfolio/platinum-royale-hotel-busega/">Platinum Royale</a> is found in <strong>Busega, Kampala</strong>.\n\nAll the hotels are highly professional and quality services that will make you feel like you are in a home away from home.[/vc_column_text][button type="primary" size="normal" label="See The Hotels" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link=" http://localhost/butebihotels/index.php/hotels/"][/vc_column_inner][vc_column_inner width="2/12"]\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="109"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="200" sm_height="200" md_height="200" lg_height="200"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nThe Rooms\n\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\n\nAll the hotels have luxurious rooms where comfort and effective service delivery is prioritized. They are categorized into three types i.e. <strong>Platinum</strong>, <strong>Gold</strong> and <strong>Silver</strong> Rooms and are at a highly affordable price.\n\n[/vc_column_text][button type="primary" size="normal" label="See All Rooms" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://localhost/butebihotels/index.php/rooms/"][/vc_column_inner][vc_column_inner width="2/12"]\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="110"][vc_column width="1/2" align="default" column_colour="rgba(255, 255, 255, 0.95)" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_row_inner][vc_column_inner width="2/12"]\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nConference Halls\n\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\n\n<a href="http://localhost/butebihotels/index.php/portfolio/platinum-royale-hotel-busega/">Platinum Royale Hotel</a> in Busega and <a href="http://localhost/butebihotels/index.php/portfolio/wamala-lake-view-hotel-mityana/">Wamala Lake View Hotel</a> in Mityana have spacious and highly capacitative conference halls that can host <strong>meetings</strong>, <strong>seminars</strong>, and <strong>weddings</strong>. <a href="http://localhost/butebihotels/index.php/contact/">Contact us</a> for reservations\n\n[/vc_column_text][button type="primary" size="normal" label="Read More" link_open="_self" icon_position="right" animation="none" text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.4" link="http://localhost/butebihotels/index.php/hotels/"][/vc_column_inner][vc_column_inner width="2/12"]\n[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.7" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle" background_image="112"][vc_column width="1/6" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][vc_column_text]\n[/vc_column_text][/vc_column][vc_column width="2/3" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-light" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nOur Guests\n\n[/heading][vc_single_image image="38" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][testimonials count="3" layout="no-image" speed="7000" animation_type="slide" show_controls="show" randomize="off" text_align="center" text_color="text-light" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][vc_column width="1/6"][vc_column_text]\n[/vc_column_text][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#569aa7" overlay_opacity="0" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="middle"][vc_column width="1/2" align="default" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][map map_type="ROADMAP" map_style="blackwhite" auto_center="auto" map_zoom="15" map_scrollable="on" marker="show" label="Wamala Lake View Hotel" address="Mityana Hospital " height="500" margin_top="0" margin_bottom="0" scroll_animation="none" scroll_animation_delay="0"][/vc_column][vc_column width="1/2" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0" column_colour="rgba(255, 255, 255, 0.95)"][vc_row_inner][vc_column_inner width="2/12"]\n[/vc_column_inner][vc_column_inner width="8/12" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][heading text_color="text-normal" header_type="h2" header_size="big" header_weight="default" header_align="default" header_fade_out="off" margin_top="100" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\n\nThe Locations\n\n[/heading][vc_single_image image="40" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="0" scroll_animation="fadeIn" scroll_animation_delay="0.2"][vc_column_text text_color="text-normal" margin_top="20" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3" text_columns="col-text-1"]\n\nPlatinum Royale is located in Busega just 8 km from Kampala City Center. Wamala Lake View is at Zaake Plaza near the Mityana Taxi Park. Emirates Hotes is just opposite Mityana Hospital while Green Valley Hotel is just a quarter a mile away from the Mityana Taxi Park\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width="2/12"]\n[/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '70-revision-v1', '', '', '2015-11-24 09:57:04', '2015-11-24 09:57:04', '', 70, 'http://localhost/butebihotels/index.php/2015/11/24/70-revision-v1/', 0, 'revision', '', 0),
(211, 1, '2015-11-24 11:22:54', '2015-11-24 11:22:54', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="180" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="hyper" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nGallery\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#000000" overlay_opacity="0.9" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1"][portfolio count="0" xs_col="1" sm_col="3" md_col="3" lg_col="3" layout_mode="fitRows" item_padding="0" pagination="none" text_color="text-normal" item_size="portfolio-thumb" item_overlay="icon" item_link_type="magnific-all" item_captions_below="hide" captions_below_link_type="item" item_caption_align="center" item_caption_vertical="middle" item_overlay_animation="fade-in" item_hover_filter="none" hover_filter_invert="image-filter-onhover" item_overlay_grid="0" item_scroll_animation="fadeIn" item_scroll_animation_delay="0.1" item_scroll_animation_timing="staggered" margin_top="0" margin_bottom="0" item_overlay_icon="icon-circle-plus" categories="hotel,rooms"][/vc_column][/vc_row]', 'Gallery', '', 'inherit', 'closed', 'closed', '', '63-autosave-v1', '', '', '2015-11-24 11:22:54', '2015-11-24 11:22:54', '', 63, 'http://localhost/butebihotels/index.php/2015/11/24/63-autosave-v1/', 0, 'revision', '', 0),
(212, 1, '2015-11-24 11:23:40', '2015-11-24 11:23:40', '[vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="padded" overlay_colour="#000000" overlay_opacity="0.2" overlay_grid="0" background_image="180" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="fixed" background_image_parallax="on" background_image_parallax_start="0" background_image_parallax_end="-120" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1" align="center" align_sm="default" border_top="off" border_right="off" border_bottom="off" border_left="off" scroll_animation="none" scroll_animation_delay="0"][divider visibility="hidden" background_colour="#FFFFF" xs_height="50" sm_height="100" md_height="200" lg_height="200"][heading text_color="text-light" header_type="h1" header_size="hyper" header_weight="default" header_align="center" header_fade_out="off" margin_top="0" margin_bottom="20" scroll_animation="fadeIn" scroll_animation_delay="0.1"]\r\n\r\nGallery\r\n\r\n[/heading][vc_single_image image="39" link_type="no-link" link_target="_self" margin_top="0" margin_bottom="100" scroll_animation="fadeIn" scroll_animation_delay="0.3"][/vc_column][/vc_row][vc_row text_shadow="no-shadow" inner_shadow="no-shadow" width="no-padded" overlay_colour="#000000" overlay_opacity="0.9" overlay_grid="0" background_image_size="cover" background_image_repeat="no-repeat" background_position_vertical="0" background_image_attachment="scroll" background_image_parallax="off" background_image_parallax_start="0" background_image_parallax_end="-80" height="normal" transparency="opaque" vertical_alignment="default"][vc_column width="1/1"][portfolio count="0" xs_col="1" sm_col="3" md_col="3" lg_col="3" layout_mode="fitRows" item_padding="0" pagination="none" text_color="text-normal" item_size="portfolio-thumb" item_overlay="icon" item_link_type="magnific-all" item_captions_below="hide" captions_below_link_type="item" item_caption_align="center" item_caption_vertical="middle" item_overlay_animation="fade-in" item_hover_filter="none" hover_filter_invert="image-filter-onhover" item_overlay_grid="0" item_scroll_animation="fadeIn" item_scroll_animation_delay="0.1" item_scroll_animation_timing="staggered" margin_top="0" margin_bottom="0" item_overlay_icon="icon-circle-plus" categories="hotel,rooms"][/vc_column][/vc_row]', 'Gallery', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2015-11-24 11:23:40', '2015-11-24 11:23:40', '', 63, 'http://localhost/butebihotels/index.php/2015/11/24/63-revision-v1/', 0, 'revision', '', 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_revslider_css` (
  `id` int(9) NOT NULL auto_increment,
  `handle` text NOT NULL,
  `settings` text,
  `hover` text,
  `params` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=48 ;

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

INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `params`) 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"}'),
(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"}');

-- --------------------------------------------------------

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

CREATE TABLE `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL auto_increment,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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


-- --------------------------------------------------------

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

CREATE TABLE `wp_revslider_settings` (
  `id` int(9) NOT NULL auto_increment,
  `general` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

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

INSERT INTO `wp_revslider_settings` (`id`, `general`, `params`) VALUES
(1, 'a:0:{}', '');

-- --------------------------------------------------------

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

CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL auto_increment,
  `title` tinytext NOT NULL,
  `alias` tinytext,
  `params` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

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

INSERT INTO `wp_revslider_sliders` (`id`, `title`, `alias`, `params`) VALUES
(1, 'homeslider', 'homeslider', '{"title":"homeslider","alias":"homeslider","shortcode":"[rev_slider homeslider]","source_type":"gallery","post_types":"post","post_category":"category_1","post_sortby":"ID","posts_sort_direction":"DESC","max_slider_posts":"30","excerpt_limit":"55","slider_template_id":"","posts_list":"","slider_type":"fullwidth","fullscreen_offset_container":"","fullscreen_offset_size":"","fullscreen_min_height":"","full_screen_align_force":"off","auto_height":"off","force_full_width":"on","min_height":"0","width":"1200","height":"652","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":"9000","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":"top","loop_slide":"loop","position":"center","margin_top":0,"margin_bottom":0,"margin_left":0,"margin_right":0,"shadow_type":"2","padding":0,"background_color":"#E9E9E9","background_dotted_overlay":"none","show_background_image":"false","background_image":"","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":"0","spinner_color":"#FFFFFF","use_parallax":"off","disable_parallax_mobile":"off","parallax_type":"mouse","parallax_bg_freeze":"off","parallax_level_1":"5","parallax_level_2":"10","parallax_level_3":"15","parallax_level_4":"20","parallax_level_5":"25","parallax_level_6":"30","parallax_level_7":"35","parallax_level_8":"40","parallax_level_9":"45","parallax_level_10":"50","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"}');

-- --------------------------------------------------------

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

CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL auto_increment,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` text NOT NULL,
  `layers` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

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

INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`) VALUES
(1, 1, 4, '{"background_type":"image","image":"http:\\/\\/localhost\\/butebihotels\\/wp-content\\/uploads\\/2014\\/12\\/room.jpg","image_id":"104","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":"random","0":"Remove","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","save_performance":"off","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","class_attr":"","id_attr":"","attr_attr":"","data_attr":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone"}', '[{"style":"","text":"Image 1","type":"image","image_url":"http:\\/\\/localhost\\/butebihotels\\/wp-content\\/uploads\\/2015\\/11\\/butebi-logo.png","left":386,"top":-14,"loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","animation":"tp-fade","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","whitespace":"nowrap","static_start":"1","static_end":"2","speed":300,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":500,"endtime":"8700","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":557,"height":397,"serial":0,"endTimeFinal":8700,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8500,"endWithSlide":true,"max_height":"","max_width":"","2d_rotation":"","alt":"","scaleX":"557","scaleY":"397","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","link_id":"","link_class":"","link_title":"","link_rel":""}]'),
(2, 1, 1, '{"background_type":"image","image":"http:\\/\\/localhost\\/butebihotels\\/wp-content\\/uploads\\/2015\\/11\\/busega-front.jpg","image_id":"203","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":"random","0":"Remove","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","save_performance":"off","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","class_attr":"","id_attr":"","attr_attr":"","data_attr":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone","0":"Remove"}', '[{"style":"","text":"Image 3","type":"image","image_url":"http:\\/\\/localhost\\/butebihotels\\/wp-content\\/uploads\\/2015\\/11\\/butebi-logo-white.png","left":325,"top":-9,"loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","animation":"tp-fade","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","whitespace":"nowrap","static_start":"1","static_end":"2","speed":300,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":500,"endtime":"","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":504,"height":360,"serial":2,"endTimeFinal":8700,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8500,"endWithSlide":true,"max_height":"","max_width":"","2d_rotation":"","alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","link_id":"","link_class":"","link_title":"","link_rel":""}]'),
(3, 1, 2, '{"background_type":"image","image":"http:\\/\\/localhost\\/butebihotels\\/wp-content\\/uploads\\/2015\\/11\\/wamala-front.jpg","image_id":"204","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":"random","0":"Remove","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","save_performance":"off","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","class_attr":"","id_attr":"","attr_attr":"","data_attr":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone"}', '[{"style":"","text":"Image 1","type":"image","image_url":"http:\\/\\/localhost\\/butebihotels\\/wp-content\\/uploads\\/2015\\/11\\/butebi-logo.png","left":371,"top":164,"loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","animation":"tp-fade","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","whitespace":"nowrap","static_start":"1","static_end":"2","speed":300,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":500,"endtime":"8700","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":504,"height":360,"serial":0,"endTimeFinal":8700,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8500,"endWithSlide":true,"max_height":"","max_width":"","2d_rotation":"","alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","link_id":"","link_class":"","link_title":"","link_rel":""}]'),
(4, 1, 3, '{"background_type":"image","image":"http:\\/\\/localhost\\/butebihotels\\/wp-content\\/uploads\\/2015\\/11\\/emirates-front.jpg","image_id":"205","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":"random","0":"Remove","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","save_performance":"off","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","class_attr":"","id_attr":"","attr_attr":"","data_attr":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone"}', '[{"style":"","text":"Image 1","type":"image","image_url":"http:\\/\\/localhost\\/butebihotels\\/wp-content\\/uploads\\/2015\\/11\\/butebi-logo.png","left":679,"top":-6,"loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","animation":"tp-fade","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","whitespace":"nowrap","static_start":"1","static_end":"2","speed":300,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":500,"endtime":"8700","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":504,"height":360,"serial":0,"endTimeFinal":8700,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8500,"endWithSlide":true,"max_height":"","max_width":"","2d_rotation":"","alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","link_id":"","link_class":"","link_title":"","link_rel":""}]'),
(5, 1, 5, '{"background_type":"image","image":"http:\\/\\/localhost\\/butebihotels\\/wp-content\\/uploads\\/2015\\/11\\/green-valley.jpg","image_id":"168","title":"Slide","state":"published","date_from":"","date_to":"","slide_transition":"random","0":"Remove","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","save_performance":"off","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","class_attr":"","id_attr":"","attr_attr":"","data_attr":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center top","bg_position_x":"0","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone"}', '[{"style":"","text":"Image 1","type":"image","image_url":"http:\\/\\/localhost\\/butebihotels\\/wp-content\\/uploads\\/2015\\/11\\/butebi-logo.png","left":292,"top":66,"loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","animation":"tp-fade","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","whitespace":"nowrap","static_start":"1","static_end":"2","speed":300,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","time":500,"endtime":"8700","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":504,"height":360,"serial":0,"endTimeFinal":8700,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8500,"endWithSlide":true,"max_height":"","max_width":"","2d_rotation":"","alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","link_id":"","link_class":"","link_title":"","link_rel":""}]');

-- --------------------------------------------------------

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

CREATE TABLE `wp_revslider_static_slides` (
  `id` int(9) NOT NULL auto_increment,
  `slider_id` int(9) NOT NULL,
  `params` text NOT NULL,
  `layers` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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


-- --------------------------------------------------------

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

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL auto_increment,
  `name` varchar(200) NOT NULL default '',
  `slug` varchar(200) NOT NULL default '',
  `term_group` bigint(10) NOT NULL default '0',
  PRIMARY KEY  (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(6, 'other', 'other', 0),
(7, 'Rooms', 'rooms', 0),
(8, 'room', 'room', 0),
(9, 'footer', 'footer', 0),
(10, 'main', 'main', 0),
(11, 'visitors', 'visitors', 0),
(12, 'hotel', 'hotel', 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL default '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0',
  `term_order` int(11) NOT NULL default '0',
  PRIMARY KEY  (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(51, 6, 0),
(52, 6, 0),
(53, 6, 0),
(56, 1, 0),
(57, 7, 0),
(58, 7, 0),
(59, 7, 0),
(60, 7, 0),
(71, 1, 0),
(73, 9, 0),
(74, 9, 0),
(75, 9, 0),
(76, 10, 0),
(81, 10, 0),
(82, 10, 0),
(83, 10, 0),
(113, 8, 0),
(113, 11, 0),
(115, 8, 0),
(115, 11, 0),
(123, 7, 0),
(134, 7, 0),
(140, 7, 0),
(157, 12, 0),
(160, 12, 0),
(161, 12, 0),
(177, 12, 0),
(185, 10, 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment,
  `term_id` bigint(20) unsigned NOT NULL default '0',
  `taxonomy` varchar(32) NOT NULL default '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL default '0',
  `count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 3),
(2, 2, 'product_type', '', 0, 0),
(3, 3, 'product_type', '', 0, 0),
(4, 4, 'product_type', '', 0, 0),
(5, 5, 'product_type', '', 0, 0),
(6, 6, 'oxy_portfolio_categories', '', 0, 3),
(7, 7, 'oxy_portfolio_categories', '', 0, 3),
(8, 8, 'oxy_testimonial_group', '', 0, 2),
(9, 9, 'nav_menu', '', 0, 3),
(10, 10, 'nav_menu', '', 0, 5),
(11, 11, 'oxy_testimonial_group', '', 0, 2),
(12, 12, 'oxy_portfolio_categories', '', 0, 4);

-- --------------------------------------------------------

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

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL auto_increment,
  `user_id` bigint(20) unsigned NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=23 ;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Butebi'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(11, 1, 'wp_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', ''),
(13, 1, 'show_welcome_panel', '1'),
(15, 1, 'wp_dashboard_quick_press_last_post_id', '206'),
(16, 1, 'wp_user-settings', 'libraryContent=browse&editor=tinymce&wplink=1'),
(17, 1, 'wp_user-settings-time', '1447765368'),
(18, 1, 'nav_menu_recently_edited', '10'),
(19, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";i:4;s:15:"title-attribute";}'),
(20, 1, 'metaboxhidden_nav-menus', 'a:18:{i:0;s:30:"woocommerce_endpoints_nav_link";i:1;s:15:"add-oxy_service";i:2;s:19:"add-oxy_testimonial";i:3;s:13:"add-oxy_staff";i:4;s:23:"add-oxy_portfolio_image";i:5;s:17:"add-oxy_mega_menu";i:6;s:20:"add-oxy_mega_columns";i:7;s:11:"add-product";i:8;s:13:"add-oxy_stack";i:9;s:12:"add-post_tag";i:10;s:15:"add-post_format";i:11;s:25:"add-oxy_testimonial_group";i:12;s:24:"add-oxy_staff_department";i:13;s:28:"add-oxy_portfolio_categories";i:14;s:15:"add-product_cat";i:15;s:15:"add-product_tag";i:16;s:28:"add-oxy_slideshow_categories";i:17;s:24:"add-oxy_service_category";}'),
(21, 1, 'meta-box-order_page', 'a:3:{s:4:"side";s:46:"submitdiv,pageparentdiv,vc_teaser,postimagediv";s:6:"normal";s:124:"wpb_visual_composer,revisionsdiv,postexcerpt,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,mymetabox_revslider_0";s:8:"advanced";s:113:"override_page_header,page_header_show,page_header_heading,page_header_section,page_bullet_nav,page_site_overrides";}'),
(22, 1, 'screen_layout_page', '2');

-- --------------------------------------------------------

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

CREATE TABLE `wp_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=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'Butebi', '$P$B3vdPbmsjsVCU8Ht42KQRYdKisFQxd1', 'butebi', 'kiberusharif@gmail.com', '', '2015-11-15 21:48:24', '', 0, 'Butebi');

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_api_keys`
--

CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) NOT NULL auto_increment,
  `user_id` bigint(20) NOT NULL,
  `description` longtext,
  `permissions` varchar(10) NOT NULL,
  `consumer_key` char(64) NOT NULL,
  `consumer_secret` char(43) NOT NULL,
  `nonces` longtext,
  `truncated_key` char(7) NOT NULL,
  `last_access` datetime default NULL,
  PRIMARY KEY  (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_woocommerce_api_keys`
--


-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--

CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) NOT NULL auto_increment,
  `attribute_name` varchar(200) NOT NULL,
  `attribute_label` longtext,
  `attribute_type` varchar(200) NOT NULL,
  `attribute_orderby` varchar(200) NOT NULL,
  `attribute_public` int(1) NOT NULL default '1',
  PRIMARY KEY  (`attribute_id`),
  KEY `attribute_name` (`attribute_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_woocommerce_attribute_taxonomies`
--


-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) NOT NULL auto_increment,
  `download_id` varchar(32) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `order_id` bigint(20) NOT NULL default '0',
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) default NULL,
  `downloads_remaining` varchar(9) default NULL,
  `access_granted` datetime NOT NULL default '0000-00-00 00:00:00',
  `access_expires` datetime default NULL,
  `download_count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`,`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
--


-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--

CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) NOT NULL auto_increment,
  `order_item_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_woocommerce_order_itemmeta`
--


-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_order_items`
--

CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) NOT NULL auto_increment,
  `order_item_name` longtext NOT NULL,
  `order_item_type` varchar(200) NOT NULL default '',
  `order_id` bigint(20) NOT NULL,
  PRIMARY KEY  (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_woocommerce_order_items`
--


-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) NOT NULL auto_increment,
  `tax_rate_country` varchar(200) NOT NULL default '',
  `tax_rate_state` varchar(200) NOT NULL default '',
  `tax_rate` varchar(200) NOT NULL default '',
  `tax_rate_name` varchar(200) NOT NULL default '',
  `tax_rate_priority` bigint(20) NOT NULL,
  `tax_rate_compound` int(1) NOT NULL default '0',
  `tax_rate_shipping` int(1) NOT NULL default '1',
  `tax_rate_order` bigint(20) NOT NULL,
  `tax_rate_class` varchar(200) NOT NULL default '',
  PRIMARY KEY  (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`),
  KEY `tax_rate_class` (`tax_rate_class`),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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


-- --------------------------------------------------------

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

CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) NOT NULL auto_increment,
  `location_code` varchar(255) NOT NULL,
  `tax_rate_id` bigint(20) NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY  (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type` (`location_type`),
  KEY `location_type_code` (`location_type`,`location_code`(90))
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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


-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_termmeta`
--

CREATE TABLE `wp_woocommerce_termmeta` (
  `meta_id` bigint(20) NOT NULL auto_increment,
  `woocommerce_term_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`meta_id`),
  KEY `woocommerce_term_id` (`woocommerce_term_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `wp_woocommerce_termmeta`
--

