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

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

--
-- Table structure for table `cmsqy_additional_users`
--

DROP TABLE IF EXISTS `cmsqy_additional_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_additional_users` (
  `additional_users_id` int(11) NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `page_id` int(11) DEFAULT NULL,
  `content_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`additional_users_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_additional_users`
--

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

--
-- Table structure for table `cmsqy_additional_users_seq`
--

DROP TABLE IF EXISTS `cmsqy_additional_users_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_additional_users_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_additional_users_seq`
--

LOCK TABLES `cmsqy_additional_users_seq` WRITE;
/*!40000 ALTER TABLE `cmsqy_additional_users_seq` DISABLE KEYS */;
INSERT INTO `cmsqy_additional_users_seq` (`id`) VALUES (0);
/*!40000 ALTER TABLE `cmsqy_additional_users_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_admin_bookmarks`
--

DROP TABLE IF EXISTS `cmsqy_admin_bookmarks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_admin_bookmarks` (
  `bookmark_id` int(11) NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`bookmark_id`),
  KEY `cmsqy_index_admin_bookmarks_by_user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_admin_bookmarks`
--

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

--
-- Table structure for table `cmsqy_admin_bookmarks_seq`
--

DROP TABLE IF EXISTS `cmsqy_admin_bookmarks_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_admin_bookmarks_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_admin_bookmarks_seq`
--

LOCK TABLES `cmsqy_admin_bookmarks_seq` WRITE;
/*!40000 ALTER TABLE `cmsqy_admin_bookmarks_seq` DISABLE KEYS */;
INSERT INTO `cmsqy_admin_bookmarks_seq` (`id`) VALUES (0);
/*!40000 ALTER TABLE `cmsqy_admin_bookmarks_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_adminlog`
--

DROP TABLE IF EXISTS `cmsqy_adminlog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_adminlog` (
  `timestamp` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `username` varchar(25) DEFAULT NULL,
  `item_id` int(11) DEFAULT NULL,
  `item_name` varchar(50) DEFAULT NULL,
  `action` varchar(255) DEFAULT NULL,
  `ip_addr` varchar(40) DEFAULT NULL,
  KEY `cmsqy_index_adminlog1` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_adminlog`
--

LOCK TABLES `cmsqy_adminlog` WRITE;
/*!40000 ALTER TABLE `cmsqy_adminlog` DISABLE KEYS */;
INSERT INTO `cmsqy_adminlog` (`timestamp`, `user_id`, `username`, `item_id`, `item_name`, `action`, `ip_addr`) VALUES (1782334460,1,'willem',-1,'Admin Log','Cleared','209.121.229.219'),
(1782334473,0,NULL,-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type navigation',NULL),
(1782334493,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type navigation','209.121.229.219'),
(1782334546,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type navigation','209.121.229.219'),
(1782334549,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782334549,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782334644,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type navigation','209.121.229.219'),
(1782334704,1,'willem',38,'Content Item: Packages',' Edited','209.121.229.219'),
(1782334712,1,'willem',38,'Content Item: Packages',' Edited','209.121.229.219'),
(1782334732,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782334732,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782334771,1,'willem',41,'Content Item: Inspiration',' Edited','209.121.229.219'),
(1782334787,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type navigation','209.121.229.219'),
(1782334810,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type navigation','209.121.229.219'),
(1782334820,1,'willem',41,'Content Item: Inspiration',' Edited','209.121.229.219'),
(1782334828,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782334913,1,'willem',46,'Content Item: Login for CSM partners',' Edited','209.121.229.219'),
(1782334914,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782334914,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782334969,1,'willem',135,'CMSMS','Template Login Partners Updated','209.121.229.219'),
(1782335098,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782335098,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782335146,1,'willem',38,'Content Item: Packages',' Edited','209.121.229.219'),
(1782335280,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782335280,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782335463,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782335463,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782335646,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782335646,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782335829,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782335829,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782336013,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782336013,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782336197,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782336197,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782336210,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782336381,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782336381,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782336563,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782336563,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782336746,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782336746,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782336788,0,NULL,-1,'Smarty Error','Syntax error in template \"cms_template:cms_template:csm master\"  on line 203 \"<a href=\"{cms_page_alias alias=\'logout\'}\">Logout</a>\" unknown tag \'cms_page_alias\'',NULL),
(1782336930,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782336930,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782337113,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782337113,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782337297,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782337297,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782337480,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782337480,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782337663,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782337663,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782337701,0,NULL,-1,'Smarty Error','Syntax error in template \"cms_template:cms_template:csm master\"  on line 203 \"<a href=\"{cms_page_alias alias=\'logout\'}\">Logout</a>\" unknown tag \'cms_page_alias\'',NULL),
(1782337705,0,NULL,-1,'Smarty Error','Syntax error in template \"cms_template:cms_template:csm master\"  on line 203 \"<a href=\"{cms_page_alias alias=\'logout\'}\">Logout</a>\" unknown tag \'cms_page_alias\'',NULL),
(1782337717,1,'willem',-1,'Smarty Error','Syntax error in template \"cms_template:cms_template:csm master\"  on line 203 \"<a href=\"{cms_page_alias alias=\'logout\'}\">Logout</a>\" unknown tag \'cms_page_alias\'','209.121.229.219'),
(1782337803,1,'willem',-1,'Smarty Error','Syntax error in template \"cms_template:cms_template:csm master\"  on line 203 \"<a href=\"{cms_page_alias alias=\'logout\'}\">Logout</a>\" unknown tag \'cms_page_alias\'','209.121.229.219'),
(1782337847,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782337847,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782338031,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782338031,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782338215,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782338215,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782338399,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782338399,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782338583,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782338583,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782338847,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782338847,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782338870,0,NULL,3,'MAMS','oyoptime@gmail.com logged in',NULL),
(1782339045,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782339045,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782339064,0,NULL,-1,'MAMS','oyoptime@gmail.com logged out',NULL),
(1782339151,0,NULL,3,'MAMS','oyoptime@gmail.com logged in',NULL),
(1782339297,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782339297,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782339507,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782339507,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782339625,0,NULL,-1,'MAMS','oyoptime@gmail.com logged out',NULL),
(1782339730,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782339730,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782340480,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782340480,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782341577,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782341577,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782341908,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782341908,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782342092,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782342092,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782342297,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782342297,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782342496,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782342496,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782342992,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782342992,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782343798,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782343798,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782344428,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782344428,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782344580,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782344636,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782344636,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782344830,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782344830,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782345043,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782345043,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782345229,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782345229,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782345557,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782345557,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782345759,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782345759,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782345963,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782345963,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782346201,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782346201,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782346224,1,'willem',37,'Content Item: Package detail',' Edited','209.121.229.219'),
(1782346446,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782346446,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782349911,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782349911,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782350102,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782350102,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782350334,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782350334,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782350353,1,'willem',1,'Admin Username: willem','Logged In','209.121.229.219'),
(1782350536,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782350536,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782350724,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782350724,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782350914,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782350914,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782351110,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782351110,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782351306,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782351306,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782351503,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782351503,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782351694,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782351694,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782351891,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782351891,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782352087,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782352087,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782352283,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782352283,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782352478,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782352478,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782352675,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782352675,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782352871,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782352871,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782353067,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782353067,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782353262,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782353262,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782353458,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782353458,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782353649,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782353649,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782353846,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782353846,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782354037,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782354037,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782354229,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782354229,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782354420,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782354420,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782354614,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782354614,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782354826,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782354826,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782355037,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782355037,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782355224,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782355224,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782355406,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782355406,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782355424,1,'willem',-1,'Smarty Error','Syntax error in template \"cms_template:cms_template:csm master\"  on line 87 \"<a href=\"{root_url}/packages\">Login</a> <a href=\"{root_url}/lisepages/partners\"><a href=\"mams/logout/38\">Logout</a></a>{mas','209.121.229.219'),
(1782355572,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782355657,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782355657,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782355843,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782355843,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782356170,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782356170,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782356355,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782356355,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782356358,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782356403,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782356547,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782356547,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782356731,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782356731,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782356901,1,'willem',-1,'FilePicker','hal-cooks-VQ8ovLS6Nb0-unsplash.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782356922,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782356922,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782356922,1,'willem',-1,'FilePicker','bear watching.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782356927,1,'willem',-1,'FilePicker','hal-cooks-VQ8ovLS6Nb0-unsplash.jpg deleted from /home/csmtrave/public_html/cmss/uploads/images/packages along with thumbnail','209.121.229.219'),
(1782360051,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782360051,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782360519,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782360519,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782361071,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782361071,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782361116,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782403867,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782403867,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782405745,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782405745,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782407853,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782407853,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782408700,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782408700,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782408959,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782408959,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782408992,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782409181,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782409181,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782409363,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782409363,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782409756,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782409756,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782410168,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782410168,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782414701,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782414701,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782414903,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782414903,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782414916,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782416521,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782416521,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782416555,1,'willem',-1,'FilePicker','SDPUREQC.webp uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages','209.121.229.219'),
(1782416937,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782416937,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782417310,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782417310,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782417314,1,'willem',-1,'FilePicker','SDCOMB.webp uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages','209.121.229.219'),
(1782417361,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782417771,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782417771,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782417790,1,'willem',-1,'FilePicker','SDCOMB.webp deleted from /home/csmtrave/public_html/cmss/uploads/images/packages','209.121.229.219'),
(1782417793,1,'willem',-1,'FilePicker','SDCOMB.png uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782418053,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782418053,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782418059,1,'willem',-1,'FilePicker','SDHIAL.webp uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages','209.121.229.219'),
(1782419136,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782419136,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782424927,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782424927,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782424938,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782425220,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782425220,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782425492,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782425492,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782425944,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782425944,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782428120,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782428120,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782428303,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782428303,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782428519,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782428519,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782428538,1,'willem',-1,'FilePicker','SDBOAL.webp uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages','209.121.229.219'),
(1782429165,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782429165,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782429449,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782429449,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782429534,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782429697,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782429697,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782429904,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782429904,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782430100,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782430100,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782430362,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782430362,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782430654,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782430654,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782430893,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782430893,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782431137,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782431137,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782437795,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782437795,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782440101,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782440101,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782440295,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782440295,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782442279,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782442279,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782442493,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782442493,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782442676,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782442676,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782442898,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782442898,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782443092,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782443092,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782443303,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782443303,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782443461,1,'willem',1,'Admin Username: willem','Logged In','209.121.229.219'),
(1782443485,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782443485,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782443714,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782443714,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782443863,1,'willem',1,'Admin Username: willem','Logged In','209.121.229.219'),
(1782444067,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782444067,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782444271,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782444271,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782445136,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782445136,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782487585,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782487585,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782487594,1,'willem',1,'Admin Username: willem','Logged In','209.121.229.219'),
(1782488170,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782488170,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782488479,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782488479,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782488666,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782488666,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782488933,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782488933,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782489119,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782489119,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782489382,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782489382,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782489585,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782489585,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782489775,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782489775,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782489982,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782489982,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782490168,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782490168,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782490410,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782490410,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782490595,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782490595,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782490802,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782490802,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782491016,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782491016,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782491205,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782491205,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782491455,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782491455,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782491654,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782491654,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782491935,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782491935,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782492119,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782492119,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782492605,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782492605,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782492812,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782492812,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782493144,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782493144,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782493358,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782493358,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782493571,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782493571,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782494162,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782494162,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782494392,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782494392,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782494814,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782494814,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782495141,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782495141,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782495328,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782495328,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782496243,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782496243,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782496470,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782496470,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782496698,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782496698,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782497295,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782497295,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782497626,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782497626,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782497916,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782497916,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782498243,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782498243,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782498258,1,'willem',-1,'FilePicker','alaska.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782498258,1,'willem',-1,'FilePicker','clearwater bc.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782498565,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782498565,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782498598,1,'willem',-1,'FilePicker','alaska caribo.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782498821,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782498821,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782498826,1,'willem',-1,'FilePicker','alaska colors.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782498932,1,'willem',-1,'FilePicker','columbia icefields.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782499016,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782499016,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782499024,1,'willem',-1,'FilePicker','uclulet.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782499192,1,'willem',-1,'FilePicker','granville island.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782499200,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782499200,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782499425,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782499425,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782499637,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782499637,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782499865,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782499865,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782500070,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782500070,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782500258,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782500258,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782500495,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782500495,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782500702,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782500702,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782500900,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782500900,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782500913,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782501021,1,'willem',-1,'Smarty Error','Syntax error in template \"cms_template:cms_template:csm master\"  on line 87 \"{Mams}\" unknown tag \'Mams\'','209.121.229.219'),
(1782501092,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782501092,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782501092,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782505366,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782505366,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782505562,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782505562,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782505562,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782505562,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782505760,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782505760,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782505760,1,'willem',-1,'Smarty Error','Syntax error in template \"cms_template:cms_template:csm master\"  on line 90 \"<a href=\"/cmss/lisepages/partners\">Login</a>{Mams_Logout}\" unknown tag \'Mams_Logout\'','209.121.229.219'),
(1782505874,1,'willem',-1,'Smarty Error','Syntax error in template \"cms_template:cms_template:csm master\"  on line 94 \"<a href=\"{cms_action_url module=\'Mams\' action=\'logout\'}\">Logout</a>{mams}\" unknown tag \'mams\'','209.121.229.219'),
(1782505929,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782505929,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782505956,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782505956,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782505956,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782505962,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782505978,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782506027,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782506177,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782506177,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782506217,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782506217,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782506279,1,'willem',-1,'Smarty Error','Syntax error in template \"cms_template:cms_template:csm master\"  on line 98 \"<pre>SESSION: {$smarty.session|@print_r}</pre>LOGIN STATE: [{Mams_LoggedinUserId}]\" unknown tag \'Mams_LoggedinUserId\'','209.121.229.219'),
(1782506303,1,'willem',-1,'Smarty Error','Syntax error in template \"cms_template:cms_template:csm master\"  on line 98 \"<pre>SESSION: {$smarty.session|@print_r}</pre>{Mams_LoggedinUserId}\" unknown tag \'Mams_LoggedinUserId\'','209.121.229.219'),
(1782506367,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782506367,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782506466,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782506467,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782506479,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782506568,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782506568,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782506598,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782506624,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782507043,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782507043,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782507287,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782507287,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782507288,1,'willem',-1,'Smarty Error','Syntax error in template \"cms_template:cms_template:package_summary_2\"  on line 50 \"{/if}\" unclosed \'{if}\' tag','209.121.229.219'),
(1782507578,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782507578,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782507804,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782507804,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782507809,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782508000,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782508000,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782508182,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782508182,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782508407,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782508407,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782508594,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782508594,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782508785,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782508785,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782508976,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782508976,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782509215,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782509215,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782509390,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782509407,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782509407,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782509449,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782509627,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782509627,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782509639,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782509813,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782509813,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782509820,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782509861,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782510035,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782510035,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782510216,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782510217,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782510217,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782510300,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782510517,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782510517,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782510667,1,'willem',-1,'FilePicker','train rockies.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782510702,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782510702,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782510889,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782510889,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782511195,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782511195,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782511426,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782511426,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782511631,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782511631,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782511838,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782511838,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782512031,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782512031,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782512384,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782512384,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782512592,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782512592,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782512675,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782512810,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782512810,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782513064,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782513064,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782513275,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782513275,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782523853,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782523853,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782526965,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782526965,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782528199,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782528199,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782528386,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782528386,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782528598,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782528598,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782528838,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782528838,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782529081,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782529081,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782529321,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782529321,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782529467,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:31\"  on line 100 \"{if or(isset($itinerary)) && $itinerary neq \"\"}\" PHP function \'or\' not allowed by security setting','209.121.229.219'),
(1782529597,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782529597,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782529851,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782529851,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782530142,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782530142,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782530365,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782530365,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782530548,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782530548,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782530858,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782530858,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782531195,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782531195,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782531210,1,'willem',-1,'FilePicker','yoho emerald lake.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782531367,1,'willem',-1,'FilePicker','mountain bike.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782531377,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782531377,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782532977,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782532977,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782576768,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782576768,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782576785,1,'willem',1,'Admin Username: willem','Logged In','209.121.229.219'),
(1782576961,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782576961,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782576961,1,'willem',-1,'MAMS','Added user ','209.121.229.219'),
(1782577000,1,'willem',-1,'MAMS','Added user ','209.121.229.219'),
(1782577244,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782577244,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782578445,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782578445,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782580684,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782580684,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782581022,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782581022,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782581290,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782581290,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782581475,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782581475,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782581657,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782581657,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782581657,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782581657,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782581896,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782581896,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782582251,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782582251,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782582414,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782582439,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782582439,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782582439,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782582621,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782582621,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782582961,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782582961,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782583165,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782583165,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782583179,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:50\"  on line 44 \"#mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif; width: 600px;}\"  - Unexpected \":\", expected one o','209.121.229.219'),
(1782583347,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782583347,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782583643,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782583643,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782583735,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782583760,1,'willem',-1,'MAMS','Login failed for user customer@csmtravel.com','209.121.229.219'),
(1782583772,1,'willem',-1,'MAMS','Login failed for user customer@csmtravel.com','209.121.229.219'),
(1782583831,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782583831,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782583832,1,'willem',5,'MAMS','Modified user english@csmtravel.com','209.121.229.219'),
(1782583840,1,'willem',5,'MAMS','english@csmtravel.com logged in','209.121.229.219'),
(1782584019,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782584019,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782584034,1,'willem',-1,'MAMS','english@csmtravel.com logged out','209.121.229.219'),
(1782584040,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782584055,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782584066,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782584236,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782584236,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782584436,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782584436,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782584675,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782584675,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782585183,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782585183,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782585364,0,NULL,5,'MAMS','english@csmtravel.com logged in',NULL),
(1782585365,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782585365,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782586952,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782586952,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782587044,1,'willem',5,'MAMS','Modified user english@csmtravel.com','209.121.229.219'),
(1782587140,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782587140,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782587140,1,'willem',5,'MAMS','english@csmtravel.com logged in','209.121.229.219'),
(1782587295,1,'willem',-1,'MAMS','english@csmtravel.com logged out','209.121.229.219'),
(1782587311,1,'willem',5,'MAMS','english@csmtravel.com logged in','209.121.229.219'),
(1782587318,1,'willem',-1,'MAMS','english@csmtravel.com logged out','209.121.229.219'),
(1782587322,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782587322,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782587333,1,'willem',5,'MAMS','english@csmtravel.com logged in','209.121.229.219'),
(1782587587,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782587587,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782587779,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782587779,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782587986,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782587986,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782588287,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782588287,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782588477,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782588477,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782588525,1,'willem',-1,'MAMS','english@csmtravel.com logged out','209.121.229.219'),
(1782588755,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782588755,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782588780,1,'willem',-1,'MAMS','Login failed for user english@csmtravel.com','209.121.229.219'),
(1782589000,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782589000,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782589017,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782589023,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782589035,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782589411,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782589411,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782589648,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782589648,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782589992,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782589992,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782590218,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782590218,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782590456,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782590456,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782590645,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782590645,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782591245,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782591245,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782591428,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782591428,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782591637,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782591637,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782591648,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782591844,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782591844,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782592026,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782592026,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782592223,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782592223,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782592406,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782592406,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782592622,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782592622,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782593166,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782593166,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782593655,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782593655,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782593655,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:50\"  on line 40 \"#mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif; width: 600px;}\"  - Unexpected \":\", expected one o','209.121.229.219'),
(1782593681,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:50\"  on line 40 \"#mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif; width: 600px;}\"  - Unexpected \":\", expected one o','209.121.229.219'),
(1782593760,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:50\"  on line 40 \"#mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif; width: 600px;}\"  - Unexpected \":\", expected one o','209.121.229.219'),
(1782593856,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782593856,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782594058,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782594058,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782594123,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782594262,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782594262,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782594407,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782594479,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782594479,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782594694,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782594694,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782601178,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782601178,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782605860,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782605860,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782606045,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782606045,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782606278,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782606278,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782606684,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782606684,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782607688,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782607688,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782607888,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782607888,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782608072,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782608072,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782608094,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782608302,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782608302,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782608515,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782608515,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782608715,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782608715,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782608715,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782608907,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782608907,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782609107,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782609107,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782609449,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782609449,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782609671,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782609671,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782609861,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782609861,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782609934,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782610009,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782610048,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782610048,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782610245,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782610245,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782610919,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782610919,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782611126,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782611126,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782611381,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782611381,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782611665,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782611665,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782617018,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782617018,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782617093,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782617125,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782617200,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782617200,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782617427,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782617427,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782617474,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782617489,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782617635,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782617635,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782617736,1,'willem',47,'Content Item: package-search-results',' Edited','209.121.229.219'),
(1782617830,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782617830,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782617830,1,'willem',47,'Content Item: package-search-results',' Edited','209.121.229.219'),
(1782617856,1,'willem',47,'Content Item: package-search-results',' Edited','209.121.229.219'),
(1782617950,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:32\"  on line 92 \"{endif}\" unknown tag \'endif\'','209.121.229.219'),
(1782618015,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782618015,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782618015,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:32\"  on line 92 \"{endif}\" unknown tag \'endif\'','209.121.229.219'),
(1782618083,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:32\"  on line 76 \"{endif}\" unknown tag \'endif\'','209.121.229.219'),
(1782618102,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:32\"  on line 76 \"{endif}\" unknown tag \'endif\'','209.121.229.219'),
(1782618174,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:32\"  on line 69 \"{if $k|regex_match:\"/search/\" && $v != \"\"}\" unknown modifier \'regex_match\'','209.121.229.219'),
(1782618213,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782618213,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782618315,1,'willem',47,'Content Item: package-search-results',' Edited','209.121.229.219'),
(1782618401,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782618401,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782618587,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782618587,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782618911,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782618911,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782618916,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782619040,1,'willem',-1,'Core','Missing Template: packages','209.121.229.219'),
(1782619040,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:packages\' in \'string:{include file=\'cms_template:packages\'}\'','209.121.229.219'),
(1782619116,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782619116,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782619300,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782619300,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782660855,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782660855,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782661000,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782661051,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782661051,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782661068,0,NULL,-1,'MAMS','Login failed for user english@csmtravel.com',NULL),
(1782661098,0,NULL,5,'MAMS','english@csmtravel.com logged in',NULL),
(1782661241,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782661241,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782661435,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782661435,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782661501,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782661640,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782661640,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782661640,1,'willem',47,'Content Item: Package Search Results',' Edited','209.121.229.219'),
(1782661820,1,'willem',136,'CMSMS','Template Package Search Results Created','209.121.229.219'),
(1782661852,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782661852,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782661910,1,'willem',136,'CMSMS','Template Package Search Results Updated','209.121.229.219'),
(1782662063,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782662063,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782662063,1,'willem',136,'CMSMS','Template Package Search Results Updated','209.121.229.219'),
(1782662380,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782662380,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782662386,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782662455,1,'willem',136,'CMSMS','Template Package Search Results Updated','209.121.229.219'),
(1782662653,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782662653,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782662694,1,'willem',136,'CMSMS','Template package-search-results Updated','209.121.229.219'),
(1782662836,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782662836,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782663054,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782663054,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782663238,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782663238,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782663488,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782663488,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782663569,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782663732,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782663732,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782663910,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782663916,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782663916,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782664132,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782664132,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782664303,1,'willem',136,'CMSMS','Template package-search-results Updated','209.121.229.219'),
(1782664408,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782664408,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782664635,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782664635,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782665135,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782665135,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782665226,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782665408,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782665408,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782665593,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782665593,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782665926,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782665926,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782665990,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782666064,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782666207,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782666207,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782666208,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782666295,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782666300,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782666327,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782666332,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782666344,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782666349,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782666437,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782666437,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782666636,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782666636,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782666744,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782666836,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782666836,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782667042,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782667042,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782667246,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782667246,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782667479,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782667479,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782667507,1,'willem',-1,'FilePicker','sooke.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782667675,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782667675,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782667682,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782667685,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782667810,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782667949,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782667949,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782668028,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type searchform','209.121.229.219'),
(1782668170,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782668170,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782668170,1,'willem',-1,'Smarty Error','method ModLang not found in  MAMSManipulator object','209.121.229.219'),
(1782668173,1,'willem',-1,'Smarty Error','method ModLang not found in  MAMSManipulator object','209.121.229.219'),
(1782668367,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782668367,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782668662,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782668662,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782668871,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782668871,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782669212,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782669212,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782669397,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782669397,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782669615,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782669615,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782669816,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782669816,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782670158,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782670158,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782670817,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782670817,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782671022,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782671022,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782673550,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782673550,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782673917,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782673917,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782676789,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782676789,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782677306,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782677306,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782677306,1,'willem',-1,'FilePicker','SDALHO_2.webp uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages','209.121.229.219'),
(1782678080,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782678080,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782678273,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782678273,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782678514,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782678514,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782678710,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782678710,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782679001,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782679001,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782679424,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782679424,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782679717,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782679717,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782679909,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782679909,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782680125,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782680125,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782680629,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782680629,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782680955,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782680955,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782681164,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782681164,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782681354,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782681354,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782681571,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782681571,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782688157,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782688157,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782688368,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782688368,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782688597,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782688597,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782688782,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782688782,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782689569,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782689569,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782689774,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782689774,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782689804,0,NULL,3,'MAMS','oyoptime@gmail.com logged in',NULL),
(1782689956,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782689956,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782690458,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782690458,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782691185,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782691185,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782691321,0,NULL,-1,'(IP: 209.121.229.219) Admin Username: oyoptime@gma','Login Failed',NULL),
(1782692130,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782692130,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782692165,0,NULL,-1,'Core','Sent Lost Password Email for willem',NULL),
(1782692252,0,NULL,-1,'Core','Completed lost password recovery for: willem (IP: 209.121.229.219)',NULL),
(1782692252,1,'willem',1,'Admin Username: willem','Logged In','209.121.229.219'),
(1782692327,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782692327,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782693918,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782693918,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782693936,0,NULL,-1,'(IP: 209.121.229.219) Admin Username: oyoptime@gma','Login Failed',NULL),
(1782693947,1,'willem',1,'Admin Username: willem','Logged In','209.121.229.219'),
(1782695467,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782695467,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782699888,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782699888,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782704012,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782704012,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782704233,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782704233,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782704233,1,'willem',-1,'Global Settings','Edited','209.121.229.219'),
(1782704253,1,'willem',-1,'Global Settings','Edited','209.121.229.219'),
(1782704596,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782704596,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782704778,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782704778,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782705216,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782705216,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782747329,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782747329,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782753170,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782753170,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782753250,1,'willem',-1,'FilePicker','Helmcken Falls.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782753283,1,'willem',-1,'FilePicker','icefields parkway.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782753295,1,'willem',-1,'FilePicker','maligne lake bright.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782753319,1,'willem',-1,'FilePicker','peyto-lake.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782753353,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782753353,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782753491,1,'willem',-1,'FilePicker','moraine lake kids.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782753607,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782753607,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782753622,1,'willem',-1,'FilePicker','douglas fir.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782754068,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782754068,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782754079,1,'willem',-1,'FilePicker','wells gray park.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782754280,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782754280,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782754514,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782754514,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782754746,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782754746,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782754928,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782754928,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782755145,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782755145,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782755349,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782755349,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782755619,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782755619,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782755823,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782755823,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782756022,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782756022,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782756579,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782756579,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782756840,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782756840,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782757045,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782757045,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782757559,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782757559,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782757769,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782757769,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782758072,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782758072,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782758276,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782758276,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782758319,0,NULL,-1,'MAMS','Login failed for user grant@csmtravel.com',NULL),
(1782758678,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782758678,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782759483,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782759483,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782759525,1,'willem',137,'CMSMS','Template page detail reslynx Created','209.121.229.219'),
(1782759543,1,'willem',137,'CMSMS','Template page_detail_reslynx Updated','209.121.229.219'),
(1782759552,1,'willem',137,'CMSMS','Template page_detail_reslynx Updated','209.121.229.219'),
(1782759606,1,'willem',137,'CMSMS','Template page_detail_reslynx Updated','209.121.229.219'),
(1782759690,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782759690,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782759729,1,'willem',137,'CMSMS','Template page_package_detail_reslynx Updated','209.121.229.219'),
(1782759747,1,'willem',137,'CMSMS','Template package_detail_reslynx Updated','209.121.229.219'),
(1782759815,1,'willem',137,'CMSMS','Template package_detail_reslynx Updated','209.121.229.219'),
(1782759893,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782759893,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782759939,1,'willem',48,'Content Item: Package Reslynx detail',' Edited','209.121.229.219'),
(1782759996,1,'willem',48,'Content Item: Package Reslynx detail',' Edited','209.121.229.219'),
(1782760190,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782760190,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782760397,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782760397,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782760626,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782760626,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782760822,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782760822,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782761014,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782761014,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782761085,1,'willem',138,'CMSMS','Template csm master reslynx Created','209.121.229.219'),
(1782761130,1,'willem',138,'CMSMS','Template csm master reslynx Updated','209.121.229.219'),
(1782761143,1,'willem',-1,'DesignManager','Cleared all content locks','209.121.229.219'),
(1782761154,1,'willem',138,'CMSMS','Template csm master reslynx Updated','209.121.229.219'),
(1782761204,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782761204,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782761204,1,'willem',-1,'DesignManager','Cleared all content locks','209.121.229.219'),
(1782761402,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782761402,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782761590,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782761590,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782761872,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782761872,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782762012,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package-reslynx-detail\'','209.121.229.219'),
(1782762055,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782762055,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782762058,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782762058,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782762059,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782762076,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package-reslynx-detaill\'','209.121.229.219'),
(1782762147,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package-reslynx-detaill\'','209.121.229.219'),
(1782762242,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782762242,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782762276,1,'willem',48,'Content Item: Package Reslynx detail',' Edited','209.121.229.219'),
(1782762309,1,'willem',48,'Content Item: Package Reslynx detail',' Edited','209.121.229.219'),
(1782762359,1,'willem',-1,'DesignManager','Cleared all content locks','209.121.229.219'),
(1782762384,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package-reslynx-detaill\'','209.121.229.219'),
(1782762387,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782762387,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782762387,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782762412,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782762412,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782762412,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782762449,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782762449,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782762566,1,'willem',-1,'DesignManager','Cleared all content locks','209.121.229.219'),
(1782762648,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782762648,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782762989,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782762989,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782763297,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782763297,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782763499,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782763499,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782763591,1,'willem',48,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782763622,1,'willem',48,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782763663,1,'willem',48,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782763676,1,'willem',48,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782763688,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782763688,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782764663,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782764663,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782764911,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782764911,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782767002,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782767002,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782767420,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782767420,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782767553,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:31\"  on line 3 \"{return}\" unknown tag \'return\'','209.121.229.219'),
(1782767606,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782767606,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782767606,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:31\"  on line 3 \"{return} {* This stops the rest of the default template from loading *}\" unknown tag \'return\'','209.121.229.219'),
(1782768593,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782768593,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782774999,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782774999,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782775332,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782775332,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782775539,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782775539,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782775614,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782775691,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782775775,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782775775,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782775980,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782775980,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782776118,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782776197,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782776197,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782776325,1,'willem',48,'Core','Deleted content page','209.121.229.219'),
(1782776381,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782776381,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782776382,1,'willem',37,'Content Item: Package detail',' Edited','209.121.229.219'),
(1782776570,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782776570,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782776577,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:31\"  on line 32 \"{header url=\"https://www.csmtravel.com/cmss/packages\"}\" unknown tag \'header\'','209.121.229.219'),
(1782776753,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782776753,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782776781,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782776809,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782776882,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782776936,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782776936,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782777128,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782777128,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782777168,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782777266,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:31\"  on line 41 \"{/if}\" unexpected closing tag','209.121.229.219'),
(1782777303,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:31\"  on line 47 \"{/if}\" unexpected closing tag','209.121.229.219'),
(1782777350,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782777350,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782777538,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782777538,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782777557,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782777575,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782777684,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782777692,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782777722,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782777722,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782777730,1,'willem',38,'Content Item: Packages',' Edited','209.121.229.219'),
(1782777741,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782777775,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782777874,1,'willem',-1,'Global Settings','Edited','209.121.229.219'),
(1782777888,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782777911,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782777911,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782778024,1,'willem',38,'Content Item: Packages',' Edited','209.121.229.219'),
(1782778101,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782778101,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782778283,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782778283,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782778299,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782778385,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:31\"  on line 6 \"User Object exists: {isset($ccUser)|bin-vars}\" unknown modifier \'bin\'','209.121.229.219'),
(1782778505,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782778505,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782778739,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782778739,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782778856,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:31\"  on line 4 \"{$mams = cms_utils::get_module(\'MAMS\')}\" access to static class \'cms_utils\' not allowed by security setting','209.121.229.219'),
(1782778878,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:31\"  on line 4 \"{$mams = cms_utils::get_module(\'MAMS\')}\" access to static class \'cms_utils\' not allowed by security setting','209.121.229.219'),
(1782778947,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782778947,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782780237,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782780237,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782780270,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782780280,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782780285,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782780349,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782780358,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782780387,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782780454,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782780454,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782780454,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782780459,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782780730,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782780730,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782780834,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:31\"  on line 537 \"{/block}\" unknown tag \'blockclose\'','209.121.229.219'),
(1782780869,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:31\"  on line 537 \"{/block}\" unknown tag \'blockclose\'','209.121.229.219'),
(1782780965,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782780965,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782781188,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782781188,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782781437,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782781437,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782781619,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782781619,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782781744,1,'willem',139,'CMSMS','Template Packages Master Created','209.121.229.219'),
(1782781852,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782781852,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782782042,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782782042,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782782042,1,'willem',49,'Content Item: Package Master',' Edited','209.121.229.219'),
(1782782049,1,'willem',-1,'Smarty Error','Syntax error in template \"content:content:content_en\"  on line 1 \"<p>{strip}<br>&nbsp; &nbsp; {assign var=\'is_reslynx\' value=false}<br>&nbsp; &nbsp; {if isset($smarty.get.layout) &amp;&amp; ($smarty.g','209.121.229.219'),
(1782782125,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782782189,1,'willem',49,'Content Item: Package Master',' Edited','209.121.229.219'),
(1782782199,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782782250,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782782250,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782782468,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782782468,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782782471,1,'willem',49,'Content Item: Package Master',' Edited','209.121.229.219'),
(1782782552,1,'willem',-1,'CMSContentManager','Cleared all content locks','209.121.229.219'),
(1782782563,1,'willem',-1,'Smarty Error','Syntax error in template \"content:content:content_en\"  on line 2 \"<p>&nbsp; &nbsp; {* 2. Identify the layout from the URL *}<br>&nbsp; &nbsp; {assign var=\'is_reslynx\' value=false}<br>&nbsp; &nbsp; {if','209.121.229.219'),
(1782782566,1,'willem',-1,'Smarty Error','Syntax error in template \"content:content:content_en\"  on line 2 \"<p>&nbsp; &nbsp; {* 2. Identify the layout from the URL *}<br>&nbsp; &nbsp; {assign var=\'is_reslynx\' value=false}<br>&nbsp; &nbsp; {if','209.121.229.219'),
(1782782603,1,'willem',-1,'Smarty Error','Syntax error in template \"content:content:content_en\"  on line 2 \"<p>&nbsp; &nbsp; {* 2. Identify the layout from the URL *}<br>&nbsp; &nbsp; {assign var=\'is_reslynx\' value=false}<br>&nbsp; &nbsp; {if','209.121.229.219'),
(1782782651,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782782651,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782782756,1,'willem',-1,'Core','Missing Template: package_master','209.121.229.219'),
(1782782756,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_master\' in \'module_db_tpl:LISEPackages;detail_Package Detail\'','209.121.229.219'),
(1782782780,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782782846,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782782846,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782782860,1,'willem',49,'Content Item: Package Master',' Edited','209.121.229.219'),
(1782782903,1,'willem',-1,'Core','Missing Template: package_master','209.121.229.219'),
(1782782903,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_master\' in \'module_db_tpl:LISEPackages;detail_Package Detail\'','209.121.229.219'),
(1782783057,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782783057,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782783057,1,'willem',-1,'Core','Missing Template: package_master','209.121.229.219'),
(1782783057,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_master\' in \'module_db_tpl:LISEPackages;detail_Package Detail\'','209.121.229.219'),
(1782783259,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782783259,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782783262,1,'willem',-1,'Core','Missing Template: package_master','209.121.229.219'),
(1782783262,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_master\' in \'module_db_tpl:LISEPackages;detail_Package Detail\'','209.121.229.219'),
(1782783455,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782783455,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782783530,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782783533,1,'willem',-1,'Core','Missing Template: csm-package-detail','209.121.229.219'),
(1782783533,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:csm-package-detail\' in \'module_db_tpl:LISEPackages;detail_package_controller\'','209.121.229.219'),
(1782783543,1,'willem',-1,'Core','Missing Template: csm-package-detail','209.121.229.219'),
(1782783543,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:csm-package-detail\' in \'module_db_tpl:LISEPackages;detail_package_controller\'','209.121.229.219'),
(1782783602,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782783674,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782783674,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782783860,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782783860,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782783923,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782784090,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782784090,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782784380,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782784380,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782784383,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_package_controller\'','209.121.229.219'),
(1782784584,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782784584,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782784645,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782784769,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782784769,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782784940,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782785562,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782785562,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782785679,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782785728,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782785747,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782785747,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782785954,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782785954,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782786205,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782786205,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782786426,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782786426,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782786679,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782786679,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782786683,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782786862,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782786862,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782787047,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782787047,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782787087,1,'willem',1,'CMSMS','Template Category Created','209.121.229.219'),
(1782787181,1,'willem',125,'CMSMS','Template MAMS chsettings form Updated','209.121.229.219'),
(1782787228,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782787228,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782787440,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782787440,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782787497,1,'willem',139,'CMSMS','Template Package Master Updated','209.121.229.219'),
(1782787528,1,'willem',139,'CMSMS','Template Package Master Updated','209.121.229.219'),
(1782787606,1,'willem',49,'Content Item: Package Master',' Edited','209.121.229.219'),
(1782787625,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782787625,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782787819,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782787819,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782787833,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782788003,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782788003,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782788068,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782788270,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782788270,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782788452,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782788452,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782788704,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782788704,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782788704,1,'willem',-1,'Smarty Error','Syntax error in template \"module_db_tpl:module_db_tpl:LISEPackages;detail_package_controller\"  on line 15 \"{临时 if isset($smarty.get.cntnt01layout) && $smarty.get.cntnt01layout == \'reslynx\'}\"  - Un','209.121.229.219'),
(1782788748,1,'willem',-1,'Smarty Error','Syntax error in template \"module_db_tpl:module_db_tpl:LISEPackages;detail_package_controller\"  on line 15 \"{临时 if isset($smarty.get.cntnt01layout) && $smarty.get.cntnt01layout == \'reslynx\'}\"  - Un','209.121.229.219'),
(1782788968,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782788968,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782789156,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782789156,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782789325,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782789334,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782789342,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782789342,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782790578,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782790578,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782790887,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782790887,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782791090,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782791090,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782791206,1,'willem',49,'Core','Deleted content page','209.121.229.219'),
(1782791250,1,'willem',138,'CMSMS','Template csm master reslynx Deleted','209.121.229.219'),
(1782791272,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782791272,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782791276,1,'willem',137,'CMSMS','Template package_detail_reslynx Deleted','209.121.229.219'),
(1782791311,1,'willem',42,'CMSMS','Template package_detail Deleted','209.121.229.219'),
(1782791323,1,'willem',139,'CMSMS','Template Package Master Deleted','209.121.229.219'),
(1782791644,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782791644,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782793119,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782793119,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782793329,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782793329,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782826987,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782826987,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782829653,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782829653,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782833198,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782833198,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782833409,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782833409,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782833516,1,'willem',50,'Content Item: Packages Reslynx',' Edited','209.121.229.219'),
(1782833549,1,'willem',51,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782833591,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782833591,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782833774,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782833774,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782833801,1,'willem',140,'CMSMS','Template csm packages reslynx Created','209.121.229.219'),
(1782833837,1,'willem',141,'CMSMS','Template package detail reslynx Created','209.121.229.219'),
(1782833861,1,'willem',140,'CMSMS','Template packages reslynx Updated','209.121.229.219'),
(1782836082,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782836082,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782836728,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782836728,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782836728,1,'willem',1,'Admin Username: willem','Logged In','95.85.21.9'),
(1782836924,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782836924,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782837134,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782837134,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782837344,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782837344,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782837554,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782837554,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782837765,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782837765,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782837975,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782837975,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782838185,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782838185,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782838373,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782838373,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782838407,1,'willem',50,'Content Item: Packages Reslynx',' Edited','209.121.229.219'),
(1782838423,1,'willem',51,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782838590,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782838590,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782838649,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782838675,1,'willem',37,'Content Item: Package detail',' Edited','209.121.229.219'),
(1782838798,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782838798,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782838915,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782838948,1,'willem',-1,'Smarty Error','Could not find default CmsLayoutTemplate row for type navigation','209.121.229.219'),
(1782838982,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782838982,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782839415,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782839415,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782839420,1,'willem',-1,'CMSContentManager','Cleared all content locks','209.121.229.219'),
(1782839608,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782839608,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782839785,1,'willem',51,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782839790,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782839790,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782839972,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782839972,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782840123,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782840124,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782840155,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782840155,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782840280,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782840288,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package-detail-reslynx\'','209.121.229.219'),
(1782840319,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package-detail-reslynx\'','209.121.229.219'),
(1782840323,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package-detail-reslynx\'','209.121.229.219'),
(1782840333,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782840344,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782840344,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782840483,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782840483,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782840529,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782840529,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782840764,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782840764,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782840949,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782840949,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782841010,1,'willem',142,'CMSMS','Template package_summary_reslynx Created','209.121.229.219'),
(1782841114,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;summary_package_summary_reslynx\' in \'cms_template:csm master\'','209.121.229.219'),
(1782841134,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782841134,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782841249,1,'willem',51,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782841265,1,'willem',50,'Content Item: Packages Reslynx',' Edited','209.121.229.219'),
(1782841268,1,'willem',50,'Content Item: Packages Reslynx',' Edited','209.121.229.219'),
(1782841334,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782841334,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782841434,1,'willem',143,'CMSMS','Template csm master reslynx Created','209.121.229.219'),
(1782841478,1,'willem',143,'CMSMS','Template csm master reslynx Updated','209.121.229.219'),
(1782841622,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782841622,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782841832,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782841832,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782842025,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782842025,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782842433,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782842433,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782842644,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782842644,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782842688,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842688,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842688,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842688,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842688,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842688,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842688,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842688,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842688,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842689,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842689,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842689,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842689,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842689,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842689,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842689,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842689,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842689,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842689,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842689,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842689,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842848,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782842848,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782842899,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842899,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:csm master-reslynx\' in \'tpl_body:141\'','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842912,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782842943,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782843021,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782843021,1,'willem',51,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782843025,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782843025,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:csm master-reslynx\' in \'tpl_body:141\'','209.121.229.219'),
(1782843056,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782843056,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782843060,1,'willem',-1,'Core','Missing Template: csm-master-reslynx','209.121.229.219'),
(1782843060,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:csm-master-reslynx\' in \'tpl_body:141\'','209.121.229.219'),
(1782843070,1,'willem',-1,'Core','Missing Template: csm-master-reslynx','209.121.229.219'),
(1782843070,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:csm-master-reslynx\' in \'tpl_body:141\'','209.121.229.219'),
(1782843910,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782843910,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782843915,1,'willem',-1,'DesignManager','Cleared all content locks','209.121.229.219'),
(1782844460,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782844460,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782844530,1,'willem',51,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782844650,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782844650,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782844658,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782844715,1,'willem',51,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782844804,1,'willem',51,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782844874,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782844874,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782845072,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782845072,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782845195,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782845195,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782845269,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782845269,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782845530,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782845530,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782845743,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782845743,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782845750,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782845750,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782845756,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782845756,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782845768,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782845784,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782845784,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782845847,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782845847,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782845885,1,'willem',51,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782845892,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782845892,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782845925,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782845925,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782846124,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782846124,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782846170,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782846170,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782846324,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782846324,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782846327,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782846327,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782846349,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782846368,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782846368,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782846430,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782846430,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782846496,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782846496,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782846503,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782846503,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782846520,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782846520,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782846697,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782846697,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782846735,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782846735,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782846735,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782846742,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782846742,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782846770,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782846770,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782846879,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;summary_packages-reslynx\' in \'cms_template:csm master\'','209.121.229.219'),
(1782846920,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782846920,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782846954,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782846954,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782847106,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782847106,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782847106,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782847106,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782847113,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782847113,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782847311,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782847311,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782847494,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782847494,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782847494,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782847494,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782847497,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:140\"  on line 86 \"{LisePackages pagelimit=112 template_summary=\'package_summary_reslynx\' template_detail=\'package_detail_reslynx\'  detailpage=\'package-detai','209.121.229.219'),
(1782847515,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:140\"  on line 86 \"{LisePackages pagelimit=112 template_summary=\'package_summary_reslynx\' template_detail=\'package_detail_reslynx\'  detailpage=\'package-detai','209.121.229.219'),
(1782847590,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:140\"  on line 86 \"{LISEPackages pagelimit=112template_summary=\'package_summary_reslynx\' template_detail=\'package_detail_reslynx\'  detailpage=\'package-detail','209.121.229.219'),
(1782847627,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782847627,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782847637,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:140\"  on line 86 \"{LISEPackages pagelimit=112template_summary=\'package_summary_reslynx\' template_detail=\'package_detail_reslynx\'  detailpage=\'package-detail','209.121.229.219'),
(1782847643,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:140\"  on line 86 \"{LISEPackages pagelimit=112template_summary=\'package_summary_reslynx\' template_detail=\'package_detail_reslynx\'  detailpage=\'package-detail','209.121.229.219'),
(1782847682,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782847682,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782847685,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782847685,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782847742,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782847742,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782847861,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782847861,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package detail reslynx\'','209.121.229.219'),
(1782847945,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782847945,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782848320,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782848320,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782848398,1,'willem',51,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782848476,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:141\"  on line 6 \"{LisePackages action=\'detail\'}\" unknown tag \'LisePackages\'','209.121.229.219'),
(1782848510,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782848510,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782848510,1,'willem',-1,'CMSContentManager','Cleared all content locks','209.121.229.219'),
(1782848570,1,'willem',50,'Content Item: Packages Reslynx',' Edited','209.121.229.219'),
(1782848720,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782848720,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782848749,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782848909,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782848909,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782849092,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782849092,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782849274,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782849274,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782849461,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782849461,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782849595,1,'willem',50,'Content Item: Packages Reslynx',' Edited','209.121.229.219'),
(1782849646,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782849646,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782849658,1,'willem',51,'Core','Deleted content page','209.121.229.219'),
(1782849675,1,'willem',52,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782849684,1,'willem',52,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782849835,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782849835,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782850045,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782850045,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782850255,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782850255,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782850438,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782850438,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782850481,1,'willem',52,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782850627,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782850627,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782850825,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782850825,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782850999,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782851008,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782851008,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782851022,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782851150,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782851199,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782851199,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782851322,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782851381,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782851381,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782851413,1,'willem',52,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782851418,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782851422,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782851444,1,'willem',52,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782851455,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782851491,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782851583,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782851583,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782851665,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782851665,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782851666,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782851681,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782851681,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782851682,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782851697,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782851698,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782851698,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782851749,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782851749,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782851750,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782851776,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782851776,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782851776,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782851777,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782851777,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782851893,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782851893,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782851972,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782851972,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782851999,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782851999,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782852014,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782852014,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'module_db_tpl:LISEPackages;detail_package_detail_reslynx\'','209.121.229.219'),
(1782852122,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782852122,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782852124,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782852225,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782852225,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782852294,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782852409,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782852409,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782852441,1,'willem',1,'Admin Username: digi3','Edited','209.121.229.219'),
(1782852658,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782852658,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782852772,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782852772,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782852901,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782852901,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782852954,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782852954,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782852956,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782853038,1,'willem',37,'Content Item: Package detail',' Edited','209.121.229.219'),
(1782853049,1,'willem',38,'Content Item: Packages',' Edited','209.121.229.219'),
(1782853333,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782853333,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782853333,1,'willem',-1,'Smarty Error','Unable to load template \'module_db_tpl:LISEPackages;detail_package-detail-reslynx\'','209.121.229.219'),
(1782855069,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782855069,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782855256,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782855256,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782855564,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782855564,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782855895,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782855895,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782855906,1,'willem',-1,'FilePicker','freedom highway.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782856208,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782856208,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782856216,1,'willem',-1,'FilePicker','fort steele credit aaron hagen.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782856641,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782856641,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782856704,1,'willem',38,'Content Item: Packages',' Edited','209.121.229.219'),
(1782856711,1,'willem',-1,'MAMS','oyoptime@gmail.com logged out','209.121.229.219'),
(1782856741,1,'willem',37,'Content Item: Package detail',' Edited','209.121.229.219'),
(1782856822,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782856822,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782857854,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782857854,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782857863,1,'willem',3,'MAMS','oyoptime@gmail.com logged in','209.121.229.219'),
(1782858036,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782858036,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782858069,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782858069,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782858070,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782858248,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782858248,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782858330,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782858330,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782858331,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782858397,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782858398,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782858398,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782858454,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782858454,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782858564,1,'willem',52,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782858585,1,'willem',-1,'CMSContentManager','Cleared all content locks','209.121.229.219'),
(1782858592,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782858592,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782858593,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782858650,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782858650,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782858847,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782858847,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782859041,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782859041,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782859224,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782859224,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782859428,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782859428,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782859609,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782859609,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782859737,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782859737,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782859739,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782859803,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782859803,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782859888,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782859888,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782859889,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782859969,1,'willem',52,'Content Item: Package detail Reslynx',' Edited','209.121.229.219'),
(1782859988,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782859988,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782859991,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782859991,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782859992,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782860188,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782860188,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782860381,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782860381,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782860577,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782860577,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782860627,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782860628,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782860629,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782860705,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782860769,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782860769,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782860947,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782860948,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782860949,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782860951,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782860951,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782861007,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782861007,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782861008,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782861152,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782861152,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782861169,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:141\"  on line 6 \"{LisePackages action=\'detail\'}\" unknown tag \'LisePackages\'','209.121.229.219'),
(1782861180,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782861181,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782861182,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782861187,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782861187,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782861195,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782861195,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782861196,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782861213,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:141\"  on line 6 \"{LisePackages action=\'detail\'}\" unknown tag \'LisePackages\'','209.121.229.219'),
(1782861306,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:141\"  on line 6 \"{LisePackages action=\'detail\'}\" unknown tag \'LisePackages\'','209.121.229.219'),
(1782861338,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782861338,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782861338,1,'willem',-1,'Smarty Error','Syntax error in template \"tpl_body:tpl_body:141\"  on line 6 \"{LisePackages action=\'detail\'}\" unknown tag \'LisePackages\'','209.121.229.219'),
(1782861531,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782861531,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782861569,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782861569,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782861570,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782861724,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782861724,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782861925,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782861925,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782862107,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782862107,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782862289,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782862289,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782862371,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782862371,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782862371,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782862371,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782862372,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782862396,1,'willem',-1,'Smarty Error','Syntax error in template \"cms_template:cms_template:package_summary_reslynx\"  on line 11 \"<a href=\"{module_action_url module=\'LISEPackages\' action=\'default\' returnid=52 item=$item->id detailtemplate=\'','209.121.229.219'),
(1782862474,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782862474,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782862665,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782862665,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782862856,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782862856,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782863051,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782863051,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782863201,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782863201,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/gallery/insta.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782863201,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_a/images/logo/csm_logob.png is an invalid CMSMS resource specification','209.121.229.219'),
(1782863202,1,'willem',-1,'Smarty Error','module_db_tpl:LISEPackages;detail_assets/images/fav.svg is an invalid CMSMS resource specification','209.121.229.219'),
(1782863249,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782863249,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782863446,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782863446,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782863642,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782863642,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782863834,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782863834,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782864016,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782864016,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782868762,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782868762,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782869023,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782869023,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782869027,1,'willem',1,'Admin Username: willem','Logged In','209.121.229.219'),
(1782876197,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782876197,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782876368,1,'willem',-1,'FilePicker','columbia icefields gletcher.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782876381,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782876381,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782876469,1,'willem',-1,'FilePicker','pacific rim.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782876563,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782876563,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782876563,1,'willem',-1,'FilePicker','tesla canada.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782876707,1,'willem',-1,'FilePicker','kootenays.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782876809,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782876809,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782876824,1,'willem',-1,'FilePicker','ferries.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782877134,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782877134,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782877174,1,'willem',-1,'FilePicker','hazelton by Andrew Strain.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782877313,1,'willem',-1,'FilePicker','inside passage by Appleby Media .jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782877317,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782877317,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782877392,1,'willem',-1,'FilePicker','golf.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782877482,1,'willem',-1,'FilePicker','edmonton.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782877559,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782877559,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782877570,1,'willem',-1,'FilePicker','bald eagle.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782877674,1,'willem',-1,'FilePicker','waterton.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782877739,1,'willem',-1,'FilePicker','whistler.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782877746,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782877746,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782877938,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782877938,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782877952,1,'willem',-1,'FilePicker','tofino beach.jpg uploaded to /home/csmtrave/public_html/cmss/uploads/images/packages and a thumbnail was generated','209.121.229.219'),
(1782922310,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782922310,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782922862,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782922862,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782922894,1,'willem',-1,'Core','Missing Template: csm master_reslynx','209.121.229.219'),
(1782922894,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:csm master_reslynx\' in \'tpl_body:31\'','209.121.229.219'),
(1782922933,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782922933,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:csm master-reslynx\' in \'tpl_body:31\'','209.121.229.219'),
(1782922936,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782922936,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:csm master-reslynx\' in \'tpl_body:31\'','209.121.229.219'),
(1782922942,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782922942,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:csm master-reslynx\' in \'tpl_body:31\'','209.121.229.219'),
(1782922948,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782922948,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:csm master-reslynx\' in \'tpl_body:31\'','209.121.229.219'),
(1782923014,1,'willem',-1,'CMSContentManager','Cleared all content locks','209.121.229.219'),
(1782923065,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782923065,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782923080,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782923080,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_Package Detail\'','209.121.229.219'),
(1782923170,1,'willem',-1,'Core','Missing Template: package_detail','209.121.229.219'),
(1782923170,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail\' in \'tpl_body:31\'','209.121.229.219'),
(1782923179,1,'willem',-1,'Core','Missing Template: package_detail','209.121.229.219'),
(1782923179,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail\' in \'tpl_body:31\'','209.121.229.219'),
(1782923267,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782923267,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782923485,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782923485,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782923562,1,'willem',-1,'Core','Missing Template: package_detail','209.121.229.219'),
(1782923562,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail\' in \'tpl_body:31\'','209.121.229.219'),
(1782923568,1,'willem',-1,'Core','Missing Template: package_detail','209.121.229.219'),
(1782923568,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail\' in \'tpl_body:31\'','209.121.229.219'),
(1782923585,1,'willem',-1,'Core','Missing Template: package-detail','209.121.229.219'),
(1782923585,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail\' in \'tpl_body:31\'','209.121.229.219'),
(1782923688,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782923688,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782923761,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782923761,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_Package Detail\'','209.121.229.219'),
(1782923817,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782923817,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_Package Detail\'','209.121.229.219'),
(1782923833,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782923833,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_Package Detail\'','209.121.229.219'),
(1782923864,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782923864,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_Package Detail\'','209.121.229.219'),
(1782923873,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782923873,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782923875,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782923880,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782923880,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'module_db_tpl:LISEPackages;detail_Package Detail\'','209.121.229.219'),
(1782924100,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782924100,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782924232,1,'willem',-1,'Core','Missing Template: csm master-reslynx','209.121.229.219'),
(1782924232,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:csm master-reslynx\' in \'tpl_body:31\'','209.121.229.219'),
(1782924396,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782924396,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782924676,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782924676,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782924981,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782924981,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782925201,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782925201,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782925416,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782925416,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782925416,0,NULL,-1,'Smarty Error','Syntax error in template \"tpl_top:tpl_top:31\"  on line 8 \"{process_pagedata}{$content={content} scope=global}\" unclosed {if} tag',NULL),
(1782925460,0,NULL,-1,'Smarty Error','Syntax error in template \"tpl_top:tpl_top:31\"  on line 7 \"<html lang=\"en\">\" unclosed {if} tag',NULL),
(1782925598,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782925598,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782925791,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782925791,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782925998,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782925998,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782926183,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782926183,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782926440,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782926440,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782926500,1,'willem',144,'CMSMS','Template package_detail_wrapper Created','209.121.229.219'),
(1782926631,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782926631,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782926824,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782926824,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782927016,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782927016,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782927220,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782927220,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782927558,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782927558,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782927750,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782927750,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782927942,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782927942,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782928398,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782928398,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782928678,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782928678,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782928907,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782928907,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782929216,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782929216,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782929498,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782929498,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782929788,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782929788,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782929965,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782929978,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782929978,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782930096,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782930499,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782930499,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782931195,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782931195,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782931195,1,'willem',144,'CMSMS','Template package_detail_wrapper Updated','209.121.229.219'),
(1782931227,1,'willem',145,'CMSMS','Template package_detail_default Created','209.121.229.219'),
(1782931407,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782931407,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782931460,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782931657,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782931657,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782931657,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782931657,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'cms_template:csm master reslynx\'','209.121.229.219'),
(1782931700,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782931700,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'cms_template:csm master reslynx\'','209.121.229.219'),
(1782931748,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782931806,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782931806,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'cms_template:csm master reslynx\'','209.121.229.219'),
(1782931843,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782931843,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782931843,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782931843,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'cms_template:csm master reslynx\'','209.121.229.219'),
(1782931855,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782931855,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'cms_template:csm master reslynx\'','209.121.229.219'),
(1782931965,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782931965,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'cms_template:csm master reslynx\'','209.121.229.219'),
(1782932506,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782932506,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782932506,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782932506,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'cms_template:csm master reslynx\'','209.121.229.219'),
(1782932693,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782932693,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782932882,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782932882,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782933066,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782933066,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782933103,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782933103,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'cms_template:csm master\'','209.121.229.219'),
(1782933129,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782933129,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'cms_template:csm master\'','209.121.229.219'),
(1782933256,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782933256,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782933548,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782933548,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782933745,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782933745,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782933776,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782933931,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782933931,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782934123,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782934123,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782934177,1,'willem',-1,'Core','Missing Template: package-detail-reslynx','209.121.229.219'),
(1782934177,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package-detail-reslynx\' in \'cms_template:csm master reslynx\'','209.121.229.219'),
(1782934215,1,'willem',-1,'Core','Missing Template: package_detail_reslynx','209.121.229.219'),
(1782934215,1,'willem',-1,'Smarty Error','Unable to load template \'cms_template:package_detail_reslynx\' in \'cms_template:csm master reslynx\'','209.121.229.219'),
(1782934272,1,'willem',-1,'System maintenance','Cache cleared','209.121.229.219'),
(1782934327,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782934327,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782934526,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782934526,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782934810,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782934810,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782935027,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782935027,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782935249,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782935249,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782936287,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782936287,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL),
(1782944829,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\HourlyHookTask',NULL),
(1782944829,0,NULL,-1,'CmsJobManager','Could not load module CGExtensions required by job CGExtensions\\DailyHookTask',NULL);
/*!40000 ALTER TABLE `cmsqy_adminlog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_content`
--

DROP TABLE IF EXISTS `cmsqy_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_content` (
  `content_id` int(11) NOT NULL,
  `content_name` varchar(255) DEFAULT NULL,
  `type` varchar(25) DEFAULT NULL,
  `owner_id` int(11) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `template_id` int(11) DEFAULT NULL,
  `item_order` int(11) DEFAULT NULL,
  `hierarchy` varchar(255) DEFAULT NULL,
  `default_content` tinyint(4) DEFAULT NULL,
  `menu_text` varchar(255) DEFAULT NULL,
  `content_alias` varchar(255) DEFAULT NULL,
  `show_in_menu` tinyint(4) DEFAULT NULL,
  `active` tinyint(4) DEFAULT NULL,
  `cachable` tinyint(4) DEFAULT NULL,
  `id_hierarchy` varchar(255) DEFAULT NULL,
  `hierarchy_path` text DEFAULT NULL,
  `prop_names` text DEFAULT NULL,
  `metadata` text DEFAULT NULL,
  `titleattribute` varchar(255) DEFAULT NULL,
  `tabindex` varchar(10) DEFAULT NULL,
  `accesskey` varchar(5) DEFAULT NULL,
  `last_modified_by` int(11) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  `secure` tinyint(4) DEFAULT NULL,
  `page_url` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`content_id`),
  KEY `cmsqy_idx_content_by_alias_active` (`content_alias`,`active`),
  KEY `cmsqy_idx_content_default_content` (`default_content`),
  KEY `cmsqy_idx_content_by_parent_id` (`parent_id`),
  KEY `cmsqy_idx_content_by_hier` (`hierarchy`),
  KEY `cmsqy_index_content_by_idhier` (`content_id`,`hierarchy`),
  KEY `cmsqy_idx_content_by_modified` (`modified_date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_content`
--

LOCK TABLES `cmsqy_content` WRITE;
/*!40000 ALTER TABLE `cmsqy_content` DISABLE KEYS */;
INSERT INTO `cmsqy_content` (`content_id`, `content_name`, `type`, `owner_id`, `parent_id`, `template_id`, `item_order`, `hierarchy`, `default_content`, `menu_text`, `content_alias`, `show_in_menu`, `active`, `cachable`, `id_hierarchy`, `hierarchy_path`, `prop_names`, `metadata`, `titleattribute`, `tabindex`, `accesskey`, `last_modified_by`, `create_date`, `modified_date`, `secure`, `page_url`) VALUES (39,'Homepage','content',1,-1,35,1,'00001',1,'Homepage','homepage',1,1,0,'39','homepage',NULL,'','','','',2,'2026-06-17 17:47:27','2026-06-18 10:42:30',0,''),
(37,'Package detail','mams_protected_page',1,-1,31,2,'00002',0,'csm package detail','package_detail',0,1,0,'37','package_detail',NULL,'','','','',1,'2026-06-15 19:12:47','2026-06-30 17:59:01',0,''),
(40,'Contact','content',1,-1,36,4,'00004',0,'Page contact','page-contact',1,1,1,'40','page-contact',NULL,'','','','',1,'2026-06-17 19:30:49','2026-06-17 19:49:47',0,''),
(38,'Packages','mams_protected_page',1,-1,32,3,'00003',0,'csm package detail','packages',1,1,0,'38','packages',NULL,'','','','',1,'2026-06-15 20:11:53','2026-06-30 17:58:24',1,''),
(41,'Inspiration','content',1,-1,37,5,'00005',0,'Inspiration','inspiration',1,1,0,'41','inspiration',NULL,'','','','',1,'2026-06-17 19:42:13','2026-06-24 17:00:20',0,''),
(42,'About','content',1,-1,39,6,'00006',0,'About','about',1,1,1,'42','about',NULL,'','','','',1,'2026-06-17 19:51:15','2026-06-17 19:51:15',0,''),
(43,'Inspiration detail','content',1,-1,38,7,'00007',0,'Inspiroation detail','inspiration-detail',1,1,1,'43','inspiration-detail',NULL,'','','','',1,'2026-06-17 22:11:58','2026-06-17 22:12:18',0,''),
(45,'Pages detail','content',1,-1,50,8,'00008',0,'Pages detail','pages-detail',1,1,1,'45','pages-detail',NULL,'','','','',1,'2026-06-21 21:50:07','2026-06-22 15:12:25',0,''),
(46,'Login for CSM partners','errorpage',1,-1,135,9,'00009',0,'Login for CSM partners','error403',0,1,0,'46','error403',NULL,'','','','',1,'2026-06-24 16:44:24','2026-06-24 17:01:53',0,''),
(47,'Package Search Results','content',1,-1,32,10,'00010',0,'package-search-results','package-search-results',1,1,1,'47','package-search-results',NULL,'','','','',1,'2026-06-27 23:35:36','2026-06-28 11:47:20',0,''),
(50,'Packages Reslynx','content',1,-1,140,11,'00011',0,'Packages Reslynx','packages-reslynx',1,1,1,'50','packages-reslynx',NULL,'','','','',1,'2026-06-30 11:31:56','2026-06-30 15:59:55',0,''),
(52,'Package detail Reslynx','content',1,-1,141,12,'00012',0,'Package detail Reslynx','package-detail-reslynx',1,1,1,'52','package-detail-reslynx',NULL,'','','','',1,'2026-06-30 16:01:15','2026-06-30 18:52:49',0,'');
/*!40000 ALTER TABLE `cmsqy_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_content_props`
--

DROP TABLE IF EXISTS `cmsqy_content_props`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_content_props` (
  `content_id` int(11) DEFAULT NULL,
  `type` varchar(25) DEFAULT NULL,
  `prop_name` varchar(255) DEFAULT NULL,
  `param1` varchar(255) DEFAULT NULL,
  `param2` varchar(255) DEFAULT NULL,
  `param3` varchar(255) DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  KEY `cmsqy_idx_content_props_by_content` (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_content_props`
--

LOCK TABLES `cmsqy_content_props` WRITE;
/*!40000 ALTER TABLE `cmsqy_content_props` DISABLE KEYS */;
INSERT INTO `cmsqy_content_props` (`content_id`, `type`, `prop_name`, `param1`, `param2`, `param3`, `content`, `create_date`, `modified_date`) VALUES (39,'string','design_id',NULL,NULL,NULL,'10',NULL,'2026-06-18 10:42:30'),
(39,'string','searchable',NULL,NULL,NULL,'1',NULL,'2026-06-18 10:42:30'),
(39,'string','content_en',NULL,NULL,NULL,'',NULL,'2026-06-18 10:42:30'),
(39,'string','extra1',NULL,NULL,NULL,'',NULL,'2026-06-18 10:42:30'),
(39,'string','extra2',NULL,NULL,NULL,'',NULL,'2026-06-18 10:42:30'),
(39,'string','extra3',NULL,NULL,NULL,'',NULL,'2026-06-18 10:42:30'),
(39,'string','pagedata',NULL,NULL,NULL,'',NULL,'2026-06-18 10:42:30'),
(39,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2026-06-18 10:42:30'),
(39,'string','wantschildren',NULL,NULL,NULL,'1',NULL,'2026-06-18 10:42:30'),
(39,'string','image',NULL,NULL,NULL,'',NULL,'2026-06-18 10:42:30'),
(39,'string','thumbnail',NULL,NULL,NULL,'',NULL,'2026-06-18 10:42:30'),
(39,'string','target',NULL,NULL,NULL,'',NULL,'2026-06-18 10:42:30'),
(37,'string','extra3',NULL,NULL,NULL,'',NULL,'2026-06-30 17:59:01'),
(37,'string','pagedata',NULL,NULL,NULL,'',NULL,'2026-06-30 17:59:01'),
(37,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2026-06-30 17:59:01'),
(37,'string','image',NULL,NULL,NULL,'',NULL,'2026-06-30 17:59:01'),
(37,'string','wantschildren',NULL,NULL,NULL,'1',NULL,'2026-06-30 17:59:01'),
(37,'string','thumbnail',NULL,NULL,NULL,'',NULL,'2026-06-30 17:59:01'),
(37,'string','target',NULL,NULL,NULL,'',NULL,'2026-06-30 17:59:01'),
(40,'string','extra2',NULL,NULL,NULL,'',NULL,'2026-06-17 19:49:47'),
(40,'string','extra3',NULL,NULL,NULL,'',NULL,'2026-06-17 19:49:47'),
(40,'string','extra1',NULL,NULL,NULL,'',NULL,'2026-06-17 19:49:47'),
(37,'string','extra2',NULL,NULL,NULL,'',NULL,'2026-06-30 17:59:01'),
(37,'string','extra1',NULL,NULL,NULL,'',NULL,'2026-06-30 17:59:01'),
(37,'string','content_en',NULL,NULL,NULL,'',NULL,'2026-06-30 17:59:01'),
(37,'string','searchable',NULL,NULL,NULL,'1',NULL,'2026-06-30 17:59:01'),
(37,'string','design_id',NULL,NULL,NULL,'10',NULL,'2026-06-30 17:59:01'),
(43,'string','design_id',NULL,NULL,NULL,'10',NULL,'2026-06-17 22:12:18'),
(43,'string','searchable',NULL,NULL,NULL,'1',NULL,'2026-06-17 22:12:18'),
(43,'string','content_en',NULL,NULL,NULL,'',NULL,'2026-06-17 22:12:18'),
(38,'string','extra3',NULL,NULL,NULL,'',NULL,'2026-06-30 17:58:24'),
(38,'string','pagedata',NULL,NULL,NULL,'',NULL,'2026-06-30 17:58:24'),
(38,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2026-06-30 17:58:24'),
(38,'string','image',NULL,NULL,NULL,'',NULL,'2026-06-30 17:58:24'),
(38,'string','wantschildren',NULL,NULL,NULL,'1',NULL,'2026-06-30 17:58:24'),
(38,'string','thumbnail',NULL,NULL,NULL,'',NULL,'2026-06-30 17:58:24'),
(38,'string','target',NULL,NULL,NULL,'',NULL,'2026-06-30 17:58:24'),
(38,'string','extra2',NULL,NULL,NULL,'',NULL,'2026-06-30 17:58:24'),
(38,'string','extra1',NULL,NULL,NULL,'',NULL,'2026-06-30 17:58:24'),
(38,'string','content_en',NULL,NULL,NULL,'',NULL,'2026-06-30 17:58:24'),
(40,'string','design_id',NULL,NULL,NULL,'10',NULL,'2026-06-17 19:49:47'),
(40,'string','searchable',NULL,NULL,NULL,'1',NULL,'2026-06-17 19:49:47'),
(40,'string','content_en',NULL,NULL,NULL,'',NULL,'2026-06-17 19:49:47'),
(38,'string','searchable',NULL,NULL,NULL,'1',NULL,'2026-06-30 17:58:24'),
(38,'string','design_id',NULL,NULL,NULL,'10',NULL,'2026-06-30 17:58:24'),
(40,'string','pagedata',NULL,NULL,NULL,'',NULL,'2026-06-17 19:49:47'),
(40,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2026-06-17 19:49:47'),
(40,'string','wantschildren',NULL,NULL,NULL,'1',NULL,'2026-06-17 19:49:47'),
(40,'string','image',NULL,NULL,NULL,'',NULL,'2026-06-17 19:49:47'),
(40,'string','thumbnail',NULL,NULL,NULL,'',NULL,'2026-06-17 19:49:47'),
(40,'string','target',NULL,NULL,NULL,'',NULL,'2026-06-17 19:49:47'),
(41,'string','design_id',NULL,NULL,NULL,'10',NULL,'2026-06-24 17:00:20'),
(41,'string','searchable',NULL,NULL,NULL,'1',NULL,'2026-06-24 17:00:20'),
(41,'string','content_en',NULL,NULL,NULL,'',NULL,'2026-06-24 17:00:20'),
(41,'string','extra1',NULL,NULL,NULL,'',NULL,'2026-06-24 17:00:20'),
(41,'string','extra2',NULL,NULL,NULL,'',NULL,'2026-06-24 17:00:20'),
(41,'string','extra3',NULL,NULL,NULL,'',NULL,'2026-06-24 17:00:20'),
(41,'string','pagedata',NULL,NULL,NULL,'',NULL,'2026-06-24 17:00:20'),
(41,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2026-06-24 17:00:20'),
(41,'string','wantschildren',NULL,NULL,NULL,'1',NULL,'2026-06-24 17:00:20'),
(41,'string','image',NULL,NULL,NULL,'',NULL,'2026-06-24 17:00:20'),
(41,'string','thumbnail',NULL,NULL,NULL,'',NULL,'2026-06-24 17:00:20'),
(41,'string','target',NULL,NULL,NULL,'',NULL,'2026-06-24 17:00:20'),
(42,'string','design_id',NULL,NULL,NULL,'10',NULL,'2026-06-17 19:51:15'),
(42,'string','searchable',NULL,NULL,NULL,'1',NULL,'2026-06-17 19:51:15'),
(42,'string','content_en',NULL,NULL,NULL,'',NULL,'2026-06-17 19:51:15'),
(42,'string','extra1',NULL,NULL,NULL,'',NULL,'2026-06-17 19:51:15'),
(42,'string','extra2',NULL,NULL,NULL,'',NULL,'2026-06-17 19:51:15'),
(42,'string','extra3',NULL,NULL,NULL,'',NULL,'2026-06-17 19:51:15'),
(42,'string','pagedata',NULL,NULL,NULL,'',NULL,'2026-06-17 19:51:15'),
(42,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2026-06-17 19:51:15'),
(42,'string','wantschildren',NULL,NULL,NULL,'1',NULL,'2026-06-17 19:51:15'),
(42,'string','image',NULL,NULL,NULL,'',NULL,'2026-06-17 19:51:15'),
(42,'string','thumbnail',NULL,NULL,NULL,'',NULL,'2026-06-17 19:51:15'),
(42,'string','target',NULL,NULL,NULL,'',NULL,'2026-06-17 19:51:15'),
(43,'string','extra1',NULL,NULL,NULL,'',NULL,'2026-06-17 22:12:18'),
(43,'string','extra2',NULL,NULL,NULL,'',NULL,'2026-06-17 22:12:18'),
(43,'string','extra3',NULL,NULL,NULL,'',NULL,'2026-06-17 22:12:18'),
(43,'string','pagedata',NULL,NULL,NULL,'',NULL,'2026-06-17 22:12:18'),
(43,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2026-06-17 22:12:18'),
(43,'string','wantschildren',NULL,NULL,NULL,'1',NULL,'2026-06-17 22:12:18'),
(43,'string','image',NULL,NULL,NULL,'',NULL,'2026-06-17 22:12:18'),
(43,'string','thumbnail',NULL,NULL,NULL,'',NULL,'2026-06-17 22:12:18'),
(43,'string','target',NULL,NULL,NULL,'',NULL,'2026-06-17 22:12:18'),
(45,'string','design_id',NULL,NULL,NULL,'10',NULL,'2026-06-22 15:12:25'),
(45,'string','searchable',NULL,NULL,NULL,'1',NULL,'2026-06-22 15:12:25'),
(45,'string','content_en',NULL,NULL,NULL,'<p>test</p>',NULL,'2026-06-22 15:12:25'),
(45,'string','extra1',NULL,NULL,NULL,'',NULL,'2026-06-22 15:12:25'),
(45,'string','extra2',NULL,NULL,NULL,'',NULL,'2026-06-22 15:12:25'),
(45,'string','extra3',NULL,NULL,NULL,'',NULL,'2026-06-22 15:12:25'),
(45,'string','pagedata',NULL,NULL,NULL,'',NULL,'2026-06-22 15:12:25'),
(45,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2026-06-22 15:12:25'),
(45,'string','wantschildren',NULL,NULL,NULL,'1',NULL,'2026-06-22 15:12:25'),
(45,'string','image',NULL,NULL,NULL,'',NULL,'2026-06-22 15:12:25'),
(45,'string','thumbnail',NULL,NULL,NULL,'',NULL,'2026-06-22 15:12:25'),
(45,'string','target',NULL,NULL,NULL,'',NULL,'2026-06-22 15:12:25'),
(38,'string','__mams_data__',NULL,NULL,NULL,'',NULL,'2026-06-30 17:58:24'),
(46,'string','design_id',NULL,NULL,NULL,'10',NULL,'2026-06-24 17:01:53'),
(46,'string','searchable',NULL,NULL,NULL,'1',NULL,'2026-06-24 17:01:53'),
(46,'string','content_en',NULL,NULL,NULL,'',NULL,'2026-06-24 17:01:53'),
(46,'string','extra1',NULL,NULL,NULL,'',NULL,'2026-06-24 17:01:53'),
(46,'string','extra2',NULL,NULL,NULL,'',NULL,'2026-06-24 17:01:53'),
(46,'string','extra3',NULL,NULL,NULL,'',NULL,'2026-06-24 17:01:53'),
(46,'string','pagedata',NULL,NULL,NULL,'',NULL,'2026-06-24 17:01:53'),
(46,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2026-06-24 17:01:53'),
(46,'string','wantschildren',NULL,NULL,NULL,'0',NULL,'2026-06-24 17:01:53'),
(41,'string','__mams_data__',NULL,NULL,NULL,'',NULL,'2026-06-24 17:00:20'),
(37,'string','__mams_data__',NULL,NULL,NULL,'',NULL,'2026-06-30 17:59:01'),
(47,'string','design_id',NULL,NULL,NULL,'10',NULL,'2026-06-28 11:47:20'),
(47,'string','searchable',NULL,NULL,NULL,'1',NULL,'2026-06-28 11:47:20'),
(47,'string','content_en',NULL,NULL,NULL,'<p>{LISEPackages summarytemplate=\'searchresults\'}</p>',NULL,'2026-06-28 11:47:20'),
(47,'string','extra1',NULL,NULL,NULL,'',NULL,'2026-06-28 11:47:20'),
(47,'string','extra2',NULL,NULL,NULL,'',NULL,'2026-06-28 11:47:20'),
(47,'string','extra3',NULL,NULL,NULL,'',NULL,'2026-06-28 11:47:20'),
(47,'string','pagedata',NULL,NULL,NULL,'',NULL,'2026-06-28 11:47:20'),
(47,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2026-06-28 11:47:20'),
(47,'string','wantschildren',NULL,NULL,NULL,'1',NULL,'2026-06-28 11:47:20'),
(47,'string','image',NULL,NULL,NULL,'',NULL,'2026-06-28 11:47:20'),
(47,'string','thumbnail',NULL,NULL,NULL,'',NULL,'2026-06-28 11:47:20'),
(47,'string','target',NULL,NULL,NULL,'',NULL,'2026-06-28 11:47:20'),
(52,'string','image',NULL,NULL,NULL,'',NULL,'2026-06-30 18:52:49'),
(52,'string','content_en',NULL,NULL,NULL,'<p>{LISEPackages action=\'detail\' detailtemplate=\'package_detail_reslynx\'}</p>',NULL,'2026-06-30 18:52:49'),
(52,'string','target',NULL,NULL,NULL,'',NULL,'2026-06-30 18:52:49'),
(52,'string','wantschildren',NULL,NULL,NULL,'1',NULL,'2026-06-30 18:52:49'),
(52,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2026-06-30 18:52:49'),
(52,'string','pagedata',NULL,NULL,NULL,'',NULL,'2026-06-30 18:52:49'),
(52,'string','extra3',NULL,NULL,NULL,'',NULL,'2026-06-30 18:52:49'),
(52,'string','extra2',NULL,NULL,NULL,'',NULL,'2026-06-30 18:52:49'),
(52,'string','extra1',NULL,NULL,NULL,'',NULL,'2026-06-30 18:52:49'),
(52,'string','searchable',NULL,NULL,NULL,'1',NULL,'2026-06-30 18:52:49'),
(52,'string','design_id',NULL,NULL,NULL,'10',NULL,'2026-06-30 18:52:49'),
(50,'string','target',NULL,NULL,NULL,'',NULL,'2026-06-30 15:59:55'),
(50,'string','thumbnail',NULL,NULL,NULL,'',NULL,'2026-06-30 15:59:55'),
(50,'string','image',NULL,NULL,NULL,'',NULL,'2026-06-30 15:59:55'),
(52,'string','thumbnail',NULL,NULL,NULL,'',NULL,'2026-06-30 18:52:49'),
(50,'string','design_id',NULL,NULL,NULL,'10',NULL,'2026-06-30 15:59:55'),
(50,'string','searchable',NULL,NULL,NULL,'1',NULL,'2026-06-30 15:59:55'),
(50,'string','content_en',NULL,NULL,NULL,'',NULL,'2026-06-30 15:59:55'),
(50,'string','extra1',NULL,NULL,NULL,'',NULL,'2026-06-30 15:59:55'),
(50,'string','extra2',NULL,NULL,NULL,'',NULL,'2026-06-30 15:59:55'),
(50,'string','extra3',NULL,NULL,NULL,'',NULL,'2026-06-30 15:59:55'),
(50,'string','pagedata',NULL,NULL,NULL,'',NULL,'2026-06-30 15:59:55'),
(50,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2026-06-30 15:59:55'),
(50,'string','wantschildren',NULL,NULL,NULL,'1',NULL,'2026-06-30 15:59:55');
/*!40000 ALTER TABLE `cmsqy_content_props` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_content_props_seq`
--

DROP TABLE IF EXISTS `cmsqy_content_props_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_content_props_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_content_props_seq`
--

LOCK TABLES `cmsqy_content_props_seq` WRITE;
/*!40000 ALTER TABLE `cmsqy_content_props_seq` DISABLE KEYS */;
INSERT INTO `cmsqy_content_props_seq` (`id`) VALUES (0);
/*!40000 ALTER TABLE `cmsqy_content_props_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_content_seq`
--

DROP TABLE IF EXISTS `cmsqy_content_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_content_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_content_seq`
--

LOCK TABLES `cmsqy_content_seq` WRITE;
/*!40000 ALTER TABLE `cmsqy_content_seq` DISABLE KEYS */;
INSERT INTO `cmsqy_content_seq` (`id`) VALUES (52);
/*!40000 ALTER TABLE `cmsqy_content_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_event_handler_seq`
--

DROP TABLE IF EXISTS `cmsqy_event_handler_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_event_handler_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_event_handler_seq`
--

LOCK TABLES `cmsqy_event_handler_seq` WRITE;
/*!40000 ALTER TABLE `cmsqy_event_handler_seq` DISABLE KEYS */;
INSERT INTO `cmsqy_event_handler_seq` (`id`) VALUES (11);
/*!40000 ALTER TABLE `cmsqy_event_handler_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_event_handlers`
--

DROP TABLE IF EXISTS `cmsqy_event_handlers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_event_handlers` (
  `event_id` int(11) DEFAULT NULL,
  `tag_name` varchar(255) DEFAULT NULL,
  `module_name` varchar(160) DEFAULT NULL,
  `removable` int(11) DEFAULT NULL,
  `handler_order` int(11) DEFAULT NULL,
  `handler_id` int(11) NOT NULL,
  PRIMARY KEY (`handler_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_event_handlers`
--

LOCK TABLES `cmsqy_event_handlers` WRITE;
/*!40000 ALTER TABLE `cmsqy_event_handlers` DISABLE KEYS */;
INSERT INTO `cmsqy_event_handlers` (`event_id`, `tag_name`, `module_name`, `removable`, `handler_order`, `handler_id`) VALUES (56,NULL,'CmsJobManager',0,1,1),
(46,NULL,'Search',0,1,2),
(48,NULL,'Search',0,1,3),
(25,NULL,'Search',0,1,4),
(27,NULL,'Search',0,1,5),
(29,NULL,'Search',0,1,6),
(56,NULL,'Search',0,2,7),
(59,NULL,'LISE',0,1,8),
(55,NULL,'LISE',0,1,9),
(56,NULL,'LISE',0,3,10),
(57,NULL,'LISE',0,1,11);
/*!40000 ALTER TABLE `cmsqy_event_handlers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_events`
--

DROP TABLE IF EXISTS `cmsqy_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_events` (
  `originator` varchar(200) NOT NULL,
  `event_name` varchar(200) NOT NULL,
  `event_id` int(11) NOT NULL,
  PRIMARY KEY (`event_id`),
  KEY `cmsqy_originator` (`originator`),
  KEY `cmsqy_event_name` (`event_name`),
  KEY `cmsqy_event_id` (`event_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_events`
--

LOCK TABLES `cmsqy_events` WRITE;
/*!40000 ALTER TABLE `cmsqy_events` DISABLE KEYS */;
INSERT INTO `cmsqy_events` (`originator`, `event_name`, `event_id`) VALUES ('Core','LoginPost',1),
('Core','LogoutPost',2),
('Core','LoginFailed',3),
('Core','LostPassword',4),
('Core','LostPasswordReset',5),
('Core','AddUserPre',6),
('Core','AddUserPost',7),
('Core','EditUserPre',8),
('Core','EditUserPost',9),
('Core','DeleteUserPre',10),
('Core','DeleteUserPost',11),
('Core','AddGroupPre',12),
('Core','AddGroupPost',13),
('Core','EditGroupPre',14),
('Core','EditGroupPost',15),
('Core','DeleteGroupPre',16),
('Core','DeleteGroupPost',17),
('Core','AddStylesheetPre',18),
('Core','AddStylesheetPost',19),
('Core','EditStylesheetPre',20),
('Core','EditStylesheetPost',21),
('Core','DeleteStylesheetPre',22),
('Core','DeleteStylesheetPost',23),
('Core','AddTemplatePre',24),
('Core','AddTemplatePost',25),
('Core','EditTemplatePre',26),
('Core','EditTemplatePost',27),
('Core','DeleteTemplatePre',28),
('Core','DeleteTemplatePost',29),
('Core','AddTemplateTypePre',30),
('Core','AddTemplateTypePost',31),
('Core','EditTemplateTypePre',32),
('Core','EditTemplateTypePost',33),
('Core','DeleteTemplateTypePre',34),
('Core','DeleteTemplateTypePost',35),
('Core','AddDesignPre',36),
('Core','AddDesignPost',37),
('Core','EditDesignPre',38),
('Core','EditDesignPost',39),
('Core','DeleteDesignPre',40),
('Core','DeleteDesignPost',41),
('Core','TemplatePreCompile',42),
('Core','TemplatePreFetch',43),
('Core','TemplatePostCompile',44),
('Core','ContentEditPre',45),
('Core','ContentEditPost',46),
('Core','ContentDeletePre',47),
('Core','ContentDeletePost',48),
('Core','AddUserDefinedTagPre',49),
('Core','AddUserDefinedTagPost',50),
('Core','EditUserDefinedTagPre',51),
('Core','EditUserDefinedTagPost',52),
('Core','DeleteUserDefinedTagPre',53),
('Core','DeleteUserDefinedTagPost',54),
('Core','ModuleInstalled',55),
('Core','ModuleUninstalled',56),
('Core','ModuleUpgraded',57),
('Core','ContentPreCompile',58),
('Core','ContentPostCompile',59),
('Core','ContentPreRender',60),
('Core','ContentPostRender',61),
('Core','SmartyPreCompile',62),
('Core','SmartyPostCompile',63),
('Core','ChangeGroupAssignPre',64),
('Core','ChangeGroupAssignPost',65),
('Core','StylesheetPreCompile',66),
('Core','StylesheetPostCompile',67),
('Core','StylesheetPostRender',68),
('CmsJobManager','CmsJobManager::OnJobFailed',69),
('FileManager','OnFileUploaded',70),
('FileManager','OnFileDeleted',71),
('Search','SearchInitiated',78),
('Search','SearchCompleted',79),
('Search','SearchItemAdded',80),
('Search','SearchItemDeleted',81),
('Search','SearchAllItemsDeleted',82),
('LISEPackages','PreItemSave',83),
('LISEPackages','PostItemSave',84),
('LISEPackages','PreItemDelete',85),
('LISEPackages','PostItemDelete',86),
('LISEPackages','PreItemLoad',87),
('LISEPackages','PostItemLoad',88),
('LISEPackages','PreRenderAction',89),
('LISEInspiration','PostItemSave',105),
('LISEInspiration','PreItemDelete',106),
('LISEInspiration','PostItemDelete',107),
('LISEInspiration','PreItemSave',104),
('LISEInspiration','PreItemLoad',108),
('LISEInspiration','PostItemLoad',109),
('LISEInspiration','PreRenderAction',110),
('LISEPages','PreItemSave',111),
('LISEPages','PostItemSave',112),
('LISEPages','PreItemDelete',113),
('LISEPages','PostItemDelete',114),
('LISEPages','PreItemLoad',115),
('LISEPages','PostItemLoad',116),
('LISEPages','PreRenderAction',117),
('MAMS','OnLoginFailed',199),
('MAMS','OnLogout',200),
('MAMS','OnExpireUser',201),
('MAMS','OnCreateUser',202),
('MAMS','OnDeleteUser',203),
('MAMS','OnUpdateUser',204),
('MAMS','OnCreateGroup',205),
('MAMS','OnUpdateGroup',206),
('MAMS','OnDeleteGroup',207),
('MAMS','OnRefreshUser',208),
('MAMS','AfterLoginAuth',196),
('MAMS','BeforeLogin',197),
('MAMS','OnLogin',198);
/*!40000 ALTER TABLE `cmsqy_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_events_seq`
--

DROP TABLE IF EXISTS `cmsqy_events_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_events_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_events_seq`
--

LOCK TABLES `cmsqy_events_seq` WRITE;
/*!40000 ALTER TABLE `cmsqy_events_seq` DISABLE KEYS */;
INSERT INTO `cmsqy_events_seq` (`id`) VALUES (208);
/*!40000 ALTER TABLE `cmsqy_events_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_group_perms`
--

DROP TABLE IF EXISTS `cmsqy_group_perms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_group_perms` (
  `group_perm_id` int(11) NOT NULL,
  `group_id` int(11) DEFAULT NULL,
  `permission_id` int(11) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`group_perm_id`),
  KEY `cmsqy_idx_grp_perms_by_grp_id_perm_id` (`group_id`,`permission_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_group_perms`
--

LOCK TABLES `cmsqy_group_perms` WRITE;
/*!40000 ALTER TABLE `cmsqy_group_perms` DISABLE KEYS */;
INSERT INTO `cmsqy_group_perms` (`group_perm_id`, `group_id`, `permission_id`, `create_date`, `modified_date`) VALUES (1,2,18,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(2,2,21,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(3,2,20,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(4,2,22,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(5,3,3,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(6,3,13,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(7,3,7,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(8,3,12,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(9,3,18,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(10,3,21,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(11,3,20,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(12,3,22,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(13,3,10,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(14,3,14,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(15,2,23,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(16,3,23,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(19,2,31,'2026-06-01 11:06:56','2026-06-01 11:06:56');
/*!40000 ALTER TABLE `cmsqy_group_perms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_group_perms_seq`
--

DROP TABLE IF EXISTS `cmsqy_group_perms_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_group_perms_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_group_perms_seq`
--

LOCK TABLES `cmsqy_group_perms_seq` WRITE;
/*!40000 ALTER TABLE `cmsqy_group_perms_seq` DISABLE KEYS */;
INSERT INTO `cmsqy_group_perms_seq` (`id`) VALUES (19);
/*!40000 ALTER TABLE `cmsqy_group_perms_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_groups`
--

DROP TABLE IF EXISTS `cmsqy_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_groups` (
  `group_id` int(11) NOT NULL,
  `group_name` varchar(25) DEFAULT NULL,
  `group_desc` varchar(255) DEFAULT NULL,
  `active` tinyint(4) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_groups`
--

LOCK TABLES `cmsqy_groups` WRITE;
/*!40000 ALTER TABLE `cmsqy_groups` DISABLE KEYS */;
INSERT INTO `cmsqy_groups` (`group_id`, `group_name`, `group_desc`, `active`, `create_date`, `modified_date`) VALUES (1,'Admin','Members of this group can manage the entire site.',1,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(2,'Editor','Members of this group can manage content',1,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(3,'Designer','Members of this group can manage stylesheets, templates, and content',1,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(4,'Partner','',1,'2026-06-23 17:24:16','2026-06-23 17:24:16');
/*!40000 ALTER TABLE `cmsqy_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_groups_seq`
--

DROP TABLE IF EXISTS `cmsqy_groups_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_groups_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_groups_seq`
--

LOCK TABLES `cmsqy_groups_seq` WRITE;
/*!40000 ALTER TABLE `cmsqy_groups_seq` DISABLE KEYS */;
INSERT INTO `cmsqy_groups_seq` (`id`) VALUES (4);
/*!40000 ALTER TABLE `cmsqy_groups_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_layout_design_cssassoc`
--

DROP TABLE IF EXISTS `cmsqy_layout_design_cssassoc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_layout_design_cssassoc` (
  `design_id` int(11) NOT NULL,
  `css_id` int(11) NOT NULL,
  `item_order` int(11) NOT NULL,
  PRIMARY KEY (`design_id`,`css_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_layout_design_cssassoc`
--

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

--
-- Table structure for table `cmsqy_layout_design_tplassoc`
--

DROP TABLE IF EXISTS `cmsqy_layout_design_tplassoc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_layout_design_tplassoc` (
  `design_id` int(11) NOT NULL,
  `tpl_id` int(11) NOT NULL,
  PRIMARY KEY (`design_id`,`tpl_id`),
  KEY `cmsqy_index_dsnassoc1` (`tpl_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_layout_design_tplassoc`
--

LOCK TABLES `cmsqy_layout_design_tplassoc` WRITE;
/*!40000 ALTER TABLE `cmsqy_layout_design_tplassoc` DISABLE KEYS */;
INSERT INTO `cmsqy_layout_design_tplassoc` (`design_id`, `tpl_id`) VALUES (10,31),
(10,32),
(10,35),
(10,36),
(10,37),
(10,38),
(10,39),
(10,40),
(10,41),
(10,43),
(10,44),
(10,45),
(10,46),
(10,47),
(10,48),
(10,50),
(10,135),
(10,136),
(10,140),
(10,141),
(10,142),
(10,143),
(10,144),
(10,145);
/*!40000 ALTER TABLE `cmsqy_layout_design_tplassoc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_layout_designs`
--

DROP TABLE IF EXISTS `cmsqy_layout_designs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_layout_designs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `description` text DEFAULT NULL,
  `dflt` tinyint(4) DEFAULT NULL,
  `created` int(11) DEFAULT NULL,
  `modified` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `cmsqy_idx_layout_dsn_1` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_layout_designs`
--

LOCK TABLES `cmsqy_layout_designs` WRITE;
/*!40000 ALTER TABLE `cmsqy_layout_designs` DISABLE KEYS */;
INSERT INTO `cmsqy_layout_designs` (`id`, `name`, `description`, `dflt`, `created`, `modified`) VALUES (10,'csm','',1,1781540169,1781544915);
/*!40000 ALTER TABLE `cmsqy_layout_designs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_layout_stylesheets`
--

DROP TABLE IF EXISTS `cmsqy_layout_stylesheets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_layout_stylesheets` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `content` longtext DEFAULT NULL,
  `description` text DEFAULT NULL,
  `media_type` varchar(255) DEFAULT NULL,
  `media_query` text DEFAULT NULL,
  `created` int(11) DEFAULT NULL,
  `modified` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `cmsqy_idx_layout_css_1` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_layout_stylesheets`
--

LOCK TABLES `cmsqy_layout_stylesheets` WRITE;
/*!40000 ALTER TABLE `cmsqy_layout_stylesheets` DISABLE KEYS */;
INSERT INTO `cmsqy_layout_stylesheets` (`id`, `name`, `content`, `description`, `media_type`, `media_query`, `created`, `modified`) VALUES (1,'Handheld','/*********************************************\nSample stylesheet for mobile and small screen handheld devices\n\nJust a simple layout suitable for smaller screens with less \nstyling cabapilities and minimal css\n\nNote: If you dont want to support mobile devices you can\nsafely remove this stylesheet.\n*********************************************/\n/* remove all padding and margins and set width to 100%. This should be default for handheld devices but its good to set these explicitly */\nbody {\nmargin:0;\npadding:0;\nwidth:100%;\n}\n\n/* hide accessibility noprint and definition */\n.accessibility,\n.noprint,\ndfn {\ndisplay:none;\n}\n\n/* dont want to download image for header so just set bg color */\ndiv#header,\ndiv#footer {\nbackground-color: #385C72;  \ncolor: #fff;\ntext-align:center;\n}\n\n/* text colors for header and footer */\ndiv#header a,\ndiv#footer a {\ncolor: #fff;\n}\n\n/* this doesnt look as nice, but takes less space */\ndiv#menu_vert ul li,\ndiv#menu_horiz ul li {\ndisplay:inline;\n}\n\n/* small border at the bottom to have some indicator */\ndiv#menu_vert ul,\ndiv#menu_horiz ul {\nborder-bottom:1px solid #fff;\n}\n\n/* save some space */\ndiv.breadcrumbs {\ndisplay:none;\n}','Stylesheet for older mobile devices','handheld',NULL,1780330016,1780330016),
(2,'Print','/*\nSections that are hidden when printing the page. We only want the content printed.\n*/\n\n\nbody {\ncolor: #000 !important; /* we want everything in black */\nbackground-color:#fff !important; /* on white background */\nfont-family:arial; /* arial is nice to read ;) */\nborder:0 !important; /* no borders thanks */\n}\n\n/* This affects every tag */\n* {\nborder:0 !important; /* again no borders on printouts */\n}\n\n/* \nno need for accessibility on printout. \nMark all your elements in content you \ndont want to get printed with class=\"noprint\"\n*/\n.accessibility,\n.noprint\n {\ndisplay:none !important; \n}\n\n/* \nremove all width constraints from content area\n*/\ndiv#content,\ndiv#main {\ndisplay:block !important;\nwidth:100% !important;\nborder:0 !important;\npadding:1em !important;\n}\n\n/* hide everything else! */\ndiv#header,\ndiv#header h1 a,\ndiv.breadcrumbs,\ndiv#search,\ndiv#footer,\ndiv#menu_vert,\ndiv#news,\ndiv.noprint,\ndiv.right49,\ndiv.left49,\ndiv#sidebar  {\n   display: none !important;\n}\n\nimg {\nfloat:none; /* this makes images cause a pagebreak if it doesnt fit on the page */\n}','Default stylesheet for print devices','print',NULL,1780330016,1780330016),
(3,'Accessibility and cross-browser tools','/* accessibility */\n/* menu links accesskeys */\nspan.accesskey {\n	text-decoration: none;\n}\n/* accessibility divs are hidden by default, text, screenreaders and such will show these */\n.accessibility, hr {\n/* position set so the rest can be set out side of visual browser viewport */\n	position: absolute;\n/* takes it out top side */\n	top: -999em;\n/* takes it out left side */\n	left: -999em;\n}\n/* definition tags are also hidden, these are also used for accessibility menu links */\ndfn {\n	position: absolute;\n	left: -1000px;\n	top: -1000px;\n	width: 0;\n	height: 0;\n	overflow: hidden;\n	display: inline;\n}\n/* end accessibility */\n/* wiki style external links */\n/* external links will have \"(external link)\" text added, lets hide it */\na.external span {\n	position: absolute;\n	left: -5000px;\n	width: 4000px;\n}\na.external {\n/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */\n	padding: 0 12px 0 0;\n}\n/* colors for external links */\na.external:link {\n	color: #18507C;\n/* background image for the link to show wiki style arrow */\n	background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\n}\na.external:visited {\n	color: #18507C;\n/* a different color can be used for visited external links */\n/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/\n	background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\n}\na.external:hover {\n	color: #18507C;\n/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */\n	background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% 0;\n	background-color: inherit;\n}\n/* end wiki style external links */\n/* clearing */\n/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/\n.clearfix:after {\n	content: \".\";\n	display: block;\n	height: 0;\n	clear: both;\n	visibility: hidden;\n}\n.clear {\n	height: 0;\n	clear: both;\n	width: 90%;\n	visibility: hidden;\n}\n#main .clear {\n	height: 0;\n	clear: right;\n	width: 90%;\n	visibility: hidden;\n}\n* html>body .clearfix {\n	display: inline-block;\n	width: 100%;\n}\n* html .clear {\n/* Hides from IE-mac \\*/\n	height: 1%;\n	clear: right;\n	width: 90%;\n/* End hide from IE-mac */\n}\n/* end clearing */','Accessibility and cross-browser CSS rules attached to multiple Themes','screen',NULL,1780330016,1780330016),
(4,'Layout Left sidebar + 1 column','/* browsers interpret margin and padding a little differently, we\'ll remove all default padding and margins and set them later on */\n* {\n	margin: 0;\n	padding: 0;\n}\n/*Set initial font styles*/\nbody {\n	text-align: left;\n	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\n	font-size: 75.01%;\n	line-height: 1em;\n}\n/*set font size for all divs, this overrides some body rules*/\ndiv {\n	font-size: 1em;\n}\n/*if img is inside \"a\" it would have borders, we don\'t want that*/\nimg {\n	border: 0;\n}\n/*default link styles*/\na, a:link a:active {\n/* set all links to have underline */\n	text-decoration: underline;\n/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */\n	background-color: inherit;\n/* this is a bluish color, you change this for all default link colors */\n	color: #18507C;\n}\na:visited {\n/* keeps the underline */\n	text-decoration: underline;\n	background-color: inherit;\n/* a different color is used for visited links */\n	color: #18507C;\n}\na:hover {\n/* remove underline on hover */\n	text-decoration: none;\n	background-color: inherit;\n/* using a different color makes the hover obvious */\n	color: #385C72;\n}\n/*****************basic layout *****************/\nbody {\n	margin: 0;\n	padding: 0;\n/* default text color for entire site*/\n	color: #333;\n/* you can set your own image and background color here */\n	background: #f4f4f4 url([[root_url]]/uploads/ngrey/body.png) repeat-x left top;\n}\ndiv#pagewrapper {\n/* min max width, IE wont understand these, so we will use java script magic in the <head> */\n	max-width: 99em;\n	min-width: 60em;\n/* now that width is set this centers wrapper */\n	margin: 0 auto;\n	background-color: #fefefe;\n	color: black;\n}\n/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */\ndiv#header {\n/* adjust according your image size */\n	height: 100px;\n	margin: 0;\n	padding: 0;\n/* you can set your own image here, will go behind h1 a image */\n	background: #f4f4f4 url([[root_url]]/uploads/ngrey/bg_banner.png) repeat-x left top;\n/* border just the bottom */\n	border-bottom: 1px solid #D9E2E6;\n}\ndiv#header h1 a {\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\n/* this will make the \"a\" link a solid shape */\n	display: block;\n/* adjust according your image size */\n	height: 100px;\n/* this hides the text */\n	text-indent: -999em;\n/* old firefox would have shown underline for the link, this explicitly hides it */\n	text-decoration: none;\n}\ndiv#header h1 {\n	margin: 0;\n	padding: 0;\n/*these keep IE6 from pushing the header to more than the set size*/\n	line-height: 0;\n	font-size: 0;\n/* this will keep IE6 from flickering on hover */\n	background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\n}\ndiv#header h2 {\n/* this is where the site name is */\n	float: right;\n	line-height: 1.2em;\n/* this keeps IE6 from not showing the whole text */\n	font-size: 1.5em;\n/* keeps the size uniform */\n	margin: 35px 65px 0px 0px;\n/* adjust according your text size */\n	color: #f4f4f4;\n}\ndiv.crbk {\n/* sets all to 0 */\n	margin: 0;\n	padding: 0;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\n}\ndiv.breadcrumbs {\n/* CSS short hand rule first value is top then right, bottom and left */\n	padding: 1em 0em 1em 1em;\n/* its good to set font sizes to be relative, this way viewer can change his/her font size */\n	font-size: 90%;\n/* css shorthand rule will be opened to be \"0px 0px 0px 0px\" */\n	margin: 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainleftup.gif) no-repeat left bottom;\n}\ndiv.breadcrumbs span.lastitem {\n	font-weight: bold;\n}\ndiv#search {\n/* position for the search box */\n	float: right;\n/* enough width for the search input box */\n	width: 27em;\n	text-align: right;\n	padding: 0.5em 0 0.2em 0;\n	margin: 0 1em;\n}\n/* a class for Submit button for the search input box */\ninput.search-button {\n	border: none;\n	height: 22px;\n	width: 53px;\n	margin-left: 5px;\n	padding: 0px 2px 2px 0px;\n/* makes the hover cursor show, you can set your own cursor here */\n	cursor: pointer;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/search.gif) no-repeat center center;\n}\ndiv#content {\n/* some air above and under menu and content */\n	margin: 1.5em auto 2em 0;\n	padding: 0px;\n}\n/* this gets all the outside calls that were used on the div#main before  */\ndiv.back1 {\n/* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */\n	margin-left: 29%;\n/* and some air on the right */\n	margin-right: 2%;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\n}\n/* this is an IE6 hack, you may see these through out the CSS */\n* html div.back1 {\n/* unlike other browser IE6 needs float:right and a width */\n	float: right;\n	width: 69%;\n/* and we take this out or it will stop at the bottom  */\n	margin-left: 0%;\n/* and some air on the right */\n	margin-right: 10px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\n}\ndiv.back2 {\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainleft1.gif) no-repeat left top;\n}\ndiv.back3 {\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wbtmleft.gif) no-repeat left bottom;\n}\ndiv#main {\n/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */\n	padding: 10px 15px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/rtup.gif) no-repeat right bottom;\n}\ndiv.back #main {\n/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */\n	padding: 10px 30px 1px 15px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wbtmleft.gif) no-repeat left bottom;\n}\ndiv.back {\n/* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */\n	margin-left: 29%;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wtopleft.gif) no-repeat left top;\n}\ndiv#sidebar {\n/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */\n	float: left;\n/* sidebar width, if you change this change div.back and/or div.back1 margins */\n	width: 26%;\n/* FIX IE double margin bug */\n	display: inline;\n/* the 20px is on the bottom, insures space above footer if longer than content */\n	margin: 0px 0px 20px;\n	padding: 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\n}\ndiv#sidebara {\n	padding: 13px 15px 3px 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\n}\ndiv#sidebarb {\n	padding: 10px 10px 1px 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\n}\ndiv.footback {\n/* keep footer below content and menu */\n	clear: both;\n/* this sets 10px on right to let the right image show, the balance 10px left on next div */\n	padding: 0px 10px 0px 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wfootrt.gif) no-repeat right top;\n}\ndiv#footer {\n/* this sets 10px on left to balance 10px right on last div */\n	padding: 0px 0px 0px 10px;\n/* color of text, the link color is set below */\n	color: #595959;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wtopleft.gif) no-repeat left top;\n}\ndiv.leftfoot {\n	float: left;\n	width: 30%;\n	margin-left: 20px\n}\ndiv#footer p {\n/* sets different font size from default */\n	font-size: 0.8em;\n/* some air for footer */\n	padding: 1.5em;\n/* centered text */\n	text-align: center;\n	margin: 0;\n}\ndiv#footer p a {\n/* footer link would be same color as default we want it same as footer text */\n	color: #595959;\n}\n/* as we hid all hr for accessibility we create new hr with div class=\"hr\" element */\ndiv.hr {\n	height: 1px;\n	padding: 1em;\n	border-bottom: 1px dotted black;\n	margin: 1em;\n}\n/* relational links under content */\ndiv.left49 {\n/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */\n	width: 70%;\n}\ndiv.right49 {\n	float: right;\n	width: 29%;\n/* set right to keep text on right */\n	text-align: right;\n}\n/********************CONTENT STYLING*********************/\n/* HEADINGS */\ndiv#content h1 {\n/* font size for h1 */\n	font-size: 2em;\n	line-height: 1em;\n	margin: 0;\n}\ndiv#content h2 {\n	color: #294B5F;\n/* font size for h2 the higher the h number the smaller the font size, most times */\n	font-size: 1.5em;\n	text-align: left;\n/* some air around the text */\n	padding-left: 0.5em;\n	padding-bottom: 1px;\n/* set borders around header */\n	border-bottom: 1px solid #899092;\n	border-left: 1.1em solid #899092;\n/* a larder than h1 line height */\n	line-height: 1.5em;\n/* and some air under the border */\n	margin: 0 0 0.5em 0;\n}\ndiv#content h3 {\n	color: #294B5F;\n	font-size: 1.3em;\n	line-height: 1.3em;\n	margin: 0 0 0.5em 0;\n}\ndiv#content h4 {\n	color: #294B5F;\n	font-size: 1.2em;\n	line-height: 1.3em;\n	margin: 0 0 0.25em 0;\n}\ndiv#content h5 {\n	color: #294B5F;\n	font-size: 1.1em;\n	line-height: 1.3em;\n	margin: 0 0 0.25em 0;\n}\nh6 {\n	color: #294B5F;\n	font-size: 1em;\n	line-height: 1.3em;\n	margin: 0 0 0.25em 0;\n}\n/* END HEADINGS */\n/* TEXT */\np {\n/* default p font size, this is set different in some other divs */\n	font-size: 1em;\n/* some air around p elements */\n	margin: 0 0 1.5em 0;\n	line-height: 1.4em;\n	padding: 0;\n}\nblockquote {\n	border-left: 10px solid #ddd;\n	margin-left: 10px;\n}\nstrong, b {\n/* explicit setting for these */\n	font-weight: bold;\n}\nem, i {\n/* explicit setting for these */\n	font-style: italic;\n}\n/* Wrapping text in <code> tags. Makes CSS not validate */\ncode, pre {\n/* css-3 */\n	white-space: pre-wrap;\n/* Mozilla, since 1999 */\n	white-space: -moz-pre-wrap;\n/* Opera 4-6 */\n	white-space: -pre-wrap;\n/* Opera 7 */\n	white-space: -o-pre-wrap;\n/* Internet Explorer 5.5+ */\n	word-wrap: break-word;\n	font-family: \"Courier New\", Courier, monospace;\n	font-size: 1em;\n}\npre {\n/* black border for pre blocks */\n	border: 1px solid #000;\n/* set different from surroundings to stand out */\n	background-color: #ddd;\n	margin: 0 1em 1em 1em;\n	padding: 0.5em;\n	line-height: 1.5em;\n	font-size: 90%;\n}\n/* Separating the divs on the template explanation page */\ndiv.templatecode {\n	margin: 0 0 2.5em;\n}\n/* END TEXT */\n/* LISTS */\n/* lists in content need some margins to look nice */\ndiv#main ul,\ndiv#main ol,\ndiv#main dl {\n	font-size: 1.0em;\n	line-height: 1.4em;\n	margin: 0 0 1.5em 0;\n}\ndiv#main ul li,\ndiv#main ol li {\n	margin: 0 0 0.25em 3em;\n}\n/* definition lists topics on bold */\ndiv#main dl {\n	margin-bottom: 2em;\n	padding-bottom: 1em;\n	border-bottom: 1px solid #c0c0c0;\n}\ndiv#main dl dt {\n	font-weight: bold;\n	margin: 0 0 0 1em;\n}\ndiv#main dl dd {\n	margin: 0 0 1em 1em;\n}\n/* END LISTS */','CSS rules used for Layout Left sidebar + 1 column Design','screen',NULL,1780330016,1780330016),
(5,'Navigation CSSMenu - Vertical','/* Vertical menu for the CMS CSS Menu Module */\r\n/* by Alexander Endresen and mark and Nuno */\r\n/* The wrapper determines the width of the menu elements */\r\n#menuwrapper {\r\n/* just smaller than it\\\'s containing div */\r\n	width: 95%;\r\n	margin-left: 0px;\r\n/* room at bottom */\r\n	margin-bottom: 10px;\r\n}\r\n/* Unless you know what you do, do not touch this */\r\n#primary-nav, #primary-nav ul {\r\n/* remove any default bullets */\r\n	list-style: none;\r\n	margin: 0px;\r\n	padding: 0px;\r\n/* make sure it fills out */\r\n	width: 100%;\r\n/* just a little bump */\r\n	margin-left: 1px;\r\n}\r\n#primary-nav ul {\r\n/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */\r\n	position: absolute;\r\n/* just a little bump down for second level ul */\r\n	top: 5px;\r\n/* keeps the left side of this ul on the right side of the one it came out of */\r\n	left: 100%;\r\n/* keeps it hidden till hover event */\r\n	display: none;\r\n}\r\n#primary-nav ul ul {\r\n/* no bump down for third level ul */\r\n	top: 0px;\r\n}\r\n#primary-nav li {\r\n/* negative bottom margin pulls them together, images look like one border between */\r\n	margin-bottom: -1px;\r\n/* keeps within it\\\'s container */\r\n	position: relative;\r\n/* bottom padding pushes \\\"a\\\" up enough to show our image */\r\n	padding: 0px 0px 4px 0px;\r\n/* you can set your own image here */\r\n	background: url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right bottom;\r\n}\r\n#primary-nav li li {\r\n/* you can set your width here, if no width or set auto it will only be as wide as the text in it  */\r\n	width: 220px;\r\n	padding: 0px;\r\n/* removes first level li image */\r\n	background-image: none;\r\n}\r\n/* Styling the basic apperance of the menu \\\"a\\\" elements */\r\nul#primary-nav li a {\r\n/* specific font size, this could be larger or smaller than default font size */\r\n	font-size: 1em;\r\n/* make sure we keep the font normal */\r\n	font-weight: normal;\r\n/* set default link colors */\r\n	color: #595959;\r\n/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\r\n	padding: 0.8em 0.5em 0.5em 0.5em;\r\n/* makes it hold a shape */\r\n	display: block;\r\n/* removes underline from default link setting */\r\n	text-decoration: none;\r\n/* you can set your own image here this is tall enough to cover text heavy links */\r\n	background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n}\r\nul#primary-nav a span {\r\n/* makes it hold a shape */\r\n	display: block;\r\n/* pushes text to right */\r\n	padding-left: 1.5em;\r\n}\r\nul#primary-nav li a:hover {\r\n/* stops image flicker in some browsers */\r\n	background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n/* changes text color on hover */\r\n	color: #899092;\r\n}\r\nul#primary-nav li li a:hover {\r\n/* you can set your own image here, second level \\\"a\\\" */\r\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n/* contrast color to image behind it */\r\n	color: #FFF;\r\n}\r\nul#primary-nav li a.menuactive {\r\n/* black and bold to set it off from non active */\r\n	color: #000;\r\n	font-weight: bold;\r\n}\r\nul#primary-nav li li a.menuactive {\r\n/* contrast color to image behind it, set below */\r\n	color: #FFF;\r\n/* not bold as text color and image behind it set it off from non active */\r\n	font-weight: normal;\r\n}\r\nul#primary-nav li ul a {\r\n/* insures alignment */\r\n	text-align: left;\r\n	margin: 0px;\r\n/* relative to it\\\'s container */\r\n	position: relative;\r\n/* more padding to left than default */\r\n	padding: 6px 3px 6px 15px;\r\n	font-weight: normal;\r\n/* darker than first level \\\"a\\\" */\r\n	color: #000;\r\n/* removes any borders that may have been set in first level */\r\n	border-top: 0 none;\r\n	border-right: 0 none;\r\n	border-left: 0 none;\r\n/* removes image set in first level \\\"a\\\" */\r\n	background: none;\r\n}\r\nul#primary-nav li ul {\r\n/* very lite grey color, by now you should know what the rest mean */\r\n	background: #F3F5F5;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	position: absolute;\r\n	width: auto;\r\n	height: auto;\r\n	display: none;\r\n	position: absolute;\r\n	z-index: 999;\r\n	border-top: 1px solid #FFFFFF;\r\n	border-bottom: 1px solid #374B51;\r\n	/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/\r\n	opacity: 0.95;\r\n/* CSS 3 */\r\n}\r\n/* Fixes IE7 bug */\r\n#primary-nav li, #primary-nav li.menuparent {\r\n	min-height: 1em;\r\n}\r\n/* Styling the basic apperance of the second level active page elements (shows what page in the menu is being displayed) */\r\n#primary-nav li li.menuactive, #primary-nav li.menuactive.menuparenth li.menuactive {\r\n/* set your image here, dark grey image with white text set above*/\r\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n}\r\n#primary-nav li.menuparent span {\r\n/* padding on left for image */\r\n	padding-left: 1.5em;\r\n/* down arrow to note it has children, left side of text */\r\n	background: url([[root_url]]/uploads/ngrey/active.png) no-repeat left center;\r\n}\r\n#primary-nav li.menuparent:hover li.menuparent span {\r\n/* remove left padding as image is on right side of text */\r\n	padding-left: 0;\r\n/* right arrow to note it has children, right side of text */\r\n	background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat right center;\r\n}\r\n#primary-nav li.menuparenth li.menuparent span,\r\n#primary-nav li.menuparenth li.menuparenth span {\r\n/* same as above but this is for IE6, gif image as it can\\\'t handle transparent png */\r\n	padding-left: 0;\r\n	background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\r\n}\r\n#primary-nav li.menuparenth span,\r\n#primary-nav li.menuparent:hover span,\r\n#primary-nav li.menuparent.menuactive span,\r\n#primary-nav li.menuparent.menuactiveh span, {\r\n/* right arrow to note hover */\r\n	background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat left center;\r\n}\r\n#primary-nav li li span,\r\n#primary-nav li.menuparent li span,\r\n#primary-nav li.menuparent:hover li span,\r\n#primary-nav li.menuparenth li span,\r\n#primary-nav li.menuparenth li.menuparenth li span,\r\n#primary-nav li.menuparent li.menuparent li span,\r\n#primary-nav li.menuparent li.menuparent:hover li span  {\r\n/* removes any images set above unless it\\\'s a parent or active parent */\r\n	background:  none;\r\n/* removes padding that is used for arrows */\r\n	padding-left: 0px;\r\n}\r\n/* IE6 flicker fix */\r\n#primary-nav li.menuh,\r\n#primary-nav li.mnuparenth,\r\n#primary-nav li.mnuactiveh {\r\n	background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n	color: #899092;\r\n}\r\n#primary-nav li:hover li a {\r\n/* removes any images set above unless it\\\'s a parent or active parent */\r\n	background:  none;\r\n	color: #000;\r\n}\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\r\n#primary-nav li:hover ul ul ul,\r\n#primary-nav li.menuparenth ul ul ul,\r\n*/\r\n#primary-nav ul,\r\n#primary-nav li:hover ul,\r\n#primary-nav li:hover ul ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav li.menuparenth ul ul {\r\n	display: none;\r\n}\r\n/* for fourth level add\r\n#primary-nav ul ul ul li:hover ul,\r\n#primary-nav ul ul ul li.menuparenth ul,\r\n*/\r\n#primary-nav li:hover ul,\r\n#primary-nav ul li:hover ul,\r\n#primary-nav ul ul li:hover ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav ul li.menuparenth ul,\r\n#primary-nav ul ul li.menuparenth ul {\r\n	display: block;\r\n}\r\n/* IE Hack, will cause the css to not validate */\r\n#primary-nav li,\r\n#primary-nav li.menuparenth {\r\n	_float: left;\r\n	_height: 1%;\r\n}\r\n#primary-nav li a {\r\n	_height: 1%;\r\n}\r\n/* BIG NOTE: I didn\\\'t do anything to these 2, never tested */\r\n#primary-nav li.sectionheader {\r\n	border-left: 1px solid #006699;\r\n	border-top: 1px solid #006699;\r\n	font-size: 130%;\r\n	font-weight: bold;\r\n	padding: 1.5em 0 0.8em 0.5em;\r\n	background-color: #fff;\r\n	margin: 0;\r\n	width: 100%;\r\n}\r\n/* separator */\r\n#primary-nav li hr.separator {\r\n	display: block;\r\n	height: 0.5em;\r\n	color: #abb0b6;\r\n	background-color: #abb0b6;\r\n	width: 100%;\r\n	border: 0;\r\n	margin: 0;\r\n	padding: 0;\r\n	border-top: 1px solid #006699;\r\n	border-right: 1px solid #006699;\r\n}','Navigation CSS rules used in CSSMenu left + 1 column Design','screen',NULL,1780330016,1780330016),
(6,'Navigation CSSMenu - Horizontal','/* by Alexander Endresen and mark and Nuno */\r\n#menu_vert {\r\n/* no margin/padding so it fills the whole div */\r\n	margin: 0;\r\n	padding: 0;\r\n}\r\n.clearb {\r\n/* needed for some browsers */\r\n	clear: both;\r\n}\r\n#menuwrapper {\r\n/* set the background color for the menu here */\r\n	background-color: #243135;\r\n/* IE6 Hack */\r\n	height: 1%;\r\n	width: auto;\r\n/* one border at the top */\r\n	border-top: 1px solid #3F565C;\r\n	margin: 0;\r\n	padding: 0;\r\n}\r\nul#primary-nav, ul#primary-nav ul {\r\n/* remove any default bullets */\r\n	list-style-type: none;\r\n	margin: 0;\r\n	padding: 0;\r\n}\r\nul#primary-nav {\r\n/* pushes the menu div up to give room above for background color to show */\r\n	padding-top: 10px;\r\n/* keeps the first menu item off the left side */\r\n	padding-left: 10px;\r\n}\r\nul#primary-nav ul {\r\n/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */\r\n	position: absolute;\r\n/* top being the bottom of the li it comes out of */\r\n	top: auto;\r\n/* keeps it hidden till hover event */\r\n	display: none;\r\n/* same size but different color for each border */\r\n	border-top: 1px solid #C8D3D7;\r\n	border-right: 1px solid #C8D3D7;\r\n	border-bottom: 1px solid #ADC0C7;\r\n	border-left: 1px solid #A5B9C0;\r\n}\r\nul#primary-nav ul ul {\r\n/* now we move the next level ul down from the top a little for distinction */\r\n	margin-top: 1px;\r\n/* pull it in on the left, helps us not lose the hover effect when going to next level */\r\n	margin-left: -1px;\r\n/* keeps the left side of this ul on the right side of the one it came out of */\r\n	left: 100%;\r\n/* sets the top of it inline with the li it came out of */\r\n	top: 0px;\r\n}\r\nul#primary-nav li {\r\n/* floating left will set menu items to line up left to right else they will stack top to bottom */\r\n	float: left;\r\n/* no margin/padding keeps them next to each other, the padding will be in the \\\"a\\\" */\r\n	margin: 0px;\r\n	padding: 0px;\r\n}\r\n#primary-nav li li {\r\n/* Set the width of the menu elements at second level. Leaving first level flexible. */\r\n	width: 220px;\r\n/* removes any left margin it may have picked up from the first li */\r\n	margin-left: 0px;\r\n/* keeps them tight to the one above, no missed hovers */\r\n	margin-top: -1px;\r\n/* removes the left float set in first li so these will stack from top down */\r\n	float: none;\r\n/* relative to the ul they are in */\r\n	position: relative;\r\n}\r\n/* set the \\\"a\\\" link look here */\r\nul#primary-nav li a {\r\n/* specific font size, this could be larger or smaller than default font size */\r\n	font-size: 1em;\r\n/* make sure we keep the font normal */\r\n	font-weight: normal;\r\n/* set default link colors */\r\n	color: #fff;\r\n/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\r\n	padding: 12px 15px 15px;\r\n	display: block;\r\n/* sets no underline on links */\r\n	text-decoration: none;\r\n}\r\nul#primary-nav li a:hover {\r\n/* kind of obvious */\r\n	background-color: transparent;\r\n}\r\nul#primary-nav li li a:hover {\r\n/* this is set to #000, black, below so hover will be white text */\r\n	color: #FFF;\r\n}\r\nul#primary-nav li a.menuactive {\r\n	color: #000;\r\n/* bold to set it off from non active */\r\n	font-weight: bold;\r\n/* set your image here */\r\n	background:  url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\r\n}\r\nul#primary-nav li a.menuactive:hover {\r\n	color: #000;\r\n/* keep it the same */\r\n	font-weight: bold;\r\n}\r\n#primary-nav li li a.menuparent span {\r\n/* makes it hold a shape */\r\n	display: block;\r\n/* set your image here, right arrow, 98% over from the left, 100% or \\\'right\\\' puts it to far */\r\n	background:  url([[root_url]]/uploads/ngrey/parent.png) no-repeat 98% center;\r\n}\r\n/* gif for IE6, as it can\\\'t handle transparent png */\r\n* html #primary-nav li li a.menuparent span {\r\n/* set your image here, right arrow, 98% over from the left, 100% or \\\'right\\\' puts it to far */\r\n	background:  url([[root_url]]/uploads/ngrey/parent.gif) no-repeat 98% center;\r\n}\r\nul#primary-nav li ul a {\r\n/* insures alignment */\r\n	text-align: left;\r\n	margin: 0px;\r\n/* keeps it relative to it\\\'s container */\r\n	position: relative;\r\n/* less padding than first level no need for large links here */\r\n	padding: 6px 3px 6px 15px;\r\n/* if first level is set to bold this will reset this level */\r\n	font-weight: normal;\r\n/* first level is #FFF/white, we need black to contrast with light background */\r\n	color: #000;\r\n	border-top: 0 none;\r\n	border-right: 0 none;\r\n	border-left: 0 none;\r\n}\r\nul#primary-nav li ul {\r\n/* very lite grey color, by now you should know what the rest mean */\r\n	background: #F3F5F5;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	position: absolute;\r\n	width: auto;\r\n	height: auto;\r\n	display: none;\r\n	position: absolute;\r\n	z-index: 999;\r\n	border-top: 1px solid #FFFFFF;\r\n	border-bottom: 1px solid #374B51;\r\n/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/\r\n	opacity: 0.95;\r\n/* CSS 3 */\r\n}\r\nul#primary-nav li ul ul {\r\n/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/\r\n	opacity: 95;\r\n/* CSS 3 */\r\n}\r\n/* Styling the appearance of menu items on hover */\r\n#primary-nav li:hover,\r\n#primary-nav li.menuh,\r\n#primary-nav li.menuparenth,\r\n#primary-nav li.menuactiveh {\r\n/* set your image here, dark grey image */\r\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n	color: #000\r\n}\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\r\n#primary-nav li:hover ul ul ul,\r\n#primary-nav li.menuparenth ul ul ul,\r\n*/\r\n#primary-nav ul,\r\n#primary-nav li:hover ul,\r\n#primary-nav li:hover ul ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav li.menuparenth ul ul {\r\n	display: none;\r\n}\r\n/* for fourth level add\r\n#primary-nav ul ul ul li:hover ul,\r\n#primary-nav ul ul ul li.menuparenth ul,\r\n*/\r\n#primary-nav li:hover ul,\r\n#primary-nav ul li:hover ul,\r\n#primary-nav ul ul li:hover ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav ul li.menuparenth ul,\r\n#primary-nav ul ul li.menuparenth ul {\r\n	display: block;\r\n}\r\n/* IE6 Hacks */\r\n#primary-nav li li {\r\n	float: left;\r\n	clear: both;\r\n}\r\n#primary-nav li li a {\r\n	height: 1%;\r\n}','Navigation CSS rules used in CSSMenu top + 2 columns Design','screen',NULL,1780330016,1780330016),
(7,'Module News','div#news {\n/* margin for the entire div surrounding the news items */\n	margin: 2em 0 1em 1em;\n/* border set here */\n	border: 1px solid #909799;\n/* sets it off from surroundings */\n	background: #f5f5f5;\n}\ndiv#news h2 {\n	line-height: 2em;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\n	color: #f5f5f5;\n	border: none\n}\n.NewsSummary {\n/* padding for the news article summary */\n	padding: 0.5em 0.5em 1em;\n/* margin to the bottom of the news article summary */\n	margin: 0 0.5em 1em 0.5em;\n	border-bottom: 1px solid #ccc;\n}\n.NewsSummaryPostdate {\n/* smaller than default text size */\n	font-size: 90%;\n/* bold to set it off from text */\n	font-weight: bold;\n}\n.NewsSummaryLink {\n/* bold to set it off from text */\n	font-weight: bold;\n/* little more room at top */\n	padding-top: 0.2em;\n}\n.NewsSummaryCategory {\n/* italic to set it off from text */\n	font-style: italic;\n	margin: 5px 0;\n}\n.NewsSummaryAuthor {\n/* italic to set it off from text */\n	font-style: italic;\n	padding-bottom: 0.5em;\n}\n.NewsSummarySummary, .NewsSummaryContent {\n/* larger than default text */\n	line-height: 140%;\n}\n.NewsSummaryMorelink {\n	padding-top: 0.5em;\n}\n#NewsPostDetailDate {\n/* smaller text */\n	font-size: 90%;\n	margin-bottom: 5px;\n/* bold to set it off from text */\n	font-weight: bold;\n}\n#NewsPostDetailSummary {\n/* larger than default text */\n	line-height: 150%;\n}\n#NewsPostDetailCategory {\n/* italic to set it off from text */\n	font-style: italic;\n	border-top: 1px solid #ccc;\n	margin-top: 0.5em;\n	padding: 0.2em 0;\n}\n#NewsPostDetailContent {\n	margin-bottom: 15px;\n/* larger than default text */\n	line-height: 150%;\n}\n#NewsPostDetailAuthor {\n	padding-bottom: 1.5em;\n/* italic to set it off from text */\n	font-style: italic;\n}\n/* more divs, left unstyled, just so you know the IDs of them */ \n#NewsPostDetailTitle {\n}\n#NewsPostDetailHorizRule {\n}\n#NewsPostDetailPrintLink {\n}\n#NewsPostDetailReturnLink {\n}\ndiv#news ul li {\n	padding: 2px 2px 2px 5px;\n	margin-left: 20px;\n}','Default News module CSS rules used in multiple Designs','screen',NULL,1780330016,1780330016),
(8,'Navigation Simple - Horizontal','/********************MENU*********************/\n/* hack for IE6 */\n* html div#menu_horiz {\n/* hide ie/mac \\*/\n	height: 1%;\n/* end hide */\n}\ndiv#menu_horiz {\n/* background color for the entire menu row */\n	background-color: #243135;\n/* insure full width */\n	width: 100%;\n/* set height */\n	height: 49px;\n	margin: 0;\n}\ndiv#menu_horiz ul {\n/* remove any default bullets */\n	list-style-type: none;\n	margin: 0;\n/* pushes the menu div up to give room above for background color to show */\n	padding-top: 10px;\n/* keeps the first menu item off the left side */\n	padding-left: 10px;\n}\n/* menu list items */\ndiv#menu_horiz li {\n/* makes the list horizontal */\n	float: left;\n/* remove any default bullets */\n	list-style: none;\n/* still no margin */\n	margin: 0;\n}\n/* the links, that is each list item */\ndiv#menu_horiz a, div#menu_horiz h3 span, div#menu_horiz .sectionheader span {\n/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\n	padding: 12px 15px 15px 0px;\n/* still no margin */\n	margin: 0;\n/* removes default underline */\n	text-decoration: none;\n/* default link color */\n	color: #FFF;\n/* makes it hold a shape, IE has problems with this, fixed above */\n	display: block;\n}\n/* hover state for links */\ndiv#menu_horiz li a:hover {;\n/* set your image here, dark grey image with white text set above*/\n	background:  url([[root_url]]/uploads/ngrey/nav.png) repeat-x left -50px;\n}\ndiv#menu_horiz a span {\n/* compensates for no left padding on the \"a\" */\n	padding-left: 15px;\n}\ndiv#menu_horiz li.parent a span {\n/* no left padding on the \"a\" we can set it here, it lets us use the span for an image */\n	padding-left: 20px;\n/* set your image here, down arrow to note it has children, left side of text */\n	background: url([[root_url]]/uploads/ngrey/active.gif) no-repeat 0.3em center;\n}\ndiv#menu_horiz li.parent a:hover span {\n	padding-left: 20px;\n/* hover replaces default with right arrow image */\n	background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat 0.3em center;\n}\ndiv#menu_horiz li.menuactive a span {\n	padding-left: 20px;\n/* menuactive replaces default with right arrow image */\n	background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat 0.5em center;\n	color: #000;\n}\ndiv#menu_horiz li.currentpage h3 span {\n	padding-left: 12px;\n/* menuactive replaces default with right arrow image */\n	background: url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\n	color: #000;\n}\ndiv#menu_horiz .sectionheader span {\n/* compensates for no left padding on the \"sectionheader\" */\n	padding-left: 15px;\n}\n/* active parent, that is the first level parent of a child page that is the current page */\ndiv#menu_horiz li.menuactive, div#menu_horiz li.menuactive a:hover {\n/* set your image here, light image with #000/black text set below*/\n	background:  url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\n	color: #000;\n}','Navigation CSS rules used in Top simple navigation + left subnavigation + 1 column and Left simple navigation + 1 column Designs','screen',NULL,1780330016,1780330016),
(9,'Layout Top menu + 2 columns','/* browsers interpret margin and padding a little differently, we\'ll remove all default padding and margins and set them later on */\n* {\n	margin: 0;\n	padding: 0;\n}\n/*Set initial font styles*/\nbody {\n	text-align: left;\n	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\n	font-size: 75.01%;\n	line-height: 1em;\n}\n/*set font size for all divs, this overrides some body rules*/\ndiv {\n	font-size: 1em;\n}\n/*if img is inside \"a\" it would have borders, we don\'t want that*/\nimg {\n	border: 0;\n}\n/*default link styles*/\n/* set all links to have underline and bluish color */\na, a:link a:active {\n	text-decoration: underline;\n/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */\n	background-color: inherit;\n	color: #18507C;\n}\na:visited {\n	text-decoration: underline;\n	background-color: inherit;\n	color: #18507C;\n/* a different color can be used for visited links */\n}\n/* remove underline on hover and change color */\na:hover {\n	text-decoration: none;\n	background-color: inherit;\n	color: #385C72;\n}\n/*****************basic layout *****************/\nbody {\n	margin: 0;\n	padding: 0;\n/* default text color for entire site*/\n	color: #333;\n/* you can set your own image and background color here */\n	background: #f4f4f4 url([[root_url]]/uploads/ngrey/body.png) repeat-x left top;\n}\ndiv#pagewrapper {\n/* min max width, IE wont understand these, so we will use java script magic in the <head> */\n	max-width: 99em;\n	min-width: 60em;\n/* now that width is set this centers wrapper */\n	margin: 0 auto;\n	background-color: #fefefe;\n	color: black;\n}\n/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */\ndiv#header {\n/* adjust according your image size */\n	height: 100px;\n	margin: 0;\n	padding: 0;\n	/* you can set your own image here, will go behind h1 a image */\n	background: #f4f4f4 url([[root_url]]/uploads/ngrey/bg_banner.png) repeat-x left top;\n/* border just the bottom */\n	border-bottom: 1px solid #D9E2E6;\n}\ndiv#header h1 a {\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\n/* this will make the \"a\" link a solid shape */\n	display: block;\n/* adjust according your image size */\n	height: 100px;\n/* this hides the text */\n	text-indent: -999em;\n/* old firefox would have shown underline for the link, this explicitly hides it */\n	text-decoration: none;\n}\ndiv#header h1 {\n	margin: 0;\n	padding: 0;\n/*these keep IE6 from pushing the header to more than the set size*/\n	line-height: 0;\n	font-size: 0;\n/* this will keep IE6 from flickering on hover */\n	background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\n}\ndiv#header h2 {\n/* this is where the site name is */\n	float: right;\n	line-height: 1.2em;\n/* this keeps IE6 from not showing the whole text */\n	font-size: 1.5em;\n/* keeps the size uniform */\n	margin: 35px 65px 0px 0px;\n/* adjust according your text size */\n	color: #f4f4f4;\n}\ndiv.crbk {\n/* sets all to 0 */\n	margin: 0;\n	padding: 0;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\n}\ndiv.breadcrumbs {\n/* CSS short hand rule first value is top then right, bottom and left */\n	padding: 1em 0em 1em 1em;\n/* its good to set font sizes to be relative, this way viewer can change his/her font size */\n	font-size: 90%;\n/* css shorthand rule will be opened to be \"0px 0px 0px 0px\" */\n	margin: 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainleftup.gif) no-repeat left bottom;\n}\ndiv.breadcrumbs span.lastitem {\n	font-weight: bold;\n}\ndiv#search {\n/* position for the search box */\n	float: right;\n/* enough width for the search input box */\n	width: 27em;\n	text-align: right;\n	padding: 0.5em 0 0.2em 0;\n	margin: 0 1em;\n}\n/* a class for Submit button for the search input box */\ninput.search-button {\n	border: none;\n	height: 22px;\n	width: 53px;\n	margin-left: 5px;\n	padding: 0px 2px 2px 0px;\n/* makes the hover cursor show, you can set your own cursor here */\n	cursor: pointer;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/search.gif) no-repeat center center;\n}\ndiv#content {\n/* some air above and under menu and content */\n	margin: 1.5em auto 2em 0;\n	padding: 0px;\n}\n/* this gets all the outside calls that were used on the div#main before  */\ndiv.back1 {\n/* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */\n	margin-left: 29%;\n/* and some air on the right */\n	margin-right: 2%;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\n}\n/* this is an IE6 hack, you may see these through out the CSS */\n* html div.back1 {\n/* unlike other browser IE6 needs float:right and a width */\n	float: right;\n	width: 69%;\n/* and we take this out or it will stop at the bottom  */\n	margin-left: 0%;\n/* and some air on the right */\n	margin-right: 10px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\n}\ndiv.back2 {\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainleft1.gif) no-repeat left top;\n}\ndiv.back3 {\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wbtmleft.gif) no-repeat left bottom;\n}\ndiv#main {\n/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */\n	padding: 10px 15px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/rtup.gif) no-repeat right bottom;\n}\ndiv#sidebar {\n/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */\n	float: left;\n/* sidebar width, if you change this change div.back and/or div.back1 margins */\n	width: 26%;\n/* FIX IE double margin bug */\n	display: inline;\n/* the 20px is on the bottom, insures space above footer if longer than content */\n	margin: 0px 0px 20px;\n	padding: 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrt.gif) no-repeat right top;\n}\ndiv#sidebarb {\n	padding: 10px 15px 10px 20px;\n/* this one is for sidebar with content and no menu */\n	background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\n}\ndiv#sidebarb div#news {\n/* less margin surrounding the news, sidebarb has enough */\n	margin: 2em 0 1em 0em;\n}\ndiv#sidebara {\n	padding: 10px 15px 15px 0px;\n/* this one is for sidebar with menu and no content */\n	background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\n}\ndiv.footback {\n/* keep footer below content and menu */\n	clear: both;\n/* this sets 10px on right to let the right image show, the balance 10px left on next div */\n	padding: 0px 10px 0px 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wfootrt.gif) no-repeat right top;\n}\ndiv#footer {\n/* this sets 10px on left to balance 10px right on last div */\n	padding: 0px 0px 0px 10px;\n/* color of text, the link color is set below */\n	color: #595959;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wtopleft.gif) no-repeat left top;\n}\ndiv.leftfoot {\n	float: left;\n	width: 30%;\n	margin-left: 20px\n}\ndiv#footer p {\n/* sets different font size from default */\n	font-size: 0.8em;\n/* some air for footer */\n	padding: 1.5em;\n/* centered text */\n	text-align: center;\n	margin: 0;\n}\ndiv#footer p a {\n/* footer link would be same color as default we want it same as footer text */\n	color: #595959;\n}\n/* as we hid all hr for accessibility we create new hr with div class=\"hr\" element */\ndiv.hr {\n	height: 1px;\n	padding: 1em;\n	border-bottom: 1px dotted black;\n	margin: 1em;\n}\n/* relational links under content */\ndiv.left49 {\n/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */\n	width: 70%;\n}\ndiv.right49 {\n	float: right;\n	width: 29%;\n/* set right to keep text on right */\n	text-align: right;\n}\n/********************CONTENT STYLING*********************/\n/* HEADINGS */\ndiv#content h1 {\n/* font size for h1 */\n	font-size: 2em;\n	line-height: 1em;\n	margin: 0;\n}\ndiv#content h2 {\n	color: #294B5F;\n/* font size for h2 the higher the h number the smaller the font size, most times */\n	font-size: 1.5em;\n	text-align: left;\n/* some air around the text */\n	padding-left: 0.5em;\n	padding-bottom: 1px;\n/* set borders around header */\n	border-bottom: 1px solid #899092;\n	border-left: 1.1em solid #899092;\n/* a larder than h1 line height */\n	line-height: 1.5em;\n/* and some air under the border */\n	margin: 0 0 0.5em 0;\n}\ndiv#content h3 {\n	color: #294B5F;\n	font-size: 1.3em;\n	line-height: 1.3em;\n	margin: 0 0 0.5em 0;\n}\ndiv#content h4 {\n	color: #294B5F;\n	font-size: 1.2em;\n	line-height: 1.3em;\n	margin: 0 0 0.25em 0;\n}\ndiv#content h5 {\n	color: #294B5F;\n	font-size: 1.1em;\n	line-height: 1.3em;\n	margin: 0 0 0.25em 0;\n}\nh6 {\n	color: #294B5F;\n	font-size: 1em;\n	line-height: 1.3em;\n	margin: 0 0 0.25em 0;\n}\n/* END HEADINGS */\n/* TEXT */\np {\n/* default p font size, this is set different in some other divs */\n	font-size: 1em;\n/* some air around p elements */\n	margin: 0 0 1.5em 0;\n	line-height: 1.4em;\n	padding: 0;\n}\nblockquote {\n	border-left: 10px solid #ddd;\n	margin-left: 10px;\n}\nstrong, b {\n/* explicit setting for these */\n	font-weight: bold;\n}\nem, i {\n/* explicit setting for these */\n	font-style: italic;\n}\n/* Wrapping text in <code> tags. Makes CSS not validate */\ncode, pre {\n/* css-3 */\n	white-space: pre-wrap;\n/* Mozilla, since 1999 */\n	white-space: -moz-pre-wrap;\n/* Opera 4-6 */\n	white-space: -pre-wrap;\n/* Opera 7 */\n	white-space: -o-pre-wrap;\n/* Internet Explorer 5.5+ */\n	word-wrap: break-word;\n	font-family: \"Courier New\", Courier, monospace;\n	font-size: 1em;\n}\npre {\n/* black border for pre blocks */\n	border: 1px solid #000;\n/* set different from surroundings to stand out */\n	background-color: #ddd;\n	margin: 0 1em 1em 1em;\n	padding: 0.5em;\n	line-height: 1.5em;\n	font-size: 90%;\n}\n/* Separating the divs on the template explanation page */\ndiv.templatecode {\n	margin: 0 0 2.5em;\n}\n/* END TEXT */\n/* LISTS */\n/* lists in content need some margins to look nice */\ndiv#main ul,\ndiv#main ol,\ndiv#main dl {\n	font-size: 1.0em;\n	line-height: 1.4em;\n	margin: 0 0 1.5em 0;\n}\ndiv#main ul li,\ndiv#main ol li {\n	margin: 0 0 0.25em 3em;\n}\n/* definition lists topics on bold */\ndiv#main dl {\n	margin-bottom: 2em;\n	padding-bottom: 1em;\n	border-bottom: 1px solid #c0c0c0;\n}\ndiv#main dl dt {\n	font-weight: bold;\n	margin: 0 0 0 1em;\n}\ndiv#main dl dd {\n	margin: 0 0 1em 1em;\n}\n/* END LISTS */','Navigation CSS rules used in CSSMenu top + 2 columns, ShadowMenu Tab + 2 columns and Top simple navigation + left subnavigation + 1 column Designs','screen',NULL,1780330016,1780330016),
(10,'Navigation Simple - Vertical','/******************** MENU *********************/\n#menu_vert {\n	margin: 0;\n	padding: 0;\n}\n#menu_vert ul {\n/* remove any bullets */\n	list-style: none;\n/* margin/padding set in li */\n	margin: 0px;\n	padding: 0px;\n}\n#menu_vert ul ul {\n	margin: 0;\n/* padding right sets second level li in on right from first li */\n	padding: 0px 5px 0px 0px;\n/* replaces bottom of li.menuactive menuparent, looks like li below it, set in 5px more, is sitting on top of it */\n	background: transparent url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right -4px;\n}\n#menu_vert li {\n/* remove any bullets */\n	list-style: none;\n/* negative bottom margin pulls them together, images look like one border between */\n	margin: 0px 0px -1px;\n/* bottom padding pushes \"a\" up enough to show our image */\n	padding: 0px 0px 4px 0px;\n/* you can set your own image here */\n	background: transparent url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right bottom;\n}\n#menu_vert li.currentpage {\n	padding: 0px 0px 3px 0px;\n}\n#menu_vert li.menuactive {\n	margin: 0;\n	padding: 0px;\n/* replaced by image in ul ul */\n	background: none;\n}\n#menu_vert li.menuactive ul {\n	margin: 0;\n}\n#menu_vert li.activeparent {\n	margin: 0;\n	padding: 0px;\n}\n/* fix stupid IE6 bug with display:block; */\n* html #menu_vert li {\n	height: 1%;\n}\n* html #menu_vert li a {\n	height: 1%;\n}\n* html #menu_vert li hr {\n	height: 1%;\n}\n/** end fix **/\n/* first level links */\ndiv#menu_vert a {\n/* IE6 has problems with this, fixed above */\n	display: block;\n/* some air for it */\n	padding: 0.8em 0.3em 0.5em 1.5em;\n/* this will be link color for all levels */\n	color: #18507C;\n/* Fixes IE7 whitespace bug */\n	min-height: 1em;\n/* no underline for links */\n	text-decoration: none;\n/* you can set your own image here this is tall enough to cover text heavy links */\n	background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n}\n/* next level links, more padding and smaller font */\ndiv#menu_vert ul ul a {\n	font-size: 90%;\n	padding: 0.8em 0.3em 0.5em 2.8em;\n}\n/* third level links, more padding */\ndiv#menu_vert ul ul ul a {\n	padding: 0.5em 0.3em 0.3em 3em;\n}\n/* hover state for all links */\ndiv#menu_vert a:hover {\n	background-color: transparent;\n	color: #595959;\n	text-decoration: underline;\n}\ndiv#menu_vert a.activeparent:hover {\n	color: #595959;\n}\n/* active parent, that is the first level parent of a child page that is the current page */\ndiv#menu_vert li.activeparent {\n/* you can set your own image here */\n	background: transparent url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right -65px;\n/* white to contrast with background image */\n	color: #fff;\n}\ndiv#menu_vert li.activeparent a.activeparent {\n/* you can set your own image here */\n	background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n/* to contrast with background image */\n	color: #000;\n}\ndiv#menu_vert li a.parent {\n/* takes left padding out so span image has room on left */\n	padding-left: 0em;\n}\ndiv#menu_vert ul ul li a.parent {\n/* increased padding on left offsets it from one above */\n	padding-left: 0.9em;\n}\ndiv#menu_vert li a.parent span {\n	display: block;\n	margin: 0;\n/* adds left padding taken out of \"a.parent\" */\n	padding-left: 1.5em;\n/* arrow on left for pages with children, points down, you can set your own image here */\n	background: transparent url([[root_url]]/uploads/ngrey/active.png) no-repeat 2px center;\n}\ndiv#menu_vert li a.parent:hover {\n/* removes underline hover effect */\n	text-decoration: none;\n}\ndiv#menu_vert li a.parent:hover span {\n	display: block;\n	margin: 0;\n	padding-left: 1.5em;\n/* arrow on left for pages with children, points right for hover, you can set your own image here */\n	background: transparent url([[root_url]]/uploads/ngrey/parent.png) no-repeat 2px center;\n}\ndiv#menu_vert li a.menuactive.menuparent {\n/* sets it in a little more than a.parent */\n	padding-left: 0.35em;\n}\ndiv#menu_vert ul ul li a.menuactive.menuparent {\n/* sets it in a little more on next level */\n	padding-left: 0.99em;\n}\ndiv#menu_vert li a.menuactive.menuparent span {\n	display: block;\n	margin: 0;\n/* to contrast with non active pages */\n	font-weight: bold;\n	padding-left: 1.5em;\n/* arrow on left for active pages with children, points right, you can set your own image here */\n	background: transparent url([[root_url]]/uploads/ngrey/parent.png) no-repeat 2px center;\n}\ndiv#menu_vert li a.menuactive.menuparent:hover {\n	text-decoration: none;\n	color: #18507C;\n}\ndiv#menu_vert ul ul li a.activeparent {\n	color: #fff;\n}\n/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */\ndiv#menu_vert ul h3 {\n	display: block;\n/* some air for it */\n	padding: 0.8em 0.5em 0.5em 1.5em;\n/* this will be link color for all levels */\n	color: #000;\n/* instead of the normal font size for <h3> */\n	font-size: 1em;\n/* as <h3> normally has some margin by default */\n	margin: 0;\n/* you can set your own image here, same as \"a\" */\n	background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n}\n/* next level current pages, more padding, smaller font and no background color or bottom border */\ndiv#menu_vert ul ul h3 {\n	font-size: 90%;\n	padding: 0.8em 0.5em 0.5em 2.8em;\n/* you can set your own image here, same as \"a\" */\n	background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n	color: #000;\n}\n/* current page on third level, more padding */\ndiv#menu_vert ul ul ul h3 {\n	padding: 0.6em 0.5em 0.2em 3em;\n}\n/* BIG NOTE: I didn\'\'t do anything to these, never tested */\n/* section header */\ndiv#menu_vert li.sectionheader {\n	border-right: none;\n	padding: 0.8em 0.5em 0.5em 1.5em;\n	background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n	line-height: 1em;\n	margin: 0;\n        color: #18507C;\n        cursor:text;\n}\n/* separator */\ndiv#menu_vert .separator {\n	height: 1px !important;\n	margin-top: -1px;\n	margin-bottom: 0;\n	-padding: 2px 0 2px 0;\n	background-color: #000;\n	overflow: hidden !important;\n	line-height: 1px !important;\n	font-size: 1px;\n/* for ie */\n}\ndiv#menu_vert li.separator hr {\n	display: none;\n/* this is for accessibility */\n}','Navigation CSS rules used in Left simple navigation + 1 column and Top simple navigation + left subnavigation + 1 column Designs','screen',NULL,1780330016,1780330016),
(11,'Navigation ShadowMenu - Horizontal','/* by Alexander Endresen and mark */\n#menu_vert {\n/* no margin/padding so it fills the whole div */\n	margin: 0;\n	padding: 0;\n}\n.clearb {\n/* needed for some browsers */\n	clear: both;\n}\n#menuwrapper {\n/* set the background color for the menu here */\n	background-color: #243135;\n/* IE6 Hack */\n	height: 1%;\n	width: auto;\n/* one border at the top */\n	border-top: 1px solid #3F565C;\n	margin: 0;\n	padding: 0;\n}\nul#primary-nav {\n	list-style-type: none;\n	margin: 0px;\n	padding-top: 10px;\n	padding-left: 10px;\n}\n#primary-nav ul {\n/* remove any default bullets */\n	list-style-type: none;\n/* sets width of second level ul to background image */\n	width: 210px;\n	margin: 0px;\n	padding: 0px;\n/* make the ul stay in place so when we hover it lets the drops go over the content instead of displacing it */\n	position: absolute;\n/* top being the bottom of the li it comes out of */\n	top: auto;\n/* keeps it hidden till hover event */\n	display: none;\n/* room at top for li so image top shows correct */\n	padding-top: 9px;\n/* set your image here, tall enough for the ul */\n	background: url([[root_url]]/uploads/ngrey/ultopup.png) no-repeat left top;\n}\n/* IE6 hacks on the above code */\n* html #primary-nav ul {\n	padding-top: 13px;\n	background: url([[root_url]]/uploads/ngrey/ultopup.gif) no-repeat left top;\n}\n#primary-nav ul ul {\n/* insures no top margins */\n	margin-top: 0px;\n/* pulls the last ul back over the preceding ul */\n	margin-left: -1px;\n/* keeps the left side of this ul on the right side of the preceding ul */\n	left: 100%;\n/* negative margin pulls the left centered in li next to it */\n	top: -3px;\n/* set your image here, tall enough for the ul, this is the left arrow for third level ul */\n	background: url([[root_url]]/uploads/ngrey/ultoprt.png) no-repeat left top;\n}\n/* IE6 hacks on the above code */\n* html #primary-nav ul ul {\n	margin-top: 0px;\n	padding-left: 5px;\n	left: 100%;\n	top: -7px;\n/* IE6 gets gif as it can\'\'t handle transparent png */\n	background: url([[root_url]]/uploads/ngrey/ultoprt.gif) no-repeat right top;\n}\n#primary-nav li {\n/* a little space to the left of each top level menu item */\n	margin-left: 5px;\n/* floating left will set menu items to line up left to right else they will stack top to bottom */\n	float: left;\n}\n#primary-nav li li {\n/* a little more space to the left of each menu item */\n	margin-left: 8px;\n/* keeps them tight to the one above, no missed hovers */\n	margin-top: -1px;\n/* removes the left float set in first li so these will stack from top down */\n	float: none;\n/* relative to the ul they are in */\n	position: relative;\n}\n/* IE6 hacks on the above code */\n* html #primary-nav li li {\n	margin-left: 6px;\n/* helps hold it inside the ul */\n	width: 171px;\n}\nul#primary-nav li a {\n/* specific font size, this could be larger or smaller than default font size */\n	font-size: 1em;\n/* make sure we keep the font normal */\n	font-weight: normal;\n/* set default link colors */\n	color: #fff;\n/* doing tab menus require a bit different padding, this will give room on right for image to show, adjust to width of your image */\n	padding: 0px 11px 0px 0px;\n/* makes it hold a shape */\n	display: block;\n/* remove default \"a\" underline */\n	text-decoration: none;\n}\nul#primary-nav li a span {\n/* takes normal \"a\" padding minus some for right image */\n	padding: 12px 4px 12px 15px;\n/* makes it hold a shape */\n	display: block;\n}\nul#primary-nav li a:hover {\n/* kind of obvious */\n	background-color: transparent;\n}\nul#primary-nav li {\n/* set your image here */\n	background:  url([[root_url]]/uploads/ngrey/navrttest.gif) no-repeat right -51px;\n}\nul#primary-nav li span {\n/* set your image here */\n	background:  url([[root_url]]/uploads/ngrey/navlefttest.gif) repeat-x left -51px;\n/* set text color here also to insure color */\n	color: #fff;\n/* just to be sure */\n	font-weight: normal;\n}\nul#primary-nav li li {\n/* remove any image set in first level li */\n	background:  none;\n}\nul#primary-nav li li span {\n/* remove any image set in first level li span */\n	background:  none;\n/* set text color here also to insure color */\n	color: #fff;\n/* just to be sure */\n	font-weight: normal;\n}\nul#primary-nav li:hover,\nul#primary-nav li.menuh,\nul#primary-nav li.menuparenth {\n/* set hover image, right side */\n	background:  url([[root_url]]/uploads/ngrey/navrttest.gif) no-repeat right 0px;\n}\nul#primary-nav li:hover span,\nul#primary-nav li.menuh span,\nul#primary-nav li.menuparenth span {\n/* set hover image, left side */\n	background:  url([[root_url]]/uploads/ngrey/navlefttest.gif) repeat-x left 0px;\n/* change text color on hover */\n	color: #000;\n	font-weight: normal;\n}\n/* IE6 hacks, the JS used for hover effect in IE6 puts class menuh on li, unless they have a class then just an \"h\" as seen above and below */\nul#primary-nav li li.menuh {\n	background:  none;\n	font-weight: normal;\n}\n/* IE6 hacks */\nul#primary-nav li.menuparenth li span {\n	background:  none;\n	color: #000;\n	font-weight: normal;\n}\n/* IE6 hacks */\nul#primary-nav li.menuparenth li.menuparent span {\n/* gif for IE6, as it can\'\'t handle transparent png */\n	background:  url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\n	color: #000\n}\n/* IE6 hacks */\nul#primary-nav li.menuparenth li.menuh span {\n	background:  none;\n	color: #FFF;\n	font-weight: normal;\n}\n/* IE6 hacks */\nul#primary-nav li.menuparenth li.menuparenth {\n	background:  none;\n	color: #FFF;\n	font-weight: normal;\n}\nul#primary-nav li.menuactive a {\n/* set your image here for active tab right */\n	background:  url([[root_url]]/uploads/ngrey/navrttest.gif) no-repeat right 0px;\n}\nul#primary-nav li a.menuactive span {\n/* set your image here for active tab left */\n	background:  url([[root_url]]/uploads/ngrey/navlefttest.gif) repeat-x left 0px;\n/* non active is #FFF/white, we need #000/black to contrast with light background */\n	color: #000;\n/* bold to set it off from non active */\n	font-weight: bold;\n}\n#primary-nav li li a {\n/* second level padding, no image and not as big */\n	padding: 5px 10px;\n/* to keep it within li */\n	width: 165px;\n/* space between them */\n	margin: 5px;\n	background: none;\n}\n/* IE6 hacks to above code */\n* html #primary-nav li li a {\n	padding: 5px 10px;\n	width: 165px;\n	margin: 0px;\n	color: #000;\n}\n#primary-nav li li:hover {\n/* remove image set in first level */\n	background: none;\n}\n#primary-nav li li a:hover {\n/* set different image than first level */\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\n/* we need #FFF/white to contrast with dark background */\n	color: #FFF;\n}\n#primary-nav li.menuparent li a:hover span {\n/* insures text color */\n	color: #FFF;\n}\nul#primary-nav li:hover li a span {\n/* first level is #FFF/white, we need #000/black to contrast with light background */\n	color: #000;\n/* just to insure normal */\n	font-weight: normal;\n}\n#primary-nav li li.menuactive a.menuactive, #primary-nav li li.menuactive a.menuactive:hover {\n/* set your image here, lighter than hover */\n	background:  url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\n/* non active is #FFF/white, we need #000/black to contrast with light background */\n	color: #000;\n}\n#primary-nav li li.menuactive a.menuactive span {\n/* insures text color */\n	color: #000\n}\n#primary-nav li li.menuactive a.menuactive:hover span {\n/* insures text color */\n	color: #000;\n}\n/* IE6 hacks to above code */\n#primary-nav li li.menuparenth a.menuparent span {\n/* right arrow for menu parent, IE6 gif */\n	background:  url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\n	color: #000\n}\n/* IE6 hacks to above code */\n#primary-nav li li.menuparenth a.menuparent:hover span {\n	color: #FFF\n}\n#primary-nav li li.menuparent a.menuparent span {\n/* right arrow for parent item */\n	background:  url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\n}\n#primary-nav li.menuactive li a:hover span {\n/* black text */\n	color: #000\n}\nul#primary-nav li li a.menuactive  span {\n/* remove image set in first level */\n	background:  none;\n	font-weight: normal;\n}\n#primary-nav li.menuactive li a {\n/* second level active link color */\n	color: #0587A9;\n	text-decoration: none;\n	background: none;\n}\n#primary-nav li.menuactive li a:hover {\n/* dark image for hover */\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\n}\n#primary-nav li.menuactive li a:hover span {\n/* white text to contrast with dark background image on hover */\n	color: #FFF;\n}\nul#primary-nav li:hover li a span, ul#primary-nav li.menuparenth li a span {\n	padding: 0px;\n	background:  none;\n}\n/* this is a special li type from the menu template, used to hold the bottom image for ul set above */\n#primary-nav ul li.separator, #primary-nav .separator:hover {\n/* set same as ul */\n	width: 210px;\n/* height of image */\n	height: 9px;\n/* negative margin pulls it down to cover ul image */\n	margin: 0px 0px -8px;\n/* set your image here */\n	background: url([[root_url]]/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;\n}\n/* same as above for next level to insure it shows correct */\n#primary-nav ul ul li.separator, #primary-nav ul ul li.separator:hover {\n	height: 9px;\n	margin: 0px 0px -8px;\n	background: url([[root_url]]/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;\n}\n/* IE6 hacks */\n* html #primary-nav ul li.separator {\n	height: 2px;\n	background: url([[root_url]]/uploads/ngrey/ulbtmrt.gif) no-repeat left bottom;\n}\n/* IE6 hacks */\n* html #primary-nav ul li.separatorh {\n	margin: 0px 0px -8px;\n	height: 2px;\n	background: url([[root_url]]/uploads/ngrey/ultop.gif) no-repeat left top;\n}\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\n#primary-nav li:hover ul ul ul,\n#primary-nav li.menuparenth ul ul ul,\n*/\n#primary-nav ul,\n#primary-nav li:hover ul,\n#primary-nav li:hover ul ul,\n#primary-nav li.menuparenth ul,\n#primary-nav li.menuparenth ul ul {\n	display: none;\n}\n/* for fourth level add\n#primary-nav ul ul ul li:hover ul,\n#primary-nav ul ul ul li.menuparenth ul,\n*/\n#primary-nav li:hover ul,\n#primary-nav ul li:hover ul,\n#primary-nav ul ul li:hover ul,\n#primary-nav li.menuparenth ul,\n#primary-nav ul li.menuparenth ul,\n#primary-nav ul ul li.menuparenth ul {\n	display: block;\n}\n/* IE Hacks */\n#primary-nav li li {\n	float: left;\n	clear: both;\n}\n#primary-nav li li a {\n	height: 1%;\n}',NULL,'screen',NULL,1780330016,1780330016),
(12,'Navigation ShadowMenu - Vertical','/* Vertical menu for the CMS CSS Menu Module */\n/* by Alexander Endresen and mark */\n#menuwrapper {\n/* just smaller than it\'s containing div */\n	width: 95%;\n	margin-left: 0px;\n/* room at bottom */\n	margin-bottom: 10px;\n}\n/* Unless you know what you do, do not touch this */\n#primary-nav, #primary-nav ul {\n/* remove any default bullets */\n	list-style: none;\n	margin: 0px;\n	padding: 0px;\n/* make sure it fills out */\n	width: 100%;\n/* just a little bump */\n	margin-left: 1px;\n}\n#primary-nav li {\n/* negative bottom margin pulls them together, images look like one border between */\n	margin-bottom: -1px;\n/* keeps within it\'s container */\n	position: relative;\n/* bottom padding pushes \"a\" up enough to show our image */\n	padding: 0px 0px 4px 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right bottom;\n}\n#primary-nav li li {\n/* you can set your width here, if no width or set auto it will only be as wide as the text in it  */\n	width: 190px;\n/* changes padding inherited from first level */\n	padding: 0px 10px;\n/* removes first level li image */\n	background-image: none;\n}\n/* Styling the basic appearance of the menu \"a\" elements */\nul#primary-nav li a {\n/* specific font size, this could be larger or smaller than default font size */\n	font-size: 1em;\n/* make sure we keep the font normal */\n	font-weight: normal;\n/* set default link colors */\n	color: #595959;\n/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\n	padding: 0.8em 0.5em 0.5em 0.5em;\n/* makes it hold a shape */\n	display: block;\n/* removes underline from default link setting */\n	text-decoration: none;\n/* you can set your own image here this is tall enough to cover text heavy links */\n	background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n}\nul#primary-nav a span {\n/* makes it hold a shape */\n	display: block;\n/* pushes text to right */\n	padding-left: 1.5em;\n}\nul#primary-nav li a:hover {\n/* stops image flicker in some browsers */\n	background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n/* changes text color on hover */\n	color: #899092\n}\nul#primary-nav li li a:hover {\n/* you can set your own image here, second level \"a\" */\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\n/* contrast color to image behind it */\n	color: #FFF\n}\nul#primary-nav li a.menuactive {\n/* black and bold to set it off from non active */\n	color: #000;\n	font-weight: bold;\n}\nul#primary-nav li ul a {\n/* insure alignment */\n	text-align: left;\n	margin: 0px;\n/* relative to it\'s container */\n	position: relative;\n/* even padding all 4 sides */\n	padding: 6px;\n/* make sure we keep the font normal */\n	font-weight: normal;\n/* set default link colors from here on */\n	color: #000;\n/* remove any background that may have been set in level above */\n	background: none;\n}\nul#primary-nav li ul {\n/* remove any default bullets */\n	list-style-type: none;\n/* sets width of second level ul to background image */\n	width: 209px;\n	height: auto;\n/* negative margin pulls it over the parent ul */\n	margin: 0px 0px 0px -2px;\n/* top padding gives room for image shadow and pushes li down into image */\n	padding: 10px 0px 0px;\n/* make the ul stay in place so when we hover it lets the drops go over the content instead of displacing it */\n	position: absolute;\n/* keeps the left side of this ul on the right side of the preceding ul */\n	left: 100%;\n/* negative top pulls up so left arrow centered in li next to it */\n	top: -2px;\n	display: none;\n/* set your image here, tall enough for the ul, this is the left arrow for second ul and on */\n	background: url([[root_url]]/uploads/ngrey/ultoprt.png) no-repeat left top;\n}\n/* a lot of the same as above, minor changes */\nul#primary-nav li ul ul {\n	list-style-type: none;\n/* bit more negative left margin */\n	margin: 0px 0px 0px -8px;\n/* you can call a property twice but not a property:\'value\', this flat lines it */\n	padding: 0px;\n/* now we just change one with \'property\'-top:value */\n	padding-top: 10px;\n	position: absolute;\n	width: 209px;\n	height: auto;\n/* negative top pulls up so left arrow centered in li next to it, more on 3rd ul covers default drop increase */\n	top: -5px;\n	left: 100%;\n	display: none;\n/* set your image here */\n	background: url([[root_url]]/uploads/ngrey/ultoprt.png) no-repeat left top;\n}\n* html ul#primary-nav li ul {\n/* gif for IE6, as it can\'t handle transparent png */\n	background: url([[root_url]]/uploads/ngrey/ultoprt.gif) no-repeat left top;\n}\n* html ul#primary-nav li ul ul {\n/* gif for IE6, as it can\'t handle transparent png */\n	background: url([[root_url]]/uploads/ngrey/ultoprt.gif) no-repeat left top;\n}\n/* this is a special li type from the menu template, used to hold the bottom image for ul set above */\n#primary-nav ul li.separator, #primary-nav .separator:hover {\n/* set same as ul */\n	width: 209px;\n	padding: 0px;\n/* height of image */\n	height: 9px;\n/* negative margin pulls it down to cover ul image */\n	margin: 0px 0px -9px;\n/* set your image here */\n	background: url([[root_url]]/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;\n}\n/* IE6 \'star html\' Hack */\n* html #primary-nav  li ul li.separator {\n	height: 2px;\n/* set your image here */\n	background: url([[root_url]]/uploads/ngrey/ulbtmrt.gif) no-repeat left bottom;\n}\n/* Fixes IE7 bug*/\n#primary-nav li, #primary-nav li.menuparent {\n	min-height: 1em;\n}\n/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */\n#primary-nav li li.menuactive a.menuactive {\n/* contrast color to image behind it */\n	color: #FFF;\n/* not bold as text color and image behind it set it off from non active */\n	font-weight: normal;\n/* set your image here, dark grey image with white text set above*/\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\n}\n#primary-nav li.menuparent span {\n/* padding on left for image */\n	padding-left: 1.5em;\n/* down arrow to note it has children, left side of text */\n	background: url([[root_url]]/uploads/ngrey/active.png) no-repeat left center;\n}\n#primary-nav li.menuparent:hover li.menuparent span {\n/* remove left padding as image is on right side of text */\n	padding-left: 0;\n/* right arrow to note it has children, right side of text */\n	background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat right center;\n}\n#primary-nav li.menuparenth li.menuparent span,\n#primary-nav li.menuparenth li.menuparenth span {\n/* same as above but this is for IE6, gif image as it can\'t handle transparent png */\n	padding-left: 0;\n	background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\n}\n#primary-nav li.menuparent:hover span,\n#primary-nav li.menuparent.menuactive span,\n#primary-nav li.menuparent.menuactiveh span,\n#primary-nav li.menuparenth span {\n/* right arrow on hover */\n	background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat left center;\n}\n#primary-nav li li span,\n#primary-nav li.menuparent li span,\n#primary-nav li.menuparent:hover li span,\n#primary-nav li.menuparenth li span,\n#primary-nav li.menuparenth li.menuparenth li span,\n#primary-nav li.menuparent li.menuparent li span,\n#primary-nav li.menuparent li.menuparent:hover li span {\n/* removes any images set above unless it\'s a parent or active parent */\n	background:  none;\n	padding-left: 0px;\n}\n/* Styling the appearance of menu items on hover */\n#primary-nav li:hover li a,\n#primary-nav li.menuh li a,\n#primary-nav li.menuparenth li a,\n#primary-nav li.menuactiveh li a {\n/* removes any images set above unless it\'s a parent or active parent */\n	background:  none;\n	color: #000;\n}\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\n#primary-nav li:hover ul ul ul,\n#primary-nav li.menuparenth ul ul ul,\n*/\n#primary-nav ul,\n#primary-nav li:hover ul,\n#primary-nav li:hover ul ul,\n#primary-nav li.menuparenth ul,\n#primary-nav li.menuparenth ul ul {\n	display: none;\n}\n/* for fourth level add\n#primary-nav ul ul ul li:hover ul,\n#primary-nav ul ul ul li.menuparenth ul,\n*/\n#primary-nav li:hover ul,\n#primary-nav ul li:hover ul,\n#primary-nav ul ul li:hover ul,\n#primary-nav li.menuparenth ul,\n#primary-nav ul li.menuparenth ul,\n#primary-nav ul ul li.menuparenth ul {\n	display: block;\n}\n/* IE Hack, will cause the css to not validate */\n#primary-nav li, #primary-nav li.menuparenth {\n	_float: left;\n	_height: 1%;\n}\n#primary-nav li a {\n	_height: 1%;\n}\n/* BIG NOTE: I didn\'t do anything to these 2, never tested */\n#primary-nav li.sectionheader {\n	border-left: 1px solid #006699;\n	border-top: 1px solid #006699;\n	font-size: 130%;\n	font-weight: bold;\n	padding: 1.5em 0 0.8em 0.5em;\n	background-color: #fff;\n	margin: 0;\n	width: 100%;\n}\n/* separator */\n#primary-nav li hr.separator {\n	display: block;\n	height: 0.5em;\n	color: #abb0b6;\n	background-color: #abb0b6;\n	width: 100%;\n	border: 0;\n	margin: 0;\n	padding: 0;\n	border-top: 1px solid #006699;\n	border-right: 1px solid #006699;\n}','Navigation CSS rules used in ShadowMenu left + 1 column Design','screen',NULL,1780330016,1780330016),
(13,'Navigation FatFootMenu','#footer ul {\n/* some margin is set in the footer padding */\n   margin: 0px;\n/* calling a specific side, left in this case */\n   margin-left: 5px;\n   padding: 0px;\n/* remove any default bullets, image used in li call */\n   list-style: none;\n}\n#footer ul li {\n/* remove any default bullets, image used for consistency */\n   list-style: none;\n/* float left to set first level li items across the top */\n   float:left;\n/* a little margin at top */\n   margin: 5px 0px 0px;\n/* padding all the way around */\n   padding: 5px;\n/* you can set your own image here, used for consistency */\n   background: url([[root_url]]/uploads/ngrey/dot.gif) no-repeat left 10px;\n}\n#footer ul li a {\n/* this will make the \"a\" link a solid shape */\n   display:block;\n   margin: 2px 0px 4px;\n   padding: 0px 5px 5px 5px;\n}\n/* set h3 to look like \"a\" */\n#footer li h3 {\n   font-weight:normal;\n   font-size:100%;\n   margin: 2px 0px 2px 0px;\n   padding: 0px 5px 5px 5px;\n}\n/* set h3 to look like \"a\", less margin at this level */\n#footer li li h3 {\n   font-weight:normal;\n   font-size:100%;\n   margin: 0px;\n   padding: 0px 5px 5px 5px;\n}\n#footer ul li li {\n/* remove any default bullets, image used for consistency */\n   list-style: none;\n/* remove float so they line up under top li */\n   float:none;\n/* less margin/padding */\n   margin: 0px;\n   padding: 0px 0px 0px 5px;\n/* you can set your own image here, used for consistency */\n   background: url([[root_url]]/uploads/ngrey/dot.gif) no-repeat left 3px;\n}\n/* fix for IE6 */\n* html #footer ul li a {\n   margin: 2px 0px 0px;\n   padding: 0px 5px 5px 5px;\n}\n* html #footer ul li li a {\n   margin: 0px 0px 0px;\n   padding: 0px 5px 0px 5px;\n}\n/* End fix for IE6 */\n#footer ul ul {\n/* remove float so they line up under top li */\n   float:none;\n/* a little margin to offset it */\n   margin: 0px 0px 0px 8px;\n   padding: 0;\n}\n#footer ul ul ul {\n/* remove float so they line up under li above it */\n   float:none;\n/* a little margin to offset it */\n   margin: 0px 0px 0px 8px;\n   padding: 0;\n}','Footer navigation CSS rules used in CSSMenu left + 1 column, CSSMenu top + 2 columns, Left simple navigation + 1 column, ShadowMenu left + 1 column, ShadowMenu Tab + 2 columns and Top simple navigation + left subnavigation + 1 column','screen',NULL,1780330016,1780330016),
(14,'ncleanbluecore','/*\n  @Nuno Costa [criacaoweb.net] Core CSS.\n  @Licensed under GPL and MIT.\n  @Status: Stable\n  @Version: 0.1-20090418\n  \n  @Contributors:\n  \n  --------------------------------------------------------------- \n*/\n/*----------- Global Containers ----------- */\n/* \n.core-wrap-100   =  width - 100% of Browser Fluid\n.core-wrap-960   =  width - 960px  - fixed\n.core-wrap-780   =  width - 780px  - fixed\n.custom-wrap-x   =  width -  custom   - declared in another css (your site css)\n*/\n.core-wrap-100 {\n	width: 100%;\n}\n.core-wrap-960 {\n	width: 960px;\n}\n.core-wrap-780 {\n	width: 780px;\n}\n.core-wrap-100,\n.core-wrap-960,\n.core-wrap-780,\n.custom-wrap-x {\n	margin-left: auto;\n	margin-right: auto;\n}\n/*----------- Global Float ----------- */\n.core-wrap-100  .core-float-left,\n.core-wrap-960  .core-float-left,\n.core-wrap-780  .core-float-left,\n.custom-wrap-x  .core-float-left {\n	float: left;\n	display: inline;\n}\n.core-wrap-100  .core-float-right,\n.core-wrap-960  .core-float-right,\n.core-wrap-780  .core-float-right,\n.custom-wrap-x  .core-float-right {\n	float: right;\n	display: inline;\n}\n/*----------- Global Center ----------- */\n.core-wrap-100   .core-center,\n.core-wrap-960   .core-center,\n.core-wrap-780   .core-center,\n.custom-wrap-x   .core-center {\n	margin-left: auto;\n	margin-right: auto;\n}','Grid CSS rules used in NCleanBlue Design','screen',NULL,1780330016,1780330016),
(15,'ncleanblueutils','/*\n  @Nuno Costa [criacaoweb.net] Utils CSS.\n  @Licensed under GPL2 and MIT.\n  @Status: Stable\n  @Version: 0.1-20090418\n  \n  @Contributors:\n        -  http://meyerweb.com/eric/tools/css/reset/index.html \n  \n  --------------------------------------------------------------- \n*/\n/* From: http://meyerweb.com/eric/tools/css/reset/index.html  (Original) */\n/* v1.0 | 20080212 */\nhtml, body, div, span, applet, object, iframe,\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\na, abbr, acronym, address, big, cite, code,\ndel, dfn, em, font, img, ins, kbd, q, s, samp,\nsmall, strike, strong, sub, sup, tt, var,\nb, u, i, center,\ndl, dt, dd, ol, ul, li,\nfieldset, form, label, legend,\ntable, caption, tbody, tfoot, thead, tr, th, td {\n	margin: 0;\n	padding: 0;\n	border: 0;\n	outline: 0;\n	font-size: 100%;\n	vertical-align: baseline;\n	background: transparent;\n}\n/*\nStantby for nowbody {\n	line-height: 1;\n}\n*/\nol, ul {\n	list-style: none;\n}\nblockquote, q {\n	quotes: none;\n}\nblockquote:before,\nblockquote:after,\nq:before, q:after {\n	content: \'\';\n	content: none;\n}\n/* remember to define focus styles! */\n:focus {\n	outline: 0;\n}\n/* remember to highlight inserts somehow! */\nins {\n	text-decoration: none;\n}\ndel {\n	text-decoration: line-through;\n}\n/* tables still need \'cellspacing=\"0\"\' in the markup */\ntable {\n	border-collapse: collapse;\n	border-spacing: 0;\n}\n/* ------- @Nuno Costa [criacaoweb.net] Utils CSS. ---------- */\n* {\n	font-weight: inherit;\n	font-style: inherit;\n	font-family: inherit;\n}\ndfn {\n	display: none;\n	overflow: hidden;\n}\n/* ----------- Clear Floated Elements ----------- */\nhtml body .util-clearb {\n	background: none;\n	border: 0;\n	clear: both;\n	display: block;\n	float: none;\n	font-size: 0;\n	margin: 0;\n	padding: 0;\n	position: static;\n	overflow: hidden;\n	visibility: hidden;\n	width: 0;\n	height: 0;\n}\n/* ----------- Fix to Clear Floated Elements ----------- */\n.util-clearfix:after {\n	clear: both;\n	content: \'.\';\n	display: block;\n	visibility: hidden;\n	height: 0;\n}\n.util-clearfix {\n	display: inline-block;\n}\n* html .util-clearfix {\n	height: 1%;\n}\n.util-clearfix {\n	display: block;\n}','Reset and browser helper CSS style rules used in NCleanBlue Design','screen',NULL,1780330016,1780330016),
(16,'Layout NCleanBlue','/*  \n@Nuno Costa [criacaoweb.net]\n@Since [cmsms 1.6]\n@Contributors: Mark and Dev-Team\n*/\nbody {\n/* default text for entire site */\n	font: normal 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;\n/* default text color for entire site */\n	color: #3A3A36;\n/* you can set your own image and background color here */\n	background: #fff url([[root_url]]/uploads/NCleanBlue/bg__full.png) repeat-x scroll left top;\n}\n/* Mask helper  for browsers ZOOM, Rezise and Decrease */\n#ncleanblue {\n/* set to width of viewport */\n	width: auto;\n/* you can set your own image and background color here */\n	background: #fff url([[root_url]]/uploads/NCleanBlue/bg__full.png) repeat-x scroll left top;\n}\n/* wiki style external links */\n/* external links will have \"(external link)\" text added, lets hide it */\na.external span {\n	position: absolute;\n	left: -5000px;\n	width: 4000px;\n}\na.external {\n/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */\n	padding: 0 12px 0 0;\n}\n/* colors for external links */\na.external:link {\n	color: #679EBC;\n/* background image for the link to show wiki style arrow */\n	background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\n}\na.external:visited {\n	color: #18507C;\n/* a different color can be used for visited external links */\n/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/\n	background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\n}\na.external:hover {\n	color: #18507C;\n/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */\n	background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% 0;\n	background-color: inherit;\n}\n/* end wiki style external links */\n/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */\n.accessibility, hr {\n/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */\n	position: absolute;\n	top: -9999em;\n	left: -9999em;\n	background: none;\n	border: 0;\n	clear: both;\n	display: block;\n	float: none;\n	font-size: 0;\n	margin: 0;\n	padding: 0;\n	overflow: hidden;\n	visibility: hidden;\n	width: 0;\n	height: 0;\n	border: none;\n}\n/* ------------ Standard  HTML elements and their default settings ------------ */\nb, strong{font-weight: bold;}i, em{	font-style: italic;}\np {\n	padding: 0;\n	margin-top: 0.5em;\n    margin-bottom: 1em;\n   text-align:left;\n}\nh1, h2, h3, h4, h5 {\n	line-height: 1.6em;\n	font-weight: normal;\n	width: auto;\n	font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;\n}\n/*default link styles*/\na {\n	color: #679EBC;\n	text-decoration: none;\n	text-align: left;\n}\na:hover {\n	color: #3A6B85;\n}\na:active {\n	color: #3A6B85;\n}\na:visited {\n	color: #679EBC;\n}\ninput, textarea, select {\n	font-size: 0.95em;\n}\n/* ------------ Wrapper ------------ */\ndiv#pagewrapper {\n	font-size: 95%;\n	position: relative;\n	z-index: 1;\n}\n/* ------------ Header ------------ */\n#header {\n	height: 111px;\n	width: 960px;\n}\n#logo a {\n/* adjust according your image size */\n	height: 75px;\n	width: 215px;\n/* forces full link size */\n	display: block;\n/* this hides the text */\n	text-indent: -9999em;\n	margin-top: 0;\n	margin-left: 0;\n/* you can set your own image here, note size adjustments */\n	background: url([[root_url]]/uploads/NCleanBlue/logo.png) no-repeat left top;\n}\n/* ------------ Header - Search ------------ */\ndiv#search {\n	width: 190px;\n	height: 28px;\n	margin-top: 31px;\n	margin-right: 20px;\n}\ndiv#search label {\n	text-indent: -9999em;\n	height: 0pt;\n	width: 0pt;\n	display: none;\n}\ndiv#search input.search-input {\n/* specific size for image, your image may need these adjusted */\n	width: 143px;\n	height: 17px;\n/* removes default borders, allows use of image */\n	border-style: none;\n/* text color */\n	color: #999;\n/* padding of text */\n	padding: 7px 0px 4px 10px;\n	float: left;\n/* set all font properties at once, weight, size, family */\n	font: bold 0.9em Arial, Helvetica, sans-serif;\n/* left input image, set your own here */\n	background: url([[root_url]]/uploads/NCleanBlue/search.png) no-repeat left top;\n}\ndiv#search input.search-button {\n/* specific size for image, your image may need these adjusted */\n	width: 37px;\n	height: 28px;\n/* removes default borders, allows use of image */\n	border-style: none;\n/* hides text, image has text */\n	text-indent: -9999em;\n	float: left;\n	margin: 0;\n/* provides positive hover effect */\n	cursor: pointer;\n/* removes default size/height */\n	font-size: 0px;\n	line-height: 0px;\n/* submit button image, set your own here */\n	background: transparent url([[root_url]]/uploads/NCleanBlue/search.png) no-repeat right top;\n}\n/* ------------ Content ------------ */\n#content {\n	width: auto;\n/* all text in #content will default align left, changed in other calls */\n	text-align: left;\n}\n#bar {\n	width: auto;\n	height: 40px;\n	padding-right: 1em;\n	padding-left: 1em;\n}\n.print {\n	margin-right: 75px;\n	margin-top: 10px;\n}\n#version {\n	width: 50px;\n	height: 31px;\n	position: absolute;\n	z-index: 5;\n	top: 130px;\n	right: -16px;\n	font-size: 1.6em;\n	font-weight: bold;\n	padding: 28px 15px;\n	color: #FFF;\n	text-align: center;\n	vertical-align: middle;\n	background:  url([[root_url]]/uploads/NCleanBlue/version.png) no-repeat left top;\n}\n/* IE6 fixes */\n* html div#version {\n	top: 150px;\n}\n/* End IE6 fixes */\n/* Site Title */\nh1.title {\n	font-size: 1.8em;\n	color: #666666;\n	margin-bottom: 0.5em;\n}\n/* Breadcrumbs */\ndiv.breadcrumbs {\n	padding: 0.5em 0;\n	font-size: 80%;\n	margin: 0 1em;\n}\ndiv.breadcrumbs span.lastitem {\n	font-weight: bold;\n}\n/* ------------ Side Bar (Left) ------------ */\n#left {\n	width: 250px;\n}\n/* Image that Represents the new CMS design */\n#left .screen {\n	margin: 10px 50px;\n}\n/* End  */\n.sbar-title {\n	font: bold 1.2em Arial, Helvetica, sans-serif;\n	color: #252523;\n}\n.sbar-top {\n	height: 20px;\n	width: auto;\n	padding: 10px;\n	background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat left top;\n}\n.sbar-main {\n	width: auto;\n	border-right: 1px solid #E2E2E2;\n	border-left: 1px solid #E2E2E2;\n	background: #F0F0F0;\n}\nspan.sbar-bottom {\n	width: auto;\n	display: block;\n	height: 10px;\n	background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat left bottom;\n}\n/* ------------ Main (Right) ------------ */\n#main {\n	width: 690px;\n}\n.main-top {\n	height: 15px;\n	width: auto;\n	background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat right top;\n}\n.main-main {\n	width: auto;\n	border-right: 1px solid #E2E2E2;\n	border-left: 1px solid #E2E2E2;\n	background: #F0F0F0;\n	padding: 20px;\n	padding-top: 0px;\n}\n.main-bottom {\n	width: auto;\n	height: 41px;\n	background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat right bottom;\n}\n.right49, .left49 {\n	font-size: 0.85em;\n	margin: 7px 5px 5px 10px;\n	font-weight: bold;\n}\n.left49 span {\n	display: block;\n	padding-top: 1px;\n}\n.left49 a {\n	font-weight: normal;\n}\n.right49 {\n	height: 28px;\n	width: 50px;\n	padding-right: 10px;\n	background: url([[root_url]]/uploads/NCleanBlue/bull.png) no-repeat right top;\n}\n.right49 a, .right49 a:visited {\n	padding: 7px 4px;\n	display: block;\n	color: #000;\n	height: 15px;\n	background: url([[root_url]]/uploads/NCleanBlue/bull.png) no-repeat  left top;\n}\n#main h2,\n#main h3,\n#main h4,\n#main h5,\n#main h6 {\n	font-size: 1.4em;\n	color: #301E12;\n}\ndiv#main ul,\ndiv#main ol,\ndiv#main dl,\n#footer ul,\n#footer ol {\n	line-height: 1em;\n	margin: 0 0 1.5em 0;\n}\ndiv#main ul,\n#footer ul {\n	list-style: circle;\n}\ndiv#main ul li,\ndiv#main ol li,\n#footer ul li,\n#footer ol li {\n	padding: 2px 2px 2px 5px;\n	margin-left: 20px;\n}\n/* definition lists topics on bold */\ndiv#main dl dt {\n	font-weight: bold;\n	margin: 0 0 0 1em;\n}\ndiv#main dl dd {\n	margin: 0 0 1em 1em;\n}\ndiv#main dl {\n	margin-bottom: 2em;\n	padding-bottom: 1em;\n	border-bottom: 1px solid #c0c0c0;\n}\n/* ------------ Footer ------------ */\n#footer-wrapper {\n	min-height: 235px;\n	height: auto!important;\n	height: 235px;\n	width: auto;\n	margin-top: 5px;\n	text-align: center;\n	margin-right: 00px;\n	margin-left: 0px;\n	background: #7CA3B5 url([[root_url]]/uploads/NCleanBlue/bg__footer.png) repeat-x left top;\n}\n#footer {\n	color: #FFF;\n	font-size: 0.8em;\n	min-height: 235px;\n	height: auto!important;\n	height: 235px;\n	background: #7CA3B5 url([[root_url]]/uploads/NCleanBlue/bg__footer.png) repeat-x left top;\n}\n#footer .block {\n	width: 300px;\n	margin: 20px 10px 10px;\n}\n#footer .cms {\n	text-align: right;\n}\n/* ------------ Footer Links ------------ */\n#footer ul {\n	width: auto;\n	text-align: left;\n	margin-left: 50px;\n}\n#footer ul ul {\n	margin-left: 0px;\n}\n#footer ul li a {\n	color: #FFF;\n	display: block;\n	font-weight: normal;\n	margin-bottom: 0.5em;\n	text-decoration: none;\n}\n#footer a {\n	color: #DCEDF1;\n	text-decoration: underline;\n	font-weight: bold;\n}\n/* ------------ END LAYOUT ---------------*/\n/* ------------  Menu  ROOT  ------------ */\n.page-menu {\n	width: auto;\n	height: 35px;\n	margin: 3px 0 0 20px;\n}\n.menuwrapper {}\n\nul#primary-nav li hr.menu_separator{\n        position: relative;\n        visibility: hidden;\n        display:block;\n        width:5px;\n       	height: 32px;\n       	margin: 0px 5px 0px;\n}\n.page-menu ul#primary-nav {\n	height: 1%;\n	float: left;\n	list-style: none;\n	padding: 0;\n	margin: 0;\n}\n.page-menu ul#primary-nav li {\n	float: left;\n}\n.page-menu ul#primary-nav li a,\n.page-menu ul#primary-nav li a span {\n	display: block;\n	padding: 0 10px;\n	background-repeat: no-repeat;\n	background-image: url([[root_url]]/uploads/NCleanBlue/tabs.gif);\n}\n.page-menu ul#primary-nav li a {\n	padding-left: 0;\n	color: #000;\n	font-weight: bold;\n	line-height: 2.15em;\n	text-decoration: none;\n	margin-left: 1px;\n	font-size: 0.85em;\n}\n.page-menu ul#primary-nav li a:hover,\n.page-menu ul#primary-nav li a:active {\n	color: #000;\n}\n.page-menu ul#primary-nav li a.menuactive,\n.page-menu ul#primary-nav li a:hover span {\n	color: #000;\n}\n.page-menu ul#primary-nav li a span {\n	padding-top: 6px;\n	padding-right: 0;\n	padding-bottom: 5px;\n}\n.page-menu ul#primary-nav li a.menuparenth,\n.page-menu ul#primary-nav li a.menuactive,\n.page-menu ul#primary-nav li a:hover,\n.page-menu ul#primary-nav li a:focus,\n.page-menu ul#primary-nav li a:active {\n	background-position: 100% -120px;\n}\n.page-menu ul#primary-nav li a {\n	background-position: 100% -80px;\n}\n.page-menu ul#primary-nav li a.menuactive span,\n.page-menu ul#primary-nav li a:hover span,\n.page-menu ul#primary-nav li a:focus span,\n.page-menu ul#primary-nav li a:active span {\n	background-position: 0 -40px;\n}\n.page-menu ul#primary-nav li a span {\n	background-position: 0 0;\n}\n.page-menu ul#primary-nav .sectionheader,\n.page-menu ul#primary-nav li a:link.menuactive,\n.page-menu ul#primary-nav li a:visited.menuactive {\n/* @ Opera, use pseudo classes otherwise it confuses cursor... */\n	cursor: text;\n}\n.page-menu ul#primary-nav li span,\n.page-menu ul#primary-nav li a,\n.page-menu ul#primary-nav li a:hover,\n.page-menu ul#primary-nav li a:focus,\n.page-menu ul#primary-nav li a:active {\n/* @ Opera, we need to be explicit again here now... */\n	cursor: pointer;\n}\n/* Additional IE specific bug fixes... */\n* html .page-menu ul#primary-nav {\n	display: inline-block;\n}\n*:first-child+html .page-menu ul#primary-nav {\n	display: inline-block;\n}\n/* --------------------  menu dropdow  -------------------------\n/* Unless you know what you do, do not touch this */\n/* Reset all ROOT menu styles. */\nul#primary-nav ul.unli li li a span,\nul#primary-nav ul.unli li a span,\nul#primary-nav .menuparent .unli .menuparent .unli li a span {\n	font-weight: normal;\n	background-image: none;\n	display: block;\n	padding-top: 0px;\n	padding-left: 0px;\n	padding-right: 0px;\n	padding-bottom: 0px;\n}\n#primary-nav {\n	margin: 0px;\n	padding: 0px;\n}\n#primary-nav ul {\n	list-style: none;\n	margin: -6px 0px 0px;\n	padding: 0px;\n/* Set the width of the menu elements at second level. Leaving first level flexible. */\n	width: 209px;\n}\n#primary-nav ul {\n	position: absolute;\n	z-index: 1001;\n	top: auto;\n	display: none;\n	padding-top: 9px;\n	background: url([[root_url]]/uploads/NCleanBlue/ultop.png) no-repeat left top;\n}\n* html #primary-nav ul.unli {\n	padding-top: 12px;\n	background: url([[root_url]]/uploads/NCleanBlue/ultop.gif) no-repeat left top;\n}\n#primary-nav ul.unli ul {\n	margin-left: -7px;\n	left: 100%;\n	top: 3px;\n}\n* html #primary-nav ul.unli ul {\n	margin-left: -0px;\n}\n#primary-nav li {\n	margin: 0px;\n	float: left;\n}\n#primary-nav li li {\n	margin-left: 7px;\n	margin-top: -1px;\n	float: none;\n	position: relative;\n}\n/* Styling the basic appearance of the menu elements */\nul#primary-nav ul hr.menu_separator{\n        position: relative;\n        visibility: visible;\n        display:block;\n        width:130px;\n       	height: 1px;\n       	margin: 2px 30px 2px;\n	padding: 0em;\n	border-bottom: 1px solid #ccc;\n	border-top-width: 0px;\n	border-right-width: 0px;\n	border-left-width: 0px;\n	border-top-style: none;\n	border-right-style: none;\n	border-left-style: none;\n}\n#primary-nav .separator,\n#primary-nav .separatorh {\n	height: 9px;\n	width: 209px;\n	margin: 0px 0px -8px;\n	background: url([[root_url]]/uploads/NCleanBlue/ulbtm.png) no-repeat left bottom;\n}\n* html #primary-nav .separator {\n       z-index:-1;\n	background: url([[root_url]]/uploads/NCleanBlue/ulbtm.gif) no-repeat left bottom;\n}\n*:first-child+html #primary-nav .separator {\n       z-index:-1;\n}\n#primary-nav ul.unli li a {\n	padding: 0px 10px;\n	width: 165px;\n	margin: 5px;\n	background-image: none;\n}\n* html #primary-nav ul.unli li a {\n	padding: 0px 10px 0px 5px;\n	width: 165px;\n	margin: 5px 0px;\n}\n#primary-nav li li a:hover {\n	background-color: #DBE7F2;\n}\n/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */\n#primary-nav li.menuactive li a {\n	text-decoration: none;\n	background: none;\n}\n#primary-nav ul.unli li.menuparenth,\n#primary-nav ul.unli a:hover,\n#primary-nav ul.unli a.menuactive {\n	background-color: #DBE7F2;\n}\n/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */\n#primary-nav ul.unli li .menuparent,\n#primary-nav ul.unli li .menuparent:hover,\n#primary-nav ul.unli li .menuparent,\n#primary-nav .menuactive.menuparent .unli .menuactive.menuparent .menuactive.menuparent {\n	background-image: url([[root_url]]/uploads/NCleanBlue/arrow.gif);\n	background-position: center right;\n	background-repeat: no-repeat;\n}\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */\n#primary-nav ul,\n#primary-nav li:hover ul,\n#primary-nav li:hover ul ul,\n#primary-nav li:hover ul ul ul,\n#primary-nav li.menuparenth ul,\n#primary-nav li.menuparenth ul ul,\n#primary-nav li.menuparenth ul ul ul {\n	display: none;\n}\n#primary-nav li:hover ul,\n#primary-nav ul li:hover ul,\n#primary-nav ul ul li:hover ul,\n#primary-nav ul ul ul li:hover ul,\n#primary-nav li.menuparenth ul,\n#primary-nav ul li.menuparenth ul,\n#primary-nav ul ul li.menuparenth ul,\n#primary-nav ul ul ul li.menuparenth ul {\n	display: block;\n}\n/* IE Hacks */\n#primary-nav li li {\n	float: left;\n	clear: both;\n}\n#primary-nav li li a {\n	height: 1%;\n}\n/*************** End Menu *****************/\n/* ------------ News Module ------------ */\n#news {\n	padding: 10px;\n}\n.NewsSummary {\n}\n.NewsSummaryPostdate,\n.NewsSummaryCategory,\n.NewsSummaryAuthor {\n	font-style: italic;\n	font-size: 0.8em;\n}\n.NewsSummaryLink {\n	margin: 2px 0;\n}\n.NewsSummaryContent {\n	margin: 10px 0;\n}\n.NewsSummaryMorelink {\n	margin: 5px 0 15px;\n}\n/* ------------ End News Module ------------ */','Main layout rules used in NCleanBlue Design','screen',NULL,1780330016,1780330016),
(17,'Simplex Core','[[strip]]\r\n\r\n[[* /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ *]]\r\n\r\n[[* /* ==========================================================================\r\n HTML5 display definitions\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Correct `block` display not defined in IE 8/9.\r\n */ *]]\r\n\r\narticle, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {\r\n	display: block;\r\n}\r\n\r\n[[* /**\r\n * Correct `inline-block` display not defined in IE 8/9.\r\n */ *]]\r\n\r\naudio, canvas, video {\r\n	display: inline-block;\r\n}\r\n\r\n[[* /**\r\n * Prevent modern browsers from displaying `audio` without controls.\r\n * Remove excess height in iOS 5 devices.\r\n */ *]]\r\n\r\naudio:not([controls]) {\r\n	display: none;\r\n	height: 0;\r\n}\r\n\r\n[[* /**\r\n * Address `[hidden]` styling not present in IE 8/9.\r\n * Hide the `template` element in IE, Safari, and Firefox < 22.\r\n */ *]]\r\n\r\n[hidden], template {\r\n	display: none;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Base\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * 1. Set default font family to sans-serif.\r\n * 2. Prevent iOS text size adjust after orientation change, without disabling\r\n *    user zoom.\r\n */ *]]\r\n\r\nhtml {\r\n	font-family: sans-serif; [[* /* 1 */ *]]\r\n	-ms-text-size-adjust: 100%; [[* /* 2 */ *]]\r\n	-webkit-text-size-adjust: 100%; [[* /* 2 */ *]]\r\n}\r\n\r\n[[* /**\r\n * Remove default margin.\r\n */ *]]\r\n\r\nbody {\r\n	margin: 0;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Links\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Remove the gray background color from active links in IE 10.\r\n */ *]]\r\n\r\na {\r\n	background: transparent;\r\n}\r\n\r\n[[* /**\r\n * Address `outline` inconsistency between Chrome and other browsers.\r\n */ *]]\r\n\r\na:focus {\r\n	outline: thin dotted;\r\n}\r\n\r\n[[* /**\r\n * Improve readability when focused and also mouse hovered in all browsers.\r\n */ *]]\r\n\r\na:active, a:hover {\r\n	outline: 0;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Typography\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Address variable `h1` font-size and margin within `section` and `article`\r\n * contexts in Firefox 4+, Safari 5, and Chrome.\r\n */ *]]\r\n\r\nh1 {\r\n	font-size: 2em;\r\n	margin: 0.67em 0;\r\n}\r\n\r\n[[* /**\r\n * Address styling not present in IE 8/9, Safari 5, and Chrome.\r\n */ *]]\r\n\r\nabbr[title] {\r\n	border-bottom: 1px dotted;\r\n}\r\n\r\n[[* /**\r\n * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.\r\n */ *]]\r\n\r\nb, strong {\r\n	font-weight: bold;\r\n}\r\n\r\n[[* /**\r\n * Address styling not present in Safari 5 and Chrome.\r\n */ *]]\r\n\r\ndfn {\r\n	font-style: italic;\r\n}\r\n\r\n[[* /**\r\n * Address differences between Firefox and other browsers.\r\n */ *]]\r\n\r\nhr {\r\n	-moz-box-sizing: content-box;\r\n	box-sizing: content-box;\r\n	height: 0;\r\n}\r\n\r\n[[* /**\r\n * Address styling not present in IE 8/9.\r\n */ *]]\r\n\r\nmark {\r\n	background: #ff0;\r\n	color: #000;\r\n}\r\n\r\n[[* /**\r\n * Correct font family set oddly in Safari 5 and Chrome.\r\n */ *]]\r\n\r\ncode, kbd, pre, samp {\r\n	font-family: monospace, serif;\r\n	font-size: 1em;\r\n}\r\n\r\n[[* /**\r\n * Improve readability of pre-formatted text in all browsers.\r\n */ *]]\r\n\r\npre {\r\n	white-space: pre-wrap;\r\n}\r\n\r\n[[* /**\r\n * Set consistent quote types.\r\n */ *]]\r\n\r\nq {\r\n	quotes: \"\\201C\" \"\\201D\" \"\\2018\" \"\\2019\";\r\n}\r\n\r\n[[* /**\r\n * Address inconsistent and variable font size in all browsers.\r\n */ *]]\r\n\r\nsmall {\r\n	font-size: 80%;\r\n}\r\n\r\n[[* /**\r\n * Prevent `sub` and `sup` affecting `line-height` in all browsers.\r\n */ *]]\r\n\r\nsub, sup {\r\n	font-size: 75%;\r\n	line-height: 0;\r\n	position: relative;\r\n	vertical-align: baseline;\r\n}\r\n\r\nsup {\r\n	top: -0.5em;\r\n}\r\n\r\nsub {\r\n	bottom: -0.25em;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Embedded content\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Remove border when inside `a` element in IE 8/9.\r\n */ *]]\r\n\r\nimg {\r\n	border: 0;\r\n}\r\n\r\n[[* /**\r\n * Correct overflow displayed oddly in IE 9.\r\n */ *]]\r\n\r\nsvg:not(:root) {\r\n	overflow: hidden;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Figures\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Address margin not present in IE 8/9 and Safari 5.\r\n */ *]]\r\n\r\nfigure {\r\n	margin: 0;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Forms\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Define consistent border, margin, and padding.\r\n */ *]]\r\n\r\nfieldset {\r\n	border: 1px solid #c0c0c0;\r\n	margin: 0 2px;\r\n	padding: 0.35em 0.625em 0.75em;\r\n}\r\n\r\n[[* /**\r\n * 1. Correct `color` not being inherited in IE 8/9.\r\n * 2. Remove padding so people aren\'\'t caught out if they zero out fieldsets.\r\n */ *]]\r\n\r\nlegend {\r\n	border: 0; [[* /* 1 */ *]]\r\n	padding: 0; [[* /* 2 */ *]]\r\n}\r\n\r\n[[* /**\r\n * 1. Correct font family not being inherited in all browsers.\r\n * 2. Correct font size not being inherited in all browsers.\r\n * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.\r\n */ *]]\r\n\r\nbutton, input, select, textarea {\r\n	font-family: inherit; [[* /* 1 */ *]]\r\n	font-size: 100%; [[* /* 2 */ *]]\r\n	margin: 0; [[* /* 3 */ *]]\r\n}\r\n\r\n[[* /**\r\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in\r\n * the UA stylesheet.\r\n */ *]]\r\n\r\nbutton, input {\r\n	line-height: normal;\r\n}\r\n\r\n[[* /**\r\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\r\n * All other form control elements do not inherit `text-transform` values.\r\n * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.\r\n * Correct `select` style inheritance in Firefox 4+ and Opera.\r\n */ *]]\r\n\r\nbutton, select {\r\n	text-transform: none;\r\n}\r\n\r\n[[* /**\r\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\r\n *    and `video` controls.\r\n * 2. Correct inability to style clickable `input` types in iOS.\r\n * 3. Improve usability and consistency of cursor style between image-type\r\n *    `input` and others.\r\n */ *]]\r\n\r\nbutton, html input[type=\"button\"], [[* /* 1 */ *]]\r\ninput[type=\"reset\"], input[type=\"submit\"] {\r\n	-webkit-appearance: button; [[* /* 2 */ *]]\r\n	cursor: pointer; [[* /* 3 */ *]]\r\n}\r\n\r\n[[* /**\r\n * Re-set default cursor for disabled elements.\r\n */ *]]\r\n\r\nbutton[disabled], html input[disabled] {\r\n	cursor: default;\r\n}\r\n\r\n[[* /**\r\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\r\n * 2. Remove excess padding in IE 8/9/10.\r\n */ *]]\r\n\r\ninput[type=\"checkbox\"], input[type=\"radio\"] {\r\n	box-sizing: border-box; [[* /* 1 */ *]]\r\n	padding: 0; [[* /* 2 */ *]]\r\n}\r\n\r\n[[* /**\r\n * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.\r\n * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome\r\n *    (include `-moz` to future-proof).\r\n */ *]]\r\n\r\ninput[type=\"search\"] {\r\n	-webkit-appearance: textfield; [[* /* 1 */ *]]\r\n	-moz-box-sizing: content-box;\r\n	-webkit-box-sizing: content-box; [[* /* 2 */ *]]\r\n	box-sizing: content-box;\r\n}\r\n\r\n[[* /**\r\n * Remove inner padding and search cancel button in Safari 5 and Chrome\r\n * on OS X.\r\n */ *]]\r\n\r\ninput[type=\"search\"]::-webkit-search-cancel-button, input[type=\"search\"]::-webkit-search-decoration {\r\n	-webkit-appearance: none;\r\n}\r\n\r\n[[* /**\r\n * Remove inner padding and border in Firefox 4+.\r\n */ *]]\r\n\r\nbutton::-moz-focus-inner, input::-moz-focus-inner {\r\n	border: 0;\r\n	padding: 0;\r\n}\r\n\r\n[[* /**\r\n * 1. Remove default vertical scrollbar in IE 8/9.\r\n * 2. Improve readability and alignment in all browsers.\r\n */ *]]\r\n\r\ntextarea {\r\n	overflow: auto; [[* /* 1 */ *]]\r\n	vertical-align: top; [[* /* 2 */ *]]\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Tables\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Remove most spacing between table cells.\r\n */ *]]\r\n\r\ntable {\r\n	border-collapse: collapse;\r\n	border-spacing: 0;\r\n}\r\n\r\n[[* /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */ *]]\r\n\r\n[[* /*\r\n * What follows is the result of much research on cross-browser styling.\r\n * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,\r\n * Kroc Camen, and the H5BP dev community and team.\r\n */ *]]\r\n\r\n[[* /* ==========================================================================\r\n Base styles: opinionated defaults\r\n ========================================================================== */ *]]\r\n\r\nhtml {\r\n	color: #222;\r\n	font-size: 1em;\r\n	line-height: 1.4;\r\n}\r\n\r\n[[* /*\r\n * A better looking default horizontal rule\r\n */ *]]\r\n\r\nhr {\r\n	display: block;\r\n	height: 1px;\r\n	border: 0;\r\n	border-top: 1px solid #ccc;\r\n	margin: 1em 0;\r\n	padding: 0;\r\n}\r\n\r\n[[* /*\r\n * Remove the gap between images, videos, audio and canvas and the bottom of\r\n * their containers: h5bp.com/i/440\r\n */ *]]\r\n\r\naudio, canvas, img, svg, video {\r\n	vertical-align: middle;\r\n}\r\n\r\n[[* /*\r\n * Remove default fieldset styles.\r\n */ *]]\r\n\r\nfieldset {\r\n	border: 0;\r\n	margin: 0;\r\n	padding: 0;\r\n}\r\n\r\n[[* /*\r\n * Allow only vertical resizing of textareas.\r\n */ *]]\r\n\r\ntextarea {\r\n	resize: vertical;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Helper classes\r\n ========================================================================== */ *]]\r\n\r\n[[* /*\r\n * Hide from both screenreaders and browsers: h5bp.com/u\r\n */ *]]\r\n\r\n.hidden {\r\n	display: none !important;\r\n	visibility: hidden;\r\n}\r\n\r\n[[* /*\r\n * Hide only visually, but have it available for screenreaders: h5bp.com/v\r\n */ *]]\r\n\r\n.visuallyhidden {\r\n	border: 0;\r\n	clip: rect(0 0 0 0);\r\n	height: 1px;\r\n	margin: -1px;\r\n	overflow: hidden;\r\n	padding: 0;\r\n	position: absolute;\r\n	width: 1px;\r\n}\r\n\r\n[[* /*\r\n * Extends the .visuallyhidden class to allow the element to be focusable\r\n * when navigated to via the keyboard: h5bp.com/p\r\n */ *]]\r\n\r\n.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {\r\n	clip: auto;\r\n	height: auto;\r\n	margin: 0;\r\n	overflow: visible;\r\n	position: static;\r\n	width: auto;\r\n}\r\n\r\n[[* /*\r\n * Hide visually and from screenreaders, but maintain layout\r\n */ *]]\r\n\r\n.invisible {\r\n	visibility: hidden;\r\n}\r\n\r\n[[* /*\r\n * Clearfix: contain floats\r\n *\r\n * For modern browsers\r\n * 1. The space content is one way to avoid an Opera bug when the\r\n *    `contenteditable` attribute is included anywhere else in the document.\r\n *    Otherwise it causes space to appear at the top and bottom of elements\r\n *    that receive the `clearfix` class.\r\n * 2. The use of `table` rather than `block` is only necessary if using\r\n *    `:before` to contain the top-margins of child elements.\r\n */ *]]\r\n\r\n.cf:before, .cf:after {\r\n	content: \" \"; [[* /* 1 */ *]]\r\n	display: table; [[* /* 2 */ *]]\r\n}\r\n\r\n.cf:after {\r\n	clear: both;\r\n}\r\n\r\n[[* /* =====================================\r\n BASE STYLES\r\n ===================================== */ *]]\r\n\r\n[[* /*\r\n * 1. Remove default vertical scrollbar in IE6/7/8/9\r\n * 2. Allow only vertical resizing\r\n */ *]]\r\ntextarea {\r\n	overflow: auto;\r\n	vertical-align: top;\r\n	resize: vertical\r\n}\r\n\r\nul, ol {\r\n	margin: 1em 0;\r\n	padding: 0 0 0 40px\r\n}\r\n\r\ndd {\r\n	margin: 0 0 0 40px\r\n}\r\n\r\nnav ul, nav ol {\r\n	list-style: none;\r\n	list-style-image: none;\r\n	margin: 0;\r\n	padding: 0\r\n}\r\n\r\n[[* /* Redeclare monospace font family */ *]]\r\npre, code, kbd, samp {\r\n	font-family: monospace, serif;\r\n	_font-family: courier new, monospace;\r\n	font-size: 1em\r\n}\r\n\r\n[[* /* Improve readability of pre-formatted text in all browsers */ *]]\r\npre {\r\n	white-space: pre;\r\n	white-space: pre-wrap;\r\n	word-wrap: break-word\r\n}\r\n\r\nq {\r\n	quotes: none\r\n}\r\n\r\nq:before, q:after {\r\n	content: \"\";\r\n	content: none\r\n}\r\n\r\nsmall {\r\n	font-size: 85%\r\n}\r\n\r\n[[* /* correct text resizing */ *]]\r\nhtml {\r\n	font-size: 100%;\r\n	-webkit-text-size-adjust: 100%;\r\n	-ms-text-size-adjust: 100%\r\n}\r\n\r\nbody {\r\n	margin: 0;\r\n	font-size: 1em;\r\n	-webkit-font-smoothing: antialiased;\r\n}\r\n\r\n[[* /* =====================================\r\n 12 COLUMN GRID\r\n ===================================== */ *]]\r\n\r\n[[* /* ==========================================================================\r\n 12 Column Grid System based on the 1140px Grid V2\r\n by Andy Taylor http://cssgrid.net\r\n\r\n Extended by Goran Ilic http://www.ich-mach-das.at\r\n https://github.com/Stikki/Yetti/blob/master/static/css/yetti-grid.css\r\n ========================================================================== */ *]]\r\n\r\n.container {\r\n	padding-left: 10px;\r\n	padding-right: 10px;\r\n}\r\n\r\n.row {\r\n	width: 100%;\r\n	max-width: 1440px;\r\n	margin: 0 auto;\r\n	position: relative;\r\n}\r\n\r\n.row:before, .row:after, .form-row:before, .form-row:after {\r\n	content: \" \";\r\n	display: table;\r\n}\r\n\r\n.row:after, .form-row:after {\r\n	clear: both;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Base 12 Column Grid\r\n ========================================================================== */ *]]\r\n\r\n.full {\r\n	width: 100%;\r\n	display: block;\r\n}\r\n\r\n.half, .third, .two-third, .quarter, .three-quarter, .fifth, .two-fifth, .three-fifth, .four-fifth {\r\n	float: left;\r\n}\r\n\r\n.half {\r\n	width: 50%;\r\n}\r\n\r\n.third {\r\n	width: 33.33%;\r\n}\r\n\r\n.two-third {\r\n	width: 66.66%;\r\n}\r\n\r\n.quarter {\r\n	width: 25%;\r\n}\r\n\r\n.three-quarter {\r\n	width: 75%;\r\n}\r\n\r\n.fifth {\r\n	width: 20%;\r\n}\r\n\r\n.two-fifth {\r\n	width: 40%;\r\n}\r\n\r\n.three-fifth {\r\n	width: 60%;\r\n}\r\n\r\n.four-fifth {\r\n	width: 80%\r\n}\r\n\r\n[[* /* Animate position of columns */ *]]\r\n.row [class*=\"-col\"] {\r\n	-webkit-transition:all .4s ease;\r\n	-moz-transition:all .4s ease;\r\n	-o-transition:all .4s ease;\r\n	-ms-transition:all .4s ease;\r\n	transition:all .4s ease;\r\n}\r\n\r\n@media only screen and (min-width: 768px) {\r\n	\r\n	.container {\r\n		padding-left: 20px;\r\n		padding-right: 20px;\r\n	}\r\n\r\n	[[* /* ==========================================================================\r\n	 Base 12 Column Grid\r\n	 ========================================================================== */ *]]\r\n\r\n	.col, .one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col {\r\n		margin-left: 3.8%;\r\n		float: left;\r\n		min-height: 1px;\r\n		position: relative;\r\n	}\r\n	.row .one-col {\r\n		width: 4.85%;\r\n	}\r\n	.row .two-col {\r\n		width: 13.45%;\r\n	}\r\n	.row .three-col {\r\n		width: 22.05%;\r\n	}\r\n	.row .four-col {\r\n		width: 30.75%;\r\n	}\r\n	.row .five-col {\r\n		width: 39.45%;\r\n	}\r\n	.row .six-col {\r\n		width: 48.1%;\r\n	}\r\n	.row .seven-col {\r\n		width: 56.75%;\r\n	}\r\n	.row .eight-col {\r\n		width: 65.4%;\r\n	}\r\n	.row .nine-col {\r\n		width: 74.05%;\r\n	}\r\n	.row .ten-col {\r\n		width: 82.7%;\r\n	}\r\n	.row .eleven-col {\r\n		width: 91.35%;\r\n	}\r\n	.row .twelve-col {\r\n		width: 100%;\r\n		margin-left: 0;\r\n	}\r\n	.row [class*=\"-col\"]:first-child, .row [class*=\"-col\"].first {\r\n		margin-left: 0;\r\n	}\r\n\r\n	[[* /* ==========================================================================\r\n	 Offset Space\r\n	 ========================================================================== */ *]]\r\n\r\n	.row .offset-one {\r\n		margin-left: 8.65% !important;\r\n	}\r\n	.row .offset-two {\r\n		margin-left: 17.25% !important;\r\n	}\r\n	.row .offset-three {\r\n		margin-left: 25.85% !important;\r\n	}\r\n	.row .offset-four {\r\n		margin-left: 34.55% !important;\r\n	}\r\n	.row .offset-five {\r\n		margin-left: 43.25% !important;\r\n	}\r\n	.row .offset-six {\r\n		margin-left: 51.8% !important;\r\n	}\r\n	.row .offset-seven {\r\n		margin-left: 60.55% !important;\r\n	}\r\n	.row .offset-eight {\r\n		margin-left: 69.2% !important;\r\n	}\r\n	.row .offset-nine {\r\n		margin-left: 77.85% !important;\r\n	}\r\n	.row .offset-ten {\r\n		margin-left: 86.5% !important;\r\n	}\r\n	.row .offset-eleven {\r\n		margin-left: 95.15% !important;\r\n	}\r\n\r\n	[[* /* ==========================================================================\r\n	 Push & Pull Space\r\n	 ========================================================================== */ *]]\r\n\r\n	.row .push-one, .row .push-two, .row .push-three, .row .push-four, .row .push-five, .row .push-six, .row .push-seven, .row .push-eight,\r\n	.row .push-nine, .row .push-ten, .row .push-eleven, .row .pull-one, .row .pull-two, .row .pull-three, .row .pull-four, .row .pull-five,\r\n	.row .pull-six, .row .pull-seven, .row .pull-eight, .row .pull-nine, .row .pull-ten, .row .pull-eleven {\r\n		position: relative;\r\n		margin-left: 0;\r\n	}\r\n\r\n	.row .push-one {\r\n		left: 8.65%;\r\n	}\r\n	.row .push-two {\r\n		left: 17.25%;\r\n	}\r\n	.row .push-three {\r\n		left: 25.85%;\r\n	}\r\n	.row .push-four {\r\n		left: 34.55%;\r\n	}\r\n	.row .push-five {\r\n		left: 43.25%;\r\n	}\r\n	.row .push-six {\r\n		left: 51.8%;\r\n	}\r\n	.row .push-seven {\r\n		left: 60.55%;\r\n	}\r\n	.row .push-eight {\r\n		left: 69.2%;\r\n	}\r\n	.row .push-nine {\r\n		left: 77.85%;\r\n	}\r\n	.row .push-ten {\r\n		left: 86.5%;\r\n	}\r\n	.row .push-eleven {\r\n		left: 95.15%;\r\n	}\r\n\r\n	.row .pull-one {\r\n		right: 4.85%;\r\n	}\r\n	.row .pull-two {\r\n		right: 13.45%;\r\n	}\r\n	.row .pull-three {\r\n		right: 22.05%;\r\n	}\r\n	.row .pull-four {\r\n		right: 30.75%;\r\n	}\r\n	.row .pull-five {\r\n		right: 39.45%;\r\n	}\r\n	.row .pull-six {\r\n		right: 48%;\r\n	}\r\n	.row .pull-seven {\r\n		right: 56.75%;\r\n	}\r\n	.row .pull-eight {\r\n		right: 65.4%;\r\n	}\r\n	.row .pull-nine {\r\n		right: 74.05%;\r\n	}\r\n	.row .pull-ten {\r\n		right: 82.7%;\r\n	}\r\n	.row .pull-eleven {\r\n		right: 91.35%;\r\n	}\r\n\r\n}\r\n\r\n[[/strip]]','Simplex Theme core Stylesheet, containing 12 column grid system and HTML5 resets (normalize.css)','screen',NULL,1780330016,1780330016),
(18,'Simplex Layout','[[strip]]\r\n\r\n[[* APPEARANCE *]]\r\n[[* \r\n	/**\r\n	 * @copyright CMS Made Simple 2014\r\n	 * @author Goran Ilic (uniqu3e@gmail.com)\r\n	 * @version 1.1 (CMSMS 2.0 Package)\r\n	 * \r\n	 * Simplex Theme comes with 2 predefined Style variations, one is a \"boxed\" style as seen in\r\n	 * default installation which is controle with \"boxed\" ID that is set in Simplex Theme <body> tag.\r\n	 * If you remove this ID, a grey background on page body will be removed and layout will no longer \r\n	 * be wrapped inside a \"box\" but appear in a single background color which is by default white.\r\n	 * \r\n	 * Besides there are also predefined class names and styles that you can use on <body> tag to\r\n	 * change alignment of complete layout/page.\r\n	 * If you rightaligned class to body (example: <body class=\'rightaligned and other classes\'>) \r\n	 * then whole page layout will be positioned to right window side instead of centered position\r\n	 * and with class leftaligned the page layout will be positioned to left.\r\n	 * \r\n	 * Maximum width of page layout is preset to 1440px in Simplex Core stylesheet, you can change this \r\n	 * by adding a new rule in this stylesheet with a class .row (Example: .row { max-width: 1080px; }).\r\n	 * If you prefer a full width layout simply add fullwidth class to body tag of Simplex Template.  \r\n	 * This class will reset max-width limitation and force the page layout to full window width with\r\n	 * spacing on left and right of 30px.\r\n	 * \r\n	 * Browser Support: \r\n	 * Simplex Theme was tested in common modern Browser and IE8 (with gracefull fallback).\r\n	 * \r\n	 * Grid usage:\r\n	 * Simplex is using a custom Yetti Framework 12 column grid (https://github.com/Stikki/Yetti/tree/master)\r\n	 * based on Andy Taylors (http://cssgrid.net) 1140px Grid.\r\n	 * \r\n	 * Using the grid system is fairly simple. Make sure that grid columns\r\n	 * are wrapped inside a element with .row class.\r\n	 * When grid columns are inside a row element, floats are auto cleared,\r\n	 * therefore you do not need anything like some empty clear element ie. <div class=\"clear\"></div>\r\n	 * Grid columns have a spacing (margin-left) of 3.8% of the layout, whereby first column after\r\n	 * .row opening element will have no spacing (margin-left).\r\n	 * Grid columns are only applied to Browser and Screen size which are greater then 768px;\r\n	 * \r\n	 * Example (three column row):\r\n	 * \r\n	 * <!-- container has a preset padding to left and right with 20px -->\r\n	 * <div class=\"container\">\r\n	 *     <!-- clears floating row of columns, sets maximum width of 1440px -->\r\n	 *     <div class=\"row some-class-to-apply-styles\">\r\n	 *         <!-- \r\n	 *             four-col explanation: a simple math, grid is built out of 12 columns, so we say we want\r\n	 *             a grid column in size of four columns width therefore the name four- and to fill \r\n	 *             our .row it is three times four-col column makes twelve columns (3 x 4 = 12)\r\n	 *         -->\r\n	 *         <div class=\"four-col my-class\">\r\n	 *             Some content\r\n	 *         </div>\r\n	 *         <div class=\"four-col my-class\">\r\n	 *             Some content\r\n	 *         </div>\r\n	 *         <div class=\"four-col my-class\">\r\n	 *             Some content\r\n	 *         </div>\r\n	 *     </div>\r\n	 *     <div class=\"row\">\r\n	 *         <div class=\"six-col\">\r\n	 *             Half width content\r\n	 *         </div>\r\n	 *         <div class=\"six-col\">\r\n	 *             Half width content\r\n	 *         </div>\r\n	 *     </div>\r\n	 * </div>\r\n	 * \r\n	 */ \r\n*]]\r\n\r\n[[* /* assign the images path to a variable */ *]]\r\n[[capture assign=\'path\']][[uploads_url]]/simplex/images[[/capture]]\r\n[[capture assign=\'font\']][[uploads_url]]/simplex/fonts[[/capture]]\r\n\r\n[[* /* --- COLORS --- */ *]]\r\n\r\n[[assign var=\'light_grey\' value=\'#f1f1f1\']]\r\n[[assign var=\'grey\' value=\'#e9e9e9\']]\r\n[[assign var=\'dark_grey\' value=\'#555\' scope=global]]\r\n[[assign var=\'white\' value=\'#fff\']]\r\n[[assign var=\'orange\' value=\'#f39c2c\' scope=global]]\r\n[[assign var=\'dark_orange\' value=\'#e6870e\']]\r\n[[assign var=\'yellow\' value=\'#fdbd34\']]\r\n\r\n[[* /* =====================================\r\n ICON FONT\r\n ===================================== */ *]]\r\n[[* /* Will fail on Windows Phone 7, sorry developer life sucks */ *]]\r\n@font-face {\r\n	font-family: \'simplex\';\r\n	src: url(\'[[$font]]/simplex.eot\');\r\n	src: url(\'[[$font]]/simplex.eot?#iefix\') format(\'embedded-opentype\'),\r\n		url(\'[[$font]]/simplex.woff\') format(\'woff\'), \r\n		url(\'[[$font]]/simplex.ttf\') format(\'truetype\'),\r\n		url(\'[[$font]]/simplex.svg#simplex\') format(\'svg\');\r\n	font-weight: normal;\r\n	font-style: normal;\r\n}\r\n\r\n[class^=\"icon-\"], [class*=\" icon-\"] {\r\n	font-family: \'simplex\';\r\n	speak: none;\r\n	font-style: normal;\r\n	font-weight: normal;\r\n	font-variant: normal;\r\n	text-transform: none;\r\n	line-height: 1;\r\n	-webkit-font-smoothing: antialiased;\r\n	-moz-osx-font-smoothing: grayscale;\r\n}\r\n\r\n.icon-arrow-up:before {\r\n	content: \"\\e600\";\r\n}\r\n\r\n.icon-arrow-left:before {\r\n	content: \"\\e601\";\r\n}\r\n\r\n.icon-search:before {\r\n	content: \"\\e603\";\r\n}\r\n\r\n.icon-printer:before {\r\n	content: \"\\e604\";\r\n}\r\n\r\n.icon-linkedin:before {\r\n	content: \"\\e605\";\r\n}\r\n\r\n.icon-pinterest:before {\r\n	content: \"\\e606\";\r\n}\r\n\r\n.icon-youtube:before {\r\n	content: \"\\e607\";\r\n}\r\n\r\n.icon-facebook:before {\r\n	content: \"\\e608\";\r\n}\r\n\r\n.icon-google:before {\r\n	content: \"\\e609\";\r\n}\r\n\r\n.icon-twitter:before {\r\n	content: \"\\e60a\";\r\n}\r\n\r\n.icon-link:before {\r\n	content: \"\\e602\";\r\n}\r\n\r\n[[* /* =====================================\r\n GENERAL STYLES\r\n ===================================== */ *]]\r\nbody {\r\n	background: [[$white]];\r\n	font-family: \'Noto Sans\', sans-serif;\r\n	font-size: 1em; [[* /* base browser font size: 16px, now do math \"XX / 16 = ??\" where XX is desired font size */ *]] \r\n	color: [[$dark_grey]];\r\n	line-height: 1.5;\r\n}\r\n\r\n[[* /* add this class to <body> to align the layout to left instead of centered */ *]]\r\n.leftaligned {\r\n	margin-left: 0;\r\n}\r\n\r\n[[* /* add this class to <body> to align the layout to right instead of centered */ *]]\r\n.rightaligned {\r\n	margin-right: 0;\r\n}\r\n\r\n[[* /* you can change appearance of the page by adding or removing #boxed id to <body> tag. \r\n * By removing #boxed ID, page will no longer be wrapped in a wrapper \r\n */ *]]\r\nbody#boxed {\r\n	background: #f2f2f2 url([[$path]]/body-background.png) repeat;\r\n}\r\n\r\n[[* /* add this class to <body> to make this layout full window width */ *]]\r\nbody.fullwidth .row {\r\n	max-width: none;\r\n}\r\n\r\na img {\r\n	border: none;\r\n}\r\n\r\n[[* /* you can use these classes to align images to left or right */ *]]\r\n.right {\r\n	float: right;\r\n}\r\n\r\n.left {\r\n	float: left;\r\n}\r\n\r\n[[* /* if image needs some space add this class to img tag\r\n * so at the end a left floating image would be <img src=\'some.jpg\' class=\'left spacing\' alt=\'foo\' />\r\n */ *]]\r\n.spacing {\r\n	margin: 15px;\r\n}\r\n\r\n.spacing.left {\r\n	margin-right: 0;\r\n}\r\n\r\n.spacing.right {\r\n	margin-left: 0;\r\n}\r\n\r\n[[* /* or add a 2 px border to image or something, change as you need it */ *]]\r\n.border {\r\n	border: 2px solid [[$grey]];\r\n}\r\n\r\n[[* /* some styling for code chunks */ *]]\r\npre, code, kbd, samp {\r\n	font-family: Consolas, \'Andale Mono WT\', \'Andale Mono\', \'Lucida Console\', \'Lucida Sans Typewriter\', monospace;\r\n	color: [[$dark_grey]];\r\n}\r\n\r\npre code {\r\n	line-height: 1.4;\r\n	font-size: .8125em;\r\n}\r\n\r\npre {\r\n	padding: 10px;\r\n	margin: 10px 0;\r\n	overflow: auto;\r\n	width: 93%;\r\n	background: [[$light_grey]];\r\n	border-radius: 6px;\r\n	-webkit-border-radius: 6px;\r\n	-moz-border-radius: 6px;\r\n	-o-border-radius: 6px;\r\n}\r\n\r\n[[* /* target IE7 and IE6 */ *]]\r\n*:first-child+ html pre {\r\n	padding-bottom: 20px;\r\n	overflow-y: hidden;\r\n	overflow: visible;\r\n	overflow-x: auto;\r\n}\r\n\r\n* html pre {\r\n	padding-bottom: 20px;\r\n	overflow: visible;\r\n	overflow-x: auto;\r\n}\r\n\r\n[[* /* horizontal ruler */ *]]\r\nhr {\r\n	border: solid [[$grey]];\r\n	border-width: 1px 0 0 0;\r\n	clear: both;\r\n	margin: 10px 0 30px 0;\r\n	height: 0;\r\n}\r\n\r\n[[* /* =====================================\r\n COMMON TYPOGRAPHY\r\n ===================================== */ *]]\r\n\r\n[[* /* link default styles */ *]]\r\na {\r\n	color: [[$orange]];\r\n}\r\n\r\na.external {\r\n	text-decoration: none;\r\n}\r\n\r\na:visited {\r\n	color: [[$dark_orange]];\r\n}\r\n\r\na:hover {\r\n	color: [[$dark_grey]];\r\n	transition: transform .3s ease-out;\r\n	-webkit-transition: color .3s ease-out;\r\n	-moz-transition: color .3s ease-out;\r\n	-o-transition: color .3s ease-out;\r\n	text-decoration: underline;\r\n}\r\n\r\na:focus {\r\n	outline: thin dotted;\r\n}\r\n\r\na:hover, a:active {\r\n	outline: 0;\r\n}\r\n\r\n[[* /* add icon to links with class external */ *]]\r\na.external:after {\r\n	content: \"\\e602\";\r\n	padding-left: 4px;\r\n	font-family: \'simplex\';\r\n	text-decoration: none;\r\n}\r\n\r\n[[* /* default heading styles */ *]]\r\nh1, h2 {\r\n	font-family: \'Oswald\', Impact, Haettenschweiler, \'Arial Narrow Bold\', sans-serif;\r\n	font-weight: 700;\r\n}\r\n\r\nh3, h4, h5, h6 {\r\n	font-weight: 400;\r\n}\r\n\r\nh1 {\r\n	color: [[$orange]];\r\n	margin: 10px 0;\r\n	font-size: 2em; [[* /* 32px */ *]]\r\n	text-transform: uppercase;\r\n}\r\n\r\nh2 {\r\n	color: [[$dark_grey]];\r\n	font-size: 1.75em; [[* /* 28px */ *]]\r\n}\r\n\r\nh3 {\r\n	color: [[$dark_grey]];\r\n	font-size: 1.5em; [[* /* 24px */ *]]\r\n}\r\n\r\nh4 {\r\n	color: [[$orange]];\r\n	font-size: 1.375em; [[* /* 22px */ *]]\r\n}\r\n\r\nh5 {\r\n	font-size: 1.25em [[* /* 20px */ *]]\r\n}\r\n\r\nh6 {\r\n	font-size: 1.125em; [[* /* 18px */ *]]\r\n}\r\n\r\n[[* /* blockquotes and cites */ *]]\r\nblockquote, blockquote p {\r\n	font-size: 1.0625em;\r\n	line-height: 1.5;\r\n	color: [[$dark_grey]];\r\n	font-style: italic;\r\n	font-family: Georgia, Times New Roman, serif;\r\n}\r\n\r\nblockquote {\r\n	margin: 0 0 20px 0;\r\n	padding: 9px 10px 10px 19px;\r\n	border-left: 5px solid [[$light_grey]];\r\n}\r\n\r\nblockquote cite {\r\n	display: block;\r\n	font-size: .941176em;\r\n	color: [[$dark_grey]];\r\n}\r\n\r\nblockquote cite:before {\r\n	content: \"\\2014 \\0020\";\r\n}\r\n\r\nblockquote cite a, blockquote cite a:visited, blockquote cite a:visited {\r\n	font-family: Georgia, Times New Roman, serif;\r\n}\r\n\r\n[[* /* =====================================\r\n LAYOUT\r\n ===================================== */ *]]\r\n[[* /* wrapping the page in a box */ *]]\r\n.page-wrapper {\r\n	border-top: 5px solid [[$orange]];\r\n	margin-bottom: 15px;\r\n}\r\n\r\n[[* /* you can switch appearance of the page by adding or removing id #boxed to body tag */ *]]\r\n#boxed #wrapper {\r\n	margin-top: 15px;\r\n	border-top: 5px solid [[$orange]];\r\n	background: [[$white]];\r\n	box-shadow: 0 0 15px 0 #c6c6c6;\r\n}\r\n\r\n#boxed.page-wrapper {\r\n	border-top: none;\r\n}\r\n\r\n[[* /* add some spacing to page wrapper */ *]]\r\n.inner-section {\r\n	padding-left: 20px;\r\n	padding-right: 20px;\r\n}\r\n\r\n[[* /* ------ HEADER SECTION ------ */ *]]\r\n\r\n[[* /* the logo */ *]]\r\n.logo {\r\n	margin-top: 20px;\r\n	text-align: center;\r\n}\r\n\r\n.logo a {\r\n	display: block;\r\n}\r\n\r\n.top .header {\r\n	border-bottom: 1px solid [[$light_grey]];\r\n}\r\n\r\n[[* /* catchphrase */ *]]\r\n.phrase span {\r\n	font-family: \'Oswald\', Impact, Haettenschweiler, \'Arial Narrow Bold\', sans-serif;\r\n	text-transform: uppercase;\r\n	color: #ddd;\r\n	font-weight: 700;\r\n	font-size: 1.5em; [[* /* 24px */ *]]\r\n}\r\n\r\n[[* /* search */ *]]\r\n.search {\r\n	text-align: right;\r\n}\r\n\r\n[[* /* webkit browser add icons to input of type search, we dont want it here now */ *]]\r\ninput.search-input::-webkit-search-decoration, input.search-input::-webkit-search-results-button, \r\ninput.search-input::-webkit-search-results-decoration {\r\n	-webkit-appearance: none;\r\n}\r\n\r\n.search .icon-search {\r\n	margin-left: -25px;\r\n	display: inline-block;\r\n	height: 24px;\r\n	line-height: 24px;\r\n	text-align: center;\r\n	width: 24px;\r\n	position: relative;\r\n	z-index: 10;\r\n	color: #ddd;\r\n	top: 3px;\r\n}\r\n\r\n.search ::-webkit-input-placeholder,\r\n.search ::-moz-placeholder,\r\n.search input[placeholder] { \r\n	line-height: normal;\r\n}\r\n\r\n[[* /* styling the search input field */ *]]\r\ninput.search-input {\r\n	border: 1px solid [[$light_grey]];\r\n	line-height: normal;\r\n	outline: 0;\r\n	padding: 6px 0 6px .5%;\r\n	font-size: .6875em; [[* /* 11px */ *]]\r\n	color: [[$dark_grey]];\r\n	transition: all .35s ease-in-out;\r\n	-webkit-transition: all .35s ease-in-out;\r\n	-moz-transition: all .35s ease-in-out;\r\n	-o-transition: all .35s ease-in-out;\r\n	max-width: 99.5%;\r\n}\r\n\r\ninput.search-input:focus {\r\n	border: 1px solid [[$orange]];\r\n	box-shadow: 0 0 3px [[$orange]];\r\n	-webkit-box-shadow: 0 0 3px [[$orange]];\r\n	-moz-box-shadow: 0 0 3px [[$orange]];\r\n	-o-box-shadow: 0 0 3px [[$orange]];\r\n}\r\n\r\n[[* /* ------ NAVIGATION ------ */ *]]\r\n#main-menu {\r\n	margin-top: 25px;\r\n}\r\n\r\n[[* /* --- FIRST LEVEL --- */ *]]\r\n#main-menu > li {\r\n	display: block;\r\n	border-bottom: 1px dotted [[$light_grey]];\r\n	position: relative;\r\n}\r\n\r\n#main-menu > li:last-child {\r\n	border-bottom: none;\r\n}\r\n\r\n#main-menu > li > a,\r\n#main-menu > li.sectionheader > span {\r\n	font-family: \'Oswald\', Impact, Haettenschweiler, \'Arial Narrow Bold\', sans-serif;\r\n	text-transform: uppercase;\r\n	color: [[$dark_grey]];\r\n	text-decoration: none;\r\n	font-size: 1.0625em; [[* /* 17px */ *]]\r\n	font-weight: 700;\r\n	cursor: pointer;\r\n	padding: 8px 0;\r\n	display: block;\r\n	position: relative;\r\n}\r\n\r\n#main-menu > li.current > a,\r\n#main-menu > li.current.sectionheader > span,\r\n#main-menu > li:hover > a,\r\n#main-menu > li.sectionheader:hover > span {\r\n	color: [[$dark_orange]];\r\n}\r\n\r\n[[* /* --- SECOND LEVEL --- */ *]]\r\n#main-menu > li > ul,\r\n#main-menu > li > ul > li > ul [[* /* third level */ *]] {\r\n	position: absolute;\r\n	left: -999em;\r\n}\r\n\r\n#main-menu > li:hover > ul,\r\n#main-menu > li.active > ul,\r\n#main-menu > li > ul > li:hover > ul, [[* /* third level */ *]]\r\n#main-menu > li > ul > li.active > ul {\r\n	position: relative;\r\n	left: 0;\r\n}\r\n\r\n#main-menu > li > ul > li > a,\r\n#main-menu > li > ul > li.sectionheader > span,\r\n#main-menu > li > ul > li > ul > li > a, [[* /* third level */ *]]\r\n#main-menu > li > ul > li > ul > li.sectionheader > span {\r\n	text-decoration: none;\r\n	color: [[$dark_grey]];\r\n	text-transform: uppercase;\r\n	display: block;\r\n	padding: 4px 0;\r\n}\r\n\r\n#main-menu > li > ul > li:hover > a,\r\n#main-menu > li > ul > li.sectionheader:hover > span,\r\n#main-menu > li > ul > li > ul > li:hover > a,\r\n#main-menu > li > ul > li > ul > li.sectionheader:hover > span {\r\n	color: #999;\r\n}\r\n\r\n[[* /* --- THIRD LEVEL --- */ *]]\r\n#main-menu > li > ul > li > ul > li > a,\r\n#main-menu > li > ul > li > ul > li.sectionheader > span {\r\n	padding-left: 15px;\r\n	font-size: .875em;\r\n	text-transform: none;\r\n}\r\n\r\n[[* /* --- PARENT INDICATOR --- */ *]]\r\n#main-menu > li > a i,\r\n#main-menu > li > ul > li > a i,\r\n#main-menu > li.sectionheader > span i,\r\n#main-menu > li > ul > li.sectionheader > span i {\r\n	float: right;\r\n	position: relative;\r\n	padding-top: 6px;\r\n	-webkit-transform: rotate(0deg);\r\n	-moz-transform: rotate(0deg);\r\n	-ms-transform: rotate(0deg);\r\n	-o-transform: rotate(0deg);\r\n	transform: rotate(0deg);\r\n	-webkit-transition: -webkit-transform 250ms ease-out 0s;\r\n	-moz-transition: -moz-transform 250ms ease-out 0s;\r\n	-o-transition: -o-transform 250ms ease-out 0s;\r\n	transition: transform 250ms ease-out 0s;\r\n}\r\n\r\n#main-menu > li:hover > a i,\r\n#main-menu > li.active > a i,\r\n#main-menu > li > ul > li:hover > a i,\r\n#main-menu > li > ul > li.active > a i,\r\n#main-menu > li.sectionheader:hover > span i,\r\n#main-menu > li.active.sectionheader > span i,\r\n#main-menu > li > ul > li.sectionheader:hover > span i,\r\n#main-menu > li > ul > li.active.sectionheader > span i {\r\n	-webkit-transform: rotate(-90deg);\r\n	-moz-transform: rotate(-90deg);\r\n	-ms-transform: rotate(-90deg);\r\n	-o-transform: rotate(-90deg);\r\n	transform: rotate(-90deg);\r\n}\r\n\r\n[[* /* ------ CONTENT AREA ------ */ *]]\r\n.content-wrapper {\r\n	padding-top: 20px;\r\n}\r\n\r\n.content-top {\r\n	font-family: Georgia, Times New Roman, serif;\r\n	color: [[$dark_grey]];\r\n	font-style: italic;\r\n	line-height: 20px;\r\n	position: relative;\r\n}\r\n\r\n.content-top .title-border {\r\n	content: \'\';\r\n	height: 1px;\r\n	display: block;\r\n	width: 100%;\r\n	border-bottom: 1px dotted #ddd;\r\n	position: absolute;\r\n	top: 50%;\r\n}\r\n\r\n[[* /* breadcrumbs */ *]]\r\n.breadcrumb {\r\n	display: inline-block;\r\n	background: [[$white]];\r\n	width: auto;\r\n	padding-right: 6px;\r\n	z-index: 1;\r\n	position: relative;\r\n}\r\n\r\n.breadcrumb a {\r\n	color: [[$dark_grey]];\r\n	display: inline-block;\r\n	width: auto;\r\n	background: [[$white]];\r\n}\r\n\r\n[[* /* print button */ *]]\r\na.printbutton {\r\n	display: none;\r\n}\r\n\r\n\r\n[[* /* news module summary -> content */ *]]\r\n.content .news-summary span.heading {\r\n	display: none;\r\n}\r\n\r\n.content .news-article {\r\n	margin-bottom: 15px;\r\n	padding-bottom: 15px;\r\n	border-bottom: 1px dotted [[$grey]];\r\n}\r\n\r\n.content .news-summary ul.category-list {\r\n	margin: 15px 0;\r\n}\r\n\r\n.content .news-summary ul.category-list li a, .news-summary ul.category-list li span {\r\n	border-radius: 4px;\r\n}\r\n\r\n.news-summary ul.category-list li span {\r\n	opacity: .4;\r\n}\r\n\r\n[[* /* news module summary -> sitewide (content + sidebar) */ *]]\r\n[[* /* article heading */ *]]\r\n.news-article h2 {\r\n	margin: 0 0 15px 0;\r\n}\r\n\r\n.news-article h2 a {\r\n	font-family: \'Oswald\', Impact, Haettenschweiler, \'Arial Narrow Bold\', sans-serif;\r\n	text-transform: uppercase;\r\n	color: [[$dark_grey]];\r\n	font-size: 16px;\r\n	text-decoration: none;\r\n	font-weight: 700;\r\n}\r\n\r\n[[* /* date circle, well square for IE  */ *]]\r\n.news-article .date {\r\n	background: [[$orange]];\r\n	color: [[$white]];\r\n	display: block;\r\n	float: left;\r\n	width: 40px;\r\n	padding: 6px;\r\n	height: 40px;\r\n	border-radius: 26px;\r\n	text-align: center;\r\n	font-family: Georgia, Times New Roman, serif;\r\n}\r\n\r\n.news-article .day {\r\n	font-size: 20px;\r\n	line-height: 1;\r\n	padding-bottom: 2px;\r\n	font-style: italic;\r\n	display: block;\r\n}\r\n\r\n.news-article.month {\r\n	font-size: 11px;\r\n	display: block\r\n}\r\n\r\n[[* /* author and category */ *]]\r\n.news-article .author, .news-article .category {\r\n	font-family: Georgia, Times New Roman, serif;\r\n	display: block;\r\n	padding-left: 60px;\r\n	font-size: 11px;\r\n	font-style: italic;\r\n}\r\n\r\n[[* /* category list on top of summary */ *]]\r\n.news-summary ul.category-list {\r\n	margin: 15px 0 -1px 0;\r\n	padding: 0;\r\n	list-style: none;\r\n}\r\n\r\n.news-summary ul.category-list li {\r\n	float: left;\r\n	display: block;\r\n	width: auto;\r\n	margin-right: 5px;\r\n}\r\n\r\n.news-summary ul.category-list li a, .news-summary ul.category-list li span {\r\n	display: block;\r\n	color: [[$dark_grey]];\r\n	padding: 4px 8px;\r\n	background: [[$light_grey]];\r\n	border-radius: 4px 4px 0 0;\r\n	text-decoration: none;\r\n	font-size: 11px;\r\n	text-transform: uppercase;\r\n}\r\n\r\n.news-summary ul.category-list li a:hover {\r\n	color: [[$orange]];\r\n}\r\n\r\n.news-summary .paginate {\r\n	font: italic 11px/1.2 Georgia, Times New Roman, serif;\r\n}\r\n\r\n.news-summary .paginate a {\r\n	padding: 0 3px;\r\n}\r\n\r\n.news-meta {\r\n	background: [[$light_grey]];\r\n	padding: 10px;\r\n	margin: 10px 0;\r\n}\r\n\r\n[[* /* more link */ *]]\r\n.more, .more a,\r\n[[* /* back link */ *]]\r\n.back, .back a,\r\n[[* /* previous, next links */ *]]\r\n.previous a, .next a, .previous, .next {\r\n	font: italic 12px/1.3 Georgia, Times New Roman, serif;\r\n	color: [[$dark_grey]];\r\n	text-decoration: none;\r\n}\r\n\r\n[[* /* hover behavior of more, next, previous links */ *]]\r\n.more a:hover, .back a:hover, .previous a:hover, .next a:hover {\r\n	text-decoration: underline;\r\n}\r\n\r\n.previous, .next {\r\n	padding: 6px 0;\r\n}\r\n\r\n[[* /* align next link to right */ *]]\r\n.previous {\r\n	float: left;\r\n}\r\n\r\n.next {\r\n	float: right;\r\n}\r\n\r\n[[* /* ------ SIDEBAR AREA ------ */ *]]\r\n\r\n[[* /* news module summary -> sidebar */ *]]\r\n.sidebar .news-summary span.heading {\r\n	position: relative;\r\n	color: [[$dark_grey]];\r\n	font: normal 1em/1.25 Georgia, Times New Roman, serif;\r\n	margin: 0 0 15px 0;\r\n	display: block;\r\n}\r\n\r\n.sidebar .news-summary span.heading:after {\r\n	content: \'\';\r\n	height: 1px;\r\n	display: block;\r\n	width: 100%;\r\n	border-bottom: 1px dotted #ddd;\r\n	position: absolute;\r\n	top: 50%;\r\n}\r\n\r\n.sidebar .news-summary .heading span {\r\n	display: inline-block;\r\n	width: auto;\r\n	background: [[$white]];\r\n	padding-right: 6px;\r\n	position: relative;\r\n	z-index: 10;\r\n}\r\n\r\n.sidebar .news-article {\r\n	padding: 15px;\r\n	position: relative;\r\n	background: [[$light_grey]];\r\n	margin-bottom: 20px;\r\n	border-radius: 0 0 6px 0;\r\n	font-size: .8125em; [[* /* 13px */ *]]\r\n}\r\n\r\n[[* /* creating a bubble box with css3 */ *]]\r\n.sidebar .news-article:before {\r\n	content: \'\';\r\n	position: absolute;\r\n	bottom: -15px;\r\n	right: 25px;\r\n	width: 10px;\r\n	height: 35px;\r\n	-webkit-transform: rotate(55deg) skewY(55deg);\r\n	-moz-transform: rotate(55deg) skewY(55deg);\r\n	-o-transform: rotate(55deg) skewY(55deg);\r\n	-ms-transform: rotate(55deg) skewY(55deg);\r\n	transform: rotate(55deg) skewY(55deg);\r\n	background: [[$light_grey]];\r\n}\r\n\r\n.lt-ie9 .sidebar .news-article:before {\r\n	display: none;\r\n}\r\n\r\n[[* /* ------ FOOTER AREA ------ */ *]]\r\n[[* /* footer wrapper */ *]]\r\n.footer {\r\n	position: relative;\r\n	border-top: 8px solid [[$light_grey]];\r\n	margin: 25px 0 10px 0;\r\n	padding-top: 20px;\r\n	padding-bottom: 20px;\r\n}\r\n\r\n.footer:before {\r\n	content: \' \';\r\n	border-top: 2px dotted [[$white]];\r\n	border-bottom: 2px dotted [[$white]];\r\n	height: 4px;\r\n	display: block;\r\n	position: absolute;\r\n	width: 100%;\r\n	top: -8px;\r\n	left: 0;\r\n}\r\n\r\n[[* /* copyright text */ *]]\r\n.copyright {\r\n	padding-top: 15px;\r\n}\r\n\r\n.copyright-info {\r\n	color: [[$dark_grey]];\r\n	font-size: .6875em; [[* /* 11px */ *]]\r\n}\r\n\r\n[[* /* social icons */ *]]\r\n.footer ul.social {\r\n	padding: 0;\r\n	margin: 0;\r\n	list-style: none;\r\n	text-align: center;\r\n}\r\n\r\n.footer .social li {\r\n	display: inline;\r\n	margin: 0;\r\n	padding: 0;\r\n	margin-right: 6px;\r\n}\r\n\r\n.footer .social li a {\r\n	display: inline-block;\r\n	text-decoration: none;\r\n	font-size: 2.625em;\r\n	line-height: 1;\r\n	color: [[$dark_grey]];\r\n}\r\n\r\n.footer .social li a:hover {\r\n	color: [[$orange]];\r\n}\r\n\r\n.footer .social li a i {\r\n	display: inline-block;\r\n}\r\n\r\n[[* /* back to top anchor */ *]]\r\n.back-top a {\r\n	display: inline-block;\r\n	width: 16px;\r\n	height: 16px;\r\n	line-height: 16px;\r\n	padding: 8px;\r\n	border: 5px solid [[$white]];\r\n	text-decoration: none;\r\n	color: [[$dark_grey]];\r\n	background-color: [[$light_grey]];\r\n	border-radius: 500px;\r\n	-webkit-border-radius: 500px;\r\n	-moz-border-radius: 500px;\r\n	-o-border-radius: 500px;\r\n	position: absolute;\r\n	top: -24px;\r\n	left: 50%;\r\n	margin-left: -12px;\r\n	-webkit-transition: all 200ms ease-in-out;\r\n	-moz-transition: all 200ms ease-in-out;\r\n	-ms-transition: all 200ms ease-in-out;\r\n	-o-transition: all 200ms ease-in-out;\r\n	transition: all 200ms ease-in-out;\r\n}\r\n\r\n.back-top a:hover {\r\n	background-color: [[$orange]];\r\n	color: [[$white]];\r\n	-webkit-transform: scale(1.1);\r\n	-moz-transform: scale(1.1);\r\n	-ms-transform: scale(1.1);\r\n	-o-transform: scale(1.1);\r\n	transform: scale(1.1);\r\n}\r\n\r\n[[* /* Footer navigation */ *]]\r\n.footer-navigation {\r\n	padding-top: 15px;\r\n	border-bottom: 1px solid [[$light_grey]];\r\n}\r\n\r\n#footer-menu li > a,\r\n#footer-menu li.sectionheader > span {\r\n	color: [[$dark_grey]];\r\n	display: block;\r\n	text-decoration: none;\r\n}\r\n\r\n#footer-menu li > a:hover,\r\n#footer-menu li > a.current,\r\n#footer-menu li.sectionheader > span:hover,\r\n#footer-menu li.sectionheader > span.current {\r\n	color: [[$orange]];\r\n} \r\n\r\n#footer-menu > li > a,\r\n#footer-menu > li.sectionheader > span {\r\n	font-family: \'Oswald\', Impact, Haettenschweiler, \'Arial Narrow Bold\', sans-serif;\r\n	text-transform: uppercase;\r\n	text-decoration: none;\r\n	display: block;\r\n}\r\n\r\n#footer-menu > li > ul > li > a,\r\n#footer-menu > li > ul > li.sectionheader > span {\r\n	font-size: .875em; [[* /* 14px */ *]]\r\n	padding: 2px 0;\r\n}\r\n\r\n#footer-menu > li > ul {\r\n	margin: 15px 0;\r\n}\r\n\r\n[[* /* =====================================\r\n SCREENS BIGGER THAN 768px\r\n ===================================== */ *]]\r\n\r\n@media screen and (min-width: 768px) {\r\n\r\n	.lt-768 {\r\n		display: none;\r\n	}\r\n\r\n	.logo {\r\n		margin-top: 12px;\r\n		position: relative;\r\n		text-align: left;\r\n	}\r\n\r\n	[[* /* having some fun with palm, rotating with css3, will not work in IE */ *]]\r\n	.logo .palm {\r\n		position: absolute;\r\n		top: 5px;\r\n		left: 45px;\r\n		background: url([[$path]]/palm-circle.png) no-repeat;\r\n		display: block;\r\n		width: 48px;\r\n		height: 48px;\r\n		transition: transform 0.6s ease-out;\r\n		-webkit-transition: -webkit-transform 0.6s ease-out;\r\n		-moz-transition: -moz-transform 0.6s ease-out;\r\n		-o-transition: -o-transform 0.6s ease-out;\r\n		-webkit-perspective: 1000;\r\n		-webkit-backface-visibility: hidden;\r\n	}\r\n\r\n	[[* /* css3 transform rotating palm on hover */ *]]\r\n	.logo a:hover .palm {\r\n		transform: rotate(360deg);\r\n		-webkit-transform: rotate(360deg);\r\n		-moz-transform: rotate(360deg);\r\n		-o-transform: rotate(360deg);\r\n	}\r\n\r\n	[[* /* ------ NAVIGATION ------ */ *]]\r\n\r\n	nav.main-navigation {\r\n		z-index: 990;\r\n		height: 55px;\r\n		line-height: 37px;\r\n		margin-top: 20px;\r\n	}\r\n\r\n	#main-menu {\r\n		float: right;\r\n		margin-top: 0;\r\n	}\r\n	\r\n	[[* /* --- FIRST LEVEL --- */ *]]\r\n	#main-menu > li {\r\n		display: inline-block;\r\n		padding: 0;\r\n		margin: 0 4px;\r\n		border: none;\r\n		position: relative;\r\n	}\r\n	\r\n	[[* /* PARENT INICATOR */ *]]\r\n	#main-menu > li i {\r\n		display: none;\r\n	}\r\n	\r\n	.touch-device #main-menu > li i {\r\n		display: inline-block;\r\n		float: none;\r\n	}\r\n	\r\n	.touch-device #main-menu > li li i {\r\n		float: left;\r\n		display: inline-block;\r\n		margin-right: 8px;\r\n		padding-top: 2px;\r\n		text-align: left;\r\n	}\r\n	\r\n	.touch-device #main-menu > li:first-child li i {\r\n		float: right;\r\n	}\r\n\r\n	#main-menu > li:first-child, #main-menu > li.first {\r\n		margin-left: 0;\r\n	}\r\n\r\n	#main-menu > li:last-child, #main-menu > li.last {\r\n		margin-right: 0;\r\n	}\r\n\r\n	#main-menu > li > a, \r\n	#main-menu > li.sectionheader span {\r\n		padding: 0 6px 0 10px;\r\n		line-height: 37px;\r\n		font-size: 1em;\r\n	}\r\n\r\n	#main-menu > li.parent:hover > a, \r\n	#main-menu > li.sectionheader.parent:hover > span,\r\n	#main-menu > li.parent.active > a, \r\n	#main-menu > li.parent.active > span {\r\n		color: [[$white]];\r\n		background-color: [[$dark_grey]];\r\n		background-color: rgba(85, 85, 85, .95);\r\n	}\r\n\r\n	[[* /* --- SECOND LEVEL --- */ *]]\r\n	#main-menu > li > ul,\r\n	#main-menu > li > ul > li > ul [[* /* third level */ *]] {\r\n		display: block;\r\n		width: 260px;\r\n	}\r\n\r\n	#main-menu > li:hover > ul,\r\n	#main-menu > li.active > ul,\r\n	#main-menu > li > ul > li:hover > ul,\r\n	#main-menu > li > ul > li.active > ul {\r\n		height: auto;\r\n		position: absolute;\r\n		z-index: 9999;\r\n		top: 37px;\r\n		right: 0;\r\n		left: auto;\r\n		display: block;\r\n		border-radius: 3px;\r\n	}\r\n	\r\n	#main-menu > li:first-child:hover > ul,\r\n	#main-menu > li:first-child.active > ul {\r\n		right: auto;\r\n		left: 0;\r\n	}\r\n	\r\n	#main-menu > li > ul > li {\r\n		position: relative;\r\n		line-height: 1;\r\n		margin: 0;\r\n		padding-left: 10px;\r\n	}\r\n	\r\n	#main-menu > li:first-child > ul > li {\r\n		padding-right: 10px;\r\n		padding-left: 0;\r\n	}\r\n	\r\n	#main-menu > li > ul > li > a,\r\n	#main-menu > li > ul > li.sectionheader > span,\r\n	#main-menu > li > ul > li > ul > li > a,\r\n	#main-menu > li > ul > li > ul > li.sectionheader > span {\r\n		color: [[$white]];\r\n		display: block;\r\n		text-transform: none;\r\n		line-height: 1.2;\r\n		border-bottom: 1px dotted #858585;\r\n		background-color: [[$dark_grey]];\r\n		background-color: rgba(90, 90, 90, .98);\r\n		padding: 8px 12px;\r\n		font-size: .875em; [[* /* 14px */ *]]\r\n		text-decoration: none;\r\n	}\r\n	\r\n	#main-menu > li > ul > li.current > a, \r\n	#main-menu > li > ul > li.current.sectionheader > span,\r\n	#main-menu > li > ul > li > ul > li.current > a, \r\n	#main-menu > li > ul > ul > li > li.current.sectionheader > span {\r\n		color: [[$orange]];\r\n	}\r\n\r\n	[[* /* THIRD LEVEL */ *]]\r\n	#main-menu > li > ul > li:hover > ul,\r\n	#main-menu > li > ul > li.active > ul {\r\n		width: 250px;\r\n		height: auto;\r\n		top: 0;\r\n		right: auto;\r\n		left: -250px;\r\n	}\r\n	\r\n	#main-menu > li:first-child > ul > li:hover > ul,\r\n	#main-menu > li:first-child > ul > li.active > ul {\r\n		left: auto;\r\n		right: -250px;\r\n	}\r\n	\r\n	.lt-ie9 #main-menu > li > ul > li:hover > ul,\r\n	.lt-ie9 #main-menu > li > ul > li.active > ul {\r\n		left: -247px;\r\n	}\r\n\r\n	#main-menu > li > ul > li:hover > ul:after,\r\n	#main-menu > li > ul > li.active > ul:after {\r\n		content: \' \';\r\n		width: 0px;\r\n		height: 0px;\r\n		border-style: solid;\r\n		border-width: 7px 0 7px 6px;\r\n		border-color: transparent transparent transparent [[$dark_grey]];\r\n		border-color: transparent transparent transparent rgba(85, 85, 85, .95);\r\n		position: absolute;\r\n		right: -6px;\r\n		top: 12px;\r\n	}\r\n	\r\n	.lt-ie9 #main-menu > li:first-child > ul > li:hover > ul,\r\n	.lt-ie9 #main-menu > li:first-child > ul > li.active > ul {\r\n		left: auto;\r\n		right: -247px;\r\n	}\r\n	\r\n	#main-menu > li:first-child > ul > li:hover > ul:after,\r\n	#main-menu > li:first-child > ul > li.active > ul:after {\r\n		left: -10px;\r\n		right: auto;\r\n	}\r\n\r\n	#main-menu li ul li a:hover, \r\n	#main-menu li ul li span.sectionheader:hover {\r\n		box-shadow: 0 0 5px rgba(85, 85, 85, .9);\r\n		z-index: 2;\r\n	}\r\n\r\n	#main-menu > ul > li:last-child > a,\r\n	#main-menu > ul > li.sectionheader:last-child > span,\r\n	#main-menu > ul > li > ul > li:last-child > a,\r\n	#main-menu > ul > li > ul > li.sectionheader:last-child > span {\r\n		border-bottom: none;\r\n	}\r\n\r\n	.header-bottom {\r\n		height: 55px;\r\n		line-height: 55px;\r\n		padding: 8px 0;\r\n	}\r\n	\r\n	.phrase-text {\r\n		text-align: left;\r\n	}\r\n\r\n	input.search-input {\r\n		height: 17px;\r\n		line-height: 17px;\r\n		width: 100%;\r\n		max-width: 320px;\r\n	}\r\n	\r\n	input.search-input:focus {\r\n		max-width: 90%;\r\n	}\r\n	\r\n	[[* /* print button */ *]]\r\n	a.printbutton {\r\n		display: block;\r\n		padding-left: 6px;\r\n		width: 16px;\r\n		height: 16px;\r\n		float: right;\r\n		text-decoration: none;\r\n		color: [[$dark_grey]];\r\n		background-color: [[$white]];\r\n		z-index: 1;\r\n		position: relative;\r\n	}\r\n	\r\n	a.printbutton i {\r\n		display: inline-block;\r\n		-webkit-transform: rotateY(0deg);\r\n		-moz-transform: rotateY(0deg);\r\n		-ms-transform: rotateY(0deg);\r\n		-o-transform: rotateY(0deg);\r\n		transform: rotateY(0deg);\r\n		-webkit-transition: -webkit-transform 250ms ease-out 0s;\r\n		-moz-transition: -moz-transform 250ms ease-out 0s;\r\n		-o-transition: -o-transform 250ms ease-out 0s;\r\n		transition: transform 250ms ease-out 0s;\r\n	}\r\n	\r\n	a.printbutton:hover {\r\n		color: [[$orange]];\r\n	}\r\n	\r\n	a.printbutton:hover i {\r\n		-webkit-transform: rotateY(360deg);\r\n		-moz-transform: rotateY(180deg);\r\n		-ms-transform: rotateY(360deg);\r\n		-o-transform: rotateY(360deg);\r\n		transform: rotateY(360deg);\r\n	}\r\n	\r\n	[[* /* --- FOOTER --- */ *]]\r\n	\r\n	.footer ul.social {\r\n		text-align: left;\r\n	}\r\n	\r\n	.footer .social li a i {\r\n		display: inline-block;\r\n		-webkit-transform: rotateY(0deg);\r\n		-moz-transform: rotateY(0deg);\r\n		-ms-transform: rotateY(0deg);\r\n		-o-transform: rotateY(0deg);\r\n		transform: rotateY(0deg);\r\n		-webkit-transition: -webkit-transform 250ms ease-out 0s;\r\n		-moz-transition: -moz-transform 250ms ease-out 0s;\r\n		-ms-transition: -moz-transform 250ms ease-out 0s;\r\n		-o-transition: -o-transform 250ms ease-out 0s;\r\n		transition: transform 250ms ease-out 0s;\r\n	}\r\n	\r\n	.footer .social li a:hover i {\r\n		-webkit-transform: rotateY(360deg);\r\n		-moz-transform: rotateY(180deg);\r\n		-ms-transform: rotateY(360deg);\r\n		-o-transform: rotateY(360deg);\r\n		transform: rotateY(360deg);\r\n	}\r\n	\r\n	[[* /* --- Footer Navigation --- */ *]]\r\n	\r\n	.footer-navigation {\r\n		border-bottom: none;\r\n	}\r\n	\r\n	#footer-menu > li {\r\n		float: left;\r\n		display: block;\r\n		position: relative;\r\n		margin-left: 3.8%;\r\n		width: 30.75%;\r\n	}\r\n	\r\n	#footer-menu > li:first-child {\r\n		margin-left: 0;\r\n	} \r\n}\r\n\r\n[[* /* ================================================\r\n WHEN LAYOUT BREAKS IT\'S TIME FOR NEW MEDIA QUERY\r\n ================================================== */ *]]\r\n@media only screen and (max-width: 780px) {\r\n\r\n	.search {\r\n		margin-top: 15px;\r\n	}\r\n	\r\n	input.search-input {\r\n		width: 100%;\r\n		max-width: 100%;\r\n		float: left;\r\n	}\r\n	\r\n	input.search-input:focus {\r\n		max-width: none;\r\n	}\r\n	\r\n	.header-bottom {\r\n		padding-top: 20px;\r\n		text-align: center;\r\n		line-height: inherit;\r\n		padding: 20px 0;\r\n	}\r\n\r\n	\r\n}\r\n\r\n@media only screen and (min-width: 940px) and (max-width: 1110px) {\r\n	\r\n	#main-menu > li {\r\n		margin: 0;\r\n	}\r\n	\r\n	#main-menu > li > a, \r\n	#main-menu > li.sectionheader span {\r\n		padding: 0 6px;\r\n	}\r\n}\r\n\r\n@media only screen and (min-width: 768px) and (max-width: 1050px) {\r\n	\r\n	.row nav.main-navigation {\r\n		height: auto;\r\n		float: none;\r\n		display: block;\r\n		margin-left: 0;\r\n		width: 100%;\r\n		clear: left;\r\n	}\r\n	\r\n	#main-menu {\r\n		margin-top: 15px;\r\n		margin-bottom: 15px;\r\n		border-bottom: 1px solid [[$light_grey]];\r\n		float: none;\r\n		display: block;\r\n		\r\n	}\r\n	\r\n	#main-menu > li {\r\n		margin: 0;\r\n		bottom: -1px;\r\n		text-align: center;\r\n		border-bottom: 1px solid [[$light_grey]];\r\n		border-right: 1px solid [[$light_grey]];\r\n		border-top: 1px solid [[$light_grey]];\r\n	}\r\n	\r\n	#main-menu > li.current {\r\n		border-bottom-color: [[$white]];\r\n		border-top-color: [[$orange]];\r\n	}\r\n	\r\n	#main-menu > li.current > a {\r\n		border-top: 1px solid [[$orange]];\r\n		line-height: 45px;\r\n	}\r\n	\r\n	#main-menu > li:first-child {\r\n		border-left: 1px solid [[$light_grey]];\r\n	}\r\n	\r\n	#main-menu > li > a,\r\n	#main-menu > li > span {\r\n		line-height: 46px;\r\n		padding-left: 12px;\r\n		padding-right: 6px;\r\n	}\r\n	\r\n	#main-menu > li:hover > ul,\r\n	#main-menu > li.active > ul {\r\n		top: 45px;\r\n	}\r\n\r\n	.header-bottom {\r\n		height: auto;\r\n	}\r\n	\r\n	.row .seven-col.phrase-text,\r\n	.row .five-col.search {\r\n		display: block;\r\n		float: none;\r\n		width: 100%;\r\n		margin-left: 0;\r\n		text-align: center;\r\n	}\r\n}\r\n\r\n[[* /* ================================================\r\n WINDOWS 8 SNAP VIEW (yeah yeah W3C blah blah)\r\n ================================================== */ *]]\r\n@-ms-viewport {\r\n	width: device-width;\r\n}\r\n\r\n@-o-viewport {\r\n	width: device-width;\r\n}\r\n\r\n@-moz-viewport {\r\n	width: device-width;\r\n}\r\n\r\n@-webkit-viewport {\r\n	width: device-width;\r\n}\r\n\r\n@viewport {\r\n	width: device-width;\r\n}\r\n[[/strip]]','Simplex Theme main layout Stylesheet','screen',NULL,1780330016,1780330016),
(19,'Simplex Slideshow','[[strip]]\r\n\r\n[[* /* ------ BANNER AREA ------ */  *]]\r\n.banner {\r\n	background: #fefefe; \r\n	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);\r\n	background: -moz-linear-gradient(top,  #fefefe 0%, #f1f1f1 47%, #e9e9e9 100%);\r\n	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(47%,#f1f1f1), color-stop(100%,#e9e9e9)); \r\n	background: -webkit-linear-gradient(top,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%);\r\n	background: -o-linear-gradient(top,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%); \r\n	background: -ms-linear-gradient(top,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%);\r\n	background: linear-gradient(to bottom,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%); \r\n}\r\n\r\n.lt-ie9 .banner {\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#fefefe\', endColorstr=\'#e9e9e9\',GradientType=0 );\r\n}\r\n\r\n#sx-slides {\r\n	position: relative;\r\n	overflow: hidden;\r\n	width: 100%;\r\n	margin: 0 auto;\r\n	position: relative;\r\n	height: 380px;\r\n}\r\n\r\n#sx-slides > .sequence-canvas {\r\n	height: 100%;\r\n	width: 100%;\r\n	margin: 0;\r\n	padding: 0;\r\n	list-style: none;\r\n}\r\n\r\n#sx-slides > .sequence-canvas > li {\r\n	position: absolute;\r\n	width: 100%;\r\n	height: 100%;\r\n	z-index: 1;\r\n	top: -50%;\r\n}\r\n\r\n#sx-slides > .sequence-canvas > li img {\r\n	height: 96%;\r\n}\r\n\r\n#sx-slides > .sequence-canvas li > * {\r\n	position: absolute;\r\n	-webkit-transition-property: left, bottom, right, top, -webkit-transform, opacity;\r\n	-moz-transition-property: left, bottom, right, top, -moz-opacity;\r\n	-ms-transition-property: left, bottom, right, top, -ms-opacity;\r\n	-o-transition-property: left, bottom, right, top, -o-opacity;\r\n	transition-property: left, bottom, right, top, transform, opacity;\r\n}\r\n\r\n#sx-slides .title {\r\n	color: [[$orange]];\r\n	font-size: 2.25em;\r\n	line-height: 1.1;\r\n	font-weight: 700;\r\n	left: 65%;\r\n	opacity: 0;\r\n	bottom: 22%;\r\n	z-index: 50;\r\n	margin-top: 0;\r\n}\r\n\r\n#sx-slides .animate-in .title {\r\n	left: 12%;\r\n	opacity: 1;\r\n	-webkit-transition-duration: 0.8s;\r\n	-moz-transition-duration: 0.8s;\r\n	-ms-transition-duration: 0.8s;\r\n	-o-transition-duration: 0.8s;\r\n	transition-duration: 0.8s;\r\n}\r\n\r\n#sx-slides .animate-out .title {\r\n	left: 35%;\r\n	opacity: 0;\r\n	-webkit-transition-duration: 0.3s;\r\n	-moz-transition-duration: 0.3s;\r\n	-ms-transition-duration: 0.3s;\r\n	-o-transition-duration: 0.3s;\r\n	transition-duration: 0.3s;\r\n}\r\n\r\n#sx-slides .subtitle {\r\n	margin-top: 0;\r\n	z-index: 5;\r\n	color: [[$dark_grey]];\r\n	font-family: \'Oswald\', Impact, Haettenschweiler, \'Arial Narrow Bold\', sans-serif;\r\n	font-weight: 700;\r\n	font-size: 1.8125em;\r\n	left: 35%;\r\n	opacity: 0;\r\n	top: 72%;\r\n}\r\n\r\n#sx-slides .animate-in .subtitle {\r\n	left: 20%;\r\n	opacity: 1;\r\n	-webkit-transition-duration: 1.3s;\r\n	-moz-transition-duration: 1.3s;\r\n	-ms-transition-duration: 1.3s;\r\n	-o-transition-duration: 1.3s;\r\n	transition-duration: 1.3s;\r\n}\r\n\r\n#sx-slides .animate-out .subtitle {\r\n	left: 65%;\r\n	opacity: 0;\r\n	-webkit-transition-duration: 0.8s;\r\n	-moz-transition-duration: 0.8s;\r\n	-ms-transition-duration: 0.8s;\r\n	-o-transition-duration: 0.8s;\r\n	transition-duration: 0.8s;\r\n}\r\n\r\n\r\n#sx-slides .image {\r\n	left: -10px;\r\n	position: absolute;\r\n	bottom: 800px;\r\n	-webkit-transform: rotate(-90deg);\r\n	-moz-transform: rotate(-90deg);\r\n	-ms-transform: rotate(-90deg);\r\n	-o-transform: rotate(-90deg);\r\n	transform: rotate(-90deg);\r\n	opacity: 0;\r\n	max-width: 70%;\r\n	height: auto !important;\r\n	max-height: 275px !important;\r\n}\r\n\r\n#sx-slides .animate-in .image {\r\n	left: 14%;\r\n	bottom: -49%;\r\n	opacity: 1;\r\n	-webkit-transform: rotate(0deg);\r\n	-moz-transform: rotate(0deg);\r\n	-ms-transform: rotate(0deg);\r\n	-o-transform: rotate(0deg);\r\n	transform: rotate(0deg);\r\n	-webkit-transition-duration: 2s;\r\n	-moz-transition-duration: 2s;\r\n	-ms-transition-duration: 2s;\r\n	-o-transition-duration: 2s;\r\n	transition-duration: 2s;\r\n}\r\n\r\n#sx-slides .animate-out .image {\r\n	left: -10px;\r\n	bottom: -800px;\r\n	opacity: 0;\r\n	-webkit-transform: rotate(-90deg);\r\n	-moz-transform: rotate(-90deg);\r\n	-ms-transform: rotate(-90deg);\r\n	-o-transform: rotate(-90deg);\r\n	transform: rotate(-90deg);\r\n	-webkit-transition-duration: 1s;\r\n	-moz-transition-duration: 1s;\r\n	-ms-transition-duration: 1s;\r\n	-o-transition-duration: 1s;\r\n	transition-duration: 1s;\r\n}\r\n\r\n@media only screen and (min-width: 768px) {\r\n	\r\n	#sx-slides .title {\r\n		font-size: 3em;\r\n	}\r\n\r\n	#sx-slides .animate-in .title {\r\n		left: 3%;\r\n	}\r\n	\r\n	#sx-slides .subtitle {\r\n		font-size: 2.5em;\r\n	}\r\n	\r\n	#sx-slides .animate-in .subtitle {\r\n		left: 8%;\r\n	}\r\n\r\n	#sx-slides .image {\r\n		left: auto;\r\n		right: -10px;\r\n		position: absolute;\r\n		max-width: 70%;\r\n		height: auto !important;\r\n		max-height: 300px !important;\r\n	}\r\n	\r\n	#sx-slides .animate-in .image {\r\n		left: auto;\r\n		right: 5%;\r\n		bottom: -45%;\r\n	}\r\n	\r\n	#sx-slides .animate-out .image {\r\n		left: auto;\r\n		bottom: -800px;\r\n	}\r\n}\r\n\r\n@media only screen and (min-width: 1050px) {\r\n	\r\n	#sx-slides {\r\n		height: 440px;\r\n	}\r\n	\r\n	#sx-slides .title {\r\n		font-size: 3.25em;\r\n		bottom: 15%;\r\n	}\r\n\r\n	#sx-slides .animate-in .title {\r\n		left: 8%;\r\n	}\r\n	\r\n	#sx-slides .subtitle {\r\n		font-size: 2.875em;\r\n		top: 78%\r\n	}\r\n	\r\n	#sx-slides .animate-in .subtitle {\r\n		left: 12%;\r\n	}\r\n\r\n	#sx-slides .image {\r\n		max-width: 90%;\r\n		height: auto !important;\r\n		max-height: 400px !important;\r\n	}\r\n}\r\n\r\n[[/strip]]','Simplex Theme Stylesheet for header slideshow','screen',NULL,1780330016,1780330016),
(20,'Simplex Print','[[strip]]\r\n\r\n[[* /* reset body background and color, just in case */ *]]\r\nbody {\r\n    background: #fff;\r\n    color: #000;\r\n    font-family: Georgia, Times New Roman, serif;\r\n    font-size: 12pt\r\n}\r\n[[* /* any element with class noprint or listed below should not be printed */ *]]\r\n.noprint,\r\n.visuallyhidden {\r\n    display: none\r\n}\r\n[[* /* display image as block */ *]]\r\nimg {\r\n    display: block;\r\n    float: none\r\n}\r\n[[* /* links arent clickable on paper, lets display url */ *]]\r\na:link:after {\r\n    content: \" (\" attr(href) \") \";\r\n}\r\na {\r\n    text-decoration: underline\r\n}\r\n\r\n[[/strip]]','Default Print style rules attached to Simplex Design','print',NULL,1780330016,1780330016);
/*!40000 ALTER TABLE `cmsqy_layout_stylesheets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_layout_templates`
--

DROP TABLE IF EXISTS `cmsqy_layout_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_layout_templates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `content` longtext DEFAULT NULL,
  `description` text DEFAULT NULL,
  `type_id` int(11) NOT NULL,
  `type_dflt` tinyint(4) DEFAULT NULL,
  `category_id` int(11) DEFAULT NULL,
  `owner_id` int(11) NOT NULL,
  `listable` tinyint(4) DEFAULT 1,
  `created` int(11) DEFAULT NULL,
  `modified` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `cmsqy_idx_layout_tpl_1` (`name`),
  KEY `cmsqy_idx_layout_tpl_2` (`type_id`,`type_dflt`)
) ENGINE=MyISAM AUTO_INCREMENT=146 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_layout_templates`
--

LOCK TABLES `cmsqy_layout_templates` WRITE;
/*!40000 ALTER TABLE `cmsqy_layout_templates` DISABLE KEYS */;
INSERT INTO `cmsqy_layout_templates` (`id`, `name`, `content`, `description`, `type_id`, `type_dflt`, `category_id`, `owner_id`, `listable`, `created`, `modified`) VALUES (32,'csm packages','{extends file=\'cms_template:csm master\'}\r\n\r\n{block name=\'content\'}\r\n\r\n\r\n        <!-- breadcrumb area start -->\r\n    <!-- rts breadcrumb area start -->\r\n    <div class=\"rts-breadcrumb-area one\" data-bg-src=\"{uploads_url}/csm/assets/images/breadcrumb/01.webp\">\r\n        <div class=\"container h-100\">\r\n            <div class=\"breadcrumb-area-wrapper\">\r\n                <div class=\"nav-bread-crumb\">\r\n                    <a href=\"index.html\">Home</a>\r\n                    <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                    <a href=\"#\" class=\"current\">Packages</a>\r\n                </div>\r\n                <h1 class=\"title\">CSM Packages</h1>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <!-- rts breadcrumb area end -->\r\n    <!-- breadcrumb area end -->\r\n\r\n    <div class=\"rts-tour-area inner rts-section-gap\">\r\n        <div class=\"container\">\r\n            <div class=\"section-inner\">\r\n                <div class=\"row g-5\">\r\n                    <div class=\"col-lg-12\">\r\n                        <!-- filter top-area  -->\r\n                        <div class=\"filter-small-top-full mb--30\">\r\n                            <div class=\"left-filter\">\r\n\r\n                                <span>4 tours found</span>\r\n                            </div>\r\n                            <div class=\"right-filter\">\r\n                                <span class=\"filter\">Clear Filter</span>\r\n                                <div class=\"form-area\">\r\n                                    <div class=\"custom-select\">\r\n                                        <span class=\"dropdown-icon\">\r\n                                            <i class=\"fa-solid fa-chevron-down\"></i>\r\n                                        </span>\r\n                                        <div class=\"custom-select-trigger\">Short By</div>\r\n                                        <ul class=\"custom-options\" style=\"height: 0px;\">\r\n                                            <li class=\"option selected\" data-value=\"1\">Hiking</li>\r\n                                            \r\n                                        </ul>\r\n                                        <input type=\"hidden\" name=\"child\" value=\"1\">\r\n                                    </div>\r\n                                </div>\r\n                                <ul class=\"nav nav-tabs\" id=\"myTab\" role=\"tablist\">\r\n                                    <li class=\"nav-item\" role=\"presentation\">\r\n                                        <button class=\"nav-link active\" id=\"home-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#home\" type=\"button\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\r\n                                            <i class=\"fa-light fa-grid-2\"></i>\r\n                                        </button>\r\n                                    </li>\r\n                                    <li class=\"nav-item\" role=\"presentation\">\r\n                                        <button class=\"nav-link\" id=\"profile-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#profile\" type=\"button\" role=\"tab\" aria-controls=\"profile\" aria-selected=\"false\">\r\n                                            <i class=\"fa-light fa-list\"></i>\r\n                                        </button>\r\n                                    </li>\r\n                                </ul>\r\n\r\n                            </div>\r\n                        </div>\r\n                        <!-- filter top-area end -->\r\n                        <div class=\"tab-content\" id=\"myTabContent\">\r\n                            <div class=\"tab-pane fade show active\" id=\"home\" role=\"tabpanel\" aria-labelledby=\"home-tab\">\r\n                                <div class=\"row g-5\">\r\n\r\n\r\n                                \r\n{LISEPackages pagelimit=12 summarytemplate=package_summary_1}\r\n\r\n                                   \r\n                                    \r\n                                </div>\r\n                            </div>\r\n                            <div class=\"tab-pane fade\" id=\"profile\" role=\"tabpanel\" aria-labelledby=\"profile-tab\">\r\n                                <div class=\"row g-5\">\r\n                                    <div class=\"col-lg-12\">\r\n\r\n\r\n{LISEPackages pagelimit=12 summarytemplate=package_summary_2}                                    \r\n\r\n                                    \r\n\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n                <div class=\"rts-course-pagination-area mt--50\">\r\n                    <ul>\r\n                        <li><button class=\"active\">01</button></li>\r\n                      \r\n                        <li><button><i class=\"fa-regular fa-chevron-right\"></i></button></li>\r\n                    </ul>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n{/block}','',1,0,NULL,1,1,1781568486,1782325132),
(135,'Login Partners','{strip}\r\n	{process_pagedata}\r\n{/strip}<!doctype html>\r\n<html lang=\"{cms_get_language}\">\r\n\r\n<head>\r\n	<title>{title} - {sitename}</title>\r\n	{metadata}\r\n	{cms_stylesheet}\r\n</head>\r\n\r\n<body>\r\n	<header id=\"header\">\r\n		<h1>{sitename}</h1>\r\n	</header>\r\n\r\n	<nav id=\"menu\">\r\n		{Navigator}\r\n	</nav>\r\n\r\n	<section id=\"content\">\r\n		<h1>{title}</h1>\r\n		{content}\r\n	</section>\r\n</body>\r\n\r\n</html>','',2,0,NULL,1,1,1782334359,1782334969),
(136,'package-search-results','{extends file=\'cms_template:csm master\'}\r\n\r\n{block name=\'content\'}\r\n\r\n    <div class=\"rts-breadcrumb-area one\" data-bg-src=\"{uploads_url}/csm/assets/images/breadcrumb/01.webp\">\r\n        <div class=\"container h-100\">\r\n            <div class=\"breadcrumb-area-wrapper\">\r\n                <div class=\"nav-bread-crumb\">\r\n                    <a href=\"index.html\">Home</a>\r\n                    <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                    <a href=\"/cmss/packages\">Packages</a>\r\n                    <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                    <a href=\"#\" class=\"current\">Search Results</a>\r\n                </div>\r\n                <h1 class=\"title\">Search Results</h1>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"rts-tour-area inner rts-section-gap\">\r\n        <div class=\"container\">\r\n            <div class=\"section-inner\">\r\n                <div class=\"row g-5\">\r\n                    <div class=\"col-lg-12\">\r\n                        <div class=\"filter-small-top-full mb--30\">\r\n                            <div class=\"left-filter\">\r\n                                {* Keep the form active on the results page too so they can search again *}\r\n                                {LISEPackages action=\'search\' searchtemplate=\'default\' targetpage=\'package-search-results\'}\r\n                            </div>\r\n                            <div class=\"right-filter\">\r\n                                <span class=\"filter\"><a href=\"/cmss/packages\">Clear Filter</a></span>\r\n                                <div class=\"form-area\">\r\n                                    <div class=\"custom-select\">\r\n                                        <span class=\"dropdown-icon\">\r\n                                            <i class=\"fa-solid fa-chevron-down\"></i>\r\n                                        </span>\r\n                                        <div class=\"custom-select-trigger\">Filter By</div>\r\n                                        <ul class=\"custom-options\" style=\"height: 0px;\">\r\n                                            <li class=\"option selected\" data-value=\"1\">Hiking</li>\r\n                                            <li class=\"option\"><a class=\" page\" href=\"/cmss/packages?tt=Self%20Drive\">Self Drive</a></li>\r\n                                            <li class=\"option\"><a class=\" page\" href=\"/cmss/packages?tt=Small%20Group\">Small Group</a></li>\r\n                                            <li class=\"option\"><a class=\" page\" href=\"/cmss/packages?tt=Train%20Journey\">Train</a></li>\r\n                                            <li class=\"option\"><a class=\" page\" href=\"/cmss/packages?tt=Winter\">Winter</a></li>\r\n                                            <li class=\"option\"><a class=\" page\" href=\"/cmss/packages?tt=Soft%20Package\">Soft</a></li>\r\n                                        </ul>\r\n                                        <input type=\"hidden\" name=\"child\" value=\"1\">\r\n                                    </div>\r\n                                </div>\r\n                                <ul class=\"nav nav-tabs\" id=\"myTab\" role=\"tablist\">\r\n                                    <li class=\"nav-item\" role=\"presentation\">\r\n                                        <button class=\"nav-link active\" id=\"home-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#home\" type=\"button\" role=\"tab\"><i class=\"fa-light fa-grid-2\"></i></button>\r\n                                    </li>\r\n                                    <li class=\"nav-item\" role=\"presentation\">\r\n                                        <button class=\"nav-link\" id=\"profile-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#profile\" type=\"button\" role=\"tab\"><i class=\"fa-light fa-list\"></i></button>\r\n                                    </li>\r\n                                </ul>\r\n                            </div>\r\n                        </div>\r\n                       {* TAB 1: GRID VIEW RESULT *}\r\n{* TAB 1: GRID VIEW RESULT *}\r\n{* TAB 1: GRID VIEW RESULT *}\r\n<div class=\"tab-pane fade show active\" id=\"home\" role=\"tabpanel\">aaaaa<h2>SEARCHRESULTS TEMPLATE IS LOADING CORRECTLY</h2>\r\n    <div class=\"row g-5\">\r\n        {if isset($smarty.get.keyword) && $smarty.get.keyword != \"\"}\r\n            {* Force LISE to run a targeted search filter via the URL query string *}\r\n            {LISEPackages search_query=$smarty.get.keyword summarytemplate=\'searchresults\'}\r\n        {else}\r\n            {* If they landed here directly without a keyword, safely fallback to the native content placeholder block *}\r\n            {content}\r\n        {/if}\r\n    </div>\r\n</div>\r\n\r\n{* TAB 2: LIST VIEW RESULT *}\r\n<div class=\"tab-pane fade\" id=\"profile\" role=\"tabpanel\">\r\n    <div class=\"row g-5\">\r\n        <div class=\"col-lg-12\">\r\n            {* If they click list view, we load your list-styled template layout *}\r\n            {LISEPackages summarytemplate=\'package_summary_2\'}\r\n        </div>\r\n    </div>\r\n</div>\r\n                        \r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n{/block}','',1,0,NULL,1,1,1782661820,1782664303),
(142,'package_summary_reslynx','{* Empty Smarty Template *}','',2,NULL,NULL,1,1,1782841010,1782841010),
(143,'csm master reslynx','{strip}\r\n	{process_pagedata}\r\n{/strip}<!doctype html>\r\n<html lang=\"{cms_get_language}\">\r\n\r\n<head>\r\n	<title>{title} - {sitename}</title>\r\n	{metadata}\r\n	{cms_stylesheet}\r\n</head>\r\n\r\n<body>\r\n	<header id=\"header\">\r\n		<h1>{sitename}</h1>\r\n	</header>\r\n\r\n	<nav id=\"menu\">\r\n		{Navigator}\r\n	</nav>\r\n\r\n	<section id=\"content\">\r\n		<h1>{title}</h1>\r\n		{content}\r\n	</section>\r\n</body>\r\n\r\n</html>','',1,0,NULL,1,1,1782841434,1782841478),
(144,'package_detail_wrapper','{if isset($smarty.get.reslynx)}\r\n  {extends file=\'cms_template:csm master reslynx\'}\r\n{else}\r\n  {extends file=\'cms_template:csm master\'}\r\n{/if}\r\n\r\n{block name=\'content\'}{/block}','',1,0,NULL,1,1,1782926500,1782931195),
(145,'package_detail_default','{extends file=\'cms_template:csm master\'}\r\n\r\n{block name=\'content\'}\r\n\r\n\r\n\r\n    <!-- breadcrumb area start -->\r\n    <!-- rts breadcrumb area start -->\r\n    {if empty($item->image)}\r\n   <div class=\"rts-breadcrumb-area one\" data-bg-src=\"https://www.csmtravel.com/cmss/uploads/csm/assets/images/breadcrumb/01.webp\">\r\n{else}\r\n   <div class=\"rts-breadcrumb-area one\" data-bg-src=\"{uploads_url}/{$item->image|replace:\' \':\'%20\'}\">\r\n{/if}\r\n        <div class=\"container h-100\">\r\n            <div class=\"breadcrumb-area-wrapper\">\r\n                <div class=\"nav-bread-crumb\">\r\n                    <a href=\"index.html\">Home</a>\r\n                    <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                    <a href=\"#\" class=\"current\">Packages</a>\r\n                </div>\r\n                <h1 class=\"title\"></h1>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <!-- rts breadcrumb area end -->\r\n    <!-- breadcrumb area end -->\r\n\r\n    <div class=\"rts-tour-details-area pt--60 rts-section-gapBottom bg-white\">\r\n        <div class=\"container\">\r\n            <div class=\"bottom-content-area g-5 mt--50\">\r\n                <div class=\"left\">\r\n                    <div class=\"tour-details-wrapper content-box radius-10 border overflow-hidden\">\r\n                        <div class=\"tour-content\">\r\n                            <div class=\"left-content\" style=\"max-width: 650px;\">\r\n                                <h4 class=\"title\">{$item->title}{$item->subtitle}</h4>\r\n\r\n                                <ul class=\"meta-area\">\r\n                                    <li><i class=\"fa-regular fa-location-dot\"></i> {$item->destination}</li>\r\n                                    <li><i class=\"fa-light fa-users\"></i> {$item->trip_types}</li>\r\n                                    <li><i class=\"fa-solid fa-code-branch\"></i> {$item->package_code}</li>\r\n                                </ul>\r\n                                <ul class=\"meta-area\" style=\"margin-top: 10px;\">\r\n                                    <li><i class=\"fa-solid fa-chart-line\"></i> {$item->activity_level}</li>\r\n                                    <li><i class=\"fa-solid fa-plane\"></i> {$item->start}</li>\r\n\r\n                                </ul>\r\n                                <ul class=\"meta-area\" style=\"margin-top: 10px;\">\r\n                                    <li> <i class=\"fa-solid fa-route\"></i> {$item->route}</li>\r\n\r\n\r\n                                </ul>\r\n\r\n\r\n\r\n                            </div>\r\n                            <div class=\"right-content\">\r\n                                <div class=\"day-left\">\r\n                                    <h4>{$item->duration|regex_replace:\'/^(\\d+).*/\':\'$1\'}</h4>\r\n                                    <p>days</p>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n\r\n\r\n                    </div>\r\n\r\n                    <div class=\"content-box tour-details-tab-area radius-10 border overflow-hidden\">\r\n                        <ul class=\"nav nav-tabs border-bottom\" id=\"myTab\" role=\"tablist\">\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link active\" id=\"overview-tab\" data-bs-toggle=\"tab\"\r\n                                    data-bs-target=\"#overview\" type=\"button\" role=\"tab\" aria-controls=\"overview\"\r\n                                    aria-selected=\"true\">Overview</button>\r\n                            </li>\r\n\r\n                            {if !empty($item->package_details)}\r\n                                <li class=\"nav-item\" role=\"presentation\">\r\n                                    <button class=\"nav-link\" id=\"itinerary-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#itinerary\"\r\n                                        type=\"button\" role=\"tab\" aria-controls=\"itinerary\" aria-selected=\"false\">\r\n                                        Itinerary\r\n                                    </button>\r\n                                </li>\r\n                            {/if}\r\n\r\n\r\n\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link\" id=\"location-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#location\"\r\n                                    type=\"button\" role=\"tab\" aria-controls=\"location\"\r\n                                    aria-selected=\"false\">Location</button>\r\n                            </li>\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link\" id=\"gallery-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#gallery\"\r\n                                    type=\"button\" role=\"tab\" aria-controls=\"gallery\" aria-selected=\"false\">Gallery</button>\r\n                            </li>\r\n                        </ul>\r\n\r\n                        <div class=\"tour-details-tab-content\" id=\"myTabContent\">\r\n                            <div class=\"tab-pane fade show active\" id=\"overview\" role=\"tabpanel\"\r\n                                aria-labelledby=\"overview-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"overview-area mb--60\">\r\n                                        <h5 class=\"title mb--15\">Overview</h5>\r\n                                        <p class=\"desc\">{$item->introduction}</p>\r\n                                    </div>\r\n                                    <div class=\"highlight-area\">\r\n                                        <h5 class=\"title\">Highlights:</h5>\r\n\r\n                                        <style>\r\n                                            .tour-inclusions ul {\r\n                                                list-style: none;\r\n                                                padding: 0;\r\n                                                margin: 0;\r\n                                            }\r\n\r\n                                            .tour-inclusions li {\r\n                                                position: relative;\r\n\r\n                                                margin-bottom: 10px;\r\n                                            }\r\n                                        </style>\r\n\r\n                                        <div class=\"tour-inclusions\">\r\n                                            {$item->body|replace:\'<li>\':\'<li><i class=\"fa-regular fa-check\">&nbsp;&nbsp;  </i>  \'}\r\n                                        </div>\r\n\r\n\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n\r\n                            <div class=\"tab-pane fade\" id=\"itinerary\" role=\"tabpanel\" aria-labelledby=\"itinerary-tab\">\r\n    <div class=\"tab-content-inner\">\r\n        <div class=\"itinerary-area\">\r\n            <div class=\"itinerary-header\" style=\"display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;\">\r\n                <h2 style=\"margin: 0;\">Itinerary</h2>\r\n                <div class=\"expand-toggle\" style=\"display: flex; align-items: center;\">\r\n                    <span style=\"font-size: 14px; font-weight: 600; color: #666;\">Expand all</span>\r\n                    <label class=\"switch\">\r\n                        <input type=\"checkbox\" id=\"expandAll\" onclick=\"toggleAllItinerary()\">\r\n                        <span class=\"slider\"></span>\r\n                    </label>\r\n                </div>\r\n            </div>\r\n\r\n            <div class=\"itinerary-list-container\">\r\n                {* Logic to clean the HTML list and split into days *}\r\n                {$clean_details = $item->package_details|replace:\'<ul>\':\'\'|replace:\'</ul>\':\'\'|trim}\r\n                {$li_items = \"<li>\"|explode:$clean_details}\r\n                {$itinerary_days = []}\r\n                {foreach from=$li_items item=li}\r\n                    {$cleaned_li = $li|replace:\'</li>\':\'\'|trim}\r\n                    {if !empty($cleaned_li)}{$itinerary_days[] = $cleaned_li}{/if}\r\n                {/foreach}\r\n\r\n                {foreach from=$itinerary_days item=day_text name=itinerary}\r\n                    {$parts = \":\"|explode:$day_text:2}\r\n                    {$day_title = $parts[0]|trim}\r\n                    {$day_content = $parts[1]|trim}\r\n                    \r\n                    <div class=\"itinerary-item {if $smarty.foreach.itinerary.first}active{/if}\">\r\n                        <div class=\"icon-box\">\r\n                            {if $smarty.foreach.itinerary.first}\r\n                                <img src=\"{uploads_url}/csm/assets/images/trip/icon/14.svg\" width=\"34\">\r\n                            {else}\r\n                                <div class=\"blue-ring\"></div>\r\n                            {/if}\r\n                        </div>\r\n\r\n                        <button class=\"itinerary-title-btn\" onclick=\"this.parentElement.classList.toggle(\'active\')\">\r\n                            {$day_title}\r\n                        </button>\r\n\r\n                        <div class=\"itinerary-content\">\r\n                            <p>{$day_content}</p>\r\n                        </div>\r\n                    </div>\r\n                {/foreach}\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n\r\n<script>\r\nfunction toggleAllItinerary() {\r\n    const isChecked = document.getElementById(\'expandAll\').checked;\r\n    const items = document.querySelectorAll(\'.itinerary-item\');\r\n    items.forEach((item, index) => {\r\n        if (isChecked) {\r\n            item.classList.add(\'active\');\r\n        } else {\r\n            // Collapse all except the first one\r\n            if (index === 0) item.classList.add(\'active\');\r\n            else item.classList.remove(\'active\');\r\n        }\r\n    });\r\n}\r\n</script>\r\n\r\n\r\n\r\n                            <div class=\"tab-pane fade\" id=\"location\" role=\"tabpanel\" aria-labelledby=\"location-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"highlight-area\">\r\n                                        <h5 class=\"title\">Tour Map: {$item->title}</h5>\r\n\r\n                                        <!-- 1. External Assets -->\r\n                                        <link rel=\"stylesheet\" href=\"https://unpkg.com/leaflet@1.9.4/dist/leaflet.css\" />\r\n                                        <link rel=\"stylesheet\"\r\n                                            href=\"https://unpkg.com/leaflet-routing-machine@3.2.12/dist/leaflet-routing-machine.css\" />\r\n                                        <script src=\"https://unpkg.com/leaflet@1.9.4/dist/leaflet.js\"></script>\r\n                                        <script\r\n                                            src=\"https://unpkg.com/leaflet-routing-machine@3.2.12/dist/leaflet-routing-machine.js\">\r\n                                        </script>                                        \r\n                                        <script src=\"{uploads_url}/csm/assets/js/locations.js\"></script>\r\n\r\n                                        <div id=\"atlas-container\">\r\n                                            <div id=\"atlas-map\"></div>\r\n                                            <div class=\"map-branding-overlay\">csmtravel.com</div>\r\n                                        </div>\r\n\r\n                                        <script>\r\n                                            {literal}\r\n                                                document.addEventListener(\'DOMContentLoaded\', function() {\r\n                                                    // 1. Database of coordinates (from your provided script)\r\n                                                   \r\n\r\n                                                    function boxesOverlap(a, b) {\r\n                                                        return !(a.right < b.left || a.left > b.right || a.bottom < b\r\n                                                            .top || a.top > b.bottom);\r\n                                                    }\r\n\r\n                                                    // 2. Map Initialization\r\n                                                    const map = L.map(\'atlas-map\', { attributionControl: false,\r\n                                                        zoomSnap: 0.1, zoomControl: false, preferCanvas: true });\r\n                                                    map.createPane(\"atlasPane\").style.zIndex = 350;\r\n\r\n                                                    L.tileLayer(\'https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png\', { crossOrigin: true }).addTo(map);\r\n\r\n                                                    atlasLabels.forEach(l => {\r\n                                                        L.marker([l.lat, l.lng], {\r\n                                                            pane: \"atlasPane\",\r\n                                                            interactive: false,\r\n                                                            icon: L.divIcon({ className: l.cls, html: l\r\n                                                                    .name, iconSize: [500, 50],\r\n                                                                iconAnchor: [250, 25] })\r\n                                                        }).addTo(map);\r\n                                                    });\r\n\r\n                                                    // 3. GET ROUTE FROM SMARTY\r\n                                                {/literal}\r\n                                                const routeInput = \"{$item->route|escape:\'javascript\'}\";\r\n                                                {literal}\r\n\r\n                                                    const stops = routeInput.split(/[–—•>-]+/).map(s => s.trim())\r\n                                                        .filter(Boolean);\r\n\r\n                                                    const pts = stops.map(s => {\r\n                                                        const normalized = s.toLowerCase();\r\n                                                        const key = Object.keys(locationLookup).find(k => k\r\n                                                            .toLowerCase() === normalized);\r\n                                                        return key ? { name: key, lat: locationLookup[key][0],\r\n                                                            lng: locationLookup[key][1] } : null;\r\n                                                    }).filter(Boolean);\r\n\r\n                                                    if (pts.length >= 2) {\r\n                                                        const routeBounds = L.latLngBounds(pts.map(p => [p.lat, p\r\n                                                        .lng]));\r\n                                                        map.fitBounds(routeBounds.pad(0.35));\r\n\r\n                                                        let pending = 0;\r\n                                                        pts.forEach((pt, i) => {\r\n                                                            if (i === pts.length - 1) return;\r\n                                                            const start = pt,\r\n                                                                end = pts[i + 1];\r\n                                                            const isFerry = ferryPairs.some(p => (p[0]\r\n                                                                .toLowerCase() === start.name\r\n                                                                .toLowerCase() && p[1].toLowerCase() ===\r\n                                                                end.name.toLowerCase()));\r\n\r\n                                                            if (isFerry) {\r\n                                                                L.polyline([\r\n                                                                        [start.lat, start.lng],\r\n                                                                        [end.lat, end.lng]\r\n                                                                    ], { color: \"#2a82c9\", weight: 4,\r\n                                                                        dashArray: \"8, 12\", opacity: 0.9 })\r\n                                                                    .addTo(map);\r\n                                                            } else {\r\n                                                                pending++;\r\n                                                                L.Routing.control({\r\n                                                                    waypoints: [L.latLng(start.lat,\r\n                                                                        start.lng), L.latLng(end\r\n                                                                        .lat, end.lng)],\r\n                                                                    router: L.Routing\r\n                                                                .osrmv1({ serviceUrl: \"https://router.project-osrm.org/route/v1\" }),\r\n                                                                    createMarker: () => null,\r\n                                                                    lineOptions: { styles: [\r\n                                                                        { color: \"#2a82c9\",\r\n                                                                            opacity: 0.8,\r\n                                                                            weight: 5 }] },\r\n                                                                    fitSelectedRoutes: false\r\n                                                                }).on(\'routesfound\', () => {\r\n                                                                    pending--;\r\n                                                                    if (pending === 0) placeCityLabels(\r\n                                                                        map, pts);\r\n                                                                }).on(\'routingerror\', () => {\r\n                                                                    pending--;\r\n                                                                    if (pending === 0) placeCityLabels(\r\n                                                                        map, pts);\r\n                                                                }).addTo(map);\r\n                                                            }\r\n                                                        });\r\n                                                        if (pending === 0) placeCityLabels(map, pts);\r\n                                                    }\r\n\r\n                                                    function placeCityLabels(map, pts) {\r\n                                                        const placedBoxes = [];\r\n                                                        const renderedNames = new Set();\r\n                                                        pts.forEach(pt => {\r\n                                                            if (renderedNames.has(pt.name)) return;\r\n                                                            renderedNames.add(pt.name);\r\n                                                            const point = map.latLngToContainerPoint([pt.lat, pt\r\n                                                                .lng\r\n                                                            ]);\r\n                                                            const width = pt.name.length * 9;\r\n                                                            const topBox = { left: point.x - width / 2,\r\n                                                                right: point.x + width / 2, top: point.y -\r\n                                                                    25, bottom: point.y - 5 };\r\n                                                            let cls = \"pos-top\";\r\n                                                            if (placedBoxes.some(b => boxesOverlap(b,\r\n                                                                topBox))) {\r\n                                                                cls = \"pos-bottom\";\r\n                                                                placedBoxes.push({ left: point.x - width / 2,\r\n                                                                    right: point.x + width / 2,\r\n                                                                    top: point.y + 5, bottom: point.y +\r\n                                                                        25 });\r\n                                                            } else { placedBoxes.push(topBox); }\r\n                                                            L.marker([pt.lat, pt.lng], {\r\n                                                                interactive: false,\r\n                                                                icon: L.divIcon({\r\n                                                                    className: \"city-label-container\",\r\n                                                                    html: `<div class=\"city-dot\"></div><div class=\"city-text ${cls}\">${pt.name}</div>`, \r\n                                                                    iconSize: [0, 0]\r\n                                                                })\r\n                                                            }).addTo(map);\r\n                                                        });\r\n                                                    }\r\n\r\n                                                    // 4. Tab Visibility Fix\r\n                                                    var tabEl = document.querySelector(\'#location-tab\');\r\n                                                    if (tabEl) {\r\n                                                        tabEl.addEventListener(\'shown.bs.tab\', function() {\r\n                                                            map.invalidateSize();\r\n                                                            if (pts.length >= 2) {\r\n                                                                map.fitBounds(L.latLngBounds(pts.map(p => [p\r\n                                                                    .lat, p.lng\r\n                                                                ])).pad(0.35));\r\n                                                            }\r\n                                                        });\r\n                                                    }\r\n                                                });\r\n                                            {/literal}\r\n                                        </script>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n\r\n                            <div class=\"tab-pane fade\" id=\"gallery\" role=\"tabpanel\" aria-labelledby=\"gallery-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n\r\n                                    <div class=\"highlight-area\">\r\n                                        <h5 class=\"title\">Gallery</h5>\r\n\r\n                                        <style>\r\n                                            .gallery-wrapper .hover-image {\r\n                                                width: 100%;\r\n                                                height: 250px;\r\n                                                object-fit: cover;\r\n                                                display: block;\r\n                                            }\r\n\r\n                                            .mfp-counter {\r\n                                                display: none !important;\r\n                                            }\r\n\r\n                                            /* Added a small style helper for your text captions */\r\n                                            .gallery-caption {\r\n                                                display: block;\r\n                                                margin-top: 8px;\r\n                                                font-size: 14px;\r\n                                                color: #333;\r\n                                                text-align: center;\r\n                                                font-weight: 500;\r\n                                                text-transform: capitalize;\r\n                                                /* Optional: Capitalizes the first letter of each word */\r\n                                            }\r\n                                        </style>\r\n\r\n                                        {$img1 = $item->fielddefs.gallery1.value|trim}\r\n                                        {$img2 = $item->fielddefs.gallery2.value|trim}\r\n                                        {$img3 = $item->fielddefs.gallery3.value|trim}\r\n                                        {$img4 = $item->fielddefs.gallery4.value|trim}\r\n                                        {$img5 = $item->fielddefs.gallery5.value|trim}\r\n\r\n                                        {if $img1 != \'\' || $img2 != \'\' || $img3 != \'\' || $img4 != \'\' || $img5 != \'\'}\r\n                                            <div class=\"row\">\r\n                                                {$my_gallery = [$img1, $img2, $img3, $img4, $img5]}\r\n\r\n                                                {foreach from=$my_gallery item=img name=galleryLoop}\r\n                                                    {if $img != \'\'}\r\n                                                        {* Clean up the image name: remove path, remove extension, replace underscores/dashes with spaces *}\r\n                                                        {$cleanName = $img|regex_replace:\'/.*\\//\':\'\'|regex_replace:\'/\\.[^.]+$/\':\'\'|replace:\'_\':\' \'|replace:\'-\':\' \'}\r\n\r\n                                                        <div class=\"col-lg-3 col-md-4 col-sm-6 col-6 mb--30\">\r\n                                                            <div class=\"gallery-wrapper with-icon wow scaleIn\"\r\n                                                                data-wow-delay=\"{$smarty.foreach.galleryLoop.index * 0.2}s\">\r\n\r\n                                                                <a href=\"{uploads_url}/{$img|replace:\' \':\'%20\'}\" title=\"{$cleanName}\"\r\n                                                                    class=\"gallery-image image-transform\">\r\n                                                                    <img class=\"hover-image\"\r\n                                                                        src=\"{uploads_url}/{$img|replace:\' \':\'%20\'}\" alt=\"{$cleanName}\">\r\n                                                                    <span class=\"icon\">\r\n                                                                        <img src=\"assets/images/gallery/insta.svg\" alt=\"\">\r\n                                                                    </span>\r\n                                                                </a>\r\n\r\n                                                                {* THIS DISPLAYS THE CLEAN TEXT DIRECTLY UNDER THE PHOTO *}\r\n                                                                <span class=\"gallery-caption\">\r\n\r\n                                                                </span>\r\n\r\n                                                            </div>\r\n                                                        </div>\r\n                                                    {/if}\r\n                                                {/foreach}\r\n                                            </div>\r\n                                        {/if}\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                        </div> {* End of myTabContent *}\r\n                    </div> {* End of tour-details-tab-area *}\r\n\r\n                    <div class=\"contact-area content-box radius-10 border overflow-hidden\">\r\n\r\n\r\n\r\n\r\n\r\n                        <div class=\"row g-24\">\r\n                            <div class=\"col-lg-12\">\r\n                                <a href=\"mailto:sales@example.com?subject=CSM Website %20Enquiry%20-%20{$item->title|replace:\' \':\'%20\'}&body=Hello%2C%0A%0AI%20am%20interested%20in%20booking%20the%20following%20package%3A%0A%0APackage%3A%20{$item->title|replace:\' \':\'%20\'}%0ACode%3A%20{$item->package_code|replace:\' \':\'%20\'}%0APrice%3A%20%24{$item->starting_price}%2F%20per%20person%0ADuration%3A%20{$item->duration|regex_replace:\'/^(\\d+).*/\':\'$1\'}%20days%0ARoute%3A%20{$item->route|replace:\' \':\'%20\'}%0A%0AI%20have%20the%20following%20questions%2Fadjustments%3A%0A%0A%0AThank%20you\"\r\n                                    style=\"text-decoration: none; width: 100%;\">\r\n                                    <button type=\"button\" class=\"rts-btn btn-primary border\" style=\"width: 100%;\">\r\n                                        Send Inquiry\r\n                                    </button>\r\n                                </a>\r\n                            </div>\r\n                        </div>\r\n\r\n\r\n\r\n                    </div>\r\n                </div>\r\n\r\n                <div class=\"right\">\r\n                    <div class=\"sticky-top\">\r\n                        <div class=\"content-box radius-10 border overflow-hidden pricing-box\">\r\n\r\n                            <h5>$ {$item->starting_price}<span>/ per person</span></h5>\r\n\r\n                            <div class=\"mid-area\">\r\n\r\n                                <style>\r\n                                    /* 1. Reduce space between list items (li) */\r\n                                    .tour-inclusions li {\r\n                                        display: flex !important;\r\n                                        align-items: flex-start !important;\r\n                                        margin-bottom: 4px !important;\r\n                                        /* Reduced from 10px to 4px */\r\n                                        line-height: 1.3 !important;\r\n                                        /* Slightly tighter line spacing */\r\n                                    }\r\n\r\n                                    /* 2. Reduce space under \"Package includes\" and \"Package excludes\" titles */\r\n                                    .tour-inclusions h5,\r\n                                    .tour-inclusions .title {\r\n                                        margin-bottom: 5px !important;\r\n                                        /* Tightens space under the heading */\r\n                                    }\r\n\r\n                                    /* 3. Reduce space for the list container itself */\r\n                                    .tour-inclusions ul {\r\n                                        list-style: none !important;\r\n                                        padding: 0 !important;\r\n                                        margin-top: 5px !important;\r\n                                        /* Tightens gap between title/line and the first item */\r\n                                        margin-bottom: 20px !important;\r\n                                        /* Space before the next section starts */\r\n                                    }\r\n\r\n                                    /* 4. Icon alignment for tighter lines */\r\n                                    .tour-inclusions li i {\r\n                                        flex-shrink: 0 !important;\r\n                                        margin-right: 8px !important;\r\n                                        margin-top: 3px !important;\r\n                                        /* Adjusted slightly for the new line-height */\r\n                                        color: #0088cc;\r\n                                        font-size: 14px !important;\r\n                                    }\r\n\r\n                                    .tour-inclusions p {\r\n                                        font-size: var(--font-size-b2);\r\n                                        line-height: var(--line-height-b2);\r\n                                        font-weight: 500;\r\n                                        color: var(--color-body-1);\r\n                                        margin: 0 0 00px;\r\n                                    }\r\n                                </style>\r\n\r\n                                <div class=\"tour-inclusions\">\r\n                                    <span style=\"margin-bottom: 27px>;\">Travel dates</span>\r\n                                    {$item->departure_dates}<br>\r\n                                    {$item->price_conditions|replace:\'<li>\':\'<li><i class=\"fa-regular fa-check\"></i>\'}\r\n                                </div>\r\n                            </div>\r\n                            {if !empty($item->reslynx_url)}\r\n                                <a href=\"{$item->reslynx_url}\" class=\"rts-btn btn-primary m-w-100 text-center border\">Book\r\n                                    online</a>\r\n                            {/if}\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n{/block}','',1,0,NULL,1,1,1782931227,1782931227),
(14,'Breadcrumbs','{* default breadcrumbs template *}\n{strip}\n<div class=\"breadcrumb\">\n  {if isset($starttext)}{$starttext}:&nbsp;{/if}\n  {foreach $nodelist as $node}\n    {$spanclass=\'breadcrumb\'}\n    {if $node->current}\n      {$spanclass=$spanclass|cat:\' current\'}\n    {/if}\n\n    <span class=\"{$spanclass}\">\n      {if $node@last}\n        {$node->menutext}\n      {elseif $node->type == \'sectionheader\'}\n        {$node->menutext}&nbsp;\n      {else}\n        <a href=\"{$node->url}\" title=\"{$node->menutext}\">{$node->menutext}</a>\n      {/if}\n    </span>\n\n    {if !$node@last}&raquo;&nbsp;{/if}\n  {/foreach}\n</div>\n{/strip}',NULL,4,1,NULL,1,1,1780330016,1780330016),
(36,'csm contact','{extends file=\'cms_template:csm master\'}\r\n\r\n{block name=\'content\'}\r\n\r\n    <!-- breadcrumb area start -->\r\n    <!-- rts breadcrumb area start -->\r\n    <div class=\"rts-breadcrumb-area one\" data-bg-src=\"{uploads_url}/csm/assets/images/breadcrumb/08.webp\">\r\n        <div class=\"container h-100\">\r\n            <div class=\"breadcrumb-area-wrapper\">\r\n                <div class=\"nav-bread-crumb\">\r\n                    <a href=\"index.html\">Home</a>\r\n                    <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                    <a href=\"#\" class=\"current\">Contact Us</a>\r\n                </div>\r\n                <h1 class=\"title\">Contact US</h1>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <!-- rts breadcrumb area end -->\r\n    <!-- breadcrumb area end -->\r\n\r\n    <!-- rts contact area start -->\r\n    <section class=\"rts-contact-area inner rts-section-gap\">\r\n        <div class=\"container\">\r\n            <div class=\"section-inner body-bg-one radius-10\">\r\n                <form class=\"contact-form\" id=\"contact-form\" method=\"POST\" action=\"mailer.php\">\r\n                    <h4 class=\"title\">Your info</h4>\r\n                    <div class=\"form-inner\">\r\n                        <div class=\"left\">\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"name\">Full Name*</label>\r\n                                <input type=\"text\" id=\"name\" name=\"name\" placeholder=\"Enter your full name\" required>\r\n                            </div>\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"email\">Email*</label>\r\n                                <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"Your email address\" required>\r\n                            </div>\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"company\">Company</label>\r\n                                <input type=\"text\" id=\"company\" name=\"company\" placeholder=\"Your company name\" required>\r\n                            </div>\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"website\">Website</label>\r\n                                <input type=\"text\" id=\"website\" name=\"website\" placeholder=\"Your website\" required>\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"right\">\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"message\">Your Enquiry*</label>\r\n                                <textarea name=\"message\" id=\"message\" placeholder=\"Enter your message here\" required></textarea>\r\n                            </div>\r\n                            <div class=\"single-input-wrapper\">\r\n                                <button type=\"submit\" class=\"rts-btn btn-primary with-arrow\">Get Started <i class=\"fa-regular fa-arrow-up up-right\"></i></button>\r\n                            </div>\r\n                            <div id=\"form-messages\" class=\"mt-15 cb\"></div>\r\n                            <p class=\"desc\">Please read our <a href=\"#\"> privacy policy</a> and <a href=\"#\">Cookies policy</a> so you understand how we collect and use your personal data.</p>\r\n                        </div>\r\n                    </div>\r\n                </form>\r\n            </div>\r\n            <div class=\"contact-form-content-bottom-wrapper mt--30\">\r\n                <div class=\"row g-5\">\r\n                    <div class=\"col-lg-4\">\r\n                        <div class=\"single-contact-card body-bg-one radius-10\">\r\n                            <div class=\"top-area\">\r\n                                <div class=\"icon\">\r\n                                    <img src=\"{uploads_url}/csm/assets/images/contact/icon/01.svg\" alt=\"contact\">\r\n                                </div>\r\n                                <h4 class=\"title\">Our Location</h4>\r\n                            </div>\r\n                            <p class=\"disc\">\r\n                                123 Main Street, Apt 4B Springfield,\r\n                                IL 62704, UK\r\n                            </p>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-4\">\r\n                        <div class=\"single-contact-card body-bg-one radius-10\">\r\n                            <div class=\"top-area\">\r\n                                <div class=\"icon\">\r\n                                    <img src=\"{uploads_url}/csm/assets/images/contact/icon/02.svg\" alt=\"contact\">\r\n                                </div>\r\n                                <h4 class=\"title\">Email Us</h4>\r\n                            </div>\r\n                            <p class=\"disc\">\r\n                                Our support team is here to assist you\r\n                            </p>\r\n                            <a href=\"#\">support@Digix.com</a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-4\">\r\n                        <div class=\"single-contact-card body-bg-one radius-10\">\r\n                            <div class=\"top-area\">\r\n                                <div class=\"icon\">\r\n                                    <img src=\"{uploads_url}/csm/assets/images/contact/icon/03.svg\" alt=\"contact\">\r\n                                </div>\r\n                                <h4 class=\"title\">Call Us</h4>\r\n                            </div>\r\n                            <p class=\"disc\">\r\n                                Our customer support team is available\r\n                            </p>\r\n                            <a href=\"#\">+1 (111) 125- 42174</a>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </section>\r\n    <!-- rts contact area end -->\r\n{/block}','',1,0,NULL,1,1,1781736021,1781805564),
(37,'csm inspiration','{extends file=\'cms_template:csm master\'}\r\n\r\n{block name=\'content\'}\r\n<!-- breadcrumb area start -->\r\n    <!-- rts breadcrumb area start -->\r\n    <div class=\"rts-breadcrumb-area one\" data-bg-src=\"{uploads_url}/csm/assets/images/breadcrumb/01.webp\">\r\n        <div class=\"container h-100\">\r\n            <div class=\"breadcrumb-area-wrapper\">\r\n                <div class=\"nav-bread-crumb\">\r\n                    <a href=\"index.html\">Home</a>\r\n                    <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                    <a href=\"#\" class=\"current\">Blog</a>\r\n                </div>\r\n                <h1 class=\"title\">Inspiration</h1>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <!-- rts breadcrumb area end -->\r\n    <!-- breadcrumb area end -->\r\n\r\n    <!-- rts Blog area start -->\r\n    <section class=\"rts-blog-area inner rts-section-gap\">\r\n        <div class=\"container\">\r\n            <div class=\"section-inner\">\r\n                <div class=\"row g-5\">\r\n                    <div class=\"col-lg-8 wow fadeInLeft\" data-wow-delay=\"0.2s\">\r\n                        <div class=\"left-blog\">\r\n                            <div class=\"row g-5\">\r\n                                <div class=\"col-lg-6\">\r\n                                    <div class=\"blog-wrapper image-transform radius-10\">\r\n                                        <div class=\"image-area\">\r\n                                            <a href=\"blog-details.html\"><img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/blog/01.webp\" alt=\"\"></a>\r\n                                        </div>\r\n                                        <div class=\"author-area\">\r\n                                            <div class=\"image\"><img src=\"{uploads_url}/csm/assets/images/blog/author/01.svg\" alt=\"\"></div>\r\n                                            <p class=\"text\">Post By <br> <span>Reacthemes</span></p>\r\n                                        </div>\r\n                                        <div class=\"content-area\">\r\n                                            <div class=\"blog-meta\">\r\n                                                <ul>\r\n                                                    <li>12 May, 2025</li>\r\n                                                    <li class=\"mid\"></li>\r\n                                                    <li>2 Min Read</li>\r\n                                                </ul>\r\n                                            </div>\r\n                                            <h5 class=\"blog-title\">\r\n                                                <a class=\"title-w-hover\" href=\"#\"> Top 10 Essential Travel Tips for First-Time Travelers</a>\r\n                                            </h5>\r\n                                            <ul class=\"tags\">\r\n                                                <li><a href=\"#\">Train Journey</a></li>\r\n                                                <li><a href=\"#\">Railway</a></li>\r\n                                            </ul>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                                <div class=\"col-lg-6\">\r\n                                    <div class=\"blog-wrapper image-transform radius-10\">\r\n                                        <div class=\"image-area\">\r\n                                            <a href=\"blog-details.html\"><img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/blog/02.webp\" alt=\"\"></a>\r\n                                        </div>\r\n                                        <div class=\"author-area\">\r\n                                            <div class=\"image\"><img src=\"{uploads_url}/csm/assets/images/blog/author/02.svg\" alt=\"\"></div>\r\n                                            <p class=\"text\">Post By <br> <span>Reacthemes</span></p>\r\n                                        </div>\r\n                                        <div class=\"content-area\">\r\n                                            <div class=\"blog-meta\">\r\n                                                <ul>\r\n                                                    <li>17 May, 2025</li>\r\n                                                    <li class=\"mid\"></li>\r\n                                                    <li>2 Min Read</li>\r\n                                                </ul>\r\n                                            </div>\r\n                                            <h5 class=\"blog-title\">\r\n                                                <a class=\"title-w-hover\" href=\"#\"> International Travel Checklist: What You Must Not Forget</a>\r\n                                            </h5>\r\n                                            <ul class=\"tags\">\r\n                                                <li><a href=\"#\">Mountain</a></li>\r\n                                                <li><a href=\"#\">Travel</a></li>\r\n                                            </ul>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                                <div class=\"col-lg-6\">\r\n                                    <div class=\"blog-wrapper image-transform radius-10\">\r\n                                        <div class=\"image-area\">\r\n                                            <a href=\"blog-details.html\"><img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/blog/03.webp\" alt=\"\"></a>\r\n                                        </div>\r\n                                        <div class=\"author-area\">\r\n                                            <div class=\"image\"><img src=\"{uploads_url}/csm/assets/images/blog/author/03.svg\" alt=\"\"></div>\r\n                                            <p class=\"text\">Post By <br> <span>Reacthemes</span></p>\r\n                                        </div>\r\n                                        <div class=\"content-area\">\r\n                                            <div class=\"blog-meta\">\r\n                                                <ul>\r\n                                                    <li>12 May, 2025</li>\r\n                                                    <li class=\"mid\"></li>\r\n                                                    <li>2 Min Read</li>\r\n                                                </ul>\r\n                                            </div>\r\n                                            <h5 class=\"blog-title\">\r\n                                                <a class=\"title-w-hover\" href=\"#\"> Budget Travel Tips: How to Explore More by Spending Less</a>\r\n                                            </h5>\r\n                                            <ul class=\"tags\">\r\n                                                <li><a href=\"#\">Train Journey</a></li>\r\n                                                <li><a href=\"#\">Railway</a></li>\r\n                                            </ul>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                                <div class=\"col-lg-6\">\r\n                                    <div class=\"blog-wrapper image-transform radius-10\">\r\n                                        <div class=\"image-area\">\r\n                                            <a href=\"blog-details.html\"><img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/blog/01.webp\" alt=\"\"></a>\r\n                                        </div>\r\n                                        <div class=\"author-area\">\r\n                                            <div class=\"image\"><img src=\"{uploads_url}/csm/assets/images/blog/author/01.svg\" alt=\"\"></div>\r\n                                            <p class=\"text\">Post By <br> <span>Reacthemes</span></p>\r\n                                        </div>\r\n                                        <div class=\"content-area\">\r\n                                            <div class=\"blog-meta\">\r\n                                                <ul>\r\n                                                    <li>12 May, 2025</li>\r\n                                                    <li class=\"mid\"></li>\r\n                                                    <li>2 Min Read</li>\r\n                                                </ul>\r\n                                            </div>\r\n                                            <h5 class=\"blog-title\">\r\n                                                <a class=\"title-w-hover\" href=\"#\"> Top 10 Essential Travel Tips for First-Time Travelers</a>\r\n                                            </h5>\r\n                                            <ul class=\"tags\">\r\n                                                <li><a href=\"#\">Train Journey</a></li>\r\n                                                <li><a href=\"#\">Railway</a></li>\r\n                                            </ul>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                                <div class=\"col-lg-6\">\r\n                                    <div class=\"blog-wrapper image-transform radius-10\">\r\n                                        <div class=\"image-area\">\r\n                                            <a href=\"blog-details.html\"><img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/blog/02.webp\" alt=\"\"></a>\r\n                                        </div>\r\n                                        <div class=\"author-area\">\r\n                                            <div class=\"image\"><img src=\"{uploads_url}/csm/assets/images/blog/author/02.svg\" alt=\"\"></div>\r\n                                            <p class=\"text\">Post By <br> <span>Reacthemes</span></p>\r\n                                        </div>\r\n                                        <div class=\"content-area\">\r\n                                            <div class=\"blog-meta\">\r\n                                                <ul>\r\n                                                    <li>17 May, 2025</li>\r\n                                                    <li class=\"mid\"></li>\r\n                                                    <li>2 Min Read</li>\r\n                                                </ul>\r\n                                            </div>\r\n                                            <h5 class=\"blog-title\">\r\n                                                <a class=\"title-w-hover\" href=\"#\"> International Travel Checklist: What You Must Not Forget</a>\r\n                                            </h5>\r\n                                            <ul class=\"tags\">\r\n                                                <li><a href=\"#\">Mountain</a></li>\r\n                                                <li><a href=\"#\">Travel</a></li>\r\n                                            </ul>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                                <div class=\"col-lg-6\">\r\n                                    <div class=\"blog-wrapper image-transform radius-10\">\r\n                                        <div class=\"image-area\">\r\n                                            <a href=\"blog-details.html\"><img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/blog/03.webp\" alt=\"\"></a>\r\n                                        </div>\r\n                                        <div class=\"author-area\">\r\n                                            <div class=\"image\"><img src=\"{uploads_url}/csm/assets/images/blog/author/03.svg\" alt=\"\"></div>\r\n                                            <p class=\"text\">Post By <br> <span>Reacthemes</span></p>\r\n                                        </div>\r\n                                        <div class=\"content-area\">\r\n                                            <div class=\"blog-meta\">\r\n                                                <ul>\r\n                                                    <li>12 May, 2025</li>\r\n                                                    <li class=\"mid\"></li>\r\n                                                    <li>2 Min Read</li>\r\n                                                </ul>\r\n                                            </div>\r\n                                            <h5 class=\"blog-title\">\r\n                                                <a class=\"title-w-hover\" href=\"#\"> Budget Travel Tips: How to Explore More by Spending Less</a>\r\n                                            </h5>\r\n                                            <ul class=\"tags\">\r\n                                                <li><a href=\"#\">Train Journey</a></li>\r\n                                                <li><a href=\"#\">Railway</a></li>\r\n                                            </ul>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                                <div class=\"col-lg-6\">\r\n                                    <div class=\"blog-wrapper image-transform radius-10\">\r\n                                        <div class=\"image-area\">\r\n                                            <a href=\"blog-details.html\"><img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/blog/01.webp\" alt=\"\"></a>\r\n                                        </div>\r\n                                        <div class=\"author-area\">\r\n                                            <div class=\"image\"><img src=\"{uploads_url}/csm/assets/images/blog/author/01.svg\" alt=\"\"></div>\r\n                                            <p class=\"text\">Post By <br> <span>Reacthemes</span></p>\r\n                                        </div>\r\n                                        <div class=\"content-area\">\r\n                                            <div class=\"blog-meta\">\r\n                                                <ul>\r\n                                                    <li>12 May, 2025</li>\r\n                                                    <li class=\"mid\"></li>\r\n                                                    <li>2 Min Read</li>\r\n                                                </ul>\r\n                                            </div>\r\n                                            <h5 class=\"blog-title\">\r\n                                                <a class=\"title-w-hover\" href=\"#\"> Top 10 Essential Travel Tips for First-Time Travelers</a>\r\n                                            </h5>\r\n                                            <ul class=\"tags\">\r\n                                                <li><a href=\"#\">Train Journey</a></li>\r\n                                                <li><a href=\"#\">Railway</a></li>\r\n                                            </ul>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                                <div class=\"col-lg-6\">\r\n                                    <div class=\"blog-wrapper image-transform radius-10\">\r\n                                        <div class=\"image-area\">\r\n                                            <a href=\"blog-details.html\"><img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/blog/02.webp\" alt=\"\"></a>\r\n                                        </div>\r\n                                        <div class=\"author-area\">\r\n                                            <div class=\"image\"><img src=\"{uploads_url}/csm/assets/images/blog/author/02.svg\" alt=\"\"></div>\r\n                                            <p class=\"text\">Post By <br> <span>Reacthemes</span></p>\r\n                                        </div>\r\n                                        <div class=\"content-area\">\r\n                                            <div class=\"blog-meta\">\r\n                                                <ul>\r\n                                                    <li>17 May, 2025</li>\r\n                                                    <li class=\"mid\"></li>\r\n                                                    <li>2 Min Read</li>\r\n                                                </ul>\r\n                                            </div>\r\n                                            <h5 class=\"blog-title\">\r\n                                                <a class=\"title-w-hover\" href=\"#\"> International Travel Checklist: What You Must Not Forget</a>\r\n                                            </h5>\r\n                                            <ul class=\"tags\">\r\n                                                <li><a href=\"#\">Mountain</a></li>\r\n                                                <li><a href=\"#\">Travel</a></li>\r\n                                            </ul>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                            <div class=\"rts-course-pagination-area mt--50\">\r\n                                <ul>\r\n                                    <li><button class=\"active\">01</button></li>\r\n                                    <li><button>02</button></li>\r\n                                    <li><button>03</button></li>\r\n                                    <li><button><i class=\"fa-regular fa-chevron-right\"></i></button></li>\r\n                                </ul>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-4\">\r\n                        <div class=\"sticky-top top-100px\">\r\n                            <div class=\"left-sidebar-area radius-10\">\r\n                                <div class=\"search-area side-box border-0 m-0 p-0\">\r\n                                    <h6>CSM Search</h6>\r\n                                    <form action=\"#\">\r\n                                        <div class=\"input-wrapper\">\r\n                                            <input type=\"text\" placeholder=\"Search Here...\" required=\"\">\r\n                                            <button type=\"submit\"><i class=\"fa-regular fa-magnifying-glass\"></i></button>\r\n                                        </div>\r\n                                    </form>\r\n                                </div>\r\n                                <div class=\"destination side-box\">\r\n                                    <h6>Destination</h6>\r\n                                    <ul class=\"checkbox-list\">\r\n                                        <li class=\"checkbox-item\">\r\n                                            <label class=\"checkbox-label\">\r\n                                                <input type=\"checkbox\" checked=\"\">\r\n                                                <span>Nepal</span>\r\n                                            </label>\r\n                                        </li>\r\n                                        <li class=\"checkbox-item\">\r\n                                            <label class=\"checkbox-label\">\r\n                                                <input type=\"checkbox\">\r\n                                                <span>Maldives</span>\r\n                                            </label>\r\n                                        </li>\r\n                                        <li class=\"checkbox-item\">\r\n                                            <label class=\"checkbox-label\">\r\n                                                <input type=\"checkbox\">\r\n                                                <span>Greek Island</span>\r\n                                            </label>\r\n                                        </li>\r\n                                        <li class=\"checkbox-item\">\r\n                                            <label class=\"checkbox-label\">\r\n                                                <input type=\"checkbox\">\r\n                                                <span>New York</span>\r\n                                            </label>\r\n                                        </li>\r\n                                        <li class=\"checkbox-item\">\r\n                                            <label class=\"checkbox-label\">\r\n                                                <input type=\"checkbox\">\r\n                                                <span>Indonesia</span>\r\n                                            </label>\r\n                                        </li>\r\n                                        <li class=\"checkbox-item\">\r\n                                            <label class=\"checkbox-label\">\r\n                                                <input type=\"checkbox\">\r\n                                                <span>Dubai Coastline</span>\r\n                                            </label>\r\n                                        </li>\r\n                                    </ul>\r\n                                    <a href=\"#\" class=\"btn\">Show More</a>\r\n                                    <span class=\"cross\"><i class=\"fa-regular fa-chevron-up\"></i></span>\r\n                                </div>\r\n                                <div class=\"blog-post side-box\">\r\n                                    <h6>Recent Post</h6>\r\n                                    <ul class=\"blog-list\">\r\n                                        <li>\r\n                                            <div class=\"image-area image-transform radius-10\">\r\n                                                <a href=\"blog-details.html\">\r\n                                                    <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/blog/01.webp\" width=\"100\" alt=\"\">\r\n                                                </a>\r\n                                            </div>\r\n                                            <div class=\"content\">\r\n                                                <h6><a class=\"title-p-hover\" href=\"blog-details.html\">10 Tips for First-Time Car What You Need to Know</a></h6>\r\n                                                <p class=\"blog-meta\">May 26, 2024</p>\r\n                                            </div>\r\n                                        </li>\r\n                                        <li>\r\n                                            <div class=\"image-area image-transform radius-10\">\r\n                                                <a href=\"blog-details.html\">\r\n                                                    <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/blog/02.webp\" width=\"100\" alt=\"\">\r\n                                                </a>\r\n                                            </div>\r\n                                            <div class=\"content\">\r\n                                                <h6><a class=\"title-p-hover\" href=\"blog-details.html\">Top 5 Reasons to Buy a for Pre-Owned Vehicle</a></h6>\r\n                                                <p class=\"blog-meta\">May 26, 2024</p>\r\n                                            </div>\r\n                                        </li>\r\n                                        <li>\r\n                                            <div class=\"image-area image-transform radius-10\">\r\n                                                <a href=\"blog-details.html\">\r\n                                                    <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/blog/03.webp\" width=\"100\" alt=\"\">\r\n                                                </a>\r\n                                            </div>\r\n                                            <div class=\"content\">\r\n                                                <h6><a class=\"title-p-hover\" href=\"blog-details.html\">How to Choose the Perfect Car for Your Lifestyle</a></h6>\r\n                                                <p class=\"blog-meta\">May 26, 2024</p>\r\n                                            </div>\r\n                                        </li>\r\n                                    </ul>\r\n                                </div>\r\n                                <div class=\"tag-area side-box\">\r\n                                    <h6>Tags</h6>\r\n                                    <ul>\r\n                                        <li>Hiking</li>\r\n                                        <li>Traveling</li>\r\n                                        <li>Trekking</li>\r\n                                        <li>Jumping</li>\r\n                                        <li>Camping</li>\r\n                                        <li>Sliding</li>\r\n                                    </ul>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </section>\r\n    <!-- rts Blog area end -->\r\n\r\n{/block}','',1,0,NULL,1,1,1781736075,1781805616),
(39,'csm about','{extends file=\'cms_template:csm master\'}\r\n\r\n{block name=\'content\'}\r\n\r\n    <!-- breadcrumb area start -->\r\n    <!-- rts breadcrumb area start -->\r\n    <div class=\"rts-breadcrumb-area one\" data-bg-src=\"{uploads_url}/csm/assets/images/breadcrumb/01.webp\">\r\n        <div class=\"container h-100\">\r\n            <div class=\"breadcrumb-area-wrapper\">\r\n                <div class=\"nav-bread-crumb\">\r\n                    <a href=\"index.html\">Home</a>\r\n                    <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                    <a href=\"#\" class=\"current\">About</a>\r\n                </div>\r\n                <h1 class=\"title\">ABOUT US</h1>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <!-- rts breadcrumb area end -->\r\n    <!-- breadcrumb area end -->\r\n\r\n\r\n\r\n    \r\n\r\n    <!-- rts story area start -->\r\n    <section class=\"rts-story-area rts-section-gap\">\r\n        <div class=\"container\">\r\n            <div class=\"section-inner\">\r\n                <div class=\"row\">\r\n                    <div class=\"col-lg-2\">\r\n                        <div class=\"section-title-area sticky-top top-100px\">\r\n                            <p class=\"sub-title\">Our Story</p>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-10\">\r\n                        <div class=\"rts-story-full-content\">\r\n                            <div class=\"section-title-area\">\r\n                                <h2 class=\"section-title mb-0\">Discover the World with Confidence</h2>\r\n                                <p class=\"desc\"><p>At CSM Travel, our team combines local expertise in Western and Eastern Canada with a deep understanding of European tour operators and the expectations of the markets we serve.</p>\r\n\r\n<p>Based in Nelson, British Columbia, we work on the ground every day — designing routes, coordinating logistics, and supporting travel programs throughout Western Canada. Since 1997, we have been creating and delivering programs built on reliability, detailed planning, and first-hand destination knowledge.</p>\r\n\r\n<p>Our team includes local bilingual guides and office staff in Quebec and British Columbia, ensuring smooth communication and strong on-the-ground support throughout the journey. We work closely with European partners and understand the importance of clear communication, dependable service, and smooth execution from start to finish.</p>\r\n\r\n<p>CSM Travel is a Canada-based incoming tour operator specializing in Western Canada programs for European partners. What sets us apart is nearly 30 years of experience, on-the-ground expertise, a strong partner network, and flexible tour formats tailored to FITs, groups, guided tours, self-drive itineraries, and custom programs.</p>\r\n\r\n<p>Our approach is simple: combine local knowledge with structured, transparent travel planning so every itinerary is both inspiring and practical.</p>\r\n\r\nWe also recognize that our work and travel take us far beyond the boundaries of our office location, and we approach those places with the same respect, humility, and responsibility. We value ongoing relationships with First Nations people and communities, and we are committed to working in a way that honors Indigenous perspectives, supports meaningful partnerships, and acknowledges the lands and peoples whose territories we visit.\r\n                            </div>\r\n                            <div class=\"bottom-content\">\r\n                                <div class=\"feature\">\r\n                                    <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/why-choose/icon/01.svg\" alt=\"\"></div>\r\n                                    <div class=\"content\">\r\n                                        <h5 class=\"title\">Expertly Crafted Tours</h5>\r\n                                        <p>Handpicked packages by real travel experts</p>\r\n                                    </div>\r\n                                </div>\r\n                                <div class=\"review-area\">\r\n                                    <ul>\r\n                                        <li><img src=\"{uploads_url}/csm/assets/images/footer/trust.svg\" alt=\"\"></li>\r\n                                        <li><img src=\"{uploads_url}/csm/assets/images/footer/star-01.svg\" alt=\"\"></li>\r\n                                        <li>\r\n                                            <p>Based on 167 review</p>\r\n                                        </li>\r\n                                    </ul>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                    \r\n                </div>\r\n            </div>\r\n        </div>\r\n    </section>\r\n    <!-- rts story area end -->\r\n\r\n    <!-- rts service area start -->\r\n    <div class=\"rts-service-area inner body-bg-one\">\r\n        <div class=\"section-inner\">\r\n            <div class=\"service-wrapper\">\r\n                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/service/icon-01.svg\" alt=\"\"></div>\r\n                <h5 class=\"title\">24/7 Emergency Support</h5>\r\n                <p class=\"desc\">We’re here for you anytime, anywhere. Reach out to us day or night.</p>\r\n            </div>\r\n            <div class=\"service-wrapper\">\r\n                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/service/icon-02.svg\" alt=\"\"></div>\r\n                <h5 class=\"title\">Safety-First Expeditions</h5>\r\n                <p class=\"desc\">We’re equipped with emergency kits, trained staff, and real-time monitoring</p>\r\n            </div>\r\n            <div class=\"service-wrapper\">\r\n                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/service/icon-03.svg\" alt=\"\"></div>\r\n                <h5 class=\"title\">Certified Local Guides</h5>\r\n                <p class=\"desc\">Our tours are led by certified local guides who know the waters</p>\r\n            </div>\r\n            <div class=\"service-wrapper\">\r\n                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/service/icon-04.svg\" alt=\"\"></div>\r\n                <h5 class=\"title\">All-Inclusive Adventures</h5>\r\n                <p class=\"desc\">No hidden fees or last-minute surprises. Just paddle, explore</p>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <!-- rts service area end -->\r\n\r\n    <!-- rts Why Choose Us area start -->\r\n    <section class=\"rts-why-choose-us-area rts-section-gap\">\r\n        <div class=\"container\">\r\n            <div class=\"section-inner\">\r\n                <div class=\"row\">\r\n                    <div class=\"col-lg-6\">\r\n                        <div class=\"why-choose-left-image-area\">\r\n                            <div class=\"main-image radius-10 wow fadeInLeft\" data-wow-delay=\"0.1s\">\r\n                                <img src=\"{uploads_url}/csm/assets/images/why-choose/01.webp\" width=\"453\" alt=\"\">\r\n                                <div class=\"content\">\r\n                                    <a href=\"index.html\" class=\"logo\"><img src=\"{uploads_url}/csm/assets/images/logo/03.svg\" alt=\"\"></a>\r\n                                    <h2 class=\"title\">Adventure Travel</h2>\r\n                                    <p>Trusted by thousands of travelers</p>\r\n                                </div>\r\n                            </div>\r\n                            <div class=\"floating-image overflow-hidden radius-10 wow zoomIn\" data-wow-delay=\"0.4s\">\r\n                                <img class=\"wow scaleIn\" data-wow-delay=\"0.4s\" src=\"{uploads_url}/csm/assets/images/why-choose/02.webp\" width=\"297\" alt=\"\">\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-6 wow fadeInRight\" data-wow-delay=\"0.2s\">\r\n                        <div class=\"why-choose-right-side-content\">\r\n                            <div class=\"section-title-area\">\r\n                                <p class=\"sub-title\">Why Choose Us</p>\r\n                                <h2 class=\"section-title mb-0\">Trusted by thousands of travelers worldwide</h2>\r\n                                <p class=\"desc\">We go the extra mile to make your travel experience smooth, safe, and unforgettable. Discover why thousands of travelers trust us for their journeys around the world.\"</p>\r\n                            </div>\r\n                            <ul class=\"why-choose-wrapper-list\">\r\n                                <li class=\"radius-10\">\r\n                                    <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/why-choose/icon/01.svg\" alt=\"\"></div>\r\n                                    <div class=\"content\">\r\n                                        <h5 class=\"title\">Expertly Crafted Tours</h5>\r\n                                        <p>Handpicked packages by real travel experts</p>\r\n                                    </div>\r\n                                </li>\r\n                                <li class=\"radius-10\">\r\n                                    <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/why-choose/icon/02.svg\" alt=\"\"></div>\r\n                                    <div class=\"content\">\r\n                                        <h5 class=\"title\">24/7 Customer Support</h5>\r\n                                        <p>Got a question or facing an issue? No worries!</p>\r\n                                    </div>\r\n                                </li>\r\n                            </ul>\r\n                            <div class=\"button-area\">\r\n                                <a href=\"contact.html\" class=\"rts-btn btn-primary\">Talk to Our Team</a>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </section>\r\n    <!-- rts Why Choose Us area end -->\r\n\r\n    <!-- rts Counter area start -->\r\n    <div class=\"rts-counter-area rts-section-gapBottom\">\r\n        <div class=\"container\">\r\n            <div class=\"section-inner\">\r\n                <div class=\"counter-wrapper radius-10 wow fadeInUp\" data-wow-delay=\"0.1s\">\r\n                    <div class=\"icon\">\r\n                        <img src=\"{uploads_url}/csm/assets/images/counter/01.svg\" alt=\"\">\r\n                    </div>\r\n                    <div class=\"counter-area\">\r\n                        <h2 class=\"title\"><span class=\"odometer\" data-count=\"71\"></span>K+</h2>\r\n                        <span class=\"done\">Happy Travelers</span>\r\n                    </div>\r\n                </div>\r\n                <div class=\"counter-wrapper radius-10 wow fadeInUp\" data-wow-delay=\"0.3s\">\r\n                    <div class=\"icon\">\r\n                        <img src=\"{uploads_url}/csm/assets/images/counter/02.svg\" alt=\"\">\r\n                    </div>\r\n                    <div class=\"counter-area\">\r\n                        <h2 class=\"title\"><span class=\"odometer\" data-count=\"250\"></span>+</h2>\r\n                        <span class=\"done\">Tour Packages</span>\r\n                    </div>\r\n                </div>\r\n                <div class=\"counter-wrapper radius-10 wow fadeInUp\" data-wow-delay=\"0.5s\">\r\n                    <div class=\"icon\">\r\n                        <img src=\"{uploads_url}/csm/assets/images/counter/03.svg\" alt=\"\">\r\n                    </div>\r\n                    <div class=\"counter-area\">\r\n                        <h2 class=\"title\"><span class=\"odometer\" data-count=\"50\"></span>+</h2>\r\n                        <span class=\"done\">Destinations Covered</span>\r\n                    </div>\r\n                </div>\r\n                <div class=\"counter-wrapper radius-10 wow fadeInUp\" data-wow-delay=\"0.7s\">\r\n                    <div class=\"icon\">\r\n                        <img src=\"{uploads_url}/csm/assets/images/counter/04.svg\" alt=\"\">\r\n                    </div>\r\n                    <div class=\"counter-area\">\r\n                        <h2 class=\"title\"><span class=\"odometer\" data-count=\"10\"></span>+</h2>\r\n                        <span class=\"done\">Years of Experience</span>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <!-- rts Counter area end -->\r\n\r\n    <!-- rts Team area start -->\r\n    <section class=\"rts-team-area rts-section-gap body-bg-one\">\r\n        <div class=\"container\">\r\n            <div class=\"section-title-area center-style\">\r\n                <p class=\"sub-title wow fadeInUp\" data-wow-delay=\"0.2s\">Team</p>\r\n                <h2 class=\"section-title text-uppercase wow fadeInUp\" data-wow-delay=\"0.4s\">Trusted Guides. True <br> Explorers.</h2>\r\n            </div>\r\n            <div class=\"section-inner mt--60\">\r\n                <div class=\"row g-5\">\r\n                    <div class=\"col-lg-3 col-md-6 col-sm-6\">\r\n                        <div class=\"team-wrapper image-transform radius-10 wow fadeInRight\" data-wow-delay=\"0.4s\">\r\n                            <div class=\"image-area image-transform radius-6\">\r\n                                <a href=\"#\">\r\n                                    <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/team/01.webp\" alt=\"\">\r\n                                </a>\r\n                                <ul class=\"social-wrapper\">\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/01.svg\" alt=\"\"></a></li>\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/02.svg\" alt=\"\"></a></li>\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/03.svg\" alt=\"\"></a></li>\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/04.svg\" alt=\"\"></a></li>\r\n                                </ul>\r\n                            </div>\r\n                            <div class=\"content\">\r\n                                <h6><a href=\"#\">Nadia Singh</a></h6>\r\n                                <p>Lead Wildlife</p>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-3 col-md-6 col-sm-6\">\r\n                        <div class=\"team-wrapper image-transform radius-10 wow fadeInRight\" data-wow-delay=\"0.6s\">\r\n                            <div class=\"image-area image-transform radius-6\">\r\n                                <a href=\"#\">\r\n                                    <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/team/02.webp\" alt=\"\">\r\n                                </a>\r\n                                <ul class=\"social-wrapper\">\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/01.svg\" alt=\"\"></a></li>\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/02.svg\" alt=\"\"></a></li>\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/03.svg\" alt=\"\"></a></li>\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/04.svg\" alt=\"\"></a></li>\r\n                                </ul>\r\n                            </div>\r\n                            <div class=\"content\">\r\n                                <h6><a href=\"#\">Carlos Mendes</a></h6>\r\n                                <p>Jungle Expedition</p>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-3 col-md-6 col-sm-6\">\r\n                        <div class=\"team-wrapper image-transform radius-10 wow fadeInRight\" data-wow-delay=\"0.8s\">\r\n                            <div class=\"image-area image-transform radius-6\">\r\n                                <a href=\"#\">\r\n                                    <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/team/03.webp\" alt=\"\">\r\n                                </a>\r\n                                <ul class=\"social-wrapper\">\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/01.svg\" alt=\"\"></a></li>\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/02.svg\" alt=\"\"></a></li>\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/03.svg\" alt=\"\"></a></li>\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/04.svg\" alt=\"\"></a></li>\r\n                                </ul>\r\n                            </div>\r\n                            <div class=\"content\">\r\n                                <h6><a href=\"#\">Tenzing Dorje</a></h6>\r\n                                <p>Mountain Trek</p>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-3 col-md-6 col-sm-6\">\r\n                        <div class=\"team-wrapper image-transform radius-10 wow fadeInRight\" data-wow-delay=\"1s\">\r\n                            <div class=\"image-area image-transform radius-6\">\r\n                                <a href=\"#\">\r\n                                    <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/team/04.webp\" alt=\"\">\r\n                                </a>\r\n                                <ul class=\"social-wrapper\">\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/01.svg\" alt=\"\"></a></li>\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/02.svg\" alt=\"\"></a></li>\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/03.svg\" alt=\"\"></a></li>\r\n                                    <li><a href=\"#\"><img src=\"{uploads_url}/csm/assets/images/team/icon/04.svg\" alt=\"\"></a></li>\r\n                                </ul>\r\n                            </div>\r\n                            <div class=\"content\">\r\n                                <h6><a href=\"#\">Jackson Reed</a></h6>\r\n                                <p>Lead Wildlife</p>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </section>\r\n    <!-- rts Team area end -->\r\n\r\n    <!-- rts Gallery area start -->\r\n    <section class=\"rts-gallery-area rts-section-gap\">\r\n        <div class=\"container\">\r\n        </div>\r\n        <div class=\"section-inner wow fadeInUp\" data-wow-delay=\"0.2s\">\r\n            <div class=\"swiper gallery-slider\">\r\n                <div class=\"swiper-wrapper\">\r\n                    <div class=\"swiper-slide\">\r\n                        <div class=\"gallery-wrapper image-transform radius-10\">\r\n                            <a href=\"{uploads_url}/csm/assets/images/gallery/01.webp\" class=\"gallery-image\">\r\n                                <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/01.webp\" width=\"410\" alt=\"\">\r\n                            </a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"swiper-slide\">\r\n                        <div class=\"gallery-wrapper image-transform radius-10\">\r\n                            <a href=\"{uploads_url}/csm/assets/images/gallery/02.webp\" class=\"gallery-image\">\r\n                                <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/02.webp\" width=\"410\" alt=\"\">\r\n\r\n                            </a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"swiper-slide\">\r\n                        <div class=\"gallery-wrapper image-transform radius-10\">\r\n                            <a href=\"{uploads_url}/csm/assets/images/gallery/03.webp\" class=\"gallery-image\">\r\n                                <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/03.webp\" width=\"300\" alt=\"\">\r\n                            </a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"swiper-slide\">\r\n                        <div class=\"gallery-wrapper image-transform radius-10\">\r\n                            <a href=\"{uploads_url}/csm/assets/images/gallery/04.webp\" class=\"gallery-image\">\r\n                                <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/04.webp\" width=\"520\" alt=\"\">\r\n                            </a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"swiper-slide\">\r\n                        <div class=\"gallery-wrapper image-transform radius-10\">\r\n                            <a href=\"{uploads_url}/csm/assets/images/gallery/05.webp\" class=\"gallery-image\">\r\n                                <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/05.webp\" width=\"410\" alt=\"\">\r\n                            </a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"swiper-slide\">\r\n                        <div class=\"gallery-wrapper image-transform radius-10\">\r\n                            <a href=\"{uploads_url}/csm/assets/images/gallery/01.webp\" class=\"gallery-image\">\r\n                                <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/01.webp\" width=\"410\" alt=\"\">\r\n                            </a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"swiper-slide\">\r\n                        <div class=\"gallery-wrapper image-transform radius-10\">\r\n                            <a href=\"{uploads_url}/csm/assets/images/gallery/02.webp\" class=\"gallery-image\">\r\n                                <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/02.webp\" width=\"410\" alt=\"\">\r\n\r\n                            </a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"swiper-slide\">\r\n                        <div class=\"gallery-wrapper image-transform radius-10\">\r\n                            <a href=\"{uploads_url}/csm/assets/images/gallery/03.webp\" class=\"gallery-image\">\r\n                                <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/03.webp\" width=\"300\" alt=\"\">\r\n                            </a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"swiper-slide\">\r\n                        <div class=\"gallery-wrapper image-transform radius-10\">\r\n                            <a href=\"{uploads_url}/csm/assets/images/gallery/04.webp\" class=\"gallery-image\">\r\n                                <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/04.webp\" width=\"520\" alt=\"\">\r\n                            </a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"swiper-slide\">\r\n                        <div class=\"gallery-wrapper image-transform radius-10\">\r\n                            <a href=\"{uploads_url}/csm/assets/images/gallery/05.webp\" class=\"gallery-image\">\r\n                                <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/05.webp\" width=\"410\" alt=\"\">\r\n                            </a>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </section>\r\n    <!-- rts Gallery area end -->\r\n\r\n    <!-- rts Testimonials area start -->\r\n    <section class=\"rts-testimonials-area yacht inner rts-section-gapBottom\">\r\n        <div class=\"container\">\r\n            <div class=\"section-title-area center-style\">\r\n                <p class=\"sub-title d-flex align-items-center justify-content-center gap-2 wow fadeInUp\" data-wow-delay=\"0.2s\">Testimonials</p>\r\n                <h2 class=\"section-title text-uppercase wow fadeInUp\" data-wow-delay=\"0.2s\">What Our Guests Say</h2>\r\n            </div>\r\n            <div class=\"section-inner position-relative mt--60 pb--60\">\r\n                <div class=\"swiper testimonials-slider2 m-0 m-w-100\">\r\n                    <div class=\"swiper-wrapper\">\r\n                        <div class=\"swiper-slide\">\r\n                            <div class=\"testimonials-wrapper-three radius-10\">\r\n                                <div class=\"quote\"><img src=\"{uploads_url}/csm/assets/images/testimonials/quote-07.svg\" alt=\"\"></div>\r\n                                <div class=\"author-area\">\r\n                                    <div class=\"image\">\r\n                                        <img src=\"{uploads_url}/csm/assets/images/testimonials/03.svg\" alt=\"\">\r\n                                    </div>\r\n                                    <div class=\"content-area\">\r\n                                        <h6>Emily R.</h6>\r\n                                        <p>California, USA</p>\r\n                                    </div>\r\n                                </div>\r\n                                <ul class=\"star-rating-area\">\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                </ul>\r\n                                <p class=\"desc\">\r\n                                    Everything about this trip was magical! The yacht was spotless, the crew beyond professional, and watching the sunset over the Maldives from the deck was simply unforgettable.\r\n                                </p>\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"swiper-slide\">\r\n                            <div class=\"testimonials-wrapper-three radius-10\">\r\n                                <div class=\"quote\"><img src=\"{uploads_url}/csm/assets/images/testimonials/quote-07.svg\" alt=\"\"></div>\r\n                                <div class=\"author-area\">\r\n                                    <div class=\"image\">\r\n                                        <img src=\"{uploads_url}/csm/assets/images/testimonials/04.svg\" alt=\"\">\r\n                                    </div>\r\n                                    <div class=\"content-area\">\r\n                                        <h6>Luca M.</h6>\r\n                                        <p>Milan, Italy</p>\r\n                                    </div>\r\n                                </div>\r\n                                <ul class=\"star-rating-area\">\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                </ul>\r\n                                <p class=\"desc\">\r\n                                    We celebrated our honeymoon on one of their luxury yachts and it was the best decision we made. Personalized service, delicious food, and total privacy — 10/10 experience.\r\n                                </p>\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"swiper-slide\">\r\n                            <div class=\"testimonials-wrapper-three radius-10\">\r\n                                <div class=\"quote\"><img src=\"{uploads_url}/csm/assets/images/testimonials/quote-07.svg\" alt=\"\"></div>\r\n                                <div class=\"author-area\">\r\n                                    <div class=\"image\">\r\n                                        <img src=\"{uploads_url}/csm/assets/images/testimonials/05.svg\" alt=\"\">\r\n                                    </div>\r\n                                    <div class=\"content-area\">\r\n                                        <h6>Ayesha K.</h6>\r\n                                        <p>Dubai, UAE</p>\r\n                                    </div>\r\n                                </div>\r\n                                <ul class=\"star-rating-area\">\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                </ul>\r\n                                <p class=\"desc\">\r\n                                    From booking to boarding, everything was smooth. The team guided us perfectly and the onboard activities kept our kids entertained while we relaxed. Highly recommend!”\r\n                                </p>\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"swiper-slide\">\r\n                            <div class=\"testimonials-wrapper-three radius-10\">\r\n                                <div class=\"quote\"><img src=\"{uploads_url}/csm/assets/images/testimonials/quote-07.svg\" alt=\"\"></div>\r\n                                <div class=\"author-area\">\r\n                                    <div class=\"image\">\r\n                                        <img src=\"{uploads_url}/csm/assets/images/testimonials/06.svg\" alt=\"\">\r\n                                    </div>\r\n                                    <div class=\"content-area\">\r\n                                        <h6>Jonathan</h6>\r\n                                        <p>Sydney, Australia</p>\r\n                                    </div>\r\n                                </div>\r\n                                <ul class=\"star-rating-area\">\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                    <li><img src=\"{uploads_url}/csm/assets/images/testimonials/star-01.svg\" alt=\"\"></li>\r\n                                </ul>\r\n                                <p class=\"desc\">\r\n                                    I’ve traveled a lot, but nothing compares to this. Waking up in the middle of the ocean, sipping coffee on the deck, and being surrounded by calm waters — it felt like a dream.\r\n                                </p>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n                <div class=\"swiper-pagination-area position-bottom-center\">\r\n                    <div class=\"slider-dots\"></div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </section>\r\n    <!-- rts Testimonials area end -->\r\n\r\n{/block}','',1,0,NULL,1,1,1781740246,1781805502),
(35,'csm Home','{extends file=\'cms_template:csm master\'}\r\n\r\n{block name=\'content\'}\r\n    <div class=\"rts__section advance__search__section is__home__one home-hiking\">\r\n        <div class=\"container\">\r\n            <div class=\"form-area wow fadeInUp\" data-wow-delay=\"0.6s\">\r\n                <div class=\"custom-select\">\r\n                    <p class=\"tag\">Destination</p>\r\n                    <span class=\"dropdown-icon\">\r\n                        <svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                            <path d=\"M12 0L6 7.5L0 0H12Z\" fill=\"#119CE6\"/>\r\n                        </svg>\r\n                    </span>\r\n                    <div class=\"custom-select-trigger\">All Location</div>\r\n                    <ul class=\"custom-options\">\r\n                        <li class=\"option selected\" data-value=\"1\">Bhutan</li>\r\n                        <li class=\"option\" data-value=\"2\">London</li>\r\n                        <li class=\"option\" data-value=\"3\">Maldives</li>\r\n                        <li class=\"option\" data-value=\"4\">Nepal</li>\r\n                        <li class=\"option\" data-value=\"5\">Argentina</li>\r\n                        <li class=\"option\" data-value=\"6\">Dubai</li>\r\n                        <li class=\"option\" data-value=\"7\">Canada</li>\r\n                        <li class=\"option\" data-value=\"8\">Indonesia</li>\r\n                        <li class=\"option\" data-value=\"9\">China</li>\r\n                        <li class=\"option\" data-value=\"10\">Sri Lanka</li>\r\n                    </ul>\r\n                    <input type=\"hidden\" name=\"adult\" value=\"1\">\r\n                </div>\r\n                <div class=\"custom-select\">\r\n                    <p class=\"tag\">Trip Types</p>\r\n                    <span class=\"dropdown-icon\">\r\n                        <svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                            <path d=\"M12 0L6 7.5L0 0H12Z\" fill=\"#119CE6\"/>\r\n                        </svg>\r\n                    </span>\r\n                    <div class=\"custom-select-trigger\">Activities</div>\r\n                    <ul class=\"custom-options\">\r\n                        <li class=\"option selected\" data-value=\"1\">Hiking</li>\r\n                        <li class=\"option\" data-value=\"2\">Air Ballon</li>\r\n                        <li class=\"option\" data-value=\"3\">Jungle Safari</li>\r\n                        <li class=\"option\" data-value=\"4\">Paragliding</li>\r\n                        <li class=\"option\" data-value=\"5\">SightSeeing</li>\r\n                        <li class=\"option\" data-value=\"6\">Peak Climbing</li>\r\n                        <li class=\"option\" data-value=\"7\">Scuba Diving</li>\r\n                        <li class=\"option\" data-value=\"8\">Travel</li>\r\n                        <li class=\"option\" data-value=\"9\">SightSeeing</li>\r\n                        <li class=\"option\" data-value=\"10\">SightSeeing</li>\r\n                    </ul>\r\n                    <input type=\"hidden\" name=\"child\" value=\"1\">\r\n                </div>\r\n                <div class=\"custom-select\">\r\n                    <p class=\"tag\">Duration</p>\r\n                    <span class=\"dropdown-icon\">\r\n                        <svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                            <path d=\"M12 0L6 7.5L0 0H12Z\" fill=\"#119CE6\"/>\r\n                        </svg>\r\n                    </span>\r\n                    <div class=\"custom-select-trigger\">3 Days - 10 Days</div>\r\n                    <ul class=\"custom-options\">\r\n                        <li class=\"option selected\" data-value=\"1\">1 Days - 3 Days</li>\r\n                        <li class=\"option\" data-value=\"2\">4 Days - 5 Days</li>\r\n                        <li class=\"option\" data-value=\"3\">5 Days - 6 Days</li>\r\n                        <li class=\"option\" data-value=\"4\">6 Days - 7 Days</li>\r\n                        <li class=\"option\" data-value=\"5\">7 Days - 8 Days</li>\r\n                        <li class=\"option\" data-value=\"6\">8 Days - 9 Days</li>\r\n                        <li class=\"option\" data-value=\"7\">9 Days - 10 Days</li>\r\n                        <li class=\"option\" data-value=\"8\">10 Days - 11 Days</li>\r\n                    </ul>\r\n                    <input type=\"hidden\" name=\"child\" value=\"1\">\r\n                </div>\r\n               \r\n                <div class=\"button-area\">\r\n                    <a href=\"#\" class=\"rts-btn btn-primary border-primary\">\r\n                        <svg width=\"19\" height=\"18\" viewBox=\"0 0 19 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                            <g clip-path=\"url(#clip0_964_5526)\">\r\n                                <path d=\"M18.171 16.0839L14.6871 12.5986C17.2939 9.115 16.5831 4.17775 13.0996 1.57096C9.61598 -1.03583 4.67873 -0.325041 2.07194 3.15854C-0.534851 6.64212 0.175936 11.5794 3.65952 14.1862C6.45782 16.2802 10.3012 16.2802 13.0996 14.1862L16.5849 17.6715C17.0229 18.1095 17.733 18.1095 18.171 17.6715C18.609 17.2335 18.609 16.5234 18.171 16.0854L18.171 16.0839ZM8.40858 13.5135C5.31254 13.5135 2.80273 11.0036 2.80273 7.90761C2.80273 4.81157 5.31254 2.30176 8.40858 2.30176C11.5046 2.30176 14.0144 4.81157 14.0144 7.90761C14.0111 11.0022 11.5033 13.5102 8.40858 13.5135Z\" fill=\"white\" />\r\n                            </g>\r\n                            <defs>\r\n                                <clipPath id=\"clip0_964_5526\">\r\n                                    <rect width=\"18\" height=\"18\" fill=\"white\" transform=\"translate(0.5)\" />\r\n                                </clipPath>\r\n                            </defs>\r\n                        </svg>\r\n                        Search\r\n                    </a>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n\r\n\r\n\r\n    <!-- rts Why Choose Us area start -->\r\n    <section class=\"rts-why-choose-us-area rts-section-gap\">\r\n        <div class=\"container\">\r\n            <div class=\"section-inner\">\r\n                <div class=\"row\">\r\n                    <div class=\"col-lg-6\">\r\n                        <div class=\"why-choose-left-image-area\">\r\n                            <div class=\"main-image radius-10 wow fadeInLeft\" data-wow-delay=\"0.1s\">\r\n                                <img src=\"{uploads_url}/csm/assets/images/why-choose/01.webp\" width=\"453\" alt=\"\">\r\n                                <div class=\"content\">\r\n                                    <a href=\"index.html\" class=\"logo\"><img src=\"{uploads_url}/csm/assets/images/logo/logo-csm2.webp\" style=\"height: 100px;\" alt=\"\"></a>\r\n                                    <h2 class=\"title\">Adventure Travel</h2>\r\n                                    <p>Trusted by thousands of travelers</p>\r\n                                </div>\r\n                            </div>\r\n                            <div class=\"floating-image overflow-hidden radius-10 wow zoomIn\" data-wow-delay=\"0.4s\">\r\n                                <img class=\"wow scaleIn\" data-wow-delay=\"0.4s\" src=\"{uploads_url}/csm/assets/images/why-choose/02.webp\" width=\"297\" alt=\"\">\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-6 wow fadeInRight\" data-wow-delay=\"0.2s\">\r\n                        <div class=\"why-choose-right-side-content\">\r\n                            <div class=\"section-title-area\">\r\n                                <p class=\"sub-title\">Why Choose Us</p>\r\n                                <h2 class=\"section-title mb-0\">Trusted by partners worldwide</h2>\r\n                                <p class=\"desc\">We go the extra mile to make your clients\' travel experiences smooth, safe, and unforgettable. Discover why over 50 premier tour operators in Europe and Britain trust us as their boots-on-the-ground partner in Canada and Alaska.\r\n<br><br>\r\nWhat sets us apart is our end-to-end quality control. We operate our own fleet of comfortable passenger vans and employ a highly skilled team of bilingual and trilingual guides who bridge the gap for international travelers.\r\n<br><br>\r\nDeeply rooted in the regions we explore, we are committed to responsible tourism by working hand-in-hand with First Nations communities and Indigenous operators. This allows us to offer enriching, culturally authentic experiences that honor local heritage and support sustainable community growth. From tailored FIT programs to custom group travel, we collaborate with top-tier local suppliers to handcraft the ultimate journeys.</p>\r\n                            </div>\r\n                            <ul class=\"why-choose-wrapper-list\">\r\n                                <li class=\"radius-10\">\r\n                                    <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/why-choose/icon/01.svg\" alt=\"\"></div>\r\n                                    <div class=\"content\">\r\n                                        <h5 class=\"title\">Expertly Crafted Tours</h5>\r\n                                        <p>Handpicked packages by real travel experts</p>\r\n                                    </div>\r\n                                </li>\r\n                                <li class=\"radius-10\">\r\n                                    <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/why-choose/icon/02.svg\" alt=\"\"></div>\r\n                                    <div class=\"content\">\r\n                                        <h5 class=\"title\">24/7 Customer Support</h5>\r\n                                        <p>Got a question or facing an issue? No worries!</p>\r\n                                    </div>\r\n                                </li>\r\n                            </ul>\r\n                            <div class=\"button-area\">\r\n                                <a href=\"contact.html\" class=\"rts-btn btn-primary\">Talk to Our Team</a>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </section>\r\n    <!-- rts Why Choose Us area end -->    \r\n    \r\n\r\n <!-- rts Tour area start -->\r\n      <section class=\"rts-tour-area rts-section-gap body-bg-three\">\r\n        <div class=\"container\">\r\n            <div class=\"section-title-area center-style\">\r\n                <p class=\"sub-title wow fadeInUp\" data-wow-delay=\"0.1s\">Featured Packages</p>\r\n                <h2 class=\"section-title wow fadeInUp\" data-wow-delay=\"0.2s\">Discover Seasonal Specials</h2>\r\n            </div>\r\n            <div class=\"section-inner mt--60 position-relative pb--80 wow fadeInUp\" data-wow-delay=\"0.2s\">\r\n                <div class=\"swiper tour-slider\">\r\n                    <div class=\"swiper-wrapper\">\r\n\r\n{LISEPackages pagelimit=1}\r\n\r\n\r\n\r\n\r\n\r\n\r\n{$content}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n                \r\n            \r\n                    </div>\r\n                </div>\r\n                <div class=\"swiper-nav-pag-area\">\r\n                    <div class=\"swiper-pagination3\"></div>\r\n                    <div class=\"swiper-navigation\">\r\n                        <div class=\"swiper-btn swiper-btn-prev3\"><i class=\"fa-regular fa-chevron-left\"></i></div>\r\n                        <div class=\"swiper-btn swiper-btn-next3\"><i class=\"fa-regular fa-chevron-right\"></i></div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </section>\r\n    <!-- rts Tour area end -->\r\n    \r\n\r\n    <!-- rts Offer area start -->\r\n    <div class=\"rts-offer-area rts-section-gap\">\r\n        <div class=\"container\">\r\n            <div class=\"section-inner\">\r\n                <div class=\"row g-5\">\r\n                    <div class=\"col-lg-4 col-md-6\">\r\n                        <div class=\"offer-wrapper radius-10 wow fadeInRight\" data-wow-delay=\"0.2s\" data-bg-src=\"{uploads_url}/csm/assets/images/offer/01.webp\">\r\n                            <p class=\"sub-title\">Book Today</p>\r\n                            <h4 class=\"title\">And save up to $ 400 on early group bookings!</h4>\r\n                            <a href=\"contact.html\" class=\"rts-btn btn-primary with-arrow\">Book Now <i class=\"fa-regular fa-arrow-up up-right\"></i></a>\r\n                            \r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-4 col-md-6\">\r\n                        <div class=\"offer-wrapper radius-10 mid wow fadeInRight\" data-wow-delay=\"0.4s\">\r\n                            <p class=\"sub-title\">Book Today</p>\r\n                            <h4 class=\"title ch\">Fly High <span>10% OFF</span> on Victoria BC Whale Watch Tickets!</h4>\r\n                            <a href=\"contact.html\" class=\"rts-btn btn-primary with-arrow\">Explore Soft packages <i class=\"fa-regular fa-arrow-up up-right\"></i></a>\r\n                            <div class=\"person wow fadeInUp\" data-wow-delay=\"0.7s\"><img src=\"{uploads_url}/csm/assets/images/offer/04.webp\" alt=\"\"></div>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-4 col-md-6\">\r\n                        <div class=\"offer-wrapper radius-10 wow fadeInRight\" data-wow-delay=\"0.6s\" data-bg-src=\"{uploads_url}/csm/assets/images/offer/02.webp\">\r\n                            <p class=\"sub-title\">Explore Vancouver</p>\r\n                            <h4 class=\"title\">NEW top class Bed and Breakfast</h4>\r\n                            <a href=\"contact.html\" class=\"rts-btn btn-primary with-arrow\">Book Now <i class=\"fa-regular fa-arrow-up up-right\"></i></a>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <!-- rts Offer area end -->\r\n\r\n    \r\n\r\n\r\n   \r\n\r\n   \r\n\r\n    <!-- rts Blog area start -->\r\n      <section class=\"rts-tour-area rts-section-gap body-bg-three\">\r\n        <div class=\"container\">\r\n            <div class=\"section-top-area d-flex align-items-end justify-content-between\">\r\n                <div class=\"section-title-area wow fadeInLeft\" data-wow-delay=\"0.2s\">\r\n                    <p class=\"sub-title\">Inspiration</p>\r\n                    <h2 class=\"section-title mb-0\">Travel Stories & Guides</h2>\r\n                    <p class=\"desc\">Read exciting travel stories, expert guides, and helpful tips.</p>\r\n                </div>\r\n                <div class=\"button-area mb--15 wow fadeInRight\" data-wow-delay=\"0.2s\">\r\n                    <a href=\"blog.html\" class=\"rts-btn btn-primary btn-border with-arrow\">View All <i class=\"fa-regular fa-arrow-up up-right\"></i></a>\r\n                </div>\r\n            </div>\r\n            <div class=\"section-inner mt--60\">\r\n                <div class=\"row g-5\">\r\n\r\n{LISEInspiration pagelimit=6}\r\n\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </section>\r\n    <!-- rts Blog area end -->\r\n{/block}','',1,0,NULL,1,1,1781732769,1781806931),
(31,'csm package detail','{extends file=\'cms_template:csm master\'}\r\n\r\n{block name=\'content\'}\r\n\r\n    <div class=\"rts-breadcrumb-area four\" data-bg-src=\"{uploads_url}/csm/assets/images/breadcrumb/06.webp\">\r\n        <div class=\"container h-200\"><br><br>\r\n            <div class=\"nav-bread-crumb\">\r\n                <a href=\"index.html\">Home</a>\r\n                <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                <a href=\"#\" class=\"current\">Destination</a>\r\n                <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                <a href=\"#\" class=\"current\">Nepal</a>\r\n                <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                <a href=\"#\" class=\"current\">Everest Base Camp across glacial terrain.</a>\r\n            </div>\r\n            <h1 class=\"title\">The Luxury Island Hopper</h1>\r\n        </div><br>\r\n    </div>\r\n\r\n    <div class=\"rts-tour-details-area pt--60 rts-section-gapBottom bg-white\">\r\n        <div class=\"container\">\r\n            <div class=\"top-image-area\">\r\n                <div class=\"row g-5\">\r\n                    <div class=\"col-lg-6\">\r\n                        <div class=\"image image-transform radius-10 overflow-hidden\">\r\n                            <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/trip/22.webp\" alt=\"\">\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-6\">\r\n                        <div class=\"right-image\">\r\n                            <div class=\"row g-5\">\r\n                                <div class=\"col-lg-12\">\r\n                                    <div class=\"image image-transform radius-10 overflow-hidden\">\r\n                                        <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/trip/23.webp\" alt=\"\">\r\n                                    </div>\r\n                                </div>\r\n                                <div class=\"col-lg-6 col-sm-6\">\r\n                                    <div class=\"image image-transform radius-10 overflow-hidden\">\r\n                                        <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/trip/24.webp\" alt=\"\">\r\n                                    </div>\r\n                                </div>\r\n                                <div class=\"col-lg-6 col-sm-6\">\r\n                                    <div class=\"image image-transform radius-10 overflow-hidden\">\r\n                                        <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/trip/25.webp\" alt=\"\">\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n            <div class=\"bottom-content-area g-5 mt--50\">\r\n                <div class=\"left\">\r\n                    <div class=\"tour-details-wrapper content-box radius-10 border overflow-hidden\">\r\n                        <div class=\"tour-content\">\r\n                            <div class=\"left-content\">\r\n                                <h4 class=\"title\">Everest Base Camp across glacial terrain.</h4>\r\n                                <ul class=\"meta-area\">\r\n                                    <li><i class=\"fa-solid fa-star-sharp\"></i> 5 (2 review)</li>\r\n                                    <li><i class=\"fa-regular fa-location-dot\"></i> Maldives</li>\r\n                                </ul>\r\n                            </div>\r\n                            <div class=\"right-content\">\r\n                                <div class=\"day-left\">\r\n                                    <h4>07</h4>\r\n                                    <p>days</p>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                        <ul class=\"feature-list-area\">\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/03.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Transportation</p>\r\n                                    <h6>Bus, Airlines</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/04.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Accommodation</p>\r\n                                    <h6>5 Stars Hotels</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/05.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Maximum Altitude</p>\r\n                                    <h6>5,416 metres</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/06.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Departure from</p>\r\n                                    <h6>Bus, Airlines</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/07.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Best season</p>\r\n                                    <h6>Feb To May</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/08.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Tour type</p>\r\n                                    <h6>Eco-Tour, Hiking</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/09.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Meals</p>\r\n                                    <h6>Meals Included</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/10.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Language</p>\r\n                                    <h6>EN, ES, FR, CN</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/11.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Fitness level</p>\r\n                                    <h6>Feb To May</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/12.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Group Size</p>\r\n                                    <h6>7 - 14</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/13.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Minimum Age</p>\r\n                                    <h6>14</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/13.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Maximus Age</p>\r\n                                    <h6>60</h6>\r\n                                </div>\r\n                            </li>\r\n                        </ul>\r\n                    </div>\r\n                    <div class=\"content-box tour-details-tab-area radius-10 border overflow-hidden\">\r\n                        <ul class=\"nav nav-tabs border-bottom\" id=\"myTab\" role=\"tablist\">\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link active\" id=\"overview-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#overview\" type=\"button\" role=\"tab\" aria-controls=\"overview\" aria-selected=\"true\">\r\n                                    Overview\r\n                                </button>\r\n                            </li>\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link\" id=\"itinerary-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#itinerary\" type=\"button\" role=\"tab\" aria-controls=\"itinerary\" aria-selected=\"false\">\r\n                                    Itinerary\r\n                                </button>\r\n                            </li>\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link\" id=\"cost-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#cost\" type=\"button\" role=\"tab\" aria-controls=\"cost\" aria-selected=\"false\">\r\n                                    Cost\r\n                                </button>\r\n                            </li>\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link\" id=\"faq-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#faq\" type=\"button\" role=\"tab\" aria-controls=\"faq\" aria-selected=\"false\">\r\n                                    FAQs\r\n                                </button>\r\n                            </li>\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link\" id=\"map-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#map\" type=\"button\" role=\"tab\" aria-controls=\"map\" aria-selected=\"false\">\r\n                                    Location\r\n                                </button>\r\n                            </li>\r\n                        </ul>\r\n                        <div class=\"tour-details-tab-content\" id=\"myTabContent\">\r\n                            <div class=\"tab-pane fade show active\" id=\"overview\" role=\"tabpanel\" aria-labelledby=\"overview-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"overview-area mb--60\">\r\n                                        <h5 class=\"title mb--15\">Overview</h5>\r\n                                        <p class=\"desc\">Join us on an unforgettable journey through majestic mountain trails, alpine forests, and glacial paths. This guided hiking expedition offers a mix of scenic beauty, cultural encounters, and a rewarding physical challenge. Whether you\'re an adventurer or a nature lover, this trek promises memories for a lifetime.</p>\r\n                                    </div>\r\n                                    <div class=\"highlight-area\">\r\n                                        <h5 class=\"title\">Highlights:</h5>\r\n                                        <ul>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Duration: 10 Days / 9 Nights</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Difficulty: Moderate to High</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Max Altitude: 5,364m (Everest Base Camp example)</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Group Size: 8–15 people</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Guide: Professional Local Guide Included</li>\r\n                                        </ul>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                            <div class=\"tab-pane fade\" id=\"itinerary\" role=\"tabpanel\" aria-labelledby=\"itinerary-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"itinerary-area\">\r\n                                        <div class=\"itinerary-header\">\r\n                                            <h2>Itinerary</h2>\r\n                                            <div class=\"expand-toggle\">\r\n                                                <span>Expand all</span>\r\n                                                <label class=\"switch\">\r\n                                                    <input type=\"checkbox\" id=\"expandAll\">\r\n                                                    <span class=\"slider\"></span>\r\n                                                </label>\r\n                                            </div>\r\n                                        </div>\r\n\r\n                                        <div class=\"itinerary-list\">\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\"><span class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/14.svg\" alt=\"\"></span> Day 1 – Arrival In Kathmandu</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Arrive at Tribhuvan International Airport. Meet your guide, transfer to hotel. Evening briefing session.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\">Day 2 – Fly To Lukla (2,860m) & Trek To Phakding (2,610m)</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Fly to Lukla and trek to Phakding through scenic mountain trails.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\">Day 3 – Trek To Namche Bazaar (3,440m)</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Trek through pine forests and cross suspension bridges to reach Namche Bazaar.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\">Day 4 – Acclimatization At Namche Bazaar</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Spend the day acclimatizing, exploring local markets, and enjoying the views.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\">Day 5 – Trek To Tengboche (3,870m)</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Hike to Tengboche Monastery with panoramic views of Everest and Ama Dablam.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\">Day 6 – Trek To Dingboche (4,410m)</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Trek to Dingboche through beautiful valleys and alpine landscapes.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\"><span class=\"icon-2\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/15.svg\" alt=\"\"></span>Day 7 – Trek To Lobuche (4,940m)</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Continue your ascent with breathtaking views on the way to Lobuche.</p>\r\n                                                </div>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                            <div class=\"tab-pane fade\" id=\"cost\" role=\"tabpanel\" aria-labelledby=\"cost-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"highlight-area\">\r\n                                        <h5 class=\"title\">Trip Cost Breakdown</h5>\r\n                                        <ul class=\"mb--30\">\r\n                                            <li class=\"tag mb--10 c-p\">Included:</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Duration: 10 Days / 9 Nights</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Difficulty: Moderate to High</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Max Altitude: 5,364m (Everest Base Camp example)</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Group Size: 8–15 people</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Guide: Professional Local Guide Included</li>\r\n                                        </ul>\r\n                                        <ul>\r\n                                            <li class=\"tag mb--10 c-p\">Not Included:</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Duration: 10 Days / 9 Nights</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Difficulty: Moderate to High</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Max Altitude: 5,364m (Everest Base Camp example)</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Group Size: 8–15 people</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Guide: Professional Local Guide Included</li>\r\n                                        </ul>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                            <div class=\"tab-pane fade\" id=\"faq\" role=\"tabpanel\" aria-labelledby=\"faq-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"itinerary-area faq\">\r\n                                        <div class=\"itinerary-header\">\r\n                                            <h2>Frequently Ask Questions</h2>\r\n                                            <div class=\"expand-toggle\">\r\n                                                <span>Expand all</span>\r\n                                                <label class=\"switch\">\r\n                                                    <input type=\"checkbox\" id=\"expandAll2\">\r\n                                                    <span class=\"slider\"></span>\r\n                                                </label>\r\n                                            </div>\r\n                                        </div>\r\n\r\n                                        <div class=\"itinerary-list\">\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\"><span class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/14.svg\" alt=\"\"></span> What is the difficulty level?</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Arrive at Tribhuvan International Airport. Meet your guide, transfer to hotel. Evening briefing session.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\">Do I need travel insurance?</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Fly to Lukla and trek to Phakding through scenic mountain trails.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\">Can I rent gear locally?</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Trek through pine forests and cross suspension bridges to reach Namche Bazaar.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\">Is altitude sickness a concern?</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Spend the day acclimatizing, exploring local markets, and enjoying the views.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\">Are meals included?</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Hike to Tengboche Monastery with panoramic views of Everest and Ama Dablam.</p>\r\n                                                </div>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                            <div class=\"tab-pane fade\" id=\"map\" role=\"tabpanel\" aria-labelledby=\"map-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"highlight-area\">\r\n                                        <h5 class=\"title\">Tour Map</h5>\r\n                                        <div class=\"map-area overflow-hidden radius-10\">\r\n                                            <iframe class=\"radius-10\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d14881.10813512346!2d92.05130130003461!3d21.28584316293776!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e1!3m2!1sen!2sbd!4v1761018831728!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"contact-area content-box radius-10 border overflow-hidden\">\r\n                        <h5 class=\"title mb--30\">You can send your enquiry via the form below.</h5>\r\n                        <form id=\"contact-form\" action=\"#\" class=\"contact-form border radius-10 \">\r\n                            <div class=\"input-div\">\r\n                                <div class=\"row g-24\">\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"text\" name=\"text\" placeholder=\"Enter your first name*\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"text\" name=\"text\" placeholder=\"Enter your last name*\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-12\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"email\" name=\"email\" placeholder=\"Enter your email address...\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"text\" name=\"text\" placeholder=\"Choose a country*\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"text\" name=\"text\" placeholder=\"Enter your contact number*\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"number\" name=\"number\" placeholder=\"Enter numbers of adults*\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"number\" name=\"number\" placeholder=\"Enter number of children\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-12\">\r\n                                        <div class=\"single-input\">\r\n                                            <textarea name=\"message\" id=\"message\" placeholder=\"Enter your message*\" required></textarea>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-12\">\r\n                                        <button type=\"submit\" class=\"rts-btn btn-primary border\">Send Mail</button>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                        </form>\r\n                    </div>\r\n                </div>\r\n                <div class=\"right\">\r\n                    <div class=\"sticky-top\">\r\n                        <div class=\"content-box radius-10 border overflow-hidden pricing-box\">\r\n                            <p class=\"tag\">20% OFF</p>\r\n                            <div class=\"price-area\">\r\n                                <div class=\"price\">\r\n                                    <div class=\"prev\">\r\n                                        <h6>From <span>$699</span></h6>\r\n                                    </div>\r\n                                    <div class=\"current\">\r\n                                        <h5>$499 <span>/ Adult</span></h5>\r\n                                    </div>\r\n                                </div>\r\n                                <div class=\"price\">\r\n                                    <div class=\"prev\">\r\n                                        <h6>From <span>$699</span></h6>\r\n                                    </div>\r\n                                    <div class=\"current\">\r\n                                        <h5>$499 <span>/ Child</span></h5>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                            <div class=\"mid-area\">\r\n                                <ul>\r\n                                    <li><i class=\"fa-regular fa-check\"></i> Best Price Guaranteed</li>\r\n                                    <li><i class=\"fa-regular fa-check\"></i> Emergency Support</li>\r\n                                    <li><i class=\"fa-regular fa-check\"></i> No Booking Fees</li>\r\n                                    <li><i class=\"fa-regular fa-check\"></i> Professional Local Guide</li>\r\n                                </ul>\r\n                            </div>\r\n                            <a href=\"#\" class=\"rts-btn btn-primary m-w-100 text-center border\">Check Availability</a>\r\n                            <p class=\"desc\">Need help with booking? <a href=\"#contact-form\">Send Us A Message</a></p>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n\r\n    <!-- rts contact area start -->\r\n    <section class=\"rts-contact-area inner rts-section-gap\">\r\n        <div class=\"container\">\r\n            <div class=\"section-inner body-bg-one radius-10\">\r\n                <form class=\"contact-form\" id=\"contact-form\" method=\"POST\" action=\"mailer.php\">\r\n                    <h4 class=\"title\">Your info</h4>\r\n                    <div class=\"form-inner\">\r\n                        <div class=\"left\">\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"name\">Full Name*</label>\r\n                                <input type=\"text\" id=\"name\" name=\"name\" placeholder=\"Enter your full name\" required>\r\n                            </div>\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"email\">Email*</label>\r\n                                <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"Your email address\" required>\r\n                            </div>\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"company\">Company</label>\r\n                                <input type=\"text\" id=\"company\" name=\"company\" placeholder=\"Your company name\" required>\r\n                            </div>\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"website\">Website</label>\r\n                                <input type=\"text\" id=\"website\" name=\"website\" placeholder=\"Your website\" required>\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"right\">\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"message\">Your Enquiry*</label>\r\n                                <textarea name=\"message\" id=\"message\" placeholder=\"Enter your message here\" required></textarea>\r\n                            </div>\r\n                            <div class=\"single-input-wrapper\">\r\n                                <button type=\"submit\" class=\"rts-btn btn-primary with-arrow\">Get Started <i class=\"fa-regular fa-arrow-up up-right\"></i></button>\r\n                            </div>\r\n                            <div id=\"form-messages\" class=\"mt-15 cb\"></div>\r\n                            <p class=\"desc\">Please read our <a href=\"#\"> privacy policy</a> and <a href=\"#\">Cookies policy</a> so you understand how we collect and use your personal data.</p>\r\n                        </div>\r\n                    </div>\r\n                </form>\r\n            </div>\r\n            <div class=\"contact-form-content-bottom-wrapper mt--30\">\r\n                <div class=\"row g-5\">\r\n                    <div class=\"col-lg-4\">\r\n                        <div class=\"single-contact-card body-bg-one radius-10\">\r\n                            <div class=\"top-area\">\r\n                                <div class=\"icon\">\r\n                                    <img src=\"{uploads_url}/csm/assets/images/contact/icon/01.svg\" alt=\"contact\">\r\n                                </div>\r\n                                <h4 class=\"title\">Our Location</h4>\r\n                            </div>\r\n                            <p class=\"disc\">\r\n                                123 Main Street, Apt 4B Springfield,\r\n                                IL 62704, UK\r\n                            </p>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-4\">\r\n                        <div class=\"single-contact-card body-bg-one radius-10\">\r\n                            <div class=\"top-area\">\r\n                                <div class=\"icon\">\r\n                                    <img src=\"{uploads_url}/csm/assets/images/contact/icon/02.svg\" alt=\"contact\">\r\n                                </div>\r\n                                <h4 class=\"title\">Email Us</h4>\r\n                            </div>\r\n                            <p class=\"disc\">\r\n                                Our support team is here to assist you\r\n                            </p>\r\n                            <a href=\"#\">support@Digix.com</a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-4\">\r\n                        <div class=\"single-contact-card body-bg-one radius-10\">\r\n                            <div class=\"top-area\">\r\n                                <div class=\"icon\">\r\n                                    <img src=\"{uploads_url}/csm/assets/images/contact/icon/03.svg\" alt=\"contact\">\r\n                                </div>\r\n                                <h4 class=\"title\">Call Us</h4>\r\n                            </div>\r\n                            <p class=\"disc\">\r\n                                Our customer support team is available\r\n                            </p>\r\n                            <a href=\"#\">+1 (111) 125- 42174</a>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </section>\r\n    <!-- rts contact area end -->\r\n\r\n{/block}','',1,0,NULL,1,1,1781552158,1781806679),
(38,'csm inspiration detail','{extends file=\'cms_template:csm master\'}\r\n\r\n{block name=\'content\'}\r\n\r\n    <div class=\"rts-breadcrumb-area four\" data-bg-src=\"{uploads_url}/csm/assets/images/breadcrumb/06.webp\">\r\n        <div class=\"container h-200\"><br><br>\r\n            <div class=\"nav-bread-crumb\">\r\n                <a href=\"index.html\">Home</a>\r\n                <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                <a href=\"#\" class=\"current\">Packages</a>\r\n                <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                <a href=\"#\" class=\"current\">{$item->destination}</a>\r\n                \r\n            </div>\r\n            <h1 class=\"title\">{$item->title}</h1>\r\n            <h5 class=\"title\">{$item->subtitle}</h5>\r\n        </div><br>\r\n    </div>\r\n\r\n    <div class=\"rts-tour-details-area pt--60 rts-section-gapBottom bg-white\">\r\n        <div class=\"container\">\r\n\r\n            <div class=\"bottom-content-area g-5 mt--50\">\r\n                <div class=\"left\">\r\n                    <div class=\"tour-details-wrapper content-box radius-10 border overflow-hidden\">\r\n                        <div class=\"tour-content\">\r\n                            <div class=\"left-content\">\r\n                                <h4 class=\"title\">{$item->title}</h4>\r\n                                \r\n                                <ul class=\"meta-area\">\r\n                                    <li><i class=\"fa-solid fa-star-sharp\"></i> 5 (2 review)</li>\r\n                                    <li><i class=\"fa-regular fa-location-dot\"></i> {$item->destination}</li>\r\n                                    <li><i class=\"fa-solid fa-hashtag\"></i> {$item->package_code}</li>\r\n                                </ul>\r\n                            </div>\r\n                            <div class=\"right-content\">\r\n                                <div class=\"day-left\">\r\n                                    <h4>{$item->duration|regex_replace:\'/^(\\d+).*/\':\'$1\'}</h4>\r\n                                    <p>days</p>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                        <ul class=\"feature-list-area\">\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/03.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Transportation</p>\r\n                                    <h6>{$item->trip_types}</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/04.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Accommodation</p>\r\n                                    <h6>Budget</h6>\r\n                                </div>\r\n                            </li>\r\n\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/06.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Departure from</p>\r\n                                    <h6>Bus, Airlines</h6>\r\n                                </div>\r\n                            </li>\r\n                     \r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/08.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Tour type</p>\r\n                                    <h6></h6>\r\n                                </div>\r\n                            </li>\r\n              \r\n\r\n                        </ul>\r\n                    </div>\r\n                    <div class=\"content-box tour-details-tab-area radius-10 border overflow-hidden\">\r\n                        <ul class=\"nav nav-tabs border-bottom\" id=\"myTab\" role=\"tablist\">\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link active\" id=\"overview-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#overview\" type=\"button\" role=\"tab\" aria-controls=\"overview\" aria-selected=\"true\">\r\n                                    Overview\r\n                                </button>\r\n                            </li>\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link\" id=\"itinerary-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#itinerary\" type=\"button\" role=\"tab\" aria-controls=\"itinerary\" aria-selected=\"false\">\r\n                                    Itinerary\r\n                                </button>\r\n                            </li>\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link\" id=\"cost-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#cost\" type=\"button\" role=\"tab\" aria-controls=\"cost\" aria-selected=\"false\">\r\n                                    Cost\r\n                                </button>\r\n                            </li>\r\n                           \r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link\" id=\"map-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#map\" type=\"button\" role=\"tab\" aria-controls=\"map\" aria-selected=\"false\">\r\n                                    Location\r\n                                </button>\r\n                            </li>\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link\" id=\"map-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#map\" type=\"button\" role=\"tab\" aria-controls=\"map\" aria-selected=\"false\">\r\n                                    Gallery\r\n                                </button>\r\n                            </li>\r\n\r\n                        </ul>\r\n                        <div class=\"tour-details-tab-content\" id=\"myTabContent\">\r\n                            <div class=\"tab-pane fade show active\" id=\"overview\" role=\"tabpanel\" aria-labelledby=\"overview-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"overview-area mb--60\">\r\n                                        <h5 class=\"title mb--15\">Overview</h5>\r\n                                        <p class=\"desc\">{$item->introduction}</p>\r\n                                    </div>\r\n                                    <div class=\"highlight-area\">\r\n                                        <h5 class=\"title\">Highlights:</h5>\r\n\r\n{$item->introduction}\r\n                                        \r\n                                        <ul>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Duration: {$item->duration}</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Difficulty: Moderate to High</li>\r\n                                            \r\n                                            <li><i class=\"fa-regular fa-check\"></i> Group Size: 8–15 people</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Guide: Professional Local Guide Included</li>\r\n                                        </ul>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                            <div class=\"tab-pane fade\" id=\"itinerary\" role=\"tabpanel\" aria-labelledby=\"itinerary-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"itinerary-area\">\r\n                                        <div class=\"itinerary-header\">\r\n                                            <h2>Itinerary</h2>\r\n                                            <div class=\"expand-toggle\">\r\n                                                <span>Expand all</span>\r\n                                                <label class=\"switch\">\r\n                                                    <input type=\"checkbox\" id=\"expandAll\">\r\n                                                    <span class=\"slider\"></span>\r\n                                                </label>\r\n                                            </div>\r\n                                        </div>\r\n\r\n                                        <div class=\"itinerary-list\">\r\n\r\n                                        <style>\r\n    .itinerary-list {\r\n        width: 100%;\r\n        text-align: left;\r\n        /* Matches standard structural alignment */\r\n        padding-left: 15px !important; \r\n        margin-left: 0 !important;\r\n    }\r\n    .itinerary-item {\r\n        /* Gives space for the timeline circles to clear the left boundary box */\r\n        padding-left: 40px !important; \r\n        margin-left: 0 !important;\r\n    }\r\n    .itinerary-title {\r\n        text-align: left !important;\r\n        background: transparent;\r\n        border: none;\r\n        display: flex !important;\r\n        align-items: center !important;\r\n        padding-left: 0 !important;\r\n        margin-left: 0 !important;\r\n    }\r\n    .itinerary-content {\r\n        /* Matches text content up directly under the Day title */\r\n        padding-left: 5px !important;\r\n        margin-left: 0 !important;\r\n    }\r\n</style>\r\n\r\n<div class=\"itinerary-list\">\r\n    {* 1. Strip the outer <ul> tags and clean up whitespace *}\r\n    {$clean_details = $item->package_details|replace:\'<ul>\':\'\'|replace:\'</ul>\':\'\'|trim}\r\n    \r\n    {* 2. Explode the content by the <li> tags to get individual days *}\r\n    {$li_items = \"<li>\"|explode:$clean_details}\r\n    \r\n    {* Create a temporary array to hold valid list items *}\r\n    {$itinerary_days = []}\r\n    {foreach from=$li_items item=li}\r\n        {$cleaned_li = $li|replace:\'</li>\':\'\'|trim}\r\n        {if !empty($cleaned_li)}\r\n            {$itinerary_days[] = $cleaned_li}\r\n        {/if}\r\n    {/foreach}\r\n    \r\n    {* 3. Loop through the items and apply the specific HTML logic *}\r\n    {$total_days = $itinerary_days|@count}\r\n    \r\n    {foreach from=$itinerary_days item=day_text name=itinerary}\r\n        <div class=\"itinerary-item {if $smarty.foreach.itinerary.first}active{/if}\">\r\n            \r\n            {* Separate the Title from the Description *}\r\n            {$parts = \":\"|explode:$day_text:2}\r\n            {$day_title = $parts[0]|trim}\r\n            {$day_content = $parts[1]|trim}\r\n            \r\n            <button class=\"itinerary-title {if $smarty.foreach.itinerary.first}active{/if}\">\r\n                {if $smarty.foreach.itinerary.first}\r\n                    {* First Item Icon *}\r\n                    <span class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/14.svg\" alt=\"\"></span> \r\n                {elseif $smarty.foreach.itinerary.last}\r\n                    {* Last Item Icon *}\r\n                    <span class=\"icon-2\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/15.svg\" alt=\"\"></span>\r\n                {/if}\r\n                \r\n                {$day_title}\r\n            </button>\r\n            \r\n            <div class=\"itinerary-content\" {if $smarty.foreach.itinerary.first}style=\"display: block;\"{/if}>\r\n                <p>{$day_content}</p>\r\n            </div>\r\n            \r\n        </div>\r\n    {/foreach}\r\n</div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                            <div class=\"tab-pane fade\" id=\"cost\" role=\"tabpanel\" aria-labelledby=\"cost-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"highlight-area\">\r\n                                        <h5 class=\"title\">Trip Cost Breakdown</h5>\r\n                                        <ul class=\"mb--30\">\r\n                                            <li class=\"tag mb--10 c-p\">Included:</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Duration: 10 Days / 9 Nights</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Difficulty: Moderate to High</li>\r\n                                            \r\n                                            <li><i class=\"fa-regular fa-check\"></i> Group Size: 8–15 people</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Guide: Professional Local Guide Included</li>\r\n                                        </ul>\r\n                                        <ul>\r\n                                            <li class=\"tag mb--10 c-p\">Not Included:</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Duration: 10 Days / 9 Nights</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Difficulty: Moderate to High</li>\r\n                                            \r\n                                            <li><i class=\"fa-regular fa-check\"></i> Group Size: 8–15 people</li>\r\n                                            <li><i class=\"fa-regular fa-check\"></i> Guide: Professional Local Guide Included</li>\r\n                                        </ul>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                            <div class=\"tab-pane fade\" id=\"faq\" role=\"tabpanel\" aria-labelledby=\"faq-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"itinerary-area faq\">\r\n                                        <div class=\"itinerary-header\">\r\n                                            <h2>Frequently Ask Questions</h2>\r\n                                            <div class=\"expand-toggle\">\r\n                                                <span>Expand all</span>\r\n                                                <label class=\"switch\">\r\n                                                    <input type=\"checkbox\" id=\"expandAll2\">\r\n                                                    <span class=\"slider\"></span>\r\n                                                </label>\r\n                                            </div>\r\n                                        </div>\r\n\r\n                                        <div class=\"itinerary-list\">\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\"><span class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/14.svg\" alt=\"\"></span> What is the difficulty level?</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Arrive at Tribhuvan International Airport. Meet your guide, transfer to hotel. Evening briefing session.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\">Do I need travel insurance?</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Fly to Lukla and trek to Phakding through scenic mountain trails.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\">Can I rent gear locally?</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Trek through pine forests and cross suspension bridges to reach Namche Bazaar.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\">Is altitude sickness a concern?</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Spend the day acclimatizing, exploring local markets, and enjoying the views.</p>\r\n                                                </div>\r\n                                            </div>\r\n\r\n                                            <div class=\"itinerary-item\">\r\n                                                <button class=\"itinerary-title\">Are meals included?</button>\r\n                                                <div class=\"itinerary-content\">\r\n                                                    <p>Hike to Tengboche Monastery with panoramic views of Everest and Ama Dablam.</p>\r\n                                                </div>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                            <div class=\"tab-pane fade\" id=\"map\" role=\"tabpanel\" aria-labelledby=\"map-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"highlight-area\">\r\n                                        <h5 class=\"title\">Tour Map</h5>\r\n                                        <div class=\"map-area overflow-hidden radius-10\">\r\n                                            <img src=\"{uploads_url}/images/{$item->image}\" alt=\"{$item->title|default:\'Trip Image\'}\" class=\"img-responsive\">\r\n                                            \r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"contact-area content-box radius-10 border overflow-hidden\">\r\n                        <h5 class=\"title mb--30\">You can send your enquiry via the form below.</h5>\r\n                        <form id=\"contact-form\" action=\"#\" class=\"contact-form border radius-10 \">\r\n                            <div class=\"input-div\">\r\n                                <div class=\"row g-24\">\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"text\" name=\"text\" placeholder=\"Enter your first name*\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"text\" name=\"text\" placeholder=\"Enter your last name*\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-12\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"email\" name=\"email\" placeholder=\"Enter your email address...\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"text\" name=\"text\" placeholder=\"Choose a country*\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"text\" name=\"text\" placeholder=\"Enter your contact number*\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"number\" name=\"number\" placeholder=\"Enter numbers of adults*\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\">\r\n                                            <input type=\"number\" name=\"number\" placeholder=\"Enter number of children\" required>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-12\">\r\n                                        <div class=\"single-input\">\r\n                                            <textarea name=\"message\" id=\"message\" placeholder=\"Enter your message*\" required></textarea>\r\n                                        </div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-12\">\r\n                                        <button type=\"submit\" class=\"rts-btn btn-primary border\">Send Mail</button>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                        </form>\r\n                    </div>\r\n                </div>\r\n                <div class=\"right\">\r\n                    <div class=\"sticky-top\">\r\n                        <div class=\"content-box radius-10 border overflow-hidden pricing-box\">\r\n                            <p class=\"tag\">Pricing</p>\r\n                            <div class=\"price-area\">\r\n                                <div class=\"price\">\r\n                                    <div class=\"prev\">\r\n                                        <h6>From </h6>\r\n                                    </div>\r\n                                    <div class=\"current\">\r\n                                        <h5>{$item->starting_price} <span>/ per person</span></h5>\r\n                                    </div>\r\n                                </div>                                \r\n                            </div>\r\n                            <div class=\"mid-area\">\r\n                            {$item->departure_dates}\r\n                                <ul>                                    \r\n                                    <li><i class=\"fa-regular fa-check\"></i> Local Emergency Support</li>\r\n                                    <li><i class=\"fa-regular fa-check\"></i> No Booking Fees</li>\r\n                                    <li><i class=\"fa-regular fa-check\"></i> Professional Local Team</li>\r\n                                </ul>\r\n                            </div>\r\n                            <div class=\"mid-area\">\r\n                                <ul>                                    \r\n                                    <li><i class=\"fa-regular fa-check\"></i> Local Emergency Support</li>\r\n                                    <li><i class=\"fa-regular fa-check\"></i> No Booking Fees</li>\r\n                                    <li><i class=\"fa-regular fa-check\"></i> Professional Local Team</li>\r\n                                </ul>\r\n                            </div>\r\n                            <a href=\"#\" class=\"rts-btn btn-primary m-w-100 text-center border\">Check Availability</a>\r\n                            <p class=\"desc\">Need help with booking? <a href=\"#contact-form\">Send Us A Message</a></p>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n\r\n    <!-- rts contact area start -->\r\n    <section class=\"rts-contact-area inner rts-section-gap\">\r\n        <div class=\"container\">\r\n            <div class=\"section-inner body-bg-one radius-10\">\r\n                <form class=\"contact-form\" id=\"contact-form\" method=\"POST\" action=\"mailer.php\">\r\n                    <h4 class=\"title\">Your info</h4>\r\n                    <div class=\"form-inner\">\r\n                        <div class=\"left\">\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"name\">Full Name*</label>\r\n                                <input type=\"text\" id=\"name\" name=\"name\" placeholder=\"Enter your full name\" required>\r\n                            </div>\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"email\">Email*</label>\r\n                                <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"Your email address\" required>\r\n                            </div>\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"company\">Company</label>\r\n                                <input type=\"text\" id=\"company\" name=\"company\" placeholder=\"Your company name\" required>\r\n                            </div>\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"website\">Website</label>\r\n                                <input type=\"text\" id=\"website\" name=\"website\" placeholder=\"Your website\" required>\r\n                            </div>\r\n                        </div>\r\n                        <div class=\"right\">\r\n                            <div class=\"single-input-wrapper\">\r\n                                <label for=\"message\">Your Enquiry*</label>\r\n                                <textarea name=\"message\" id=\"message\" placeholder=\"Enter your message here\" required></textarea>\r\n                            </div>\r\n                            <div class=\"single-input-wrapper\">\r\n                                <button type=\"submit\" class=\"rts-btn btn-primary with-arrow\">Get Started <i class=\"fa-regular fa-arrow-up up-right\"></i></button>\r\n                            </div>\r\n                            <div id=\"form-messages\" class=\"mt-15 cb\"></div>\r\n                            <p class=\"desc\">Please read our <a href=\"#\"> privacy policy</a> and <a href=\"#\">Cookies policy</a> so you understand how we collect and use your personal data.</p>\r\n                        </div>\r\n                    </div>\r\n                </form>\r\n            </div>\r\n            <div class=\"contact-form-content-bottom-wrapper mt--30\">\r\n                <div class=\"row g-5\">\r\n                    <div class=\"col-lg-4\">\r\n                        <div class=\"single-contact-card body-bg-one radius-10\">\r\n                            <div class=\"top-area\">\r\n                                <div class=\"icon\">\r\n                                    <img src=\"{uploads_url}/csm/assets/images/contact/icon/01.svg\" alt=\"contact\">\r\n                                </div>\r\n                                <h4 class=\"title\">Our Location</h4>\r\n                            </div>\r\n                            <p class=\"disc\">\r\n                                807 Baker Street,\r\n                                Nelson | British Columbia |V1L 4J8 | Canada\r\n                            </p>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-4\">\r\n                        <div class=\"single-contact-card body-bg-one radius-10\">\r\n                            <div class=\"top-area\">\r\n                                <div class=\"icon\">\r\n                                    <img src=\"{uploads_url}/csm/assets/images/contact/icon/02.svg\" alt=\"contact\">\r\n                                </div>\r\n                                <h4 class=\"title\">Email Us</h4>\r\n                            </div>\r\n                            <p class=\"disc\">\r\n                                Our support team is here to assist you\r\n                            </p>\r\n                            <a href=\"#\">support@Digix.com</a>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-lg-4\">\r\n                        <div class=\"single-contact-card body-bg-one radius-10\">\r\n                            <div class=\"top-area\">\r\n                                <div class=\"icon\">\r\n                                    <img src=\"{uploads_url}/csm/assets/images/contact/icon/03.svg\" alt=\"contact\">\r\n                                </div>\r\n                                <h4 class=\"title\">Call Us</h4>\r\n                            </div>\r\n                            <p class=\"disc\">\r\n                                Our customer support team is available\r\n                            </p>\r\n                            <a href=\"#\">+1 (111) 125- 42174</a>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </section>\r\n    <!-- rts contact area end -->\r\n\r\n{/block}','',1,0,NULL,1,1,1781736434,1781841999),
(40,'csm master','<!DOCTYPE html>\r\n<html lang=\"en\">\r\n{process_pagedata}{$content={content} scope=global}\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"assets/images/fav.svg\">\r\n    <title>Travel & Tour Booking HTML Template</title>\r\n    <!-- swiper css -->\r\n    <link rel=\"stylesheet preload\" href=\"{uploads_url}/csm/assets/css/plugins/swiper.min.css\" as=\"style\">\r\n    <!-- Custom Font css -->\r\n    <link rel=\"stylesheet preload\" href=\"{uploads_url}/csm/assets/fonts/custom-font.css\" as=\"style\">\r\n    <!-- magnific popup css -->\r\n    <link rel=\"stylesheet preload\" href=\"{uploads_url}/csm/assets/css/plugins/magnific-popup.css\" as=\"style\">\r\n    <!-- metismenu css -->\r\n    <link rel=\"stylesheet preload\" href=\"{uploads_url}/csm/assets/css/plugins/metismenu.css\" as=\"style\">\r\n    <!-- bootstrap css -->\r\n    <link rel=\"stylesheet preload\" href=\"{uploads_url}/csm/assets/css/vendor/bootstrap.min.css\" as=\"style\">\r\n    <!-- bootstrap css -->\r\n    <link rel=\"stylesheet preload\" href=\"{uploads_url}/csm/assets/css/vendor/animate.css\" as=\"style\">\r\n    <!-- odometer css -->\r\n    <link rel=\"stylesheet preload\" href=\"{uploads_url}/csm/assets/css/plugins/odometer.css\" as=\"style\">\r\n    <!-- fontawesome css -->\r\n    <link rel=\"stylesheet preload\" href=\"{uploads_url}/csm/assets/css/plugins/fontawesome.min.css\" as=\"style\">\r\n    <!-- Nice Select css -->\r\n    <link rel=\"stylesheet preload\" href=\"{uploads_url}/csm/assets/css/plugins/nice-select.css\" as=\"style\">\r\n    <!-- Custom css -->\r\n    <link rel=\"stylesheet preload\" href=\"{uploads_url}/csm/assets/css/style.css\" as=\"style\">\r\n\r\n\r\n    <style>\r\nheader.header-style-two {\r\n    position: absolute;\r\n    width: 100%;\r\n    z-index: 1000;\r\n    background: transparent !important;\r\n}\r\n\r\n.header-style-two .header-top {\r\n    background: rgba(0, 0, 0, 0.3) !important; /* Tinted top bar */\r\n}\r\n\r\n.header-style-two .header-main {\r\n    background: rgba(0, 0, 0, 0.1) !important; /* Very subtle tint for logo area */\r\n}\r\n\r\n/* Target the header ONLY when it becomes sticky */\r\nheader.header-style-two.sticky {\r\n    /* 0,0,0 is black | 0.7 is the opacity (30% less than solid) */\r\n    background: rgba(0, 0, 0, 0.7) !important; \r\n    \r\n    /* This adds a \"frosted glass\" effect which makes the 30% transparency look very professional */\r\n    backdrop-filter: blur(10px); \r\n    \r\n    transition: background 0.3s ease;\r\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\r\n}\r\n\r\n/* Ensure the logo area doesn\'t have its own background color interfering */\r\nheader.header-style-two.sticky .header-main {\r\n    background: transparent !important;\r\n}\r\n\r\n/* White Text */\r\n.header-style-two .main-nav-area .rts-desktop-menu .menu-item a,\r\n.header-style-two .header-top p,\r\n.header-style-two .header-top a,\r\n.header-style-two .header-top span {\r\n    color: #ffffff !important;\r\n}\r\n\r\n.logo-area .logo img {\r\n    height: 90px; /* Adjust this until it looks perfect with your menu */\r\n    width: auto;  /* Keeps proportions */\r\n    display: block;\r\n    transition: all 0.3s ease; /* Makes the transition to sticky smooth */\r\n}\r\n\r\n.header-style-two .header-top {\r\n  border-bottom: 0px solid var(--color-border);\r\n  padding: 12px 0 11px;\r\n}\r\n\r\n/* Target the header ONLY when it becomes sticky */\r\nheader.header-style-two.sticky {\r\n    background: rgba(0, 0, 0, 0.6) !important; /* Slightly darker for better contrast */\r\n    backdrop-filter: blur(10px); \r\n    transition: background 0.3s ease;\r\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\r\n}\r\n\r\n/* ADD THIS: This handles the logo sizing inside the sticky header */\r\nheader.header-style-two.sticky .logo img {\r\n    height: 70px !important; /* Constrains height when scrolling */\r\n    width: auto !important;   /* Keeps proportions perfect */\r\n    transition: all 0.3s ease;\r\n}\r\n\r\n/* ADD THIS: This makes sure your dropdowns are readable on the sticky header */\r\nheader.header-style-two.sticky .rts-submenu {\r\n    background: rgba(0, 0, 0, 0.9) !important; /* Very dark dropdown bg */\r\n    border: 1px solid rgba(255,255,255,0.1);\r\n}\r\n\r\n.rts-section-gap {\r\n  padding: 70px 0;\r\n}\r\n\r\n    </style>\r\n</head>\r\n\r\n<body class=\"home-hiking-bg\">\r\n\r\n    <!-- preloader -->\r\n    <div class=\"preloader\">\r\n        <div class=\"loader\">\r\n            <span style=\"--i:1;\"></span>\r\n            <span style=\"--i:2;\"></span>\r\n            <span style=\"--i:3;\"></span>\r\n            <span style=\"--i:4;\"></span>\r\n            <span style=\"--i:5;\"></span>\r\n            <span style=\"--i:6;\"></span>\r\n            <span style=\"--i:7;\"></span>\r\n            <span style=\"--i:8;\"></span>\r\n            <span style=\"--i:9;\"></span>\r\n            <span style=\"--i:10;\"></span>\r\n            <span style=\"--i:11;\"></span>\r\n            <span style=\"--i:12;\"></span>\r\n            <span style=\"--i:13;\"></span>\r\n            <span style=\"--i:14;\"></span>\r\n            <span style=\"--i:15;\"></span>\r\n            <span style=\"--i:16;\"></span>\r\n            <span style=\"--i:17;\"></span>\r\n            <span style=\"--i:18;\"></span>\r\n            <span style=\"--i:19;\"></span>\r\n            <span style=\"--i:20;\"></span>\r\n            <div class=\"loader-plane\"></div>\r\n        </div>\r\n    </div>\r\n    <!-- preloader end -->\r\n    <!-- header area start -->\r\n<header class=\"header-style-two header--sticky\">\r\n        <div class=\"header-top\">\r\n            <div class=\"container\">\r\n                <div class=\"header-top-inner\">\r\n                    <div class=\"left\">\r\n                        \r\n                    </div>\r\n                    <div class=\"right\">\r\n                        <ul class=\"social-area\">\r\n                            <li><a href=\"tel:+12505051111\">CALL +1 250-505-1111</a></li>\r\n                          \r\n                        </ul>\r\n                        <div class=\"header-utility\">\r\n                            <div class=\"right-information\">\r\n                                \r\n                                <ul class=\"rts-dropdown-menu switcher-currency\">\r\n                                    <li class=\"has-child-menu\">\r\n                                        <a href=\"#\">\r\n                                            <span class=\"menu-item\">PARTNER LOGIN</span>\r\n                                            \r\n                                        </a>\r\n                                        \r\n                                    </li>\r\n                                </ul>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <div class=\"header-main\">\r\n            <div class=\"container\">\r\n                <div class=\"header-main-inner\">\r\n                    <div class=\"row\">\r\n                        <div class=\"col-lg-12\">\r\n                            <div class=\"header-style-one-wrapper\">\r\n                                <div class=\"left-area\">\r\n                                    <div class=\"logo-area\">\r\n                                        <a href=\"index.html\" class=\"logo\">\r\n                                            <img class=\"light\" style=\"\" src=\"{uploads_url}/csm/assets/images/logo/logo-csm2.webp\" alt=\"logo\">\r\n                                            <img class=\"dark\" src=\"{uploads_url}/csm/assets/images/logo/logo-csm2.webp\" alt=\"logo\">\r\n                                        </a>\r\n                                    </div>\r\n                                    <nav class=\"main-nav-area\">\r\n                                        <ul class=\"list-unstyled rts-desktop-menu\">\r\n                                            <li class=\"menu-item \">\r\n                                                <a class=\"main-element rts-dropdown-main-element\" href=\"#\">Home</a>\r\n                                                \r\n                                            </li>\r\n\r\n                                            <li class=\"menu-item rts-has-dropdown\">\r\n                                                <a href=\"index.php?page=csm_packages\" class=\"rts-dropdown-main-element\">Packages</a>\r\n                                                <!-- Start Dropdown Menu -->\r\n                                                <ul class=\"rts-submenu list-unstyled menu-home\">\r\n\r\n                                                      <li class=\"nav-item\"><a class=\"nav-link page\" href=\"\">Self Drive</a></li>\r\n                                    \r\n                                                    <li class=\"nav-item\"><a class=\"nav-link page\" href=\"tour-details.html\">Small Groups </a></li>\r\n                                                    <li class=\"nav-item\"><a class=\"nav-link page\" href=\"tour.html\">FIT</a></li>\r\n             \r\n                                                </ul>\r\n                                                <!-- End Dropdown Menu -->\r\n                                            </li>\r\n                                            \r\n\r\n\r\n                                            <li class=\"menu-item \">\r\n                                                <a href=\"index.php?page=inspiration\" class=\"rts-dropdown-main-element\">Inspiration</a>\r\n                                                <!-- Start Dropdown Menu -->\r\n             \r\n                                                <!-- End Dropdown Menu -->\r\n                                            </li>\r\n\r\n\r\n\r\n\r\n                                            <li class=\"menu-item rts-has-dropdown\">\r\n                                                <a href=\"index.php?page=about\" class=\"rts-dropdown-main-element\">About</a>\r\n                                                <!-- Start Dropdown Menu -->\r\n                                                \r\n                                                <!-- End Dropdown Menu -->\r\n                                            </li>\r\n                                            <li class=\"menu-item\"><a class=\"main-element rts-dropdown-main-element\" href=\"index.php?page=page-contact\">Contact</a></li>\r\n                                        </ul>\r\n                                    </nav>\r\n                                </div>\r\n                                <div class=\"button-area-start\">\r\n                                   <!--<a href=\"sign-in.html\" class=\"rts-btn btn-primary btn-border border-primary\">Whatsapp online!</a>-->\r\n                                    <a href=\"sign-up.html\" class=\"rts-btn btn-primary border-primary\">Whatsapp online!</a>\r\n                                   \r\n                                    <div class=\"menu-btn-toggle menu-btn radius-6\" id=\"menu-btn\">\r\n                                        <svg width=\"20\" height=\"16\" viewBox=\"0 0 20 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                                            <rect y=\"14\" width=\"20\" height=\"2\" fill=\"#FFFFFF\"></rect>\r\n                                            <rect y=\"7\" width=\"20\" height=\"2\" fill=\"#FFFFFF\"></rect>\r\n                                            <rect width=\"20\" height=\"2\" fill=\"#FFFFFF\"></rect>\r\n                                        </svg>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </header>\r\n    <!-- header area end -->\r\n\r\n    <!-- rts banner area start -->\r\n    <div class=\"rts-banner-area-two slider-banner\">\r\n        <div class=\"swiper-area\">\r\n            <div class=\"swiper banner-slider-active\">\r\n                <div class=\"swiper-wrapper\">\r\n                    <div class=\"swiper-slide\">\r\n                        <div class=\"rts-hero-banner bg\" data-bg-src=\"{uploads_url}/csm/assets/images/banner/bg-02.jpg\">\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"swiper-slide\">\r\n                        <div class=\"rts-hero-banner bg\" data-bg-src=\"{uploads_url}/csm/assets/images/banner/bg-03.jpg\">\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"swiper-slide\">\r\n                        <div class=\"rts-hero-banner bg\" data-bg-src=\"{uploads_url}/csm/assets/images/banner/bg-01.jpg\">\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <div class=\"container\">\r\n            <div class=\"rts-banner-content-area\">\r\n                <div class=\"row\">\r\n                    <div class=\"col-lg-7\">\r\n                        <div class=\"swiper banner-slider-active2\">\r\n                            <div class=\"swiper-wrapper\">\r\n                                <div class=\"swiper-slide\"><br><br>\r\n                                    <div class=\"content-inner\">\r\n                                        <p class=\"sub-title\">Travel Smart, Travel Better</p>\r\n                                        <h1 class=\"section-title\">Adventure Starts Here</h1>\r\n                                        <p class=\"desc\">Explore breathtaking destinations, handpicked tour packages, and seamless travel experiences — all in one place.</p>\r\n                                        <div class=\"button-area\">\r\n                                            <a href=\"#\" class=\"rts-btn btn-primary\">Explore Tours</a>\r\n                                            <a href=\"tour.html\" class=\"rts-btn btn-primary btn-border\">Popular Packages</a>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                                <div class=\"swiper-slide\">\r\n                                    <div class=\"content-inner\"><br><br>\r\n                                        <p class=\"sub-title\">Intelligent reisen, besser reisen.</p>\r\n                                        <h1 class=\"section-title\">Hier beginnt die Wildnis</h1>\r\n                                        <p class=\"desc\">Ja, wir sprechen Deutsch!</p>\r\n                                        <div class=\"button-area\">\r\n                                            <a href=\"#\" class=\"rts-btn btn-primary\">Touren entdecken</a>\r\n                                            <a href=\"tour.html\" class=\"rts-btn btn-primary btn-border\">Beliebte Touren</a>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <!-- rts banner area end -->\r\n\r\n\r\n{block name=\'content\'}{/block}\r\n\r\n{* common footer *}\r\n\r\n    <!-- rts footer area start -->\r\n    <div class=\"rts-footer-area-one pt--100 pb--30\">\r\n        <div class=\"container\">\r\n            <div class=\"footer-inner\">\r\n                <div class=\"left\">\r\n                    <div class=\"single-footer-widget-one logo-area\">\r\n                        <a href=\"#\" class=\"logo\">\r\n                            <img class=\"dark\" src=\"{uploads_url}/csm/assets/images/logo/csm_logob.png\" alt=\"logo\">\r\n                        </a>\r\n                        <p class=\"desc\">We take care of every detail you can travel with confidence ease.</p>\r\n\r\n                        <div class=\"call-us\">\r\n\r\n                            \r\n                            <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/others/01.svg\" alt=\"\"></div>\r\n                            <div class=\"text\">\r\n                                <p>Call Us 24/7</p>\r\n                                <h5><a href=\"call-to:25621452156\">+1 250-505-1111</a></h5>\r\n                            </div>\r\n                        </div>\r\n                        <ul class=\"social-area\">\r\n                            <li>Follow Us -</li>\r\n                            <li><a href=\"#\"><i class=\"fa-brands fa-facebook-f\"></i></a></li>\r\n                            <li><a href=\"#\"><i class=\"fa-brands fa-linkedin\"></i></a></li>\r\n                            <li><a href=\"#\"><i class=\"fa-brands fa-youtube\"></i></a></li>\r\n                            <li><a href=\"#\"><i class=\"fa-brands fa-twitter\"></i></a></li>\r\n                        </ul>\r\n                    </div>\r\n                </div>\r\n                <div class=\"mid d-flex justify-content-center\">\r\n                    <div class=\"single-footer-widget-one essential-links\">\r\n                        <h6 class=\"title\">Quick Links</h6>\r\n                        <ul>\r\n                            <li><svg width=\"7\" height=\"10\" viewBox=\"0 0 7 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                                    <path d=\"M0.5 0L6.75 5L0.5 10V0Z\" fill=\"#BA6827\" />\r\n                                </svg>\r\n                                <a href=\"tour.html\">About Us</a>\r\n                            </li>\r\n                            <li><svg width=\"7\" height=\"10\" viewBox=\"0 0 7 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                                    <path d=\"M0.5 0L6.75 5L0.5 10V0Z\" fill=\"#BA6827\" />\r\n                                </svg>\r\n                                <a href=\"destination.html\">FAQs</a>\r\n                            </li>\r\n                            <li><svg width=\"7\" height=\"10\" viewBox=\"0 0 7 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                                    <path d=\"M0.5 0L6.75 5L0.5 10V0Z\" fill=\"#BA6827\" />\r\n                                </svg>\r\n                                <a href=\"about.html\">Terms & Conditions</a>\r\n                            </li>\r\n                            <li><svg width=\"7\" height=\"10\" viewBox=\"0 0 7 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                                    <path d=\"M0.5 0L6.75 5L0.5 10V0Z\" fill=\"#BA6827\" />\r\n                                </svg>\r\n                                <a href=\"team.html\">Privacy Policy</a>\r\n                            </li>\r\n                            <li><svg width=\"7\" height=\"10\" viewBox=\"0 0 7 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                                    <path d=\"M0.5 0L6.75 5L0.5 10V0Z\" fill=\"#BA6827\" />\r\n                                </svg>\r\n                                <a href=\"tour.html\">Tour Type</a>\r\n                            </li>\r\n                        </ul>\r\n                    </div>\r\n                    <div class=\"single-footer-widget-one essential-links\">\r\n                        <h6 class=\"title\">Popular Links</h6>\r\n                        <ul>\r\n                            <li><svg width=\"7\" height=\"10\" viewBox=\"0 0 7 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                                    <path d=\"M0.5 0L6.75 5L0.5 10V0Z\" fill=\"#BA6827\" />\r\n                                </svg>\r\n                                <a href=\"destination-details.html\">Stories & Guides</a>\r\n                            </li>\r\n                            <li><svg width=\"7\" height=\"10\" viewBox=\"0 0 7 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                                    <path d=\"M0.5 0L6.75 5L0.5 10V0Z\" fill=\"#BA6827\" />\r\n                                </svg>\r\n                                <a href=\"destination-details.html\">Guided Tours</a>\r\n                            </li>\r\n                            <li><svg width=\"7\" height=\"10\" viewBox=\"0 0 7 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                                    <path d=\"M0.5 0L6.75 5L0.5 10V0Z\" fill=\"#BA6827\" />\r\n                                </svg>\r\n                                <a href=\"destination-details.html\">Train Tours</a>\r\n                            </li>\r\n                            <li><svg width=\"7\" height=\"10\" viewBox=\"0 0 7 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                                    <path d=\"M0.5 0L6.75 5L0.5 10V0Z\" fill=\"#BA6827\" />\r\n                                </svg>\r\n                                <a href=\"destination-details.html\">Map</a>\r\n                            </li>\r\n                            <li><svg width=\"7\" height=\"10\" viewBox=\"0 0 7 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n                                    <path d=\"M0.5 0L6.75 5L0.5 10V0Z\" fill=\"#BA6827\" />\r\n                                </svg>\r\n                                <a href=\"destination-details.html\">British Columbia</a>\r\n                            </li>\r\n                        </ul>\r\n                    </div>\r\n                </div>\r\n                <div class=\"right\">\r\n                    <div class=\"footer-input-main-wrapper-one\">\r\n                        <div class=\"single-footer-widget-one\">\r\n                            <h6 class=\"title\">Newsletter</h6>\r\n                            <p class=\"desc\">Subscribe to our newsletter</p>\r\n                            <form action=\"#\">\r\n                                <input class=\"radius-6\" type=\"email\" placeholder=\"Email address..\" required>\r\n                                <button class=\"rts-btn btn-primary radius-6 border\">Subscribe</button>\r\n                            </form>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n            <div class=\"row\">\r\n                <div class=\"col-lg-12\">\r\n                    <!-- copyright area start -->\r\n                    <div class=\"copyright-area-start\">\r\n                        <p>Copyright © <script>\r\n                                document.write(\r\n                                    new Date().getFullYear()\r\n                                )\r\n                            </script> All Rights Reserved, Design by <span><a href=\"index.html\">Canadian Sun and Mountain Travel</a></span></p>\r\n                        <ul>\r\n                            <li><a href=\"https://www.consumerprotectionbc.ca/check-a-licence-search/?cpbc_type=Travel+Agent&cpbc_licenseNumber=3244&cpbc_name=&cpbc_city=&cpbc_statuses=DUEPRT%2CEXEMPT%2CISSUED%2CNOTICE%2CRENSUBD%2CSUSPEND#gf_50\"><img src=\"{uploads_url}/csm/assets/images/2026/Consumer_Protection_BClicensed_by_WEB.webp\" style=\"height: 60px;\" alt=\"\"></a></li>                          \r\n                            <li><a href=\"#\"><img style=\"height: 60px;\" src=\"{uploads_url}/csm/assets/images/2026/safe_logo.webp\" alt=\"\"></a></li>                          \r\n                        </ul>\r\n                    </div>\r\n                    <!-- copyright area end -->\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <!-- rts footer area end -->\r\n\r\n    <div id=\"side-bar2\" class=\"side-bar side-bar2\">\r\n        <div class=\"rts-sidebar-menu-desktop\">\r\n            <button class=\"close-icon-menu\" aria-label=\"footer_Button\"><i class=\"far fa-times\"></i></button>\r\n            <div class=\"body d-none d-lg-block\">\r\n                <div class=\"about-us\">\r\n                    <a class=\"logo\" href=\"index.html\"><img src=\"{uploads_url}/csm/assets/images/logo/logo-csm2.webp\" alt=\"\"></a>\r\n                    <p>\r\n                        Discover the World, <br> Full Adventure at a Time!\r\n                    </p>\r\n                </div>\r\n                <div class=\"gallery-image-area\">\r\n                    <div class=\"gallery-wrapper with-icon\">\r\n                        <a href=\"assets/images/gallery/06.webp\" class=\"gallery-image image-transform\">\r\n                            <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/06.webp\" width=\"190\" alt=\"\">\r\n                            <span class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/gallery/insta.svg\" alt=\"\"></span>\r\n                        </a>\r\n                    </div>\r\n                    <div class=\"gallery-wrapper with-icon\">\r\n                        <a href=\"assets/images/gallery/07.webp\" class=\"gallery-image image-transform\">\r\n                            <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/07.webp\" width=\"190\" alt=\"\">\r\n                            <span class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/gallery/insta.svg\" alt=\"\"></span>\r\n                        </a>\r\n                    </div>\r\n                    <div class=\"gallery-wrapper with-icon\">\r\n                        <a href=\"assets/images/gallery/08.webp\" class=\"gallery-image image-transform\">\r\n                            <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/08.webp\" width=\"190\" alt=\"\">\r\n                            <span class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/gallery/insta.svg\" alt=\"\"></span>\r\n                        </a>\r\n                    </div>\r\n                    <div class=\"gallery-wrapper with-icon\">\r\n                        <a href=\"assets/images/gallery/09.webp\" class=\"gallery-image image-transform\">\r\n                            <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/09.webp\" width=\"190\" alt=\"\">\r\n                            <span class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/gallery/insta.svg\" alt=\"\"></span>\r\n                        </a>\r\n                    </div>\r\n                    <div class=\"gallery-wrapper with-icon\">\r\n                        <a href=\"assets/images/gallery/10.webp\" class=\"gallery-image image-transform\">\r\n                            <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/10.webp\" width=\"190\" alt=\"\">\r\n                            <span class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/gallery/insta.svg\" alt=\"\"></span>\r\n                        </a>\r\n                    </div>\r\n                    <div class=\"gallery-wrapper with-icon\">\r\n                        <a href=\"assets/images/gallery/12.webp\" class=\"gallery-image image-transform\">\r\n                            <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/gallery/11.webp\" width=\"190\" alt=\"\">\r\n                            <span class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/gallery/insta.svg\" alt=\"\"></span>\r\n                        </a>\r\n                    </div>\r\n                </div>\r\n                <div class=\"get-in-touch\">\r\n                    <!-- title -->\r\n                    <h4>Get In Touch</h4>\r\n                    <!-- title End -->\r\n                    <div class=\"wrapper\">\r\n                        <!-- single -->\r\n                        <div class=\"single\">\r\n                            <i class=\"fas fa-phone-alt\" style=\"font-family: &quot;Font Awesome 6 Pro&quot;, Bangla867, sans-serif;\"></i>\r\n                            <a href=\"+12505051111\">+1 250-505-1111 </a>\r\n                            <i class=\"fas fa-fax-alt\" style=\"font-family: &quot;Font Awesome 6 Pro&quot;, Bangla867, sans-serif;\"></i>\r\n                            <a href=\"#\">+1 250-505-1100  </a>\r\n                        </div>\r\n                        <!-- single ENd -->\r\n                        <!-- single -->\r\n                        <div class=\"single\">\r\n                            <i class=\"fas fa-envelope\" style=\"font-family: &quot;Font Awesome 6 Pro&quot;, Bangla867, sans-serif;\"></i>\r\n                            <a href=\"#\">info@csmtravel.com</a>\r\n                        </div>\r\n                        <!-- single ENd -->\r\n                        <!-- single -->\r\n                        <div class=\"single\">\r\n                            <i class=\"fas fa-globe\" style=\"font-family: &quot;Font Awesome 6 Pro&quot;, Bangla867, sans-serif;\"></i>\r\n                            <a href=\"#\">www.csmtravel.com</a>\r\n                        </div>\r\n                        <!-- single ENd -->\r\n                        <!-- single -->\r\n                        <div class=\"single\">\r\n                            <i class=\"fas fa-map-marker-alt\" style=\"font-family: &quot;Font Awesome 6 Pro&quot;, Bangla867, sans-serif;\"></i>\r\n                            <a href=\"#\">807 Baker Street Nelson | British Columbia | Canada | V1L 4J8</a>\r\n                        </div>\r\n                        <!-- single ENd -->\r\n                    </div>\r\n                </div>\r\n                <div class=\"follow-us\">\r\n                    <!-- title -->\r\n                    <h4>Follow Us</h4>\r\n                    <!-- title End -->\r\n                    <ul>\r\n                        <li><a href=\"#\" aria-label=\"Facebook\"><i class=\"fab fa-facebook-f\" style=\"font-family: &quot;Font Awesome 6 Brands&quot;, Bangla867, sans-serif;\"></i></a></li>\r\n                        <li><a href=\"#\" aria-label=\"twitter\"><i class=\"fab fa-twitter\" style=\"font-family: &quot;Font Awesome 6 Brands&quot;, Bangla867, sans-serif;\"></i></a></li>\r\n                        <li><a href=\"#\" aria-label=\"instagram\"><i class=\"fab fa-instagram\" style=\"font-family: &quot;Font Awesome 6 Brands&quot;, Bangla867, sans-serif;\"></i></a></li>\r\n                        <li><a href=\"#\" aria-label=\"linkdin\"><i class=\"fa-brands fa-linkedin-in\" style=\"font-family: &quot;Font Awesome 6 Brands&quot;, Bangla867, sans-serif;\"></i></a></li>\r\n                    </ul>\r\n                </div>\r\n            </div>\r\n        </div>\r\n        <!-- mobile menu area end -->\r\n    </div>\r\n    <div id=\"side-bar\" class=\"side-bar header-two header-eight\">\r\n        <button class=\"close-icon-menu\"><i class=\"fa-sharp fa-thin fa-xmark\"></i></button>\r\n        <a class=\"logo\" href=\"index.html\"><img style=\"height: 90px;\" src=\"a/images/logo/csm_logob.png\" alt=\"\"></a>\r\n        <!-- mobile menu area start -->\r\n        <div class=\"mobile-menu-main\">\r\n            <nav class=\"nav-main mainmenu-nav mt--30\">\r\n                <ul class=\"mainmenu metismenu\" id=\"mobile-menu-active\">\r\n                    <li class=\"has-droupdown\">\r\n                        <a href=\"#\" class=\"main\">Home</a>\r\n                        <ul class=\"submenu mm-collapse\">\r\n                            <li><a class=\"mobile-menu-link\" href=\"index.html\">Travel Agency</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"index-two.html\">Hiking Travel</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"index-three.html\">Home Yacht</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"index-four.html\">Wild Travel</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"index-five.html\">Travel Africa</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"index-six.html\">Tour Marketplace</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"index-seven.html\">Summer Travel</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"index-eight.html\">Travel Agency Two</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"index-nine.html\">Kayaking</a></li>\r\n                        </ul>\r\n                    </li>\r\n                    <li class=\"has-droupdown\">\r\n                        <a href=\"#\" class=\"main\">Tour</a>\r\n                        <ul class=\"submenu mm-collapse\">\r\n                            <li><a class=\"mobile-menu-link\" href=\"tour.html\">Tour One</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"tour-two.html\">Tour Two</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"tour-three.html\">Tour Three</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"tour-four.html\">Tour Four</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"tour-five.html\">Tour Five</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"tour-details.html\">Tour Details</a></li>\r\n                        </ul>\r\n                    </li>\r\n                    <li class=\"has-droupdown\">\r\n                        <a href=\"#\" class=\"main\">Destinations</a>\r\n                        <ul class=\"submenu mm-collapse\">\r\n                            <li><a class=\"mobile-menu-link\" href=\"destination.html\">Destinations</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"destination-details.html\">Destinations Details</a></li>\r\n                        </ul>\r\n                    </li>\r\n                    <li class=\"has-droupdown\">\r\n                        <a href=\"#\" class=\"main\">Pages</a>\r\n                        <ul class=\"submenu mm-collapse\">\r\n                            <li><a class=\"mobile-menu-link\" href=\"about.html\">About</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"team.html\">Teams</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"sign-in.html\">Log In</a></li>\r\n                            <li><a class=\"mobile-menu-link\" href=\"sign-up.html\">Sign Up</a></li>\r\n                        </ul>\r\n                    </li>\r\n                    <li>\r\n                        <a href=\"contact.html\" class=\"main\">Contact Us</a>\r\n                    </li>\r\n                </ul>\r\n            </nav>\r\n\r\n            <div class=\"follow-us\">\r\n                <ul>\r\n                    <li><a href=\"#\" aria-label=\"Facebook\"><i class=\"fab fa-facebook-f\" style=\"font-family: &quot;Font Awesome 6 Brands&quot;, Bangla867, sans-serif;\"></i></a></li>\r\n                    <li><a href=\"#\" aria-label=\"twitter\"><i class=\"fab fa-twitter\" style=\"font-family: &quot;Font Awesome 6 Brands&quot;, Bangla867, sans-serif;\"></i></a></li>\r\n                    <li><a href=\"#\" aria-label=\"instagram\"><i class=\"fab fa-instagram\" style=\"font-family: &quot;Font Awesome 6 Brands&quot;, Bangla867, sans-serif;\"></i></a></li>\r\n                    <li><a href=\"#\" aria-label=\"linkdin\"><i class=\"fa-brands fa-linkedin-in\" style=\"font-family: &quot;Font Awesome 6 Brands&quot;, Bangla867, sans-serif;\"></i></a></li>\r\n                </ul>\r\n            </div>\r\n        </div>\r\n        <!-- mobile menu area end -->\r\n    </div>\r\n\r\n\r\n    <div id=\"anywhere-home\" class=\"\">\r\n    </div>\r\n\r\n    <div class=\"slider-drag-cursor\"><i class=\"fas fa-angle-left me-2\"></i> DRAG <i class=\"fas fa-angle-right ms-2\"></i>\r\n    </div>\r\n\r\n    <!-- progress area start -->\r\n    <div class=\"progress-wrap\">\r\n        <svg class=\"progress-circle svg-content\" width=\"100%\" height=\"100%\" viewBox=\"-1 -1 102 102\">\r\n            <path d=\"M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98\" style=\"transition: stroke-dashoffset 10ms linear 0s; stroke-dasharray: 307.919, 307.919; stroke-dashoffset: 307.919;\"></path>\r\n        </svg>\r\n    </div>\r\n    <!-- progress area end -->\r\n\r\n\r\n\r\n\r\n\r\n    <!-- jquery js -->\r\n    <script defer src=\"{uploads_url}/csm/assets/js/plugins/jquery.min.js\"></script>\r\n    <script defer src=\"{uploads_url}/csm/assets/js/plugins/bootstrap.min.js\"></script>\r\n    <script defer src=\"{uploads_url}/csm/assets/js/plugins/metismenu.js\"></script>\r\n    <script defer src=\"{uploads_url}/csm/assets/js/vendor/jqueryui.js\"></script>\r\n    <script defer src=\"{uploads_url}/csm/assets/js/vendor/waypoint.js\"></script>\r\n    <script defer src=\"{uploads_url}/csm/assets/js/plugins/swiper.js\"></script>\r\n    <script defer src=\"{uploads_url}/csm/assets/js/plugins/smoothscroll.js\"></script>\r\n    <script defer src=\"{uploads_url}/csm/assets/js/vendor/wow.js\"></script>\r\n    <script defer src=\"{uploads_url}/csm/assets/js/plugins/odometer.js\"></script>\r\n    <script defer src=\"{uploads_url}/csm/assets/js/plugins/magnific-popup.js\"></script>\r\n    <script defer src=\"{uploads_url}/csm/assets/js/plugins/isotop.js\"></script>\r\n    <script defer src=\"{uploads_url}/csm/assets/js/plugins/contact-form.js\"></script>\r\n    <script defer src=\"{uploads_url}/csm/assets/js/main.js\"></script>\r\n</body>\r\n\r\n</html>>','',1,0,NULL,2,1,1781804147,1781805247),
(43,'csm inspiration summary','{if $items|@count > 0}\r\n  {foreach from=$items item=item}\r\n	<div class=\"col-lg-4 wow fadeInRight\" data-wow-delay=\"0.2s\">\r\n		<div class=\"blog-wrapper image-transform radius-10\">\r\n			<div class=\"image-area\">\r\n				<a href=\"blog-details.html\"><img class=\"hover-image\" src=\"{uploads_url}/images/{$item->image}\" alt=\"{$item->title}\"></a>\r\n			</div>\r\n			<div class=\"author-area\">\r\n				<div class=\"image\"><img src=\"{uploads_url}/csm/assets/images/blog/author/01.svg\" alt=\"\"></div>\r\n				<p class=\"text\">Post By <br> <span>Markus</span></p>\r\n			</div>\r\n			<div class=\"content-area\">\r\n				<div class=\"blog-meta\">\r\n					<ul>\r\n						<li>12 June, 2025</li>\r\n						<li class=\"mid\"></li>\r\n						<li>2 Min Read</li>\r\n					</ul>\r\n				</div>\r\n				<h5 class=\"blog-title\">\r\n					<a class=\"title-w-hover\" href=\"{$item->url}\"> {$item->title}</a>\r\n				</h5>\r\n				<ul class=\"tags\">\r\n					\r\n					<li><a href=\"blog-details.html\">Railway</a></li>\r\n				</ul>\r\n			</div>\r\n		</div>\r\n	</div>\r\n\r\n  {/foreach}\r\n{/if}','',2,NULL,NULL,2,1,1781807582,1781807592),
(41,'featured_package_slider','{if $items|@count > 0}\r\n  {foreach from=$items item=item}\r\n    <div class=\"slide\">\r\n      <p>{$item->title}</p>\r\n      <a class=\"btn\" href=\"{$item->url}\">More</a>\r\n    </div>\r\n  {/foreach}\r\n{/if}','',2,NULL,NULL,2,1,1781806273,1781806474),
(44,'inspiration_detail','{$item->title}','',2,NULL,NULL,1,1,1781882849,1781883826),
(45,'featured_inspiration_slider','{if $items|@count > 0}\r\n  {foreach from=$items item=item}\r\n\r\n    <div class=\"swiper-slide\">\r\n      <div class=\"tour-wrapper radius-10 image-transform\">\r\n        <div class=\"image-area radius-6\">\r\n          <a href=\"{$item->url}\">\r\n            <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/trip/08.webp\" alt=\"\">\r\n            <span class=\"tag\">From: ${$item->starting_price}/pp</span>\r\n          </a>\r\n        </div>\r\n        <div class=\"content\">\r\n          <h6 class=\"title\"><a href=\"{$item->url}\">{$item->title}</a></h6>\r\n          <ul class=\"meta-content\">\r\n            <li><i class=\"fa-light fa-users\"></i>{$item->trip_types} </li>\r\n            <li><i class=\"fa-light fa-clock\"></i>{$item->duration} </li>\r\n          </ul>\r\n          <div class=\"star-rating-area\">\r\n            <ul class=\"stars\">\r\n              <li><a href=\"#\"><i class=\"fa-solid fa-star\"></i></a></li>\r\n              <li><a href=\"#\"><i class=\"fa-solid fa-star\"></i></a></li>\r\n              <li><a href=\"#\"><i class=\"fa-solid fa-star\"></i></a></li>\r\n              <li><a href=\"#\"><i class=\"fa-solid fa-star\"></i></a></li>\r\n              <li><a href=\"#\"><i class=\"fa-regular fa-star\"></i></a></li>\r\n            </ul>\r\n            <p class=\"desc\">(4.8/5 from 120 reviews)</p>\r\n          </div>\r\n          <div class=\"button-area\">\r\n            <a href=\"{$item->url}\" class=\"rts-btn btn-primary\">View Details</a>\r\n          </div>\r\n        </div>\r\n      </div>\r\n    </div>\r\n\r\n  {/foreach}\r\n{/if}','',2,NULL,NULL,1,1,1781889478,1781889478),
(46,'package_summary_1','<div class=\"col-xl-3 col-lg-4 col-md-6 col-sm-6 col-12\">\r\n\r\n                                    \r\n\r\n                                        <div class=\"tour-wrapper radius-10 image-transform border\">\r\n                                            <div class=\"image-area radius-6\">\r\n                                                <a href=\"tour-details.html\">\r\n                                                    <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/trip/05.webp\" alt=\"\">\r\n                                                    <span class=\"tag\">$499/person</span>\r\n                                                </a>\r\n                                            </div>\r\n                                            <div class=\"content\">\r\n                                                <h6 class=\"title\"><a href=\"tour-details.html\">7 Days in Bali Paradise</a></h6>\r\n                                                <ul class=\"meta-content\">\r\n                                                    <li><i class=\"fa-light fa-location-dot\"></i> Indonesia</li><br>\r\n                                                    <li><i class=\"fa-light fa-clock\"></i> 7 Days/6 Nights</li>\r\n                                                </ul>\r\n                                                <div class=\"star-rating-area\">\r\n                                                    <ul class=\"stars\">\r\n                                                        <li><a href=\"#\"><i class=\"fa-solid fa-star\"></i></a></li>\r\n                                                        <li><a href=\"#\"><i class=\"fa-solid fa-star\"></i></a></li>\r\n                                                        <li><a href=\"#\"><i class=\"fa-solid fa-star\"></i></a></li>\r\n                                                        <li><a href=\"#\"><i class=\"fa-solid fa-star\"></i></a></li>\r\n                                                        <li><a href=\"#\"><i class=\"fa-regular fa-star\"></i></a></li>\r\n                                                    </ul>\r\n                                                    <p class=\"desc\">(4.8/5 from 120 reviews)</p>\r\n                                                </div>\r\n                                                <div class=\"button-area\">\r\n                                                    <a href=\"tour-details.html\" class=\"rts-btn btn-primary border\">View Details</a>\r\n                                                </div>\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>','',2,NULL,NULL,1,1,1781972729,1781972758),
(47,'package_summary_2','<div class=\"tour-list-area d-flex flex-column gap-5\">\r\n                                            <div class=\"tour-wrapper-list radius-10 overflow-hidden image-transform border\">\r\n                                                <div class=\"image-area radius-0 overflow-hidden\">\r\n                                                    <a href=\"tour-details.html\">\r\n                                                        <img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/trip/05.webp\" width=\"300\" alt=\"\">\r\n                                                        <span class=\"tag\">$499/person</span>\r\n                                                    </a>\r\n                                                </div>\r\n                                                <div class=\"content\">\r\n                                                    <div class=\"left\">\r\n                                                        <ul class=\"meta-content\">\r\n                                                            <li><i class=\"fa-light fa-location-dot\"></i> Indonesia</li>\r\n                                                            <li><i class=\"fa-light fa-clock\"></i> 3 Days</li>\r\n                                                            <li><img src=\"{uploads_url}/csm/assets/images/trip/icon/01.svg\" alt=\"\"> 0 - 4</li>\r\n                                                        </ul>\r\n                                                        <h5 class=\"title\"><a href=\"tour-details.html\">Wonders of the World, One Trip at a Time</a></h5>\r\n                                                        <p class=\"desc\">Embark on a mesmerizing guided tour through the breathtaking blue ice caves of Vatnajökull Europe’s largest glacier.</p>\r\n                                                        <div class=\"star-rating-area\">\r\n                                                            <ul class=\"stars\">\r\n                                                                <li><a href=\"#\"><i class=\"fa-solid fa-star\"></i></a></li>\r\n                                                            </ul>\r\n                                                            <p class=\"desc\">5 (2 review)</p>\r\n                                                        </div>\r\n                                                    </div>\r\n                                                    <div class=\"button-area\">\r\n                                                        <div class=\"price-area\">\r\n                                                            <span class=\"current\">$1,200</span>\r\n                                                            <div class=\"previous\">$1,400</div>\r\n                                                        </div>\r\n                                                        <a href=\"tour-details.html\" class=\"rts-btn btn-primary border\">View Details</a>\r\n                                                    </div>\r\n                                                </div>\r\n                                            </div>\r\n                                            \r\n                                        </div>','',2,NULL,NULL,1,1,1781972869,1781972869),
(48,'inspiration_summary','<div class=\"col-lg-6\">\r\n                                    <div class=\"blog-wrapper image-transform radius-10\">\r\n                                        <div class=\"image-area\">\r\n                                            <a href=\"blog-details.html\"><img class=\"hover-image\" src=\"{uploads_url}/csm/assets/images/blog/01.webp\" alt=\"\"></a>\r\n                                        </div>\r\n                                        <div class=\"author-area\">\r\n                                            <div class=\"image\"><img src=\"{uploads_url}/csm/assets/images/blog/author/01.svg\" alt=\"\"></div>\r\n                                            <p class=\"text\">Post By <br> <span>Markus</span></p>\r\n                                        </div>\r\n                                        <div class=\"content-area\">\r\n                                            <div class=\"blog-meta\">\r\n                                                <ul>\r\n                                                    <li>12 May, 2025</li>\r\n                                                    <li class=\"mid\"></li>\r\n                                                    <li>2 Min Read</li>\r\n                                                </ul>\r\n                                            </div>\r\n                                            <h5 class=\"blog-title\">\r\n                                                <a class=\"title-w-hover\" href=\"#\"> Top 10 Essential Travel Tips for First-Time Travelers</a>\r\n                                            </h5>\r\n                                            <ul class=\"tags\">\r\n                                                <li><a href=\"#\">Train Journey</a></li>\r\n                                                <li><a href=\"#\">Railway</a></li>\r\n                                            </ul>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>','',2,NULL,NULL,1,1,1781974603,1781974603),
(50,'pages_detail','{extends file=\'cms_template:csm master\'}\r\n\r\n{block name=\'content\'}\r\n\r\n    <!-- breadcrumb area start -->\r\n    <!-- rts breadcrumb area start -->\r\n    <div class=\"rts-breadcrumb-area one\" data-bg-src=\"{uploads_url}/csm/assets/images/breadcrumb/01.webp\">\r\n        <div class=\"container h-100\">\r\n            <div class=\"breadcrumb-area-wrapper\">\r\n                <div class=\"nav-bread-crumb\">\r\n                    <a href=\"index.html\">Home</a>\r\n                    <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                    <a href=\"#\" class=\"current\">About</a>\r\n                </div>\r\n                <h1 class=\"title\">{$item->title}</h1>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <!-- rts breadcrumb area end -->\r\n    <!-- breadcrumb area end -->\r\n\r\n\r\n\r\n\r\n  \r\n\r\n{/block}','',1,0,NULL,1,1,1782093053,1782155501),
(132,'MAMS view user','{* view user template *}\n<p>{$mod->Lang(\'id\')}:&nbsp;{$userinfo.id}</p>\n<p>{$mod->Lang(\'username\')}:&nbsp;{$userinfo.username}</p>\n<p>{$mod->Lang(\'email\')}:&nbsp;<a href=\"mailto:{$email_address}\">{$email_address}</p>\n<p>{$mod->Lang(\'expires\')}:&nbsp;{$userinfo.expires}</p>\n{foreach from=$user_properties item=\'entry\'}\n{if $entry.type != 0}\n<p>{$entry.prompt}:&nbsp;{$entry.data}</p>\n{/if}\n{/foreach}',NULL,94,1,NULL,1,1,1782318921,1782318921),
(133,'MAMS reset session','{* reset session template *}\n{* NOTE: this template requires jquery be available in any page that it is used on *}\n\n<p><a href=\"javascript:;\" name=\"mams_manual_reset\">Click Here To Confirm Login Status</a></p>{* safe to remove this *}\n\n{* style information for the modal window and the mask... these can be removed and placed in a CMSMS stylesheet *}\n{literal}\n<style type=\"text/css\">\nmams_modal {\n  background-color: #fff;\n  border: 1px solid #00f;\n  padding: 2px;\n  margin:  2px;\n}\n#mams_mask {\n  background-color: #000;\n}\n#mams_modal .title {\n  background-color: #00f;\n  color:  #fff;\n  padding: 0px;\n}\n</style>\n{/literal}\n\n{capture assign=\'mams_theform\'}{strip}\n{* the reset-session form, a simple form to display a message with a title to the user with two options... okay, and cancel... the name of these buttons is important, as well the strip tag is important *}\n<form action=\"javascript:;\">\n<p class=\"title\">{$mod->Lang(\'title_reset_session\')}</p>\n<p class=\"row\">{$mod->Lang(\'msg_reset_session\')}</p>\n<p class=\"row\">\n  <input type=\"submit\" name=\"mams_ok\" value=\"{$mod->Lang(\'ok\')}\"/>\n  <input type=\"submit\" name=\"mams_cancel\" value=\"{$mod->Lang(\'cancel\')}\"/>\n</p>\n</form>\n{/strip}{/capture}\n\n{literal}\n<script type=\"text/javascript\">\n//<![CDATA[\n// the timer interval (how often you want to display the dialog to your users\nvar timer_interval = {/literal}{$session_timeout}{literal} - 30;\n\n// a function to hide the modal dialog -- you can modify this function\nfunction mams_close_modal()\n{\n   jQuery(\'#mams_modal\').fadeOut(2000);\n   jQuery(\'#mams_mask\').fadeOut(1000);\n}\n\n// a function to display the modal dialog... you can modify this function\nfunction mams_open_modal()\n{\n  var maskHeight = jQuery(document).height();\n  var maskWidth = jQuery(document).width();\n\n  // set the mask size to fill up the whole screen\n  jQuery(\'#mams_mask\').css({\'width\':maskWidth,\'height\':maskHeight});\n\n  // transition effect\n  jQuery(\'#mams_mask\').fadeIn(1000);\n  jQuery(\'#mams_mask\').fadeTo(\"slow\",0.8);\n\n  // get the top left corner of the popup\n  var winHeight = jQuery(window).height();\n  var winWidth = jQuery(window).width();\n\n  var popupHeight = jQuery(\'#mams_modal\').height();\n  var popupWidth  = jQuery(\'#mams_modal\').width();\n\n  var top = winHeight/2 - popupHeight/2;\n  var left = winWidth/2 - popupWidth/2;\n  // set the popup window to center\n  jQuery(\'#mams_modal\').css({\'top\':top,\'left\':left});\n\n  // transition effect\n  jQuery(\'#mams_modal\').fadeIn(2000);\n}\n\nfunction mams_user_cancelled()\n{\n  // a callback function that may be customized to allow displaying a message to the user\n  // to indicate that they may be logged out at any time.\n  alert(\'You have chosen to disregard the session warning, you may continue to browse this site however some functionality may be unavailable to you until you login again\');\n}\n\n// *\n// * do not modify below here unless you are an experienced jquery programmer *\n// *\n\nif( timer_interval <= 0 )\n  {\n     timer_interval = 0;\n  }\nvar dialogcontents = \'{/literal}{$mams_theform}{literal}\';\n\n\n// we have jQuery\njQuery(document).ready(function(){\n  // create a new id for our stuff\n  jQuery(\'body\').append(\'<div id=\"mams_body\"></div>\');\n  \n  // create the mask and append it to the dom\n  jQuery(\'#mams_body\').append(\'<div id=\"mams_mask\"></div>\');\n\n  // create the modal dialog and append it to the DOM\n  jQuery(\'#mams_body\').append(\'<div id=\"mams_modal\">\'+dialogcontents+\'</div>\');\n  \n  // and a junk div\n  jQuery(\'#mams_body\').append(\'<div id=\"mams_junk\" style=\"display: none;\"></div>\');\n\n  // handle click events\n  jQuery(\'#mams_modal input[name=mams_ok]\').click(function(e){\n    e.preventDefault();\n\n    // do the ajax request\n    var url = \'{/literal}{$reset_url}{literal}\';\n    var url = url.replace(/amp;/g,\'\');\n    jQuery(\'#mams_junk\').load(url);\n\n    // and done.\n    #mams_close_modal();\n   });\n  jQuery(\'#mams_modal input[name=mams_cancel]\').click(function(e){\n    e.preventDefault();\n    #mams_close_modal();\n    #mams_user_cancelled();\n  });\n  jQuery(\'a[name=mams_manual_reset]\').click(function(e){\n    e.preventDefault();\n    mams_open_modal();\n  });\n\n  // create our timer\n  if( timer_interval > 0 )\n     {\n        setTimeout(mams_open_modal,timer_interval * 1000);\n     }\n\n});\n//]]>\n</script>\n{/literal}\n\n{* required css *}\n{literal}\n<style type=\"text/css\">\n#mams_modal {\n  position: absolute;\n  z-index: 9999;\n  display: none;\n}\n#mams_mask {\n  top: 0;\n  left: 0;\n  position: absolute;\n  z-index: 9000;\n  display: none;\n}\n</style>\n{/literal}',NULL,95,1,NULL,1,1,1782318921,1782318921),
(134,'MAMS verify_form','{* original verification form *}\n<div class=\"alert alert-info\">{$mod->Lang(\'info_verify_identity2\')}</div>\n{form_start uid=$uid}{xt_form_csrf}\n  <div class=\"row\">\n    <label>{$mod->Lang(\'code\')}: <input type=\"text\" class=\"form_control\" name=\"{$actionid}code\" value=\"{$code}\" required/></label>\n  </div>\n  <div class=\"row\">\n    <button type=\"submit\" name=\"{$actionid}mams_submit\" class=\"btn btn_active\">{$mod->Lang(\'verify\')}</button>\n  </div>\n</div>\n{form_end}',NULL,96,1,NULL,1,1,1782318921,1782318921),
(126,'MAMS forgot password form','{* forgot password template *}\n<h4>{$mod->Lang(\'title_forgotpw\')}</h4>\n{if !empty($message) }\n  {if !empty($error) }\n    <div class=\"alert alert-danger\">{$message}</div>\n  {else}\n    <div class=\"alert alert-info\">{$message}</div>\n  {/if}\n{else}\n  <div class=\"alert alert-info\">{$mod->Lang(\'lostpw_message\')}</div>\n{/if}\n\n{if !isset($forgotpwdone)}\n  {if isset($startform)}\n    {$startform}{xt_form_csrf}\n    <div class=\"row\">\n      <div class=\"col-sm-2 text-right\">\n        {if $username_is_email}\n          {$mod->Lang(\'prompt_email\')}:\n        {else}\n          {$mod->Lang(\'prompt_username\')}:\n        {/if}\n      </div>\n      <div class=\"col-sm-10\">\n        <input name=\"{$actionid}mams_username\" type=\"{if $username_is_email}email{else}text{/if}\" size=\"{$unfldlen}\" maxlength=\"{$max_unfldlen}\" value=\"{$username}\" required/> *\n      </div>\n    </div>\n    {if isset($captcha)}\n    <div class=\"row\">\n      <div class=\"col-sm-2 text-right\">{$captcha_title}:</div>\n      <div class=\"col-sm-10\">{$captcha}\n        {if isset($input_captcha)}<div class=\"row\">{$input_captcha}</p>{/if}\n      </div>\n    </div>\n    {/if}\n    <div class=\"row\">\n      <div class=\"col-sm-10 col-sm-offset-2\">\n        <input type=\"submit\" name=\"{$actionid}mams_submit\" value=\"{$mod->Lang(\'submit\')}\"/>\n        <input id=\"mams_cancel\" type=\"submit\" name=\"{$actionid}mams_cancel\" value=\"{$mod->Lang(\'cancel\')}\" formnovalidate/>\n      </div>\n    </div>\n    {$endform}\n  {/if}\n{/if}',NULL,88,1,NULL,1,1,1782318921,1782318921),
(127,'MAMS forgot password email','{* verify email template -- formerly fogot password email template *}\n<h3>{$title}</h3>\n<div>{$message}</div>\n<h4>{$prompt_code}: {$data_code}</h4>\n<p>{$prompt_link}: <a href=\"{$data_url}\">{$data_url}</a></p>\n{/strip}',NULL,89,1,NULL,1,1,1782318921,1782318921),
(128,'MAMS forgot password verify','{* forgot password verification template *}\n<h4>{$mod->Lang(\'verify_identity\')}</h4>\n{if !empty($message)}\n  {if !empty($error) }\n    <div class=\"alert alert-danger\">{$message}</div>\n  {else}\n    <div class=\"alert alert-info\">{$message}</div>\n  {/if}\n{/if}\n\n{if isset($startform)}\n  {$startform}{xt_form_csrf}\n  <div class=\"row\">\n    <div class=\"col-sm-3 text-right\">{$mod->Lang(\'prompt_username\')}:</div>\n    <div class=\"col-sm-9\">\n      <input type=\"{if $username_is_email}email{else}text{/if}\" name=\"{$actionid}mams_username\" size=\"{$unfldlen}\" maxlength=\"{$max_unfldlen}\" value=\"{$username}\" disabled=\"disabled\"/>\n    </div>\n  </div>\n  <div class=\"row\">\n    <div class=\"col-sm-3 text-right\">{$mod->Lang(\'prompt_code\')}:</div>\n    <div class=\"col-sm-9\">\n      <input type=\"text\" name=\"{$actionid}mams_code\" value=\"{$code}\" size=\"40\" maxlength=\"40\" required /> *\n    </div>\n  </div>\n  <div class=\"row\">\n    <div class=\"col-sm-3 text-right\">{$mod->Lang(\'prompt_password\')}:</div>\n    <div class=\"col-sm-9\">\n      <input type=\"password\" name=\"{$actionid}mams_password1\" value=\"{$password1}\" size=\"{$pwfldlen}\" maxlength=\"{$max_pwfldlen}\" required/> *\n    </div>\n  </div>\n  <div class=\"row\">\n    <div class=\"col-sm-3 text-right\">{$mod->Lang(\'repeatpassword\')}:</div>\n    <div class=\"col-sm-9\">\n      <input type=\"password\" name=\"{$actionid}mams_password2\" value=\"{$password2}\" size=\"{$pwfldlen}\" maxlength=\"{$max_pwfldlen}\" required/> *\n    </div>\n  </div>\n  <div class=\"row\">\n    <div class=\"col-sm-3 text-right\">&nbsp;</div>\n    <div class=\"col-sm-9\">\n      <input type=\"submit\" name=\"{$actionid}mams_submit\" value=\"{$mod->Lang(\'submit\')}\"/>\n    </div>\n  </div>\n{$endform}\n{/if}',NULL,90,1,NULL,1,1,1782318921,1782318921),
(129,'MAMS force new password','{* system default force new password form template *}\n<div class=\"alert alert-info\">{$mod->Lang(\'msg_force_newpw\')}</div>\n\n{if isset($error)}\n<div class=\"alert alert-danger\">{$error}</div>\n{/if}\n\n{$formstart}\n<div class=\"row\">\n  <div class=\"col-xs-3 text-right\">* {$mod->Lang(\'password\')}:</div>\n  <div class=\"col-xs-9\">\n    <input type=\"password\" name=\"{$actionid}mams_password\" value=\"\" required/>\n  </div>\n</div>\n<div class=\"row\">\n  <div class=\"col-xs-3 text-right\">* {$mod->Lang(\'repeatpassword\')}:</div>\n  <div class=\"col-xs-9\">\n    <input type=\"password\" name=\"{$actionid}mams_repeatpassword\" value=\"\" required/>\n  </div>\n</div>\n<div class=\"row\">\n  <div class=\"col-xs-3\">&nbsp;</div>\n  <div class=\"col-xs-9\">\n    <input type=\"submit\" name=\"{$actionid}mams_submit\" value=\"{$mod->Lang(\'submit\')}\"/>\n  </div>\n</div>\n{$formend}',NULL,91,1,NULL,1,1,1782318921,1782318921),
(130,'MAMS lost username form','{* lost username confirm template form *}\n<h4>{$mod->Lang(\'title_lostusername\')}</h4>\n<div class=\"alert alert-info\">{$mod->Lang(\'info_lostusername\')}</div>\n{if isset($message)}<div class=\"alert alert-danger\">{$message}</div>{/if}\n{if count($controls)}\n  {$startform}\n    <input type=\"hidden\" name=\"{$actionid}mams__data\" value=\"\"/>{* simple honeypot captcha *}\n    {foreach from=$controls item=\'entry\'}\n       <div class=\"row\">\n          <div class=\"col-sm-4 text-right\">{$entry->prompt}</div>\n          <div class=\"col-sm-8\">\n	    {if $entry->type == \'_password\'}\n	      <input type=\"password\" name=\"{$entry->fldname}\" value=\"{$entry->val}\" size=\"{$entry->length}\" maxlength=\"{$entry->maxlength}\"/>\n	      <br/>{$mod->Lang(\'info_lostun_pwfield\')}\n	    {else if $entry->type == 0}\n	      {* text *}\n	      <input type=\"text\" name=\"{$entry->fldname}\" value=\"{$entry->val}\" size=\"{$entry->length}\" maxlength=\"{$entry->maxlength}\"/>\n	      <br/>{$mod->Lang(\'info_lostun_textfield\')}\n	    {elseif $entry->type == 1}\n	      {* checkbox *}\n	      <input type=\"checkbox\" name=\"{$entry->fldname}\" value=\"1\" {if $entry->val}checked{/if}/>\n	    {elseif $entry->type == 2}\n	      {* email *}\n	      <input type=\"email\" name=\"{$entry->fldname}\" value=\"{$entry->val}\" size=\"{$entry->length}\" maxlength=\"{$entry->maxlength}\"/>\n	    {elseif $entry->type == 3}\n	      {* textarea *}\n	      <textarea name=\"{$entry->fldname}\" rows=\"3\" cols=\"50\">{$entry->val}</textarea>\n	      <br/>{$mod->Lang(\'info_lostun_textarea\')}\n	    {elseif $entry->type == 4}\n	      {* dropdown *}\n	      <select name=\"{$entry->fldname}\">\n	        <option value=\"\">{$mod->Lang(\'donotknow\')}</option>\n		{html_options options=$entry->options selected=$entry->val}\n	      </select>\n	    {elseif $entry->type == 5}\n	      {* multiselect *}\n	      <select name=\"{$entry->fldname}[]\" multiple size=\"{$entry->length}\">\n		{html_options options=$entry->options selected=$entry->val}\n	      </select>\n	    {elseif $entry->type == 7}\n	      {* radiobtns *}\n	      {foreach $entry->options as $key => $val}\n	        <label><input type=\"radio\" name=\"{$entry->fldname}\" value=\"{$key}\" {if $key == $entry->val}checked{/if}/> {$val}</label>\n	        {if !$val@last}<br/>{/if}\n	      {/foreach}\n	    {elseif $entry->type == 8}\n	      {* date *}\n	      {html_select_date prefix=$entry->fldname start_year=$entry->start_year end_year=$entry->end_year time=$entry->val all_empty=\'--\'}\n	    {/if}\n	  </div>\n       </div>\n    {/foreach}\n    {if isset($captcha)}\n      <div class=\"row\">\n        <p class=\"col-sm-4 text-right\">{$captcha_title}</p>\n        <div class=\"col-sm-8\">{$captcha}\n          {if $need_captcha_input}\n          <div class=\"row col-sm-12\">\n            <input type=\"text\" name=\"{$actionid}mams_input_captcha\" size=\"10\"/>\n          </div>\n          {/if}\n	</div>\n      </div>\n    {/if}\n    <div class=\"row\">\n      <div class=\"col-sm-4 text-right\"></div>\n      <div class=\"col-sm-8\">\n        <input type=\"submit\" name=\"{$actionid}mams_submit\" value=\"{$mod->Lang(\'submit\')}\"/>\n        <input type=\"submit\" name=\"{$actionid}mams_cancel\" value=\"{$mod->Lang(\'cancel\')}\"/>\n      </div>\n    </div>\n  {$endform}\n{/if}',NULL,92,1,NULL,1,1,1782318921,1782318921),
(124,'MAMS logout form','{* logout form template *}\n{if isset($alt_logoutform)}{$alt_logoutform}{/if}\n{if isset($message)}<div class=\"alert alert-info\">{$message}</div>{/if}\n<p>{$prompt_loggedin}&nbsp;{$username}</p>\n<p><a href=\"{$url_changesettings}\" title=\"{$mod->Lang(\'info_changesettings\')}\">{$mod->Lang(\'prompt_changesettings\')}</a></p>\n{if isset($url_logout)}\n<p><a href=\"{$url_logout}\" title=\"{$mod->Lang(\'info_logout\')}\">{$mod->Lang(\'logout\')}</a></p>\n{/if}',NULL,86,1,NULL,1,1,1782318921,1782318921),
(125,'MAMS chsettings form','<!-- change settings template -->\r\n<div id=\"mams_changesettingsform\">\r\n<h4>{$mod->Lang(\'user_settings\')}</h4>\r\n\r\n{if isset($message) && $message != \'\'}\r\n  {if isset($error) && $error != \'\'}\r\n    <p class=\"alert alert-error\">{$message}</p>\r\n  {else}\r\n    <p class=\"alert alert-info\">{$message}</p>\r\n  {/if}\r\n{/if}\r\n\r\n{$startform}{xt_form_csrf}\r\n  {if $controlcount > 0}\r\n  {foreach $controls as $key=>$field}\r\n    <div class=\"row\">\r\n      <label for=\"{$field->input_id}\" class=\"col-sm-3 text-right\" style=\"color: {$field->color|default:\'inherit\'}\">{$field->marker|default:\'\'} {$field->prompt}:</label>\r\n      <div class=\"col-sm-9\">\r\n        {$field->hidden|default:\'\'}\r\n        {if isset($field->hidden)}{$field->hidden}{/if}\r\n\r\n	{* build the field itself *}\r\n	{if $field->type == \'0\'} {* text *}\r\n	  <input type=\"text\" id=\"{$field->input_id}\" class=\"form-control\" name=\"{$field->input_name}\" size=\"{$field->length}\" maxlength=\"{$field->maxlength}\" value=\"{$field->value}\" {if $field->readonly}readonly{/if}/>\r\n	{elseif $field->type == \'password\'} {* text *}\r\n	  <input type=\"password\" id=\"{$field->input_id}\" class=\"form-control\" name=\"{$field->input_name}\" size=\"{$field->length}\" maxlength=\"{$field->maxlength}\" value=\"{$field->value}\" {if $field->readonly}readonly{/if}/>\r\n	{elseif $field->type == 2} {* email *}\r\n	  <input type=\"email\" id=\"{$field->input_id}\" class=\"form-control\" name=\"{$field->input_name}\" size=\"{$field->length}\" maxlength=\"{$field->maxlength}\" value=\"{$field->value}\" {if $field->readonly}readonly{/if}/>\r\n	{elseif $field->type == 3} {* textarea *}\r\n          {xt_textarea id=$field->input_id wysiwyg=$field->wysiwyg name=$field->input_name content=$field->value class=\"form-control\"}\r\n	{elseif $field->type == 1} {* checkbox *}\r\n	  <input type=\"hidden\" name=\"{$field->input_name}\" value=\"0\"/>\r\n	  <input type=\"checkbox\" id=\"{$field->input_id}\" class=\"checkbox\" name=\"{$field->input_name}\" value=\"1\" {if $field->value}checked{/if}/>\r\n	{elseif $field->type == 4} {* dropdown *}\r\n	   <select id=\"{$field->input_id}\" class=\"form-control\" name=\"{$field->input_name}\" {if $field->readonly}readonly{/if}>\r\n	      {html_options options=$field->options selected=$field->value}\r\n	   </select>\r\n	{elseif $field->type == 5} {* multiselect *}\r\n	   <select id=\"{$field->input_id}\" class=\"form-control\" name=\"{$field->input_name}[]\" {if $field->readonly}readonly{/if} multiple>\r\n	      {html_options options=$field->options selected=$field->selected}\r\n	   </select>\r\n	{elseif $field->type == 7} {* radio group *}\r\n	   {foreach $field->options as $key => $val}\r\n	      <label><input type=\"radio\" class=\"form-control\" name=\"{$field->input_name}\" value=\"{$key}\" {if $key==$field->value}checked=\"checked\"{/if}> {$val}</label>\r\n	   {/foreach}\r\n	{elseif $field->type == 6} {* image *}\r\n	   {if isset($field->image_url) && $field->image_url}<img src=\"{$field->image_url}\" alt=\"{$field->image_url}\" width=\"100\" height=\"100\"/>{/if}\r\n	   {if isset($field->prompt2) && $field->prompt2}<label><input type=\"checkbox\" class=\"checkbox\" name=\"{$field->input_name2}\" value=\"clear\"/> {$field->prompt2}</label>{/if}\r\n	   <input type=\"hidden\" name=\"{$field->input_name}\" value=\"{$field->value}\"/>\r\n 	   <input type=\"file\" id=\"{$field->input_id}\" class=\"form-control\" name=\"{$field->input_name}\" {if $field->readonly}readonly{/if}/>\r\n	{elseif $field->type == 8} {* date *}\r\n	   {$sy=$field->startyear|default:\'-5\'}\r\n	   {$ey=$field->startyear|default:\'+10\'}\r\n	   {html_select_date prefix=$field->input_name start_year=$sy end_year=$ey time=$field->value}\r\n	{/if}\r\n        {$field->addtext|default:\'\'}\r\n      </div>\r\n    </div>\r\n  {/foreach}\r\n  {/if}\r\n\r\n  <div class=\"row\">\r\n    <div class=\"col-sm-3\"></div>\r\n    <div class=\"col-sm-9\">\r\n      <button type=\"submit\" class=\"btn btn_active\" name=\"{$actionid}submit\">{$mod->Lang(\'submit\')}</button>\r\n    </div>\r\n  </div>\r\n{$hidden|default:\'\'}{$endform}\r\n</div>\r\n<!-- change settings template -->','',87,1,1,1,1,1782318921,1782787181),
(123,'MAMS login form','{* login form template *}\n{* this is a sample template, feel free to customize it *}\n{if isset($alt_loginform)}\n  <div class=\"row\" id=\"altlogin\">{$alt_loginform}</div><br/>\n{/if}\n\n<fieldset id=\"loginform\">\n  <legend>{$MAMS->Lang(\'prompt_normallogin\')}:</legend>\n  {$startform}{xt_form_csrf}\n\n  {*\n   * a simple honeypot captcha....if this field has a value after submit an error will be thrown\n   * deleting this field will simply disable the honeypot.\n   * it is important that the field be hidden with CSS rather than using a hidden input field.\n   *}\n  <input type=\"text\" name=\"{$actionid}mams__data\" value=\"\" style=\"display: none;\"/>\n\n  {if $error}<div class=\"alert alert-danger\">{$error}</div>{/if}\n\n  <div class=\"row\">\n    <p class=\"col-md-4 text-right\"><label for=\"mams_username\">*{$prompt_username}:</label></p>\n    <p class=\"col-md-8\">\n      <input type=\"{if $username_is_email}email{else}text{/if}\" id=\"mams_username\" name=\"{$fldname_username}\" value=\"{$username}\" size=\"{$username_size}\" maxlength=\"{$username_maxlength}\" {if !$username_is_email}autocorrect=\"off\" autocapitalize=\"off\"{/if} required/>\n    </p>\n  </div>\n\n  <div class=\"row\">\n    <p class=\"col-md-4 text-right\"><label for=\"mams_password\">*{$prompt_password}:</label></p>\n    <p class=\"col-md-8\">\n      <input type=\"password\" id=\"mams_password\" name=\"{$fldname_password}\" value=\"{$password}\" size=\"{$password_size}\" maxlength=\"{$password_maxlength}\" required/>\n    </p>\n  </div>\n\n  {if isset($captcha)}\n  <div class=\"row\">\n    <p class=\"col-md-4 text-right\">{$captcha_title}</p>\n    <div class=\"col-md-8\">{$captcha}\n      {if $need_captcha_input}\n      <div class=\"row\">\n        <input type=\"text\" name=\"{$actionid}mams_input_captcha\" size=\"10\"/>\n      </div>\n      {/if}\n    </div>\n  </div>\n  {/if}\n\n  {if isset($prompt_rememberme)}\n  <div class=\"row\">\n    <p class=\"col-md-4\"></p>\n    <p class=\"col-md-8\">\n      <label><input type=\"checkbox\" name=\"{$actionid}mams_rememberme\" value=\"1\" {if $rememberme==1}checked{/if}/> {$prompt_rememberme}</label>\n    </p>\n  </div>\n  {/if}\n\n  <div class=\"row\">\n    <p class=\"col-md-4\"></p>\n    <p class=\"col-md-8\">\n      <button class=\"btn btn-active\" name=\"{$actionid}mams_submit\">{$MAMS->Lang(\'login\')}</button>\n    </p>\n  </div>\n\n  {if isset($url_lostun) || isset($url_forgot)}\n  <div class=\"row\">\n    <p class=\"col-md-4\"></p>\n    <p class=\"col-sm-8\">\n      {if isset($url_forgot)}\n        <a href=\"{$url_forgot}\" title=\"{$MAMS->Lang(\'info_forgotpw\')}\">{$MAMS->Lang(\'forgotpw\')}</a>\n      {/if}\n      {if isset($url_lostun)}\n        | <a href=\"{$url_lostun}\" title=\"{$MAMS->Lang(\'info_lostun\')}\">{$MAMS->Lang(\'lostusername\')}</a>\n      {/if}\n    </p>\n  </div>\n  {/if}\n  {$endform}\n</fieldset>',NULL,85,1,NULL,1,1,1782318921,1782318921),
(131,'MAMS lost username confirm','{* lost username confirm template form *}\n<h3>{$premsg}</h3>\n<p>{$prompt_yourusernameis}: <strong>{$username}</strong>.</p>\n<p>{$postmsg}</p>',NULL,93,1,NULL,1,1,1782318921,1782318921),
(140,'packages reslynx','{strip}\r\n	{process_pagedata}\r\n{/strip}<!doctype html>\r\n<html lang=\"{cms_get_language}\">\r\n\r\n<head>\r\n	<title>{title} - {sitename}</title>\r\n	{metadata}\r\n	{cms_stylesheet}\r\n</head>\r\n\r\n<body>\r\n	<header id=\"header\">\r\n		<h1>{sitename}</h1>\r\n	</header>\r\n\r\n	<nav id=\"menu\">\r\n		{Navigator}\r\n	</nav>\r\n\r\n	<section id=\"content\">\r\n		<h1>{title}</h1>\r\n		{content}\r\n	</section>\r\n</body>\r\n\r\n</html>','',1,0,NULL,1,1,1782833801,1782833861),
(141,'package detail reslynx','{strip}\r\n	{process_pagedata}\r\n{/strip}<!doctype html>\r\n<html lang=\"{cms_get_language}\">\r\n\r\n<head>\r\n	<title>{title} - {sitename}</title>\r\n	{metadata}\r\n	{cms_stylesheet}\r\n</head>\r\n\r\n<body>\r\n	<header id=\"header\">\r\n		<h1>{sitename}</h1>\r\n	</header>\r\n\r\n	<nav id=\"menu\">\r\n		{Navigator}\r\n	</nav>\r\n\r\n	<section id=\"content\">\r\n		<h1>{title}</h1>\r\n		{content}\r\n	</section>\r\n</body>\r\n\r\n</html>','',1,0,NULL,1,1,1782833837,1782833837);
/*!40000 ALTER TABLE `cmsqy_layout_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_layout_tpl_addusers`
--

DROP TABLE IF EXISTS `cmsqy_layout_tpl_addusers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_layout_tpl_addusers` (
  `tpl_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`tpl_id`,`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_layout_tpl_addusers`
--

LOCK TABLES `cmsqy_layout_tpl_addusers` WRITE;
/*!40000 ALTER TABLE `cmsqy_layout_tpl_addusers` DISABLE KEYS */;
INSERT INTO `cmsqy_layout_tpl_addusers` (`tpl_id`, `user_id`) VALUES (29,-3),
(29,-2),
(29,1);
/*!40000 ALTER TABLE `cmsqy_layout_tpl_addusers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_layout_tpl_categories`
--

DROP TABLE IF EXISTS `cmsqy_layout_tpl_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_layout_tpl_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `description` text DEFAULT NULL,
  `item_order` text DEFAULT NULL,
  `modified` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `cmsqy_idx_layout_tpl_cat_1` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_layout_tpl_categories`
--

LOCK TABLES `cmsqy_layout_tpl_categories` WRITE;
/*!40000 ALTER TABLE `cmsqy_layout_tpl_categories` DISABLE KEYS */;
INSERT INTO `cmsqy_layout_tpl_categories` (`id`, `name`, `description`, `item_order`, `modified`) VALUES (1,'mams','','1',1782787087);
/*!40000 ALTER TABLE `cmsqy_layout_tpl_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_layout_tpl_type`
--

DROP TABLE IF EXISTS `cmsqy_layout_tpl_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_layout_tpl_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `originator` varchar(50) NOT NULL,
  `name` varchar(100) NOT NULL,
  `has_dflt` tinyint(4) DEFAULT NULL,
  `dflt_contents` longtext DEFAULT NULL,
  `description` text DEFAULT NULL,
  `lang_cb` varchar(255) DEFAULT NULL,
  `dflt_content_cb` varchar(255) DEFAULT NULL,
  `requires_contentblocks` tinyint(4) DEFAULT NULL,
  `help_content_cb` varchar(255) DEFAULT NULL,
  `one_only` tinyint(4) DEFAULT NULL,
  `owner` int(11) DEFAULT NULL,
  `created` int(11) DEFAULT NULL,
  `modified` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `cmsqy_idx_layout_tpl_type_1` (`originator`,`name`)
) ENGINE=MyISAM AUTO_INCREMENT=97 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_layout_tpl_type`
--

LOCK TABLES `cmsqy_layout_tpl_type` WRITE;
/*!40000 ALTER TABLE `cmsqy_layout_tpl_type` DISABLE KEYS */;
INSERT INTO `cmsqy_layout_tpl_type` (`id`, `originator`, `name`, `has_dflt`, `dflt_contents`, `description`, `lang_cb`, `dflt_content_cb`, `requires_contentblocks`, `help_content_cb`, `one_only`, `owner`, `created`, `modified`) VALUES (1,'__CORE__','page',1,'{strip}\n	{process_pagedata}\n{/strip}<!doctype html>\n<html lang=\"{cms_get_language}\">\n\n<head>\n	<title>{title} - {sitename}</title>\n	{metadata}\n	{cms_stylesheet}\n</head>\n\n<body>\n	<header id=\"header\">\n		<h1>{sitename}</h1>\n	</header>\n\n	<nav id=\"menu\">\n		{Navigator}\n	</nav>\n\n	<section id=\"content\">\n		<h1>{title}</h1>\n		{content}\n	</section>\n</body>\n\n</html>',NULL,'s:44:\"CmsTemplateResource::page_type_lang_callback\";','s:45:\"CmsTemplateResource::reset_page_type_defaults\";',1,'s:43:\"CmsTemplateResource::template_help_callback\";',NULL,NULL,1780330016,1780330016),
(2,'__CORE__','generic',NULL,NULL,NULL,'s:47:\"CmsTemplateResource::generic_type_lang_callback\";','N;',0,'s:43:\"CmsTemplateResource::template_help_callback\";',NULL,NULL,1780330016,1780330016),
(3,'Navigator','navigation',1,'{* simple navigation *}\n{* note, function can only be defined once *}\n{* \n  variables:\n  node: contains the current node.\n  aclass: is used to build a string containing class names given to the a tag if one is used\n  liclass: is used to build a string containing class names given to the li tag.\n*}\n\n{function name=Nav_menu depth=1}{strip}\n<ul>\n  {foreach $data as $node}\n    {* setup classes for the anchor and list item *}\n    {assign var=\'liclass\' value=\'menudepth\'|cat:$depth}\n    {assign var=\'aclass\' value=\'\'}\n\n    {* the first child gets a special class *}\n    {if $node@first && $node@total > 1}{assign var=\'liclass\' value=$liclass|cat:\' first_child\'}{/if}\n\n    {* the last child gets a special class *}\n    {if $node@last && $node@total > 1}{assign var=\'liclass\' value=$liclass|cat:\' last_child\'}{/if}\n\n    {if $node->current}\n      {* this is the current page *}\n      {assign var=\'liclass\' value=$liclass|cat:\' menuactive\'}\n      {assign var=\'aclass\' value=$aclass|cat:\' menuactive\'}\n    {/if}\n\n    {if $node->parent}\n      {* this is a parent of the current page *}\n      {assign var=\'liclass\' value=$liclass|cat:\' menuactive menuparent\'}\n      {assign var=\'aclass\' value=$aclass|cat:\' menuactive menuparent\'}\n    {/if}\n\n    {if $node->children}\n      {assign var=\'liclass\' value=$liclass|cat:\' parent\'}\n      {assign var=\'aclass\' value=$aclass|cat:\' parent\'}\n    {/if}\n\n    {* build the menu item node *}\n    {if $node->type == \'sectionheader\'}\n      <li class=\'sectionheader {$liclass}\'><span>{$node->menutext}</span>\n        {if isset($node->children)}\n          {Nav_menu data=$node->children depth=$depth+1}\n        {/if}\n      </li>\n    {else if $node->type == \'separator\'}\n      <li class=\'separator {$liclass}\'><hr class=\'separator\'/></li>\n    {else}\n      {* regular item *}\n      <li class=\"{$liclass}\">\n        <a class=\"{$aclass}\" href=\"{$node->url}\"{if $node->target ne \"\"} target=\"{$node->target}\"{/if}><span>{$node->menutext}</span></a>\n        {if isset($node->children)}\n          {Nav_menu data=$node->children depth=$depth+1}\n        {/if}\n      </li>\n    {/if}\n  {/foreach}\n</ul>\n{/strip}{/function}\n\n{if isset($nodes)}\n{Nav_menu data=$nodes depth=0}\n{/if}\n',NULL,'s:34:\"Navigator::page_type_lang_callback\";','s:35:\"Navigator::reset_page_type_defaults\";',0,'s:33:\"Navigator::template_help_callback\";',NULL,NULL,1780330016,1780330016),
(4,'Navigator','breadcrumbs',1,'{* default breadcrumbs template *}\n{strip}\n<div class=\"breadcrumb\">\n  {if isset($starttext)}{$starttext}:&nbsp;{/if}\n  {foreach $nodelist as $node}\n    {$spanclass=\'breadcrumb\'}\n    {if $node->current}\n      {$spanclass=$spanclass|cat:\' current\'}\n    {/if}\n\n    <span class=\"{$spanclass}\">\n      {if $node@last}\n        {$node->menutext}\n      {elseif $node->type == \'sectionheader\'}\n        {$node->menutext}&nbsp;\n      {else}\n        <a href=\"{$node->url}\" title=\"{$node->menutext}\">{$node->menutext}</a>\n      {/if}\n    </span>\n\n    {if !$node@last}&raquo;&nbsp;{/if}\n  {/foreach}\n</div>\n{/strip}',NULL,'s:34:\"Navigator::page_type_lang_callback\";','s:35:\"Navigator::reset_page_type_defaults\";',0,'s:33:\"Navigator::template_help_callback\";',NULL,NULL,1780330016,1780330016),
(9,'Search','searchform',1,'\n{$startform}\n<label for=\"{$search_actionid}searchinput\">{$searchprompt}:&nbsp;</label><input type=\"text\" class=\"search-input\" id=\"{$search_actionid}searchinput\" name=\"{$search_actionid}searchinput\" size=\"20\" maxlength=\"50\" placeholder=\"{$searchtext}\"/>\n{*\n<br/>\n<input type=\"checkbox\" name=\"{$search_actionid}use_or\" value=\"1\"/>\n*}\n<input class=\"search-button\" name=\"submit\" value=\"{$submittext}\" type=\"submit\" />\n{if isset($hidden)}{$hidden}{/if}\n{$endform}',NULL,'s:31:\"Search::page_type_lang_callback\";','s:32:\"Search::reset_page_type_defaults\";',0,'N;',NULL,NULL,1780330016,1780330016),
(10,'Search','searchresults',1,'<h3>{$searchresultsfor} &quot;{$phrase}&quot;</h3>\n{if $itemcount > 0}\n<ul>\n  {foreach from=$results item=entry}\n  <li>{$entry->title} - <a href=\"{$entry->url}\">{$entry->urltxt}</a> ({$entry->weight}%)</li>\n  {*\n     You can also instantiate custom behaviour on a module by module basis by looking at\n     the $entry->module and $entry->modulerecord fields in $entry\n      ie: {if $entry->module == \'News\'}{News action=\'detail\' article_id=$entry->modulerecord detailpage=\'News\'}\n\n     For content pages the module is \'content\' and modulerecord the page id. \n  *}\n  {/foreach}\n</ul>\n\n<p>{$timetaken}: {$timetook}</p>\n{else}\n  <p><strong>{$noresultsfound}</strong></p>\n{/if}',NULL,'s:31:\"Search::page_type_lang_callback\";','s:32:\"Search::reset_page_type_defaults\";',0,'N;',NULL,NULL,1780330016,1780330016),
(11,'TinyMCE','js',1,'{* Orig JS Template *}\ntinymce.init({\n	selector: \'{if isset($selector) && $selector != \'\'}{$selector}{else}textarea.TinyMCE{/if}\',\n\n	language: \'{$language}\',\n\n	license_key: \'{$profile->license_key|default:\'gpl\'}\',\n	promotion: false,\n	onboarding: false,\n\n	cmsms_tiny: cmsms_tiny = {\n		{if $enable_linker}\n			linker_text : \'{$TinyMCE->Lang(\'cmsms_linker\')|escape:\'quotes\'}\',\n			linker_title : \'{$TinyMCE->Lang(\'title_cmsms_linker\')|escape:\'quotes\'}\',\n			linker_image : \'{$TinyMCE->GetModuleURLPath()}/lib/images/cmsmslink.gif\',\n			linker_url : \'{$linker_url}\',\n			linker_autocomplete_url : \'{$getpages_url}\',\n			linker_href : \'{$TinyMCE->Lang(\'prompt_href\')|escape:\'quotes\'}\',\n			prompt_page : \'{$TinyMCE->Lang(\'prompt_linker\')|escape:\'quotes\'}\',\n			prompt_page_info : \'{$TinyMCE->Lang(\'info_linker_autocomplete\')|escape:\'quotes\'}\',\n			prompt_alias : \'{$TinyMCE->Lang(\'prompt_selectedalias\')|escape:\'quotes\'}\',\n			prompt_alias_info : \'{$TinyMCE->Lang(\'tooltip_selectedalias\')|escape:\'quotes\'}\',\n			prompt_text : \'{$TinyMCE->Lang(\'prompt_texttodisplay\')|escape:\'quotes\'}\',\n			prompt_class : \'{$TinyMCE->Lang(\'prompt_class\')|escape:\'quotes\'}\',\n			prompt_rel : \'{$TinyMCE->Lang(\'prompt_rel\')|escape:\'quotes\'}\',\n			prompt_target : \'{$TinyMCE->Lang(\'prompt_target\')|escape:\'quotes\'}\',\n			tab_general : \'{$TinyMCE->Lang(\'tab_general_title\')|escape:\'quotes\'}\',\n			tab_advanced : \'{$TinyMCE->Lang(\'tab_advanced_title\')|escape:\'quotes\'}\',\n			target_none : \'{$TinyMCE->Lang(\'none\')|escape:\'quotes\'}\',\n			target_new_window : \'{$TinyMCE->Lang(\'newwindow\')|escape:\'quotes\'}\',\n			loading_info : \'{$TinyMCE->Lang(\'loading_info\')|escape:\'quotes\'}\',\n		{/if}\n\n		filepicker_title: \'{$TinyMCE->Lang(\'filepickertitle\')|escape:javascript}\',\n        filebrowser_title: \'{$TinyMCE->Lang(\'title_cmsms_filebrowser\')|escape:javascript}\',\n\n        {if $profile->enable_user_templates}\n        	template_title: \'{$TinyMCE->lang(\'template_insert\')}\',\n        	template_select: \'{$TinyMCE->lang(\'template_select\')}\',\n        {/if}\n	},\n	{if $profile->relative_urls}\n		relative_urls: true,\n	{else}\n		relative_urls: false,\n		remove_script_host: false,\n	{/if}\n	document_base_url: \'{root_url}/\',\n	browser_spellcheck: true,\n\n	forced_root_block: \'{$profile->forced_root_block|default:\'p\'}\',\n	newline_behavior: \'{$profile->newline_behavior|default:\'default\'}\',\n\n	{* PLUGINS *}\n	plugins: \'{$profile->plugins} {if $enable_linker and $profile->plugins|strpos:\'cmsms_linker\' === false}cmsms_linker{/if } {if $profile->enable_user_templates}cmsms_template{/if} {if $profile->autoresize}autoresize{/if}\',\n\n	{*PLUGINS OPTIONS*}\n	{if $profile->image_advtab}\n		image_advtab: true,\n	{/if}\n\n	contextmenu: \"{if $enable_linker and $profile->contextmenu|strpos:\'cmsms_linker\' === false}cmsms_linker{/if} {$profile->contextmenu}\",\n\n	{* MENU BAR *}\n	{if !$profile->show_menubar}\n		menubar: false,\n	{else}\n		{if $profile->use_advanced_menu && !empty($profile->advanced_menu)}\n			menu: {$profile->advanced_menu},\n		{else}\n			menubar: \'{$profile->menubar}\',\n		{/if}\n	{/if}\n\n	{* TOOLBAR *}\n	{if !$profile->show_toolbar}\n		toolbar: false,\n	{else}\n		toolbar1: \'{$profile->toolbar1}\',\n		{if !empty($profile->toolbar2)}\n			toolbar2: \'{$profile->toolbar2}\',\n		{/if}\n	{/if}\n\n	{* STATUSBAR *}\n	{if !$profile->show_statusbar && $profile->resize == false}\n		statusbar: false,\n	{/if}\n\n	{* RESIZE *}\n	{if $profile->resize == false}\n		resize: false,\n	{elseif $profile->resize == \'both\'}\n		resize: \'both\',\n	{else}\n		resize: true,\n	{/if}\n\n	height: 20,\n	autoresize_min_height: 10,\n	autoresize_max_height: 600,\n	autoresize_bottom_margin: 10,\n\n	{* CSS *}\n	{if isset($content_css) && $content_css != \'\'}\n		content_css: \'{$content_css}\',\n	{/if}\n\n\n	{* GENERAL CSS CLASSES *}\n	{if isset($style_formats) and !empty($style_formats)}\n		style_formats: [\n			{foreach $style_formats as $style_format}\n				{ldelim}{$style_format}{rdelim},\n			{/foreach}\n		],\n	{/if}\n\n	{* LINK CSS CLASSES *}\n	{if isset($link_classes)}\n		link_class_list: [\n			{foreach $link_classes as $name => $classes}\n				{ldelim}title: \'{$name}\', value: \'{$classes|escape:javascript}\'{rdelim},\n			{/foreach}\n		],\n	{/if}\n\n	{* IMAGES CSS CLASSES *}\n	{if isset($image_classes)}\n		image_class_list: [\n			{foreach $image_classes as $name => $classes}\n				{ldelim}title: \'{$name}\', value: \'{$classes|escape:javascript}\'{rdelim},\n			{/foreach}\n		],\n	{/if}\n\n	{* FORMAT FOR DROPDOWN IN TOOLBAR (button formatselect) *}\n	{if $profile->use_custom_block_formats and $profile->block_formats neq \'\'}\n		block_formats: \"{$profile->block_formats}\",\n	{/if}\n\n	{* USER TEMPLATES *}\n	{if $profile->enable_user_templates}\n		cmsms_templates: cmsms_templates = [\n			{if isset($user_templates)}\n				{foreach $user_templates as $user_template}\n					{ldelim}title: \"{$user_template->get_name()|escape:\'quotes\'}\", description: \"{$user_template->get_description()|replace:\"\\r\\n\":\'<br>\'|escape:\'quotes\'}\", content: \"{$user_template->get_content()|strip|replace:\'\"\':\'\\\"\'}\"{rdelim},\n				{/foreach}\n			{/if}\n			{if isset($user_templates_files)}\n				{foreach $user_templates_files as $title => $content}\n					{ldelim}title: \"{$title|escape:\'quotes\'}\", description: \"\", content: \"{$content|strip|replace:\'\"\':\'\\\"\'}\"{rdelim},\n				{/foreach}\n			{/if}\n		],\n	{/if}\n\n\n	{* EXTERNAL PLUGINS *}\n	external_plugins: {\n		{if $enable_linker}\n			\"cmsms_linker\" : \"{$TinyMCE->getModuleURLPath()}/lib/js/tinymce_external_plugins/cmsms_linker/plugin.js\",\n		{/if}\n		{if isset($can_use_filemanager) and $can_use_filemanager and $profile->filemanager_use}\n			\"cmsms_filepicker\" : \"{$TinyMCE->getModuleURLPath()}/lib/js/tinymce_external_plugins/cmsms_filepicker/plugin.js\",\n		{/if}\n		{if $profile->enable_user_templates}\n			\"cmsms_template\" : \"{$TinyMCE->getModuleURLPath()}/lib/js/tinymce_external_plugins/cmsms_template/plugin.js\",\n		{/if}\n	},\n\n	{* FILE MANAGER / FILEPICKER *}\n	{if isset($can_use_filemanager) and $can_use_filemanager and $profile->filemanager_use}\n		file_picker_types: \'file image media\',\n		{* file_picker_callback: _callback, *}\n	{/if}\n\n	{* callback functions *}\n	urlconverter_callback: function(url, elm, onsave, name) {\n		var self = this;\n		{* var settings = self.settings; *}\n		var convertUrls = tinymce.activeEditor.options.get(\'convert_urls\')\n		var relativeUrls = tinymce.activeEditor.options.get(\'convert_urls\')\n		var removeScriptHost = tinymce.activeEditor.options.get(\'remove_script_host\')\n\n		if (!convertUrls || ( elm && elm.nodeName == \'LINK\' ) || url.indexOf(\'file:\') === 0 || url.length === 0) {\n			return url;\n		}\n\n		// fix entities in cms_selflink urls.\n		if (url.indexOf(\'cms_selflink\') != -1) {\n			decodeURI(url);\n			url = url.replace(\'%20\', \' \');\n			return url;\n		}\n		// Convert to relative\n		if (relativeUrls) {\n			return self.documentBaseURI.toRelative(url);\n		}\n\n		// Convert to absolute\n		url = self.documentBaseURI.toAbsolute(url, removeScriptHost);\n		return url;\n	},\n\n\n	setup: function(editor) {\n		editor.on(\'change\', function(e) {\n			$(document).trigger(\'cmsms_formchange\');\n		});\n\n		{* CUSTOM DROPDOWN *}\n		{if isset($custom_dropdown)}\n			editor.ui.registry.addMenuButton(\'customdropdown\',\n				{\n					{if !empty($profile->custom_dropdown_title)}\n						text: \' {$profile->custom_dropdown_title}\',\n					{/if}\n					tooltip: \'{$profile->custom_dropdown_title}\',\n					icon: \'code-sample\',\n					fetch: function(callback) {\n						var items = [\n							{foreach $custom_dropdown as $entry}\n								{\n									type: \'menuitem\',\n									text: \'{$entry.title}\',\n									onAction: function(){\n										{if !isset($entry.value2)}\n											editor.insertContent(\'{$entry.value1|strip}\');\n										{else}\n											sel = editor.selection.getContent();\n											editor.insertContent(\'{$entry.value1|strip}\'+sel+\'{$entry.value2|strip}\');\n										{/if}\n									}\n								},\n							{/foreach}\n						];\n						callback(items);\n					}\n				}\n			);\n			editor.ui.registry.addMenuItem(\'customdropdown\', {\n				context: \'insert\',\n				{if !empty($profile->custom_dropdown_title)}\n					text: \' {$profile->custom_dropdown_title}\',\n				{/if}\n				icon: \'code-sample\',\n				getSubmenuItems: () => {\n					return [\n						{foreach $custom_dropdown as $entry}\n							{\n								type: \'menuitem\',\n								text: \'{$entry.title}\',\n								onAction: function(){\n									{if !isset($entry.value2)}\n										editor.insertContent(\'{$entry.value1|strip}\');\n									{else}\n										sel = editor.selection.getContent();\n										editor.insertContent(\'{$entry.value1|strip}\'+sel+\'{$entry.value2|strip}\');\n									{/if}\n								}\n							},\n						{/foreach}\n					];\n				}\n			});\n		{/if}\n\n\n		{* EXTERNAL MODULES OR DROPDOWNS *************** *}\n		{function name=\'dropdown_menu\'}\n			{* The parent link (as in Tiny5 we cannot click on the parent anymore, better for touch devices) *}\n			{if isset($parent) and isset($parent.content) and $parent.content neq \'\'}\n				{\n					type: \'menuitem\',\n					text: \'{$parent.menu_text|escape:quotes}\',\n					icon: \'chevron-left\',\n					onAction: function() {\n						editor.insertContent(\'{$parent.content|escape:quotes|strip}\');\n					},\n				},\n			{/if}\n			{if !empty($menu)}\n				{foreach $menu as $entry}\n					{\n						type: \'{if isset($entry.children)}nestedmenuitem{else}menuitem{/if}\',\n						text: \'{$entry.menu_text|escape:quotes}\',\n						{if !isset($entry.children)}\n							onAction: function() {\n								editor.insertContent(\'{$entry.content|escape:quotes|strip}\');\n							},\n						{else}{strip}\n							getSubmenuItems: function() {\n								return [\n									{dropdown_menu menu=$entry.children parent=$entry}\n								];\n							}\n						{/strip}{/if}\n					},\n				{/foreach}\n			{/if}\n		{/function}\n\n		{if $external_modules}\n			{foreach $external_modules as $external_module}{strip}\n				{if !empty($external_module->menu_entries)}\n					editor.ui.registry.addMenuButton(\'{$external_module->button_name}\',\n						{\n							{if $profile->external_modules_show_menutext}\n								text: \'{if !empty($external_module->image)} {/if}{$external_module->title|escape:quotes}\',\n							{/if}\n							{if $external_module->tooltip neq \'\'}\n								tooltip: \'{$external_module->tooltip|escape:quotes}\',\n							{/if}\n							icon: \'{$external_module->icon}\',\n							fetch: function(callback) {\n								var items = [\n									{dropdown_menu|strip menu=$external_module->menu_entries}\n								];\n								callback(items);\n							}\n						}\n					);\n\n					editor.ui.registry.addNestedMenuItem(\'{$external_module->button_name}\',	{\n							icon: \'{$external_module->icon}\',\n							text: \'{$external_module->title|escape:quotes}\',\n							getSubmenuItems: function() {\n								return [\n									{dropdown_menu menu=$external_module->menu_entries}\n								];\n							}\n						}\n					);\n				{/if}\n			{/strip}{/foreach}\n		{/if}\n		{* END EXTERNAL MODULES *}\n\n	},\n\n	{* Extra JS *}\n	{if !empty($profile->extra_js)}\n		{$profile->extra_js}\n	{/if}\n\n\n});\n','JavaScript script that runs TinyMCE - Using a template gives you full control to completely customize TinyMCE for each profile. Please take a look at the TinyMCE documentation (https://www.tinymce.com/docs/) to see how to edit that script.','s:32:\"TinyMCE::page_type_lang_callback\";','s:33:\"TinyMCE::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782246488,1782246488),
(12,'TinyMCE','usertemplate',1,'','You can use that type of template to create many HTML blocks the TinyMCE users can include in their content through the <em>templates</em> TinyMCE plugin','s:32:\"TinyMCE::page_type_lang_callback\";','s:33:\"TinyMCE::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782246488,1782246488),
(96,'MAMS','verify_form',1,'{* original verification form *}\n<div class=\"alert alert-info\">{$mod->Lang(\'info_verify_identity2\')}</div>\n{form_start uid=$uid}{xt_form_csrf}\n  <div class=\"row\">\n    <label>{$mod->Lang(\'code\')}: <input type=\"text\" class=\"form_control\" name=\"{$actionid}code\" value=\"{$code}\" required/></label>\n  </div>\n  <div class=\"row\">\n    <button type=\"submit\" name=\"{$actionid}mams_submit\" class=\"btn btn_active\">{$mod->Lang(\'verify\')}</button>\n  </div>\n</div>\n{form_end}\n',NULL,'s:29:\"MAMS::page_type_lang_callback\";','s:30:\"MAMS::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782318921,1782318921),
(93,'MAMS','lost username confirm',1,'{* lost username confirm template form *}\n<h3>{$premsg}</h3>\n<p>{$prompt_yourusernameis}: <strong>{$username}</strong>.</p>\n<p>{$postmsg}</p>',NULL,'s:29:\"MAMS::page_type_lang_callback\";','s:30:\"MAMS::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782318921,1782318921),
(94,'MAMS','view user',1,'{* view user template *}\n<p>{$mod->Lang(\'id\')}:&nbsp;{$userinfo.id}</p>\n<p>{$mod->Lang(\'username\')}:&nbsp;{$userinfo.username}</p>\n<p>{$mod->Lang(\'email\')}:&nbsp;<a href=\"mailto:{$email_address}\">{$email_address}</p>\n<p>{$mod->Lang(\'expires\')}:&nbsp;{$userinfo.expires}</p>\n{foreach from=$user_properties item=\'entry\'}\n{if $entry.type != 0}\n<p>{$entry.prompt}:&nbsp;{$entry.data}</p>\n{/if}\n{/foreach}\n',NULL,'s:29:\"MAMS::page_type_lang_callback\";','s:30:\"MAMS::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782318921,1782318921),
(95,'MAMS','reset session',1,'{* reset session template *}\n{* NOTE: this template requires jquery be available in any page that it is used on *}\n\n<p><a href=\"javascript:;\" name=\"mams_manual_reset\">Click Here To Confirm Login Status</a></p>{* safe to remove this *}\n\n{* style information for the modal window and the mask... these can be removed and placed in a CMSMS stylesheet *}\n{literal}\n<style type=\"text/css\">\nmams_modal {\n  background-color: #fff;\n  border: 1px solid #00f;\n  padding: 2px;\n  margin:  2px;\n}\n#mams_mask {\n  background-color: #000;\n}\n#mams_modal .title {\n  background-color: #00f;\n  color:  #fff;\n  padding: 0px;\n}\n</style>\n{/literal}\n\n{capture assign=\'mams_theform\'}{strip}\n{* the reset-session form, a simple form to display a message with a title to the user with two options... okay, and cancel... the name of these buttons is important, as well the strip tag is important *}\n<form action=\"javascript:;\">\n<p class=\"title\">{$mod->Lang(\'title_reset_session\')}</p>\n<p class=\"row\">{$mod->Lang(\'msg_reset_session\')}</p>\n<p class=\"row\">\n  <input type=\"submit\" name=\"mams_ok\" value=\"{$mod->Lang(\'ok\')}\"/>\n  <input type=\"submit\" name=\"mams_cancel\" value=\"{$mod->Lang(\'cancel\')}\"/>\n</p>\n</form>\n{/strip}{/capture}\n\n{literal}\n<script type=\"text/javascript\">\n//<![CDATA[\n// the timer interval (how often you want to display the dialog to your users\nvar timer_interval = {/literal}{$session_timeout}{literal} - 30;\n\n// a function to hide the modal dialog -- you can modify this function\nfunction mams_close_modal()\n{\n   jQuery(\'#mams_modal\').fadeOut(2000);\n   jQuery(\'#mams_mask\').fadeOut(1000);\n}\n\n// a function to display the modal dialog... you can modify this function\nfunction mams_open_modal()\n{\n  var maskHeight = jQuery(document).height();\n  var maskWidth = jQuery(document).width();\n\n  // set the mask size to fill up the whole screen\n  jQuery(\'#mams_mask\').css({\'width\':maskWidth,\'height\':maskHeight});\n\n  // transition effect\n  jQuery(\'#mams_mask\').fadeIn(1000);\n  jQuery(\'#mams_mask\').fadeTo(\"slow\",0.8);\n\n  // get the top left corner of the popup\n  var winHeight = jQuery(window).height();\n  var winWidth = jQuery(window).width();\n\n  var popupHeight = jQuery(\'#mams_modal\').height();\n  var popupWidth  = jQuery(\'#mams_modal\').width();\n\n  var top = winHeight/2 - popupHeight/2;\n  var left = winWidth/2 - popupWidth/2;\n  // set the popup window to center\n  jQuery(\'#mams_modal\').css({\'top\':top,\'left\':left});\n\n  // transition effect\n  jQuery(\'#mams_modal\').fadeIn(2000);\n}\n\nfunction mams_user_cancelled()\n{\n  // a callback function that may be customized to allow displaying a message to the user\n  // to indicate that they may be logged out at any time.\n  alert(\'You have chosen to disregard the session warning, you may continue to browse this site however some functionality may be unavailable to you until you login again\');\n}\n\n// *\n// * do not modify below here unless you are an experienced jquery programmer *\n// *\n\nif( timer_interval <= 0 )\n  {\n     timer_interval = 0;\n  }\nvar dialogcontents = \'{/literal}{$mams_theform}{literal}\';\n\n\n// we have jQuery\njQuery(document).ready(function(){\n  // create a new id for our stuff\n  jQuery(\'body\').append(\'<div id=\"mams_body\"></div>\');\n  \n  // create the mask and append it to the dom\n  jQuery(\'#mams_body\').append(\'<div id=\"mams_mask\"></div>\');\n\n  // create the modal dialog and append it to the DOM\n  jQuery(\'#mams_body\').append(\'<div id=\"mams_modal\">\'+dialogcontents+\'</div>\');\n  \n  // and a junk div\n  jQuery(\'#mams_body\').append(\'<div id=\"mams_junk\" style=\"display: none;\"></div>\');\n\n  // handle click events\n  jQuery(\'#mams_modal input[name=mams_ok]\').click(function(e){\n    e.preventDefault();\n\n    // do the ajax request\n    var url = \'{/literal}{$reset_url}{literal}\';\n    var url = url.replace(/amp;/g,\'\');\n    jQuery(\'#mams_junk\').load(url);\n\n    // and done.\n    #mams_close_modal();\n   });\n  jQuery(\'#mams_modal input[name=mams_cancel]\').click(function(e){\n    e.preventDefault();\n    #mams_close_modal();\n    #mams_user_cancelled();\n  });\n  jQuery(\'a[name=mams_manual_reset]\').click(function(e){\n    e.preventDefault();\n    mams_open_modal();\n  });\n\n  // create our timer\n  if( timer_interval > 0 )\n     {\n        setTimeout(mams_open_modal,timer_interval * 1000);\n     }\n\n});\n//]]>\n</script>\n{/literal}\n\n{* required css *}\n{literal}\n<style type=\"text/css\">\n#mams_modal {\n  position: absolute;\n  z-index: 9999;\n  display: none;\n}\n#mams_mask {\n  top: 0;\n  left: 0;\n  position: absolute;\n  z-index: 9000;\n  display: none;\n}\n</style>\n{/literal}',NULL,'s:29:\"MAMS::page_type_lang_callback\";','s:30:\"MAMS::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782318921,1782318921),
(88,'MAMS','forgot password form',1,'{* forgot password template *}\n<h4>{$mod->Lang(\'title_forgotpw\')}</h4>\n{if !empty($message) }\n  {if !empty($error) }\n    <div class=\"alert alert-danger\">{$message}</div>\n  {else}\n    <div class=\"alert alert-info\">{$message}</div>\n  {/if}\n{else}\n  <div class=\"alert alert-info\">{$mod->Lang(\'lostpw_message\')}</div>\n{/if}\n\n{if !isset($forgotpwdone)}\n  {if isset($startform)}\n    {$startform}{xt_form_csrf}\n    <div class=\"row\">\n      <div class=\"col-sm-2 text-right\">\n        {if $username_is_email}\n          {$mod->Lang(\'prompt_email\')}:\n        {else}\n          {$mod->Lang(\'prompt_username\')}:\n        {/if}\n      </div>\n      <div class=\"col-sm-10\">\n        <input name=\"{$actionid}mams_username\" type=\"{if $username_is_email}email{else}text{/if}\" size=\"{$unfldlen}\" maxlength=\"{$max_unfldlen}\" value=\"{$username}\" required/> *\n      </div>\n    </div>\n    {if isset($captcha)}\n    <div class=\"row\">\n      <div class=\"col-sm-2 text-right\">{$captcha_title}:</div>\n      <div class=\"col-sm-10\">{$captcha}\n        {if isset($input_captcha)}<div class=\"row\">{$input_captcha}</p>{/if}\n      </div>\n    </div>\n    {/if}\n    <div class=\"row\">\n      <div class=\"col-sm-10 col-sm-offset-2\">\n        <input type=\"submit\" name=\"{$actionid}mams_submit\" value=\"{$mod->Lang(\'submit\')}\"/>\n        <input id=\"mams_cancel\" type=\"submit\" name=\"{$actionid}mams_cancel\" value=\"{$mod->Lang(\'cancel\')}\" formnovalidate/>\n      </div>\n    </div>\n    {$endform}\n  {/if}\n{/if}\n',NULL,'s:29:\"MAMS::page_type_lang_callback\";','s:30:\"MAMS::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782318921,1782318921),
(89,'MAMS','forgot password email',1,'{* verify email template -- formerly fogot password email template *}\n<h3>{$title}</h3>\n<div>{$message}</div>\n<h4>{$prompt_code}: {$data_code}</h4>\n<p>{$prompt_link}: <a href=\"{$data_url}\">{$data_url}</a></p>\n{/strip}\n',NULL,'s:29:\"MAMS::page_type_lang_callback\";','s:30:\"MAMS::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782318921,1782318921),
(90,'MAMS','forgot password verify',1,'{* forgot password verification template *}\n<h4>{$mod->Lang(\'verify_identity\')}</h4>\n{if !empty($message)}\n  {if !empty($error) }\n    <div class=\"alert alert-danger\">{$message}</div>\n  {else}\n    <div class=\"alert alert-info\">{$message}</div>\n  {/if}\n{/if}\n\n{if isset($startform)}\n  {$startform}{xt_form_csrf}\n  <div class=\"row\">\n    <div class=\"col-sm-3 text-right\">{$mod->Lang(\'prompt_username\')}:</div>\n    <div class=\"col-sm-9\">\n      <input type=\"{if $username_is_email}email{else}text{/if}\" name=\"{$actionid}mams_username\" size=\"{$unfldlen}\" maxlength=\"{$max_unfldlen}\" value=\"{$username}\" disabled=\"disabled\"/>\n    </div>\n  </div>\n  <div class=\"row\">\n    <div class=\"col-sm-3 text-right\">{$mod->Lang(\'prompt_code\')}:</div>\n    <div class=\"col-sm-9\">\n      <input type=\"text\" name=\"{$actionid}mams_code\" value=\"{$code}\" size=\"40\" maxlength=\"40\" required /> *\n    </div>\n  </div>\n  <div class=\"row\">\n    <div class=\"col-sm-3 text-right\">{$mod->Lang(\'prompt_password\')}:</div>\n    <div class=\"col-sm-9\">\n      <input type=\"password\" name=\"{$actionid}mams_password1\" value=\"{$password1}\" size=\"{$pwfldlen}\" maxlength=\"{$max_pwfldlen}\" required/> *\n    </div>\n  </div>\n  <div class=\"row\">\n    <div class=\"col-sm-3 text-right\">{$mod->Lang(\'repeatpassword\')}:</div>\n    <div class=\"col-sm-9\">\n      <input type=\"password\" name=\"{$actionid}mams_password2\" value=\"{$password2}\" size=\"{$pwfldlen}\" maxlength=\"{$max_pwfldlen}\" required/> *\n    </div>\n  </div>\n  <div class=\"row\">\n    <div class=\"col-sm-3 text-right\">&nbsp;</div>\n    <div class=\"col-sm-9\">\n      <input type=\"submit\" name=\"{$actionid}mams_submit\" value=\"{$mod->Lang(\'submit\')}\"/>\n    </div>\n  </div>\n{$endform}\n{/if}\n',NULL,'s:29:\"MAMS::page_type_lang_callback\";','s:30:\"MAMS::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782318921,1782318921),
(85,'MAMS','login form',1,'{* login form template *}\n{* this is a sample template, feel free to customize it *}\n{if isset($alt_loginform)}\n  <div class=\"row\" id=\"altlogin\">{$alt_loginform}</div><br/>\n{/if}\n\n<fieldset id=\"loginform\">\n  <legend>{$MAMS->Lang(\'prompt_normallogin\')}:</legend>\n  {$startform}{xt_form_csrf}\n\n  {*\n   * a simple honeypot captcha....if this field has a value after submit an error will be thrown\n   * deleting this field will simply disable the honeypot.\n   * it is important that the field be hidden with CSS rather than using a hidden input field.\n   *}\n  <input type=\"text\" name=\"{$actionid}mams__data\" value=\"\" style=\"display: none;\"/>\n\n  {if $error}<div class=\"alert alert-danger\">{$error}</div>{/if}\n\n  <div class=\"row\">\n    <p class=\"col-md-4 text-right\"><label for=\"mams_username\">*{$prompt_username}:</label></p>\n    <p class=\"col-md-8\">\n      <input type=\"{if $username_is_email}email{else}text{/if}\" id=\"mams_username\" name=\"{$fldname_username}\" value=\"{$username}\" size=\"{$username_size}\" maxlength=\"{$username_maxlength}\" {if !$username_is_email}autocorrect=\"off\" autocapitalize=\"off\"{/if} required/>\n    </p>\n  </div>\n\n  <div class=\"row\">\n    <p class=\"col-md-4 text-right\"><label for=\"mams_password\">*{$prompt_password}:</label></p>\n    <p class=\"col-md-8\">\n      <input type=\"password\" id=\"mams_password\" name=\"{$fldname_password}\" value=\"{$password}\" size=\"{$password_size}\" maxlength=\"{$password_maxlength}\" required/>\n    </p>\n  </div>\n\n  {if isset($captcha)}\n  <div class=\"row\">\n    <p class=\"col-md-4 text-right\">{$captcha_title}</p>\n    <div class=\"col-md-8\">{$captcha}\n      {if $need_captcha_input}\n      <div class=\"row\">\n        <input type=\"text\" name=\"{$actionid}mams_input_captcha\" size=\"10\"/>\n      </div>\n      {/if}\n    </div>\n  </div>\n  {/if}\n\n  {if isset($prompt_rememberme)}\n  <div class=\"row\">\n    <p class=\"col-md-4\"></p>\n    <p class=\"col-md-8\">\n      <label><input type=\"checkbox\" name=\"{$actionid}mams_rememberme\" value=\"1\" {if $rememberme==1}checked{/if}/> {$prompt_rememberme}</label>\n    </p>\n  </div>\n  {/if}\n\n  <div class=\"row\">\n    <p class=\"col-md-4\"></p>\n    <p class=\"col-md-8\">\n      <button class=\"btn btn-active\" name=\"{$actionid}mams_submit\">{$MAMS->Lang(\'login\')}</button>\n    </p>\n  </div>\n\n  {if isset($url_lostun) || isset($url_forgot)}\n  <div class=\"row\">\n    <p class=\"col-md-4\"></p>\n    <p class=\"col-sm-8\">\n      {if isset($url_forgot)}\n        <a href=\"{$url_forgot}\" title=\"{$MAMS->Lang(\'info_forgotpw\')}\">{$MAMS->Lang(\'forgotpw\')}</a>\n      {/if}\n      {if isset($url_lostun)}\n        | <a href=\"{$url_lostun}\" title=\"{$MAMS->Lang(\'info_lostun\')}\">{$MAMS->Lang(\'lostusername\')}</a>\n      {/if}\n    </p>\n  </div>\n  {/if}\n  {$endform}\n</fieldset>\n',NULL,'s:29:\"MAMS::page_type_lang_callback\";','s:30:\"MAMS::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782318921,1782318921),
(91,'MAMS','force new password',1,'{* system default force new password form template *}\n<div class=\"alert alert-info\">{$mod->Lang(\'msg_force_newpw\')}</div>\n\n{if isset($error)}\n<div class=\"alert alert-danger\">{$error}</div>\n{/if}\n\n{$formstart}\n<div class=\"row\">\n  <div class=\"col-xs-3 text-right\">* {$mod->Lang(\'password\')}:</div>\n  <div class=\"col-xs-9\">\n    <input type=\"password\" name=\"{$actionid}mams_password\" value=\"\" required/>\n  </div>\n</div>\n<div class=\"row\">\n  <div class=\"col-xs-3 text-right\">* {$mod->Lang(\'repeatpassword\')}:</div>\n  <div class=\"col-xs-9\">\n    <input type=\"password\" name=\"{$actionid}mams_repeatpassword\" value=\"\" required/>\n  </div>\n</div>\n<div class=\"row\">\n  <div class=\"col-xs-3\">&nbsp;</div>\n  <div class=\"col-xs-9\">\n    <input type=\"submit\" name=\"{$actionid}mams_submit\" value=\"{$mod->Lang(\'submit\')}\"/>\n  </div>\n</div>\n{$formend}',NULL,'s:29:\"MAMS::page_type_lang_callback\";','s:30:\"MAMS::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782318921,1782318921),
(92,'MAMS','lost username form',1,'{* lost username confirm template form *}\n<h4>{$mod->Lang(\'title_lostusername\')}</h4>\n<div class=\"alert alert-info\">{$mod->Lang(\'info_lostusername\')}</div>\n{if isset($message)}<div class=\"alert alert-danger\">{$message}</div>{/if}\n{if count($controls)}\n  {$startform}\n    <input type=\"hidden\" name=\"{$actionid}mams__data\" value=\"\"/>{* simple honeypot captcha *}\n    {foreach from=$controls item=\'entry\'}\n       <div class=\"row\">\n          <div class=\"col-sm-4 text-right\">{$entry->prompt}</div>\n          <div class=\"col-sm-8\">\n	    {if $entry->type == \'_password\'}\n	      <input type=\"password\" name=\"{$entry->fldname}\" value=\"{$entry->val}\" size=\"{$entry->length}\" maxlength=\"{$entry->maxlength}\"/>\n	      <br/>{$mod->Lang(\'info_lostun_pwfield\')}\n	    {else if $entry->type == 0}\n	      {* text *}\n	      <input type=\"text\" name=\"{$entry->fldname}\" value=\"{$entry->val}\" size=\"{$entry->length}\" maxlength=\"{$entry->maxlength}\"/>\n	      <br/>{$mod->Lang(\'info_lostun_textfield\')}\n	    {elseif $entry->type == 1}\n	      {* checkbox *}\n	      <input type=\"checkbox\" name=\"{$entry->fldname}\" value=\"1\" {if $entry->val}checked{/if}/>\n	    {elseif $entry->type == 2}\n	      {* email *}\n	      <input type=\"email\" name=\"{$entry->fldname}\" value=\"{$entry->val}\" size=\"{$entry->length}\" maxlength=\"{$entry->maxlength}\"/>\n	    {elseif $entry->type == 3}\n	      {* textarea *}\n	      <textarea name=\"{$entry->fldname}\" rows=\"3\" cols=\"50\">{$entry->val}</textarea>\n	      <br/>{$mod->Lang(\'info_lostun_textarea\')}\n	    {elseif $entry->type == 4}\n	      {* dropdown *}\n	      <select name=\"{$entry->fldname}\">\n	        <option value=\"\">{$mod->Lang(\'donotknow\')}</option>\n		{html_options options=$entry->options selected=$entry->val}\n	      </select>\n	    {elseif $entry->type == 5}\n	      {* multiselect *}\n	      <select name=\"{$entry->fldname}[]\" multiple size=\"{$entry->length}\">\n		{html_options options=$entry->options selected=$entry->val}\n	      </select>\n	    {elseif $entry->type == 7}\n	      {* radiobtns *}\n	      {foreach $entry->options as $key => $val}\n	        <label><input type=\"radio\" name=\"{$entry->fldname}\" value=\"{$key}\" {if $key == $entry->val}checked{/if}/> {$val}</label>\n	        {if !$val@last}<br/>{/if}\n	      {/foreach}\n	    {elseif $entry->type == 8}\n	      {* date *}\n	      {html_select_date prefix=$entry->fldname start_year=$entry->start_year end_year=$entry->end_year time=$entry->val all_empty=\'--\'}\n	    {/if}\n	  </div>\n       </div>\n    {/foreach}\n    {if isset($captcha)}\n      <div class=\"row\">\n        <p class=\"col-sm-4 text-right\">{$captcha_title}</p>\n        <div class=\"col-sm-8\">{$captcha}\n          {if $need_captcha_input}\n          <div class=\"row col-sm-12\">\n            <input type=\"text\" name=\"{$actionid}mams_input_captcha\" size=\"10\"/>\n          </div>\n          {/if}\n	</div>\n      </div>\n    {/if}\n    <div class=\"row\">\n      <div class=\"col-sm-4 text-right\"></div>\n      <div class=\"col-sm-8\">\n        <input type=\"submit\" name=\"{$actionid}mams_submit\" value=\"{$mod->Lang(\'submit\')}\"/>\n        <input type=\"submit\" name=\"{$actionid}mams_cancel\" value=\"{$mod->Lang(\'cancel\')}\"/>\n      </div>\n    </div>\n  {$endform}\n{/if}\n',NULL,'s:29:\"MAMS::page_type_lang_callback\";','s:30:\"MAMS::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782318921,1782318921),
(86,'MAMS','logout form',1,'{* logout form template *}\n{if isset($alt_logoutform)}{$alt_logoutform}{/if}\n{if isset($message)}<div class=\"alert alert-info\">{$message}</div>{/if}\n<p>{$prompt_loggedin}&nbsp;{$username}</p>\n<p><a href=\"{$url_changesettings}\" title=\"{$mod->Lang(\'info_changesettings\')}\">{$mod->Lang(\'prompt_changesettings\')}</a></p>\n{if isset($url_logout)}\n<p><a href=\"{$url_logout}\" title=\"{$mod->Lang(\'info_logout\')}\">{$mod->Lang(\'logout\')}</a></p>\n{/if}\n',NULL,'s:29:\"MAMS::page_type_lang_callback\";','s:30:\"MAMS::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782318921,1782318921),
(87,'MAMS','chsettings form',1,'<!-- change settings template -->\n<div id=\"mams_changesettingsform\">\n<h4>{$mod->Lang(\'user_settings\')}</h4>\n\n{if isset($message) && $message != \'\'}\n  {if isset($error) && $error != \'\'}\n    <p class=\"alert alert-error\">{$message}</p>\n  {else}\n    <p class=\"alert alert-info\">{$message}</p>\n  {/if}\n{/if}\n\n{$startform}{xt_form_csrf}\n  {if $controlcount > 0}\n  {foreach $controls as $key=>$field}\n    <div class=\"row\">\n      <label for=\"{$field->input_id}\" class=\"col-sm-3 text-right\" style=\"color: {$field->color|default:\'inherit\'}\">{$field->marker|default:\'\'} {$field->prompt}:</label>\n      <div class=\"col-sm-9\">\n        {$field->hidden|default:\'\'}\n        {if isset($field->hidden)}{$field->hidden}{/if}\n\n	{* build the field itself *}\n	{if $field->type == \'0\'} {* text *}\n	  <input type=\"text\" id=\"{$field->input_id}\" class=\"form-control\" name=\"{$field->input_name}\" size=\"{$field->length}\" maxlength=\"{$field->maxlength}\" value=\"{$field->value}\" {if $field->readonly}readonly{/if}/>\n	{elseif $field->type == \'password\'} {* text *}\n	  <input type=\"password\" id=\"{$field->input_id}\" class=\"form-control\" name=\"{$field->input_name}\" size=\"{$field->length}\" maxlength=\"{$field->maxlength}\" value=\"{$field->value}\" {if $field->readonly}readonly{/if}/>\n	{elseif $field->type == 2} {* email *}\n	  <input type=\"email\" id=\"{$field->input_id}\" class=\"form-control\" name=\"{$field->input_name}\" size=\"{$field->length}\" maxlength=\"{$field->maxlength}\" value=\"{$field->value}\" {if $field->readonly}readonly{/if}/>\n	{elseif $field->type == 3} {* textarea *}\n          {xt_textarea id=$field->input_id wysiwyg=$field->wysiwyg name=$field->input_name content=$field->value class=\"form-control\"}\n	{elseif $field->type == 1} {* checkbox *}\n	  <input type=\"hidden\" name=\"{$field->input_name}\" value=\"0\"/>\n	  <input type=\"checkbox\" id=\"{$field->input_id}\" class=\"checkbox\" name=\"{$field->input_name}\" value=\"1\" {if $field->value}checked{/if}/>\n	{elseif $field->type == 4} {* dropdown *}\n	   <select id=\"{$field->input_id}\" class=\"form-control\" name=\"{$field->input_name}\" {if $field->readonly}readonly{/if}>\n	      {html_options options=$field->options selected=$field->value}\n	   </select>\n	{elseif $field->type == 5} {* multiselect *}\n	   <select id=\"{$field->input_id}\" class=\"form-control\" name=\"{$field->input_name}[]\" {if $field->readonly}readonly{/if} multiple>\n	      {html_options options=$field->options selected=$field->selected}\n	   </select>\n	{elseif $field->type == 7} {* radio group *}\n	   {foreach $field->options as $key => $val}\n	      <label><input type=\"radio\" class=\"form-control\" name=\"{$field->input_name}\" value=\"{$key}\" {if $key==$field->value}checked=\"checked\"{/if}> {$val}</label>\n	   {/foreach}\n	{elseif $field->type == 6} {* image *}\n	   {if isset($field->image_url) && $field->image_url}<img src=\"{$field->image_url}\" alt=\"{$field->image_url}\" width=\"100\" height=\"100\"/>{/if}\n	   {if isset($field->prompt2) && $field->prompt2}<label><input type=\"checkbox\" class=\"checkbox\" name=\"{$field->input_name2}\" value=\"clear\"/> {$field->prompt2}</label>{/if}\n	   <input type=\"hidden\" name=\"{$field->input_name}\" value=\"{$field->value}\"/>\n 	   <input type=\"file\" id=\"{$field->input_id}\" class=\"form-control\" name=\"{$field->input_name}\" {if $field->readonly}readonly{/if}/>\n	{elseif $field->type == 8} {* date *}\n	   {$sy=$field->startyear|default:\'-5\'}\n	   {$ey=$field->startyear|default:\'+10\'}\n	   {html_select_date prefix=$field->input_name start_year=$sy end_year=$ey time=$field->value}\n	{/if}\n        {$field->addtext|default:\'\'}\n      </div>\n    </div>\n  {/foreach}\n  {/if}\n\n  <div class=\"row\">\n    <div class=\"col-sm-3\"></div>\n    <div class=\"col-sm-9\">\n      <button type=\"submit\" class=\"btn btn_active\" name=\"{$actionid}submit\">{$mod->Lang(\'submit\')}</button>\n    </div>\n  </div>\n{$hidden|default:\'\'}{$endform}\n</div>\n<!-- change settings template -->\n',NULL,'s:29:\"MAMS::page_type_lang_callback\";','s:30:\"MAMS::reset_page_type_defaults\";',0,'N;',NULL,NULL,1782318921,1782318921);
/*!40000 ALTER TABLE `cmsqy_layout_tpl_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_locks`
--

DROP TABLE IF EXISTS `cmsqy_locks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_locks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` varchar(20) NOT NULL,
  `oid` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `created` int(11) NOT NULL,
  `modified` int(11) NOT NULL,
  `lifetime` int(11) NOT NULL,
  `expires` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `cmsqy_index_locks1` (`type`,`oid`),
  KEY `cmsqy_index_locks2` (`expires`),
  KEY `cmsqy_index_locks3` (`uid`)
) ENGINE=MyISAM AUTO_INCREMENT=693 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_locks`
--

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

--
-- Table structure for table `cmsqy_mod_cmsjobmgr`
--

DROP TABLE IF EXISTS `cmsqy_mod_cmsjobmgr`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_mod_cmsjobmgr` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `created` int(11) NOT NULL,
  `module` varchar(255) NOT NULL,
  `errors` int(11) NOT NULL DEFAULT 0,
  `start` int(11) NOT NULL,
  `recurs` varchar(255) DEFAULT NULL,
  `until` int(11) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=98 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_mod_cmsjobmgr`
--

LOCK TABLES `cmsqy_mod_cmsjobmgr` WRITE;
/*!40000 ALTER TABLE `cmsqy_mod_cmsjobmgr` DISABLE KEYS */;
INSERT INTO `cmsqy_mod_cmsjobmgr` (`id`, `name`, `created`, `module`, `errors`, `start`, `recurs`, `until`, `data`) VALUES (96,'CGExtensions\\HourlyHookTask',1782252043,'CGExtensions',0,1782252043,NULL,NULL,'O:23:\"CMSMS\\Async\\RegularTask\":7:{s:20:\"\0CMSMS\\Async\\Job\0_id\";N;s:22:\"\0CMSMS\\Async\\Job\0_name\";s:27:\"CGExtensions\\HourlyHookTask\";s:25:\"\0CMSMS\\Async\\Job\0_created\";i:1782252043;s:24:\"\0CMSMS\\Async\\Job\0_module\";s:12:\"CGExtensions\";s:23:\"\0CMSMS\\Async\\Job\0_start\";i:1782252043;s:24:\"\0CMSMS\\Async\\Job\0_errors\";N;s:30:\"\0CMSMS\\Async\\RegularTask\0_task\";O:27:\"CGExtensions\\HourlyHookTask\":0:{}}'),
(97,'CGExtensions\\DailyHookTask',1782252043,'CGExtensions',0,1782252043,NULL,NULL,'O:23:\"CMSMS\\Async\\RegularTask\":7:{s:20:\"\0CMSMS\\Async\\Job\0_id\";N;s:22:\"\0CMSMS\\Async\\Job\0_name\";s:26:\"CGExtensions\\DailyHookTask\";s:25:\"\0CMSMS\\Async\\Job\0_created\";i:1782252043;s:24:\"\0CMSMS\\Async\\Job\0_module\";s:12:\"CGExtensions\";s:23:\"\0CMSMS\\Async\\Job\0_start\";i:1782252043;s:24:\"\0CMSMS\\Async\\Job\0_errors\";N;s:30:\"\0CMSMS\\Async\\RegularTask\0_task\";O:26:\"CGExtensions\\DailyHookTask\":0:{}}');
/*!40000 ALTER TABLE `cmsqy_mod_cmsjobmgr` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_mod_filepicker_profiles`
--

DROP TABLE IF EXISTS `cmsqy_mod_filepicker_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_mod_filepicker_profiles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `data` text DEFAULT NULL,
  `create_date` int(11) DEFAULT NULL,
  `modified_date` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `cmsqy_cmsfp_idx0` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_mod_filepicker_profiles`
--

LOCK TABLES `cmsqy_mod_filepicker_profiles` WRITE;
/*!40000 ALTER TABLE `cmsqy_mod_filepicker_profiles` DISABLE KEYS */;
INSERT INTO `cmsqy_mod_filepicker_profiles` (`id`, `name`, `data`, `create_date`, `modified_date`) VALUES (1,'csm','a:16:{s:3:\"top\";s:6:\"images\";s:4:\"type\";s:3:\"any\";s:10:\"can_upload\";i:1;s:11:\"show_thumbs\";b:1;s:10:\"can_delete\";i:1;s:12:\"match_prefix\";N;s:11:\"show_hidden\";b:0;s:14:\"exclude_prefix\";N;s:4:\"sort\";b:1;s:9:\"can_mkdir\";i:1;s:2:\"id\";N;s:4:\"name\";s:3:\"csm\";s:11:\"create_date\";N;s:13:\"modified_date\";N;s:15:\"file_extensions\";N;s:6:\"prefix\";N;}',1781288737,1781288737);
/*!40000 ALTER TABLE `cmsqy_mod_filepicker_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_cge_assocdata`
--

DROP TABLE IF EXISTS `cmsqy_module_cge_assocdata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_cge_assocdata` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `key1` varchar(255) DEFAULT NULL,
  `key2` varchar(255) DEFAULT NULL,
  `key3` varchar(255) DEFAULT NULL,
  `key4` varchar(255) DEFAULT NULL,
  `data` text DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `expiry` varchar(20) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_cge_assocdata`
--

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

--
-- Table structure for table `cmsqy_module_cmsmsext_assocdata`
--

DROP TABLE IF EXISTS `cmsqy_module_cmsmsext_assocdata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_cmsmsext_assocdata` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `key1` varchar(255) DEFAULT NULL,
  `key2` varchar(255) DEFAULT NULL,
  `key3` varchar(255) DEFAULT NULL,
  `key4` varchar(255) DEFAULT NULL,
  `data` text DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `expiry` varchar(20) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_cmsmsext_assocdata`
--

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

--
-- Table structure for table `cmsqy_module_deps`
--

DROP TABLE IF EXISTS `cmsqy_module_deps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_deps` (
  `parent_module` varchar(25) DEFAULT NULL,
  `child_module` varchar(25) DEFAULT NULL,
  `minimum_version` varchar(25) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_deps`
--

LOCK TABLES `cmsqy_module_deps` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_deps` DISABLE KEYS */;
INSERT INTO `cmsqy_module_deps` (`parent_module`, `child_module`, `minimum_version`, `create_date`, `modified_date`) VALUES ('CMSMSExt','MAMS','1.4.3','2026-06-24 11:35:21','2026-06-24 11:35:21'),
('LISE','LISEPackages','1.2.2','2026-06-11 12:42:43','2026-06-11 12:42:43'),
('LISE','LISEInspiration','1.2.2','2026-06-17 15:07:39','2026-06-17 15:07:39'),
('LISE','LISEPages','1.2.2','2026-06-17 15:08:27','2026-06-17 15:08:27'),
('SmartyExt','MAMS','1.0','2026-06-24 11:35:21','2026-06-24 11:35:21');
/*!40000 ALTER TABLE `cmsqy_module_deps` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_lise_fielddefs`
--

DROP TABLE IF EXISTS `cmsqy_module_lise_fielddefs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lise_fielddefs` (
  `type` varchar(255) NOT NULL,
  `originator` varchar(255) DEFAULT NULL,
  `path` varchar(255) DEFAULT NULL,
  `active` int(11) DEFAULT NULL,
  `disabled` int(11) DEFAULT NULL,
  PRIMARY KEY (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lise_fielddefs`
--

LOCK TABLES `cmsqy_module_lise_fielddefs` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_lise_fielddefs` DISABLE KEYS */;
INSERT INTO `cmsqy_module_lise_fielddefs` (`type`, `originator`, `path`, `active`, `disabled`) VALUES ('BackendText','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/BackendText',1,0),
('Categories','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/Categories',1,0),
('Checkbox','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/Checkbox',1,0),
('CheckboxGroup','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/CheckboxGroup',1,0),
('ColorPicker','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/ColorPicker',1,0),
('ContentPages','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/ContentPages',1,0),
('CoreFilePicker','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/CoreFilePicker',1,0),
('CustomFromSmarty','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/CustomFromSmarty',1,0),
('CustomFromUDT','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/CustomFromUDT',1,0),
('Dropdown','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/Dropdown',1,0),
('FEUDropdown','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/FEUDropdown',1,1),
('FEUMultiSelect','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/FEUMultiSelect',1,1),
('FEUSingleSelect','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/FEUSingleSelect',1,1),
('FileUpload','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/FileUpload',1,0),
('GalleryDropdown','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/GalleryDropdown',1,1),
('GBFilePicker','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/GBFilePicker',1,1),
('HelpPopup','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/HelpPopup',1,0),
('JMFilePicker','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/JMFilePicker',1,1),
('JQueryMultiSelect','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/JQueryMultiSelect',1,0),
('LISEInstance','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/LISEInstance',1,0),
('LISEInstanceItem','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/LISEInstanceItem',1,0),
('MultiSelect','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/MultiSelect',1,0),
('Preview','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/Preview',1,0),
('RadioGroup','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/RadioGroup',1,0),
('SelectDateTime','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/SelectDateTime',1,0),
('SelectFile','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/SelectFile',1,0),
('Slider','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/Slider',1,0),
('Tabs','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/Tabs',1,0),
('Tags','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/Tags',1,0),
('TextArea','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/TextArea',1,0),
('TextInput','LISE','/home/csmtrave/public_html/cmss/modules/LISE/lib/fielddefs/TextInput',1,0);
/*!40000 ALTER TABLE `cmsqy_module_lise_fielddefs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_lise_instances`
--

DROP TABLE IF EXISTS `cmsqy_module_lise_instances`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lise_instances` (
  `module_id` int(11) NOT NULL AUTO_INCREMENT,
  `module_name` varchar(160) DEFAULT NULL,
  `module_mode` int(11) DEFAULT NULL,
  PRIMARY KEY (`module_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lise_instances`
--

LOCK TABLES `cmsqy_module_lise_instances` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_lise_instances` DISABLE KEYS */;
INSERT INTO `cmsqy_module_lise_instances` (`module_id`, `module_name`, `module_mode`) VALUES (1,'LISEPackages',0),
(4,'LISEInspiration',0),
(5,'LISEPages',0);
/*!40000 ALTER TABLE `cmsqy_module_lise_instances` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_liseinspiration_category`
--

DROP TABLE IF EXISTS `cmsqy_module_liseinspiration_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_liseinspiration_category` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(255) DEFAULT NULL,
  `category_alias` varchar(255) DEFAULT NULL,
  `category_description` text DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `hierarchy` varchar(255) DEFAULT NULL,
  `hierarchy_path` varchar(255) DEFAULT NULL,
  `id_hierarchy` varchar(255) DEFAULT NULL,
  `active` int(11) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  `key1` varchar(50) DEFAULT NULL,
  `key2` varchar(50) DEFAULT NULL,
  `key3` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_liseinspiration_category`
--

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

--
-- Table structure for table `cmsqy_module_liseinspiration_fielddef`
--

DROP TABLE IF EXISTS `cmsqy_module_liseinspiration_fielddef`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_liseinspiration_fielddef` (
  `fielddef_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `help` varchar(255) DEFAULT NULL,
  `type` varchar(50) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `required` int(11) DEFAULT NULL,
  `template` varchar(255) DEFAULT NULL,
  `extra` text DEFAULT NULL,
  PRIMARY KEY (`fielddef_id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_liseinspiration_fielddef`
--

LOCK TABLES `cmsqy_module_liseinspiration_fielddef` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_liseinspiration_fielddef` DISABLE KEYS */;
INSERT INTO `cmsqy_module_liseinspiration_fielddef` (`fielddef_id`, `name`, `alias`, `help`, `type`, `position`, `required`, `template`, `extra`) VALUES (1,'Subtitle','subtitle','','TextInput',0,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(2,'Minutes to read','minutes_to_read','','TextInput',6,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(3,'Category','category','','Dropdown',7,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(4,'introduction','introduction','','TextArea',3,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(5,'Body','body','','TextArea',4,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(10,'Route','route','','TextInput',1,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(11,'Itinary days','itinerary_days','','TextArea',5,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(15,'Start','start','','TextInput',2,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(16,'gallery1','gallery1','','CoreFilePicker',8,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL),
(17,'gallery2','gallery2','','CoreFilePicker',9,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL),
(18,'gallery3','gallery3','','CoreFilePicker',10,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL),
(19,'gallery4','gallery4','','CoreFilePicker',11,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL),
(20,'Map','map','','CoreFilePicker',12,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL),
(21,'Image','image','','CoreFilePicker',13,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL);
/*!40000 ALTER TABLE `cmsqy_module_liseinspiration_fielddef` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_liseinspiration_fielddef_opts`
--

DROP TABLE IF EXISTS `cmsqy_module_liseinspiration_fielddef_opts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_liseinspiration_fielddef_opts` (
  `fielddef_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `value` text DEFAULT NULL,
  PRIMARY KEY (`fielddef_id`,`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_liseinspiration_fielddef_opts`
--

LOCK TABLES `cmsqy_module_liseinspiration_fielddef_opts` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_liseinspiration_fielddef_opts` DISABLE KEYS */;
INSERT INTO `cmsqy_module_liseinspiration_fielddef_opts` (`fielddef_id`, `name`, `value`) VALUES (1,'max_length','255'),
(1,'search_index','0'),
(1,'size','20'),
(2,'max_length','255'),
(2,'search_index','0'),
(2,'size','20'),
(3,'options','Railway\r\nSelf Drive\r\nSmall Tour'),
(4,'max_length','6000'),
(4,'search_index','0'),
(4,'wysiwyg','1'),
(5,'max_length','6000'),
(5,'search_index','0'),
(5,'wysiwyg','1'),
(10,'max_length','255'),
(10,'search_index','0'),
(10,'size','20'),
(11,'max_length','6000'),
(11,'search_index','0'),
(11,'wysiwyg','1'),
(15,'max_length','255'),
(15,'search_index','0'),
(15,'size','20'),
(16,'profiles',''),
(17,'profiles',''),
(18,'profiles',''),
(19,'profiles',''),
(20,'profiles',''),
(21,'profiles','');
/*!40000 ALTER TABLE `cmsqy_module_liseinspiration_fielddef_opts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_liseinspiration_fieldval`
--

DROP TABLE IF EXISTS `cmsqy_module_liseinspiration_fieldval`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_liseinspiration_fieldval` (
  `item_id` int(11) NOT NULL,
  `fielddef_id` int(11) NOT NULL,
  `value_index` int(11) NOT NULL,
  `value` text DEFAULT NULL,
  `data` text DEFAULT NULL,
  PRIMARY KEY (`item_id`,`fielddef_id`,`value_index`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_liseinspiration_fieldval`
--

LOCK TABLES `cmsqy_module_liseinspiration_fieldval` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_liseinspiration_fieldval` DISABLE KEYS */;
INSERT INTO `cmsqy_module_liseinspiration_fieldval` (`item_id`, `fielddef_id`, `value_index`, `value`, `data`) VALUES (4,1,0,'An 8-Day Vancouver & Whistler Adventure',NULL),
(4,2,0,'2',NULL),
(4,3,0,'Self Drive',NULL),
(4,4,0,'<p><strong>Overview</strong><br /><br />Eight days exploring two of British Columbia\'s most iconic destinations, combining city sightseeing in Vancouver with the alpine charm of Whistler. From whale watching off the coast to a sunset bear-spotting excursion in the mountains, this is a beautifully varied trip showcasing the very best of coastal and mountain Canada.</p>',NULL),
(4,5,0,'<p><strong>Highlights</strong><br /><br />Hop-on hop-off sightseeing around Vancouver, half-day whale watching with Prince of Whales, Grouse Mountain and the Capilano Suspension Bridge, and an unforgettable sunset bear-watching excursion near Whistler.</p>',NULL),
(4,10,0,'Vancouver  -  Whistler',NULL),
(4,11,0,'<ul>\r\n<li>Day 1: Vancouver On arrival, you\'re met for a private transfer to the Coast Coal Harbour, your base in the city for the next four nights. Settle in and enjoy the harbour views before the adventure begins tomorrow. Overnight is at the Coast Coal Harbour.</li>\r\n<li>Day 2: Vancouver Explore the city at your own pace today with a Hop-on Hop-off Discovery Pass. Hop off wherever catches your eye, from Stanley Park to Granville Island, and back on when you\'re ready to move on. Overnight is at the Coast Coal Harbour.</li>\r\n<li>Day 3: Vancouver This afternoon, head out on a half-day whale watching excursion with Prince of Whales, one of the most thrilling ways to experience the waters around Vancouver, with orcas, humpbacks and other marine life a real possibility depending on the season. Overnight is at the Coast Coal Harbour.</li>\r\n<li>Day 4: Vancouver Today\'s excursion takes you up Grouse Mountain for sweeping views over the city, followed by a walk across the famous Capilano Suspension Bridge, a thrilling and beautiful way to see the rainforest canopy from above. Overnight is at the Coast Coal Harbour.</li>\r\n<li>Day 5: Vancouver - Whistler This morning, board your scheduled bus transfer to Whistler, arriving in time to check into the Crystal Lodge, your base for the next three nights in the heart of the village. Overnight is at the Crystal Lodge.</li>\r\n<li>Day 6: Whistler This evening, head out on the Evening with the Bears Land Rover Sunset Excursion, a magical way to spot local wildlife as the light fades over the mountains. Overnight is at the Crystal Lodge.</li>\r\n<li>Day 7: Whistler A free day to enjoy Whistler Village at your leisure. Browse the boutiques, ride the Peak 2 Peak Gondola, or simply soak in the alpine scenery one last time. Overnight is at the Crystal Lodge.</li>\r\n<li>Day 8: Depart Whistler This morning, board your scheduled transfer back to Vancouver Airport ahead of your departure flight home.</li>\r\n</ul>',NULL),
(4,16,0,'images/packages/black bear grass (2).jpg',NULL),
(4,17,0,'images/packages/sea to sky.jpg',NULL),
(4,18,0,'images/packages/vancouver downtown aerial.jpg',NULL),
(4,19,0,'images/packages/orca family.jpg',NULL),
(4,20,0,'images/map/inspiration1.webp',NULL),
(4,21,0,'images/packages/vancouver stanley park board walk II.jpg',NULL),
(5,1,0,'An 8-Day Canadian Winter Self-Drive Adventure',NULL),
(5,2,0,'3',NULL),
(5,3,0,'Self Drive',NULL),
(5,4,0,'<p>Eight crisp winter days through the snow-draped Canadian Rockies, self-driving between two of the most spectacular alpine settings in the world. From the frozen beauty of Lake Louise to the wildlife-rich valleys around Banff, this is a winter adventure built around snow tubing, wildlife spotting, and some of the most breathtaking mountain scenery anywhere on earth.</p>',NULL),
(5,10,0,'Calgary  -  Lake Louise  -  Banff  -  Mt. Norquay',NULL),
(5,11,0,'<ul>\r\n<li>Day 1 - Calgary to Lake Louise<br /> Collect your hire car from Calgary Airport this afternoon and set off on the scenic drive west into the mountains. Check into the Lake Louise Inn, your base for the next three nights, and settle in as the alpine scenery starts to work its magic.<br /> Overnight: Lake Louise Inn</li>\r\n<li>Day 2 - Lake Louise<br /> A full day of winter fun awaits at the Lake Louise Mountain Ski Area\'s Tube Park - one of the most scenic spots in the Rockies to spend an afternoon sliding down the slopes.<br /> Overnight: Lake Louise Inn</li>\r\n<li>Day 3 - Lake Louise<br /> Back to the Tube Park for round two, or take the morning to explore the frozen lake itself before an afternoon of more snow-tubing fun.<br /> Overnight: Lake Louise Inn</li>\r\n<li>Day 4 - Lake Louise to Banff<br /> Drive on to Banff today, checking into the Brewster Mountain Lodge for four nights - a cosy, character-filled base right in the heart of town.<br /> Included: Continental breakfast<br /> Overnight: Brewster Mountain Lodge</li>\r\n<li>Day 5 - Banff<br /> Today\'s excursion is a real highlight - a guided wildlife discovery tour combined with a trip up the Banff Gondola, giving you the best chance of spotting local wildlife alongside some genuinely spectacular views.<br /> Included: Continental breakfast<br /> Overnight: Brewster Mountain Lodge</li>\r\n<li>Day 6 - Mt. Norquay<br /> This morning, head to nearby Mt. Norquay for another round of snow tubing - a slightly different setting and slopes from Lake Louise, and a great way to spend an active morning.<br /> Included: Continental breakfast<br /> Overnight: Brewster Mountain Lodge</li>\r\n<li>Day 7 - Banff<br /> A free day to explore Banff at your leisure - the hot springs, the town\'s boutiques and cafes, or simply taking in the mountain views one last time.<br /> Included: Continental breakfast<br /> Overnight: Brewster Mountain Lodge</li>\r\n<li>Day 8 - Depart Calgary<br /> Drive back to Calgary this morning, dropping your hire car off by 5pm ahead of your departure flight home.</li>\r\n</ul>',NULL),
(5,16,0,'images/packages/ski.jpg',NULL),
(5,17,0,'images/packages/banff gondola.jpg',NULL),
(5,18,0,'images/packages/bann winter air.jpg',NULL),
(5,19,0,'images/packages/lake louise winter.jpg',NULL),
(5,20,0,'images/map/inspiration2.webp',NULL),
(5,21,0,'images/packages/ski.jpg',NULL),
(6,1,0,'An 11-Day Canadian Rail & Self-Drive Journey',NULL),
(6,2,0,'3',NULL),
(6,3,0,'Railway',NULL),
(6,4,0,'<p>Eleven unforgettable days through the heart of the Canadian Rockies, combining the iconic Rocky Mountaineer rail journey with the freedom of a self-drive adventure. Starting in cosmopolitan Vancouver, you\'ll wind your way through Whistler\'s mountain scenery before boarding the GoldLeaf service for a spectacular two-day rail journey to Jasper. From there, pick up your car and drive the legendary Icefields Parkway to Banff, before finishing in style at the world-famous Calgary Stampede.</p>',NULL),
(6,5,0,'<p>Whistler and the Sea to Sky Gondola, the Rocky Mountaineer GoldLeaf rail journey through the Rockies, white water rafting and wildlife spotting near Jasper, the Banff Gondola at golden hour, and two unforgettable days at the Calgary Stampede.</p>',NULL),
(6,10,0,'Vancouver  -  Whistler  -  Rocky Mountaineer  -  Jasper  -  Banff  -  Calgary Stampede',NULL),
(6,11,0,'<ul>\r\n<li>Day 1: Vancouver Touch down in Vancouver and settle into the Sheraton Vancouver Wall Centre, your base in the city for the next three nights. Take it easy after your flight and enjoy exploring Vancouver\'s waterfront and historic Gastown. Overnight is at the Sheraton Vancouver Wall Centre.</li>\r\n<li>Day 2: Vancouver This morning you\'re picked up for the Whistler, Shannon Falls and Sea to Sky Gondola excursion, one of British Columbia\'s most scenic day trips. Enjoy spectacular mountain views from the gondola before exploring Whistler Village. Back in Vancouver, enjoy dinner at your leisure before returning to the hotel. Overnight is at the Sheraton Vancouver Wall Centre.</li>\r\n<li>Day 3: Vancouver A free day to explore Vancouver at your own pace. Visit Stanley Park, browse the markets and shops on Granville Island, or stroll along the waterfront before tomorrow\'s rail adventure begins. Overnight is at the Sheraton Vancouver Wall Centre.</li>\r\n<li>Day 4: Rocky Mountaineer - Kamloops This morning, board the Rocky Mountaineer\'s GoldLeaf Service for an unforgettable rail journey through the Canadian Rockies. Enjoy panoramic views from the glass-domed carriage and gourmet dining onboard as you travel towards Kamloops for an overnight stay. Included: Breakfast and lunch.</li>\r\n<li>Day 5: Kamloops - Jasper Continue your Rocky Mountaineer journey through dramatic mountain scenery before arriving in Jasper. Check into the iconic Fairmont Jasper Park Lodge, beautifully located on the shores of Lac Beauvert, for a two-night stay. Included: Breakfast and lunch. Overnight is at the Fairmont Jasper Park Lodge.</li>\r\n<li>Day 6: Jasper Pick up your hire car this morning and begin the self-drive portion of your holiday. Experience the excitement of white-water rafting followed by an evening wildlife discovery tour through Jasper National Park. Overnight is at the Fairmont Jasper Park Lodge.</li>\r\n<li>Day 7: Jasper - Banff Travel south along the spectacular Icefields Parkway, widely regarded as one of the most scenic drives in the world. Arrive in Banff and check into the Banff Park Lodge for two nights. Later, ride the Banff Gondola for breathtaking views over the surrounding mountains. Overnight is at the Banff Park Lodge.</li>\r\n<li>Day 8: Banff Enjoy a free day in Banff National Park. Explore Lake Louise and Moraine Lake, browse Banff\'s shops and galleries, or simply relax and enjoy the stunning mountain surroundings. Overnight is at the Banff Park Lodge.</li>\r\n<li>Day 9: Banff - Calgary Drive east to Calgary and check into the Delta Hotels Calgary Downtown for a two-night stay. This evening, enjoy the first night of your Calgary Stampede Two-Day Thrill Package, including the famous evening show. Overnight is at the Delta Hotels Calgary Downtown.</li>\r\n<li>Day 10: Calgary Stampede Spend the day experiencing the excitement of the Calgary Stampede, one of the world\'s largest outdoor festivals. Enjoy thrilling rodeo action, entertainment, and the unique atmosphere of this iconic Canadian event. Overnight is at the Delta Hotels Calgary Downtown.</li>\r\n<li>Day 11: Depart Calgary Drop off your hire car at Calgary Airport and check in for your departure flight home, bringing your Canadian adventure to a close.</li>\r\n</ul>',NULL),
(6,15,0,'Vancouver',NULL),
(6,16,0,'images/packages/rocky mountaineer gold.webp',NULL),
(6,17,0,'images/packages/stampede.jpg',NULL),
(6,18,0,'images/packages/rocky mountaineer.jpg',NULL),
(6,19,0,'images/packages/spirit island.jpg',NULL),
(6,20,0,'images/map/inspiration3.webp',NULL),
(6,21,0,'images/packages/rocky mountaineer.jpg',NULL),
(7,1,0,'An 8-Day Rocky Mountaineer Adventure',NULL),
(7,2,0,'3',NULL),
(7,3,0,'Railway',NULL),
(7,4,0,'<p>An eight day journey linking the Canadian Rockies to the Pacific coast, combining a guided introduction to Banff with the legendary Rocky Mountaineer rail journey and a relaxed few days exploring Vancouver. A wonderful way to experience the very best of Western Canada without needing to drive a mile.</p>',NULL),
(7,5,0,'<p>A guided day tour from Calgary to Banff including the Banff Gondola and a Lake Minnewanka cruise, the spectacular two-day Rocky Mountaineer First Passage to the West rail journey, and city sightseeing in Vancouver with a hop-on hop-off pass.</p>',NULL),
(7,10,0,'Calgary  -  Banff  -  Rocky Mountaineer  -  Vancouver',NULL),
(7,11,0,'<ul>\r\n<li>Day 1: Calgary Arrive in Calgary and settle into the Sandman Signature Downtown for an overnight stay, ready to begin your Rocky Mountain adventure the following morning. Overnight is at the Sandman Signature Downtown.</li>\r\n<li>Day 2: Calgary - Banff Today\'s Explore Banff Tour takes you from Calgary into the heart of the Canadian Rockies. Enjoy a ride on the Banff Gondola and a scenic cruise on Lake Minnewanka before arriving in Banff. Check into the Mount Royal Hotel for a two-night stay. Overnight is at the Mount Royal Hotel.</li>\r\n<li>Day 3: Banff Enjoy a free day to explore Banff at your own pace. Stroll through the town centre, take in the mountain scenery, or simply relax and enjoy the atmosphere of this iconic Rocky Mountain destination. Overnight is at the Mount Royal Hotel.</li>\r\n<li>Day 4: Rocky Mountaineer - Kamloops Board the Rocky Mountaineer\'s First Passage to the West route in SilverLeaf Service and begin your spectacular rail journey through the Canadian Rockies and British Columbia\'s interior. Overnight accommodation is provided en route. Included: Breakfast and lunch.</li>\r\n<li>Day 5: Kamloops - Vancouver Continue your Rocky Mountaineer journey west through dramatic canyons, river valleys and coastal scenery before arriving in Vancouver. Check into the Century Plaza Hotel for a three-night stay. Included: Breakfast and lunch. Overnight is at the Century Plaza Hotel.</li>\r\n<li>Day 6: Vancouver Discover Vancouver with your 24-hour Big Bus Hop-on Hop-off Discovery Pass. Explore attractions such as Stanley Park, Gastown and Granville Island at your own pace while enjoying the flexibility of unlimited hop-on hop-off access. Overnight is at the Century Plaza Hotel.</li>\r\n<li>Day 7: Vancouver Enjoy a free day in Vancouver. Spend time exploring neighbourhoods, shopping, dining or revisiting your favourite sights before your holiday comes to an end. Overnight is at the Century Plaza Hotel.</li>\r\n<li>Day 8: Depart Vancouver Check out of your hotel this morning and make your way to the airport for your departure flight home.</li>\r\n</ul>',NULL),
(7,15,0,'Calgary',NULL),
(7,16,0,'images/packages/rocky mountaineer gold.webp',NULL),
(7,17,0,'images/packages/banf downtown.jpg',NULL),
(7,18,0,'images/packages/rocky mountaineer.jpg',NULL),
(7,19,0,'images/packages/calgary highway.jpg',NULL),
(7,20,0,'images/map/calgary-banf-vancouver.webp',NULL),
(7,21,0,'images/packages/calgary highway.jpg',NULL);
/*!40000 ALTER TABLE `cmsqy_module_liseinspiration_fieldval` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_liseinspiration_item`
--

DROP TABLE IF EXISTS `cmsqy_module_liseinspiration_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_liseinspiration_item` (
  `item_id` int(11) NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `category_id` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `active` int(11) DEFAULT NULL,
  `create_time` datetime DEFAULT NULL,
  `modified_time` datetime DEFAULT NULL,
  `start_time` date DEFAULT NULL,
  `end_time` date DEFAULT NULL,
  `key1` varchar(50) DEFAULT NULL,
  `key2` varchar(50) DEFAULT NULL,
  `key3` varchar(50) DEFAULT NULL,
  `owner` int(11) DEFAULT NULL,
  PRIMARY KEY (`item_id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_liseinspiration_item`
--

LOCK TABLES `cmsqy_module_liseinspiration_item` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_liseinspiration_item` DISABLE KEYS */;
INSERT INTO `cmsqy_module_liseinspiration_item` (`item_id`, `url`, `category_id`, `title`, `alias`, `position`, `active`, `create_time`, `modified_time`, `start_time`, `end_time`, `key1`, `key2`, `key3`, `owner`) VALUES (4,'liseinspiration/whales-bears-mountains',NULL,'Whales, Bears & Mountains','whales_bears_mountains_000001',1,1,'2026-06-19 11:30:45','2026-06-20 16:55:58',NULL,NULL,NULL,NULL,NULL,1),
(5,'liseinspiration/snow-ice-rockies',NULL,'Snow, Ice & Rockies','snow_ice_rockies_000005',2,1,'2026-06-19 21:59:06','2026-06-20 17:36:34',NULL,NULL,NULL,NULL,NULL,1),
(6,'liseinspiration/rockies-rail-rodeo',NULL,'Rockies, Rail & Rodeo','rockies_rail_rodeo_000006',3,1,'2026-06-20 18:05:03','2026-06-20 18:05:03',NULL,NULL,NULL,NULL,NULL,1),
(7,'liseinspiration/mountains-to-the-coast',NULL,'Mountains to the Coast','mountains_to_the_coast_000007',4,1,'2026-06-20 18:14:50','2026-06-20 18:25:25',NULL,NULL,NULL,NULL,NULL,1);
/*!40000 ALTER TABLE `cmsqy_module_liseinspiration_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_liseinspiration_item_categories`
--

DROP TABLE IF EXISTS `cmsqy_module_liseinspiration_item_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_liseinspiration_item_categories` (
  `item_id` int(11) NOT NULL DEFAULT -1,
  `category_id` int(11) NOT NULL DEFAULT -1,
  PRIMARY KEY (`item_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_liseinspiration_item_categories`
--

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

--
-- Table structure for table `cmsqy_module_lisepackages_category`
--

DROP TABLE IF EXISTS `cmsqy_module_lisepackages_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lisepackages_category` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(255) DEFAULT NULL,
  `category_alias` varchar(255) DEFAULT NULL,
  `category_description` text DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `hierarchy` varchar(255) DEFAULT NULL,
  `hierarchy_path` varchar(255) DEFAULT NULL,
  `id_hierarchy` varchar(255) DEFAULT NULL,
  `active` int(11) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  `key1` varchar(50) DEFAULT NULL,
  `key2` varchar(50) DEFAULT NULL,
  `key3` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lisepackages_category`
--

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

--
-- Table structure for table `cmsqy_module_lisepackages_fielddef`
--

DROP TABLE IF EXISTS `cmsqy_module_lisepackages_fielddef`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lisepackages_fielddef` (
  `fielddef_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `help` varchar(255) DEFAULT NULL,
  `type` varchar(50) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `required` int(11) DEFAULT NULL,
  `template` varchar(255) DEFAULT NULL,
  `extra` text DEFAULT NULL,
  PRIMARY KEY (`fielddef_id`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lisepackages_fielddef`
--

LOCK TABLES `cmsqy_module_lisepackages_fielddef` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_lisepackages_fielddef` DISABLE KEYS */;
INSERT INTO `cmsqy_module_lisepackages_fielddef` (`fielddef_id`, `name`, `alias`, `help`, `type`, `position`, `required`, `template`, `extra`) VALUES (1,'Subtitle DE','subtitle_de','','TextInput',2,0,'{$fielddef.name}: {$fielddef.value}',''),
(4,'Introduction','introduction','','TextArea',13,0,'{$fielddef.name}: {$fielddef.value}',''),
(5,'Body','body','','TextArea',15,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(7,'Package Code','package_code','','TextInput',3,1,'{$fielddef.name}: {$fielddef.value}',NULL),
(8,'Reslynx url','reslynx_url','','TextInput',19,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(9,'Trip Types','trip_types','','CheckboxGroup',5,0,'{$fielddef.name}: {implode(\',\', $fielddef.value)}',''),
(10,'Package details','package_details','Format: Day X: Title | Description','TextArea',17,0,'{$fielddef.name}: {$fielddef.value}',''),
(11,'Region','destination','','CheckboxGroup',4,0,'{$fielddef.name}: {implode(\',\', $fielddef.value)}',NULL),
(12,'Duration','duration','Format 14 Days / 13 Nights','TextInput',9,0,'{$item->fielddefs.duration->value}',''),
(13,'Starting price','starting_price','','TextInput',10,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(14,'Route','route','','TextInput',8,0,'{$fielddef.name}: {$fielddef.value}',''),
(15,'Activity level','activity_level','','Dropdown',12,0,'{$fielddef.name}: {$fielddef.value}',''),
(16,'Featured','is_featured','','Checkbox',6,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(18,'Departure dates','departure_dates','','TextArea',11,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(19,'Price conditions','price_conditions','','TextArea',18,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(24,'Start','start','','TextInput',7,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(25,'gallery1','gallery1','','CoreFilePicker',20,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL),
(26,'gallery2','gallery2','','CoreFilePicker',21,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL),
(27,'gallery3','gallery3','','CoreFilePicker',22,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL),
(28,'gallery4','gallery4','','CoreFilePicker',23,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL),
(29,'Map','map','','CoreFilePicker',25,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL),
(30,'Image','image','','CoreFilePicker',26,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL),
(31,'gallery5','gallery5','','CoreFilePicker',24,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL),
(32,'Title DE','title_de','','TextInput',0,0,'{$fielddef.name}: {$fielddef.value}',''),
(33,'Subtitle','subtitle','','TextInput',1,0,'{$fielddef.name}: {$fielddef.value}',''),
(34,'Introduction DE','introduction_de','','TextArea',14,0,'{$fielddef.name}: {$fielddef.value}',''),
(35,'Body DE','body_de','','TextArea',16,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(36,'Comments','comments','','TextArea',27,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(37,'Updated','updated','','TextInput',28,1,'{$fielddef.name}: {$fielddef.value}',NULL);
/*!40000 ALTER TABLE `cmsqy_module_lisepackages_fielddef` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_lisepackages_fielddef_opts`
--

DROP TABLE IF EXISTS `cmsqy_module_lisepackages_fielddef_opts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lisepackages_fielddef_opts` (
  `fielddef_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `value` text DEFAULT NULL,
  PRIMARY KEY (`fielddef_id`,`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lisepackages_fielddef_opts`
--

LOCK TABLES `cmsqy_module_lisepackages_fielddef_opts` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_lisepackages_fielddef_opts` DISABLE KEYS */;
INSERT INTO `cmsqy_module_lisepackages_fielddef_opts` (`fielddef_id`, `name`, `value`) VALUES (1,'max_length','255'),
(1,'search_index','0'),
(1,'size','20'),
(4,'max_length','6000'),
(4,'search_index','1'),
(4,'wysiwyg','1'),
(5,'max_length','6000'),
(5,'search_index','0'),
(5,'wysiwyg','1'),
(7,'max_length','255'),
(7,'search_index','0'),
(7,'size','20'),
(8,'max_length','255'),
(8,'search_index','0'),
(8,'size','20'),
(9,'columns','1'),
(9,'jqui_buttons','0'),
(9,'options','group=Small Group\r\ntrain=Train Journey\r\nself=Self Drive\r\nsoft= Soft Package\r\nexcursion = Excursion\r\nwinter = Winter'),
(9,'separator',''),
(10,'0','0'),
(10,'1','6000'),
(10,'2','0'),
(10,'max_length','6000'),
(10,'search_index','0'),
(10,'wysiwyg','1'),
(11,'columns','1'),
(11,'jqui_buttons','0'),
(11,'options','western=Western Canada\r\neastern=Eastern Canada\r\nusa=western=Alaska and Yukon\r\n\r\n'),
(11,'separator',''),
(12,'max_length','255'),
(12,'search_index','0'),
(12,'size','20'),
(13,'max_length','255'),
(13,'search_index','0'),
(13,'size','20'),
(14,'max_length','355'),
(14,'search_index','0'),
(14,'size','20'),
(15,'options','easy=Relaxed\r\nmoderate=Moderate\r\nactive=Active\r\nchallenging=Challenging'),
(18,'max_length','6000'),
(18,'search_index','0'),
(18,'wysiwyg','1'),
(19,'max_length','6000'),
(19,'search_index','0'),
(19,'wysiwyg','1'),
(24,'max_length','255'),
(24,'search_index','0'),
(24,'size','20'),
(25,'profiles',''),
(26,'profiles',''),
(27,'profiles',''),
(28,'profiles',''),
(29,'profiles',''),
(31,'profiles',''),
(32,'max_length','255'),
(32,'search_index','0'),
(32,'size','20'),
(33,'max_length','255'),
(33,'search_index','0'),
(33,'size','20'),
(34,'max_length','6000'),
(34,'search_index','0'),
(34,'wysiwyg','1'),
(35,'max_length','6000'),
(35,'search_index','0'),
(35,'wysiwyg','1'),
(36,'max_length','6000'),
(36,'search_index','0'),
(36,'wysiwyg','1'),
(37,'max_length','255'),
(37,'search_index','0'),
(37,'size','20');
/*!40000 ALTER TABLE `cmsqy_module_lisepackages_fielddef_opts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_lisepackages_fieldval`
--

DROP TABLE IF EXISTS `cmsqy_module_lisepackages_fieldval`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lisepackages_fieldval` (
  `item_id` int(11) NOT NULL,
  `fielddef_id` int(11) NOT NULL,
  `value_index` int(11) NOT NULL,
  `value` text DEFAULT NULL,
  `data` text DEFAULT NULL,
  PRIMARY KEY (`item_id`,`fielddef_id`,`value_index`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lisepackages_fieldval`
--

LOCK TABLES `cmsqy_module_lisepackages_fieldval` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_lisepackages_fieldval` DISABLE KEYS */;
INSERT INTO `cmsqy_module_lisepackages_fieldval` (`item_id`, `fielddef_id`, `value_index`, `value`, `data`) VALUES (1,1,0,'Hotelrundreise durch den Westen Kanadas',NULL),
(1,4,0,'<p>This itinerary speaks for itself! On this guided hotel tour, we will take your clients to all the great sights British Columbia and Alberta have to offer: vineyards in the Interior, peaks and beautiful alpine lakes in the Rocky Mountains, the famous Inside Passage and Vancouver Island. Furthermore, your clients will come to appreciate Western Canada&rsquo;s exciting history. Traveling with a small group of people will make this journey an especially enjoyable and memorable one.</p>',NULL),
(1,5,0,'<ul>\r\n<li>small group (max. 12 people)</li>\r\n<li>guaranteed departures</li>\r\n<li>transportation in comfortable van</li>\r\n<li>local guide/driver</li>\r\n<li>Rocky Mountain National Parks</li>\r\n<li>amazing Inside Passage experience</li>\r\n<li>Vancouver Island, incl. whale watching tour</li>\r\n<li>many activities included</li>\r\n</ul>',NULL),
(1,7,0,'BCHIGH',NULL),
(1,8,0,'https://ui.reslynx.com/grouptours/search/0/null/null/null/null/null/null/null/null/2801',NULL),
(1,9,0,'Small Group',NULL),
(1,10,0,'<ul>\r\n<li>Day 1: Vancouver Arrival in Vancouver and transfer to the hotel on your own (NEW). In the evening, the group will meet to discuss the tour itinerary with the tour guide. Overnight is at the Sandman Hotel Vancouver Airport.</li>\r\n<li>Day 2: Vancouver - Manning Park - Oliver We depart from Vancouver and go on to Manning Park and further to the Okanagan Valley where we will be visiting one of the wineries for a tour and a tasting. Overnight is at the Coast Oliver Hotel.</li>\r\n<li>Day 3: Oliver - Kelowna - Vernon - Revelstoke On our way through the Okanagan Valley, we will stop in Kelowna for a stroll through the park and an amazing view from Knox Mountain. Later on, in Craigellachie, we will visit the site where in 1885 the train tracks to connect British Columbia to the rest of the country were completed. In the early evening, we reach Revelstoke; our hotel is the Regent Hotel.</li>\r\n<li>Day 4: Revelstoke - Golden - Canmore We continue to the Rocky Mountains today. At Rogers Pass we visit the informative Visitor Centre, and in Yoho National Park a stop is made at the Natural Bridge and at beautiful Emerald Lake. There is time for a stroll along the lake or for a canoe trip (optional). We then continue to Banff, where we spend two nights at the Brewster Mountain Lodge.</li>\r\n<li>Day 5: Banff National Park The entire day is spent touring Banff and Banff National Park. We visit famous Lake Louise and Lake Moraine, and in the afternoon, there will be some time at leisure to explore the town of Banff on an individual basis.</li>\r\n<li>Day 6: Canmore - Jasper Today we travel along the Icefields Parkway. With its many beautiful lakes and waterfalls, it is probably the most scenic route in the Rocky Mountains. This day includes visiting the world-renowned Columbia Icefields where you will have the opportunity to walk right up to the edge of the glacier. Then on to Jasper and overnight at the Whistler&rsquo;s Inn.</li>\r\n<li>Day 7: Jasper - Maligne Canyon - Prince George Day 7: Jasper - Maligne Canyon - Prince George In the morning, we will visit the spectacular Maligne Canyon. A short hike will take us to breathtaking views of the gorge. On our way to Prince George, we will enjoy great views of Mount Robson, the highest peak in the Canadian Rockies. Overnight is at the Prestige Treasure Cove Hotel in Prince George.</li>\r\n<li>Day 8: Prince George - Smithers The drive from Prince George to Smithers will give you a good impression of the vastness of the country &ndash; trees and little lakes as far as the eye can see! Overnight is at the Prestige Hudson Bay Lodge in Smithers.</li>\r\n<li>Day 9: Smithers - Hazelton - Terrace - Prince Rupert Today&rsquo;s highlight is a visit to the Ksan First Nations Village in Hazelton. The reconstructed Native Village consists of five traditional longhouses and several totem poles. We then continue to Prince Rupert where we overnight at the Prestige Oceanview Hotel.</li>\r\n<li>Day 10: Inside Passage to Vancouver Island Today we travel the world-famous Inside Passage from Prince Rupert to Port Hardy. During the 15-hour-trip there are good opportunities to watch wildlife: bald eagles, dolphins, sea otters and sometimes even whales. In the late evening, we arrive in Port Hardy we stay at the Kwa&rsquo;lilas Hotel.</li>\r\n<li>Day 11: Port Hardy - Campbell River We depart from Port Hardy and go on to the small and very picturesque fishing village of Telegraph Cove. From there we will take a whale-watching trip to view killer whales in their natural habitat. Later, we proceed to Campbell River where we overnight at the Anchor Inn &amp; Suites.</li>\r\n<li>Day 12: Campbell River - Duncan - Victoria We depart from Campbell River and continue to Victoria today. En route, we will make a little detour to visit the Cathedral Grove Park to have a look at the temperate rainforest with its 800-year-old and 5-metre-thick Douglas Firs! In the afternoon, there is time for a stroll through Victoria, the capital of British Columbia. We overnight at the Embassy Inn, close to the Inner Harbour.</li>\r\n<li>Day 13: Victoria - ferry ride to Vancouver The morning will be at leisure to explore charming Victoria on an individual basis. In the afternoon, we drive along the Marine Scenic Drive to the ferry terminal at Swartz Bay to catch the ferry to Vancouver. In Vancouver, we will stay at the Sandman Vancouver City Centre Hotel on Georgia Street.</li>\r\n<li>Day 14: Vancouver Today will be at leisure to explore the city. Don&rsquo;t miss the great view of the city from the top of the Harbour Building and take a stroll along Robson Street. Should you wish to spend a little more time in this fascinating city, we recommend booking additional nights through CSM Travel.</li>\r\n<li>Day 15: Time to say goodbye! Transfer to the airport on your own (NEW) with subsequent return flight to Europe. We thank you for taking part in the trip and are confident that you will take many great memories home with you</li>\r\n</ul>',NULL),
(1,11,0,'Western Canada',NULL),
(1,12,0,'15 days / 14 nights',NULL),
(1,13,0,'5,950.00',NULL),
(1,14,0,'Vancouver – Oliver – Revelstoke – Canmore – Banff – Jasper – Prince George – Smithers – Prince Rupert – Port Hardy – Campbell River – Victoria – Vancouver',NULL),
(1,15,0,'Active',NULL),
(1,16,0,'1',NULL),
(1,18,0,'<p>BCHIGH1 27.06.2026 &ndash; 11.07.2026<br>BCHIGH2 19.07.2026 &ndash; 02.08.2026<br>BCHIGH3 08.08.2026 &ndash; 22.08.2026<br>BCHIGH4 22.08.2026 &ndash; 05.09.2026<br>BCHIGH5 30.08.2026 &ndash; 13.09.2026 *<br>BCHIGH6 13.09.2026 &ndash; 27.09.2026</p>',NULL),
(1,19,0,'<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>Tour as described, 14 nights&rsquo; accommodation as described or similar (moderate accommodation),</li>\r\n<li>local driver-guide from/to Vancouver</li>\r\n<li>transportation in a 15-seater passenger van</li>\r\n<li>ferry ride from Vancouver Island to Vancouver and Inside Passage, transport of baggage (1 piece per person), national park fees,</li>\r\n<li>the following activities and entry fees: wine tour &amp; tasting, Ksan First Nations Village and 3 &frac12; hour whale watching excursion, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, airport transfers, tips (recommended is $15/day/person to driver/guide and 20% for group meals) and optional activities.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Rate from and to Vancouver in CAD: Per person, double occupancy 5,950.00 Per person, single occupancy 8,150.00 Early booking discount: (per person) <br>Until October 31st 2025 300.00 Nov 1st 2023 - Jan.1st 2026: 150.00</li>\r\n<li>NOTE &ndash; This group tour is designed for adults.</li>\r\n<li>The maximum number of participants is limited to 12.</li>\r\n<li><strong>A signed liability waiver is mandatory for participation in this tour.</strong></li>\r\n<li>Requirements to Participants: Participants should be able to get in and out of the van with ease. During this trip there will be several included walks, typically less than one hour and or 5km in length.</li>\r\n<li><strong>CAD 750.00 deposit per person due at time of booking</strong></li>\r\n</ul>',NULL),
(1,24,0,'Vancouver',NULL),
(1,25,0,'images/packages/vancouver stanley park.jpg',NULL),
(1,26,0,'images/packages/tonfino long beach.jpg',NULL),
(1,27,0,'images/bus.jpg',NULL),
(1,28,0,'images/packages/inside passage.jpg',NULL),
(1,29,0,'images/map/BCHIGH.webp',NULL),
(1,30,0,'images/packages/black bear grass.jpg',NULL),
(1,32,0,'EN WESTEN ENTDECKEN',NULL),
(1,33,0,'Hotel Round Trip through Western Canada',NULL),
(2,1,0,'Hiking tour from the Rocky Mountains to the Pacific Ocean',NULL),
(2,4,0,'<p>Experience Western Canada&rsquo;s amazing landscapes by hiking the most beautiful trails with a small group of fellow adventurists and an experienced guide. The route leads through the spectacular Rocky Mountain National Parks, Wells Gray Park, the Coast Mountain range and the West Coast of Vancouver Island. This country is home to black and grizzly bears, moose and bald eagles - with any luck we will be able to observe these animals in their natural habitat. You will rest in comfortable accommodations, so each morning the group will wake up refreshed and ready for another adventure.</p>',NULL),
(2,5,0,'<ul>\r\n<li>small group (max. 12 people)</li>\r\n<li>guaranteed departures</li>\r\n<li>transportation in comfortable van</li>\r\n<li>all breakfasts included</li>\r\n<li>hiking in the National Parks</li>\r\n<li>Peak2Peak Gondola in Whistler</li>\r\n<li>wildlife watching</li>\r\n</ul>',NULL),
(2,7,0,'BCLODG',NULL),
(2,9,0,'Small Group',NULL),
(2,10,0,'<ul>\r\n<li>Day 1: Calgary Arrive in Calgary and make your own way to the Sandman Hotel Calgary Airport. Meet your fellow travellers and tour guide during the pre-trip information session before the adventure begins. Overnight is at the Sandman Hotel Calgary Airport.</li>\r\n<li>Day 2: Calgary - Banff - Banff National Park After exploring Calgary, travel into the Canadian Rockies and Banff National Park. This afternoon, enjoy your first guided hike on one of Banff\'s scenic trails. The next three nights are spent at the Brewster Mountain Lodge in Banff. Overnight is at the Brewster Mountain Lodge.</li>\r\n<li>Day 3: Banff National Park Travel to Lake Louise and hike the spectacular Plain of Six Glaciers Trail, one of the most rewarding walks in the Rockies. Later, return to Banff where there is time to relax in the hot springs and explore the charming mountain town. Overnight is at the Brewster Mountain Lodge.</li>\r\n<li>Day 4: Yoho National Park Spend the day discovering the natural wonders of Yoho National Park. Highlights include a hike around beautiful Emerald Lake, a visit to the Natural Bridge over the Kicking Horse River and the impressive Takakkaw Falls. Overnight is at the Brewster Mountain Lodge.</li>\r\n<li>Day 5: Banff - Icefields Parkway - Jasper Travel along the world-famous Icefields Parkway, stopping to admire stunning lakes, waterfalls and mountain scenery. At the Columbia Icefield, enjoy a hike to the foot of the glacier before continuing to Jasper for a two-night stay at the Whistler\'s Inn. Overnight is at the Whistler\'s Inn.</li>\r\n<li>Day 6: Jasper National Park Today\'s adventure takes you to Mount Edith Cavell, where the Cavell Meadows Trail offers spectacular views of glaciers, alpine meadows and rugged mountain peaks. Later, visit Maligne Canyon and explore the town of Jasper. Overnight is at the Whistler\'s Inn.</li>\r\n<li>Day 7: Jasper - Mount Robson Park - Clearwater Enjoy breathtaking views of Mount Robson, the highest peak in the Canadian Rockies at 3,954 metres, during a hike in Mount Robson Provincial Park. Continue to Clearwater, gateway to Wells Gray Provincial Park, for a two-night stay at the Best Western Plus Gateway to the Falls Hotel. Overnight is at the Best Western Plus Gateway to the Falls Hotel.</li>\r\n<li>Day 8: Wells Gray Provincial Park Spend the day exploring Wells Gray Provincial Park, renowned for its dramatic waterfalls, pristine wilderness and excellent wildlife viewing opportunities. Highlights include Helmcken Falls and Dawson Falls. Overnight is at the Best Western Plus Gateway to the Falls Hotel.</li>\r\n<li>Day 9: Clearwater - Kamloops - Whistler Travel through British Columbia\'s interior, with an optional visit to historic Hat Creek Ranch to learn about life during the Cariboo Gold Rush. Continue along the scenic Duffey Lake Road to Whistler for a two-night stay at the Aava Hotel. Overnight is at the Aava Hotel.</li>\r\n<li>Day 10: Whistler Mountain - Garibaldi Provincial Park Ride to the top of Whistler Mountain for an alpine hike through Garibaldi Provincial Park, famous for its wildflower meadows and spectacular mountain scenery. Experience the Peak 2 Peak Gondola and, for those who wish, walk across the skybridge to the Raven\'s Eye lookout. Overnight is at the Aava Hotel.</li>\r\n<li>Day 11: Whistler - Vancouver Island - Ucluelet Follow the spectacular Sea to Sky Highway to North Vancouver before boarding the ferry to Vancouver Island. Visit Cathedral Grove to see ancient Douglas fir trees before continuing to Ucluelet on the island\'s rugged west coast. Two nights are spent at the Canadian Princess Lodge. Overnight is at the Canadian Princess Lodge.</li>\r\n<li>Day 12: Pacific Rim National Park Explore the stunning landscapes of Pacific Rim National Park, known for its sandy beaches, coastal rainforests and abundant wildlife. An optional whale-watching excursion offers opportunities to spot sea lions, sea otters and grey whales. Overnight is at the Canadian Princess Lodge.</li>\r\n<li>Day 13: Ucluelet - Victoria Travel south through Vancouver Island, passing through Chemainus and Duncan before arriving in Victoria. Enjoy time to explore British Columbia\'s capital city before an optional farewell dinner. Overnight is at the Embassy Inn Hotel.</li>\r\n<li>Day 14: Victoria - Vancouver Airport Transfer by BC Ferries from Victoria to Tsawwassen and continue to Vancouver International Airport. Arrival is scheduled for approximately 1:00 pm. Your tour concludes today, taking with it unforgettable memories of Western Canada.</li>\r\n</ul>',NULL),
(2,11,0,'Western Canada',NULL),
(2,12,0,'14 days/13 nights',NULL),
(2,13,0,'5,900.00',NULL),
(2,14,0,'Calgary - Banff - Canmore - Jasper - Clearwater - Whistler - Vancouver - Tofino - Ucluelet - Victoria - vancouver',NULL),
(2,15,0,'Active',NULL),
(2,18,0,'<p>2026:</p>\r\n<p>BCLODG2&nbsp;13.06 &ndash; 26.06 *<br>BCLODG2 04.07 &ndash; 17.07<br>BCLODG3 25.07 &ndash; 07.08 *<br>BCLODG4 15.08 &ndash; 28.08<br>BCLODG5 05.09 &ndash; 18.09</p>\r\n<p>* Bookable for private groups only</p>',NULL),
(2,19,0,'<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>Tour as described, 13 nights&rsquo; accommodation as described or similar, 13 x breakfast, airport transfers,</li>\r\n<li>local driver-guide from Calgary to Vancouver</li>\r\n<li>transportation in a 15-seater passenger van</li>\r\n<li>ferries to and from Vancouver Island, transport of baggage (1 piece per person), national park fees,</li>\r\n<li>the following activities and entry fees: guided hikes and Peak2Peak Gondola, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals (except for breakfast), tips (recommended is $15/day/person) and optional activities.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Rate from Calgary to Vancouver in CAD: Per person, double occupancy [0,000.00] Per person, single occupancy [0,000.00] Early booking discount: (per person) <br>Until October 31st 2025 300.00 Nov 1st 2025 - Jan 1st 2026: 150.00</li>\r\n<li>NOTE &ndash; This group tour is designed for adults.</li>\r\n<li>The maximum number of participants is limited to 12.</li>\r\n<li><strong>A signed liability waiver is mandatory for participation in this tour.</strong></li>\r\n<li>Requirements to Participants: Participants should be able to get in and out of the van with ease. During this trip there will be several included walks and guided hikes; participants should be comfortable with light to moderate activity.</li>\r\n<li><strong>CAD 750.00 deposit per person due at time of booking</strong></li>\r\n</ul>',NULL),
(2,24,0,'Calgary',NULL),
(2,25,0,'images/packages/banff gondola.jpg',NULL),
(2,26,0,'images/packages/black bear hiking.jpg',NULL),
(2,27,0,'images/packages/calgary highway.jpg',NULL),
(2,28,0,'images/packages/inside passage.jpg',NULL),
(2,30,0,'images/packages/sea to sky.jpg',NULL),
(2,31,0,'images/packages/spirit island.jpg',NULL),
(3,1,0,'Welcome to the Great Land! ',NULL),
(3,4,0,'<p>Welcome to the Great Land! This tour offers the very best of Alaska and Canada&rsquo;s Yukon. Departing from Anchorage, Alaska&rsquo;s largest city, this classic roundtrip travels through some of North America&rsquo;s most impressive and pristine landscapes. Tour participants will experience an array of spectacular mountain ranges, cascading glaciers, Native American culture and unique Gold Rush history.</p>',NULL),
(3,5,0,'<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>15 days hotel tour from/to Anchorage as described, 14 nights&rsquo; accommodation at moderate-class hotels, airport transfers,</li>\r\n<li>English-speaking tour guide</li>\r\n<li>transportation in a 15-seater minivan (6 to 9 participants) or in a midsize coach (10 &ndash; 20 participants)</li>\r\n<li>Prince William Sound ferry, transport of baggage (1 piece per person), national park fees,</li>\r\n<li>the following activities and entry fees: day trip into Denali National Park, guided hike in Kluane National Park, &lsquo;Diamond Tooth Gerties&rsquo; casino and Gold Diggers Museum in Dawson City, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals and beverages, tips and optional activities.</li>\r\n</ul>\r\n<p>&nbsp;</p>',NULL),
(3,7,0,'BCYKAK',NULL),
(3,9,0,'Small Group',NULL),
(3,10,0,'<ul>\r\n<li>Day 1: Anchorage Welcome to Alaska. Upon arrival in Anchorage, you will be met by your tour guide and transferred to your hotel. Meet your fellow travellers and enjoy an introduction to the journey ahead. Overnight accommodation is in Anchorage.</li>\r\n<li>Day 2: Anchorage - Denali After breakfast, travel north from Anchorage towards Denali National Park. In the late afternoon, there is an optional opportunity to take a scenic glacier flight to Mount McKinley (Denali), North America\'s highest peak. Overnight accommodation is near Denali National Park for two nights.</li>\r\n<li>Day 3: Denali National Park Explore the spectacular wilderness of Denali National Park by shuttle bus, travelling deep into one of North America\'s most scenic landscapes. Weather permitting, enjoy views of majestic Denali and keep an eye out for wildlife including wolves, Dall sheep, moose, caribou and grizzly bears. Overnight accommodation is near Denali National Park.</li>\r\n<li>Day 4: Denali - Fairbanks Continue north to Fairbanks, arriving early in the afternoon. The remainder of the day is free to explore local attractions such as the Alaska Dog Mushing Museum, a sternwheeler cruise on the Chena River or the Gold Rush Show at the Malemute Saloon (optional). Overnight accommodation is in Fairbanks.</li>\r\n<li>Day 5: Fairbanks - Dawson City Travel along the famous Top of the World Highway before crossing the border into Canada at Little Gold Creek. Later, cross the Yukon River by ferry and arrive in historic Dawson City for a two-night stay. Overnight accommodation is in Dawson City.</li>\r\n<li>Day 6: Dawson City Discover the rich gold rush history of Dawson City. Visit Bonanza Creek, the Jack London Cabin, Midnight Dome and the Gold Diggers Museum. Try your hand at gold panning and enjoy evening entertainment at Diamond Tooth Gerties or the Palace Grand Theatre. Overnight accommodation is in Dawson City.</li>\r\n<li>Day 7: Dempster Highway Journey along the legendary Dempster Highway towards the spectacular Tombstone Mountains. Enjoy the dramatic scenery and unique landscapes of the Yukon before returning to Dawson City in the evening. Overnight accommodation is in Dawson City.</li>\r\n<li>Day 8: Dawson City - Whitehorse Travel south along the Klondike Highway to Whitehorse. Along the way, enjoy views of the Yukon River and stop at the historic Five Finger Rapids. Arrive in Whitehorse for a two-night stay. Overnight accommodation is in Whitehorse.</li>\r\n<li>Day 9: Whitehorse Enjoy a free day to explore Whitehorse and the surrounding area. Visit attractions such as the Yukon Transportation Museum and the SS Klondike, or take an optional excursion to Skagway, Alaska, including the famous White Pass &amp; Yukon Route Railway. Overnight accommodation is in Whitehorse.</li>\r\n<li>Day 10: Whitehorse - Haines Junction Travel west to Haines Junction, located beside Kluane National Park. Explore Canada\'s largest national park, home to vast glacier fields and incredible mountain scenery. Optional activities include hiking or a scenic glacier flight. Overnight accommodation is in Haines Junction.</li>\r\n<li>Day 11: Haines Junction - Tok Follow the shores of beautiful Kluane Lake and stop at the Sheep Mountain Visitor Centre, where there is often an opportunity to spot Dall sheep on the surrounding slopes. Continue into Alaska and overnight in Tok. Overnight accommodation is in Tok.</li>\r\n<li>Day 12: Tok - Valdez Travel through dramatic mountain scenery to Valdez, often referred to as \"Little Switzerland\". Learn about the Trans-Alaska Pipeline and visit the harbour where giant oil tankers load Alaskan crude for export. Overnight accommodation is in Valdez.</li>\r\n<li>Day 13: Valdez - Whittier - Seward Board a ferry through Prince William Sound, one of Alaska\'s most spectacular coastal regions. Pass glaciers and watch for wildlife including puffins, sea otters, sea lions and whales. Visit Portage Glacier before continuing to Seward. Overnight accommodation is in Seward.</li>\r\n<li>Day 14: Seward - Anchorage This morning, there is an optional opportunity to take a boat excursion into Kenai Fjords National Park. Later, return to Anchorage for your final night in Alaska. This evening, you may wish to enjoy dinner at the famous Gwennie\'s restaurant. Overnight accommodation is in Anchorage.</li>\r\n<li>Day 15: Anchorage - Departure Enjoy free time in Anchorage before transferring to the airport for your departure flight. You may wish to visit the Aviation Museum or do some last-minute shopping before your journey home.</li>\r\n</ul>',NULL),
(3,11,0,'Western Canada',NULL),
(3,12,0,'15 days/14 nights',NULL),
(3,13,0,'5,840.00',NULL),
(3,14,0,'Anchorage - Denali - Fairbanks - Dawson City - Tombstone Mountains - Whitehorse - Skagway - Haines Junction - Tok - Valdez - Whittier - Seward - Anchorage',NULL),
(3,15,0,'Relaxed',NULL),
(3,18,0,'<p>BCYKAK1 30.05. &ndash; 13.06.<br>BCYKAK2 13.06. &ndash; 27.06.<br>BCYKAK3 27.06. &ndash; 11.07.<br>BCYKAK4 11.07. &ndash; 25.07.<br>BCYKAK5 25.07. &ndash; 08.08.<br>BCYKAK6 08.08. &ndash; 22.08.<br>BCYKAK7 22.08. &ndash; 05.09.<br>BCYKAK8 05.09. &ndash; 19.09.<br><br>All departures are guaranteed.</p>',NULL),
(3,19,0,'<ul>\r\n<li>Rate from and to Anchorage in CAD: Per person, double occupancy [0,000.00] Per person, single occupancy [0,000.00] Early booking discount: (per person)</li>\r\n<li>Until October 31st 2025 300.00 Nov 1st 2025 - Jan 1st 2026: 150.00</li>\r\n<li>NOTE &ndash; This group tour is designed for adults.</li>\r\n<li>The maximum number of participants is limited to 20.</li>\r\n<li>A signed liability waiver is mandatory for participation in this tour.</li>\r\n<li>Requirements to Participants: Participants should be able to get in and out of the vehicle with ease. During this trip there will be several included walks and guided hikes; participants should be comfortable with light to moderate physical activity.</li>\r\n<li>CAD 750.00 deposit per person due at time of booking</li>\r\n</ul>',NULL),
(3,24,0,'Anchorage',NULL),
(3,25,0,'images/bus.jpg',NULL),
(3,26,0,'images/packages/yukon.jpg',NULL),
(3,27,0,'images/packages/Denali.jpg',NULL),
(3,28,0,'images/packages/black bear in meadow.jpg',NULL),
(3,29,0,'images/map/BCYKAK.webp',NULL),
(3,30,0,'images/packages/Denali.jpg',NULL),
(3,31,0,'images/packages/group in sunlight.jpg',NULL),
(4,1,0,'La belle province',NULL),
(4,4,0,'<p>The moderate class hotel accommodations chosen all have private single and double rooms. Travellers mostly stay two nights at a place so there is enough time to explore the area. Famous names such as Toronto, Niagara Falls, Montreal and Quebec City are on the agenda. Small, typically &ldquo;qu&eacute;becois&rdquo;, towns such as Mont Tremblant, Tadoussac and Perc&eacute; that offer whale- watching, mountain-biking, hiking, boat excursions and more, complement this tour. A great tour at a great price!</p>',NULL),
(4,5,0,'<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>15 or 19 nights&rsquo; accommodation at Moderate-Class Hotels (rooms with private bath)</li>\r\n<li>Information package including detailed itinerary and road map</li>\r\n<li>Telephone hot line based in Canada</li>\r\n<li>All applicable taxes</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>rental vehicle, meals, activities, entrance fees and ferry fare.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Rate in CAD: Per person, double occupancy [0,000.00] Per person, single occupancy [0,000.00] Early booking discount: (per person) <br>Until October 31st 2025 300.00 Nov 1st 2025 - Jan 1st 2026: 150.00</li>\r\n<li>NOTE &ndash; This package is designed for independent travel.</li>\r\n<li><strong>A signed liability waiver may be mandatory for participation in certain activities.</strong></li>\r\n<li>Requirements to Participants: As a self-drive tour, participants should hold a valid driver\'s license and meet rental vehicle requirements.</li>\r\n<li><strong>CAD 750.00 deposit per person due at time of booking</strong></li>\r\n</ul>',NULL),
(4,7,0,'SDONQUE',NULL),
(4,9,0,'Self Drive',NULL),
(4,10,0,'<ul>\r\n<li>Day 1: Toronto Arrive in Toronto and make your way to your hotel. The remainder of the day is free to relax or begin exploring Canada\'s largest city. Overnight is at the Chelsea Hotel.</li>\r\n<li>Day 2: Toronto - Niagara Falls Travel to the world-famous Niagara Falls. Take an optional ride aboard the Maid of the Mist for a close-up view of the falls and consider visiting the charming historic town of Niagara-on-the-Lake. Overnight is at the Old Stone Inn.</li>\r\n<li>Day 3: Niagara Falls - Huntsville Continue north into Ontario\'s cottage country and arrive in Huntsville, gateway to Algonquin Provincial Park. Enjoy two nights surrounded by forests, lakes and beautiful scenery. Overnight is at the Colonial Bay Cottage Resort.</li>\r\n<li>Day 4: Algonquin Provincial Park Spend the day exploring Algonquin Provincial Park. Enjoy hiking trails, scenic viewpoints and optional canoe rentals. Keep an eye out for wildlife such as deer and moose before returning to Huntsville. Overnight is at the Colonial Bay Cottage Resort.</li>\r\n<li>Day 5: Huntsville - Ottawa Travel to Ottawa, Canada\'s capital city. Explore highlights such as Parliament Hill, ByWard Market and the Canadian Museum of History. Overnight is at the Lord Elgin Hotel.</li>\r\n<li>Day 6: Ottawa - Mont Tremblant Continue to Mont Tremblant, one of Eastern Canada\'s premier mountain resorts. Surrounded by forests, lakes and charming villages, this region is especially beautiful during the autumn colour season. Overnight is at the H&ocirc;tel Ermitage du Lac.</li>\r\n<li>Day 7: Mont Tremblant Enjoy a free day in the Mont Tremblant area. Optional activities include canoeing, horseback riding or cycling along the scenic Linear Park trail, built on a former railway line. Overnight is at the H&ocirc;tel Ermitage du Lac.</li>\r\n<li>Day 8: Mont Tremblant - Quebec City Travel east to historic Quebec City, the cultural heart of French Canada. Enjoy two nights in one of North America\'s most charming and historic cities. Overnight is at the Alt H&ocirc;tel Qu&eacute;bec.</li>\r\n<li>Day 9: Quebec City Spend the day exploring Quebec City\'s historic streets, churches and landmarks. Wander through Old Quebec and discover its unique European atmosphere, rich history and beautiful architecture. Overnight is at the Alt H&ocirc;tel Qu&eacute;bec.</li>\r\n<li>Day 10: Quebec City - Tadoussac Follow the St. Lawrence River to Tadoussac, located at the meeting point of the Saguenay and St. Lawrence Rivers. This picturesque village is one of Canada\'s premier whale-watching destinations. Overnight is at Hotel Le Pionnier.</li>\r\n<li>Day 11: Tadoussac Enjoy a free day in Tadoussac. Join an optional whale-watching excursion to search for belugas, minke whales, fin whales and even blue whales. Alternatively, visit the Marine Mammal Interpretation Centre or explore the local walking trails. Overnight is at Hotel Le Pionnier.</li>\r\n<li>Day 12: Tadoussac - Montreal Travel to vibrant Montreal, Canada\'s most multicultural city. Discover its unique blend of European charm and North American energy during your two-night stay. Overnight is at Le Nouvel H&ocirc;tel.</li>\r\n<li>Day 13: Montreal Explore Montreal\'s many attractions including Old Montreal, Notre-Dame Basilica, Mount Royal and the Olympic Stadium. Enjoy the city\'s renowned dining, shopping and cultural experiences. Overnight is at Le Nouvel H&ocirc;tel.</li>\r\n<li>Day 14: Montreal - Toronto Return to Toronto for the final part of your journey. Enjoy time for additional sightseeing, shopping or dining in Canada\'s largest city. Overnight is at the Chelsea Hotel.</li>\r\n<li>Day 15: Toronto Enjoy a full day at leisure in Toronto. Visit attractions such as the CN Tower, Ripley\'s Aquarium of Canada, the Distillery District or the waterfront. This is the perfect opportunity for last-minute sightseeing and shopping. Overnight is at the Chelsea Hotel.</li>\r\n<li>Day 16: Depart Toronto Check out of your hotel and make your way to Toronto Pearson International Airport for your departure flight home.</li>\r\n</ul>',NULL),
(4,11,0,'Eastern Canada',NULL),
(4,12,0,'20 days / 19 nights',NULL),
(4,13,0,'2,300.00',NULL),
(4,14,0,'TToronto – Niagara Falls – Huntsville – Algonquin Park – Ottawa – Mont Tremblant – Quebec City – Tadoussac – Montreal – Toronto ',NULL),
(4,15,0,'Relaxed',NULL),
(4,18,0,'<p>Departure Dates 2026: daily<br>Departure Dates 2027: daily</p>',NULL),
(4,19,0,'<p>Rates per person from/to Toronto in CAD:</p>\r\n<p>16 days/ 15 nights double occupancy: 2,300.00 <br>single occupancy: 4,600.00 <br><br>20 days / 19 nights double occupancy: 2,900.00 <br>single occupancy: 5,800.00 <br><br>triple &amp; quad occupancy:on request</p>',NULL),
(4,24,0,'Toronto',NULL),
(4,25,0,'images/packages/Quebec City Canada_1.jpg',NULL),
(4,26,0,'images/packages/Niagara Falls_1.jpg',NULL),
(4,27,0,'images/packages/indian summer quebec_1.jpg',NULL),
(4,28,0,'images/packages/Mont-Tremblant QC Canada_1.jpg',NULL),
(4,29,0,'images/map/SDONQUE.webp',NULL),
(4,30,0,'images/packages/Quebec City Canada_1.jpg',NULL),
(4,31,0,'images/packages/black bear family.jpg',NULL),
(9,4,0,'<p>We travel through stunning scenery as we head up towards the Browning Pass to the rocky coastline of Fortune Channel where the bears scramble down to the waters edge from the rainforest above, to seek and forage the bounties of food the ocean has provided. Black bears are abundant in Clayoquot Sound and are often seen with their adorable cubs. These bears can be viewed while they seek out Rock Crabs, Clams and other seafood delicacies which have been exposed by the falling tide. This enjoyable experience also offers the chance to view other wildlife such as herons, eagles, seals and porpoises as we travel through the remote passages. During this informative and energetic tour, our local guides will give you many fun facts about the resident black bears in Tofino as well as all the other animals that call this magical place home.</p>',NULL),
(9,5,0,'<p>duration: 4 hours 1-4 persons</p>',NULL),
(9,7,0,'WHALE1',NULL),
(9,9,0,'Excursion',NULL),
(9,11,0,'Western Canada',NULL),
(9,12,0,'4 hours',NULL),
(9,14,0,'Tofino, BC',NULL),
(9,15,0,'Relaxed',NULL),
(9,19,0,'<p>rates on request</p>',NULL),
(9,24,0,'Tofino, BC',NULL),
(9,25,0,'images/packages/bear watching.jpg',NULL),
(9,30,0,'images/packages/bear watching.jpg',NULL),
(10,4,0,'<p>The moderate class hotel accommodations chosen all have private single and double rooms. Travellers mostly stay two nights at a place so there is enough time to explore the area. Famous names such as Toronto, Niagara Falls, Montreal and Quebec City are on the agenda. Small, typically &ldquo;qu&eacute;becois&rdquo;, towns such as Mont Tremblant, Tadoussac and Perc&eacute; that offer whale-watching, mountain-biking, hiking, boat excursions and more, complement this tour. A great tour at a great price!</p>',NULL),
(10,5,0,'<ul>\r\n<li>Explore Parc Omega wildlife park</li>\r\n<li>Ride the Mont-Tremblant Gondola</li>\r\n<li>Whale watching expedition in Tadoussac</li>\r\n<li>Historical immersion at Val Jalbert living museum</li>\r\n<li>Discover the UNESCO world heritage of Qu&eacute;bec City</li>\r\n<li>Indigenous cultural experience in Wendake</li>\r\n<li>Scenic boat ride and lavender farms in the Eastern Townships</li>\r\n<li>Comprehensive exploration of Old Montr&eacute;al and Mount Royal</li>\r\n</ul>',NULL),
(10,7,0,'SDPUREQC',NULL),
(10,9,0,'Self Drive',NULL),
(10,10,0,'<ul>\r\n<li>Day 1: Arriving in Montreal - After arrival, catch a free transfer shuttle to your hotel or get your rental car right away and proceed to the Sheraton Montreal Airport.</li>\r\n<li>Day 2: Montreal &ndash; Parc Omega - Tremblant (200 km) - Step into the wild at Parc Omega encountering majestic Canadian wildlife up close. Then, journey onward to the enchanting Mont-Tremblant. 2 nights at the Hotel Ermitage du Lac.</li>\r\n<li>Day 3: Mont Tremblant &amp; area (50 km) - Take a leisurely ride on the Tremblant Gondola (included) to the summit and marvel at the breathtaking views. Tremblant offers everything from Zip-Lining to mountain biking.</li>\r\n<li>Day 4: Tremblant &ndash; Le Baluchon (200 km) - Set forth on a scenic drive to Le Baluchon, a sanctuary of tranquility nestled amidst pristine nature. 2 nights at Le Baluchon.</li>\r\n<li>Day 5: Enjoy Le Baluchon! - Engage in outdoor activities from invigorating hikes to serene horseback rides and enjoy a sumptuous farm-to-table dining experience.</li>\r\n<li>Day 6: Le Baluchon &ndash; Val Jalbert - Alma (340 km) - Journey to Val Jalbert, a living museum of the 1920s where time stands still amidst the roaring Ouiatchouan Falls. Overnight at Hotel Universel in Alma.</li>\r\n<li>Day 7: Alma &ndash; Tadoussac (190 km) - Continue to Tadoussac where the St. Lawrence River meets the Saguenay Fjord. Consider a detour to the charming village of Sainte-Rose-du-Nord. 2 nights at the H&ocirc;tel Tadoussac.</li>\r\n<li>Day 8: Whale Watching in Tadoussac - Embark on a thrilling whale watching expedition (included) to see majestic giants breach the surface. Enjoy the coastal charm of the village.</li>\r\n<li>Day 9: Tadoussac - Cap-aux-Pierres (150 km) - Explore La Malbaie and Baie St. Paul. Visit the historic Manoir Richelieu and stroll through its gardens. 2 nights at the H&ocirc;tel Cap-aux-Pierres.</li>\r\n<li>Day 10: Daytrip in the Charlevoix region - Known for stunning natural landscapes and vibrant arts. Experience the healing powers of natural springs at Les Sources Joyeuses.</li>\r\n<li>Day 11: Cap-aux-Pierres &ndash; Qu&eacute;bec City (170 km) - Visit Cap Tourmente and &Icirc;le d&rsquo;Orleans to enjoy local products and fresh strawberries. 2 nights at the H&ocirc;tel Ch&acirc;teau Laurier.</li>\r\n<li>Day 12: Montmorency Falls &amp; Wendake (60 km) - Visit Montmorency Falls and the Basilica of Sainte-Anne-de-Beaupr&eacute;. Explore Wendake to learn about the history and living heritage of the Huron-Wendat people.</li>\r\n<li>Day 13: Qu&eacute;bec City &ndash; Saint-Ferdinand (220 km) - Explore the storied past of Qu&eacute;bec City before driving to the Manoir du Lac William in the Beauce region. 2 nights at Manoir du Lac William.</li>\r\n<li>Day 14: Manoir du Lac William and surroundings - A day to relax on the shore of Lac William or enjoy boat outings. Visit Domaine Taschereau and Domaine du Radar.</li>\r\n<li>Day 15: Saint-Ferdinand &ndash; Magog (160 km) - Discover the Eastern Townships with rolling hills, vineyards, and orchards. Arrive at the shores of Lake Memphremagog. 2 nights at the H&ocirc;tel Verso.</li>\r\n<li>Day 16: The Eastern Townships (70 km) - Visit Abbaye Saint-Beno&icirc;t-du-Lac, explore the Bleu Lavande lavender farm, and take a scenic boat ride on Lake Memphremagog.</li>\r\n<li>Day 17: Magog - Montr&eacute;al (190 km) - Drive through Knowlton and stop at Mont Saint-Bruno National Park for a nature break. 3 nights at Le Cantlie Suites in Montr&eacute;al.</li>\r\n<li>Day 18: Explore Montr&eacute;al - Visit Old Montreal, Notre-Dame Basilica, and the Bonsecours Market. Explore the Old Port and the Montreal Science Centre.</li>\r\n<li>Day 19: Explore Montr&eacute;al - 2 - Visit Mount Royal Park for panoramic views, the Mile End neighborhood for hip cafes, and the Montreal Museum of Contemporary Art.</li>\r\n<li>Day 20: Departure - End of program. Total kilometres: ca. 2,000 km.</li>\r\n</ul>',NULL),
(10,11,0,'Eastern Canada',NULL),
(10,12,0,'20 Days / 19 Nights',NULL),
(10,14,0,'Montreal – Parc Omega – Tremblant – Le Baluchon – Alma – Tadoussac – Cap-aux-Pierres – Québec City – Wendake – Saint-Ferdinand – Magog – Montréal',NULL),
(10,15,0,'Relaxed',NULL),
(10,18,0,'<p>Daily May 1st 2026 &ndash; October 31st 2026</p>',NULL),
(10,19,0,'<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>19 Nights at the accommodations listed or similar.</li>\r\n<li>Gondola at Tremblant, Whale watching tour near Tadoussac.</li>\r\n<li>Travel document (roadbook) with detailed routing and day-to-day suggestions.</li>\r\n<li>Telephone hotline based in Canada, all applicable fees &amp; taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>Meals, entry fees (park, museums etc.), rental car, optional activities, and gratuities.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Price in CAD per Person from / to Montr&eacute;al: Double occupancy: t.b.a. Triple &amp; quad occupancy: on request.</li>\r\n<li>Optional activities: Various Quebec &amp; Montreal City Tours available on request.</li>\r\n<li>Travel Dates 2026: Daily departures from May 1st to October 31st.</li>\r\n</ul>',NULL),
(10,24,0,'Montreal',NULL),
(10,29,0,'images/map/SDPUREQC.webp',NULL),
(10,30,0,'images/packages/Quebec City Canada_1.jpg',NULL),
(10,33,0,'Embark on an unforgettable adventure through the heart of Quebec',NULL),
(11,4,0,'<p>This trip features four of Canada&rsquo;s provinces, which are all quite different. First, Ontario with Canada&rsquo;s largest city, Toronto, and world-famous Niagara Falls. You then continue to the province of Qu&eacute;bec and Qu&eacute;bec City, the heart of French Canada. A visit to Montr&eacute;al, the only true bi-lingual city in Canada, completes your trip in the Eastern part of the country. Upon arrival in Calgary, you continue your trip and explore the provinces of Alberta and British Columbia. Here, in the Rocky Mountains, you will get a feel for the huge open spaces and the beautiful wilderness Canada has to offer. To keep driving distances down and to leave enough time for sightseeing and activities, two nights have been included at most places.</p>',NULL),
(11,5,0,'<ul>\r\n<li>Explore Toronto, Canada\'s largest city and the CN Tower</li>\r\n<li>Excursion to the world-famous Niagara Falls</li>\r\n<li>Visit Qu&eacute;bec City, the architectural heart of French Canada</li>\r\n<li>Discover Montr&eacute;al, Canada\'s only true bi-lingual city</li>\r\n<li>Scenic drive along the Icefields Parkway in the Rocky Mountains</li>\r\n<li>Wildlife watching opportunities in Jasper National Park</li>\r\n<li>Experience the waterfalls of Wells Gray Park</li>\r\n<li>Explore the wineries and fruit orchards of the Okanagan Valley</li>\r\n<li>Visit Vancouver, one of the world\'s most beautiful cities</li>\r\n<li>Optional day excursion to Victoria, BC\'s capital</li>\r\n</ul>',NULL),
(11,7,0,'SDCOMB',NULL),
(11,9,0,'Self Drive',NULL),
(11,10,0,'<ul>\r\n<li>Day 1: Arrival in Toronto (25 km) - Upon arrival at Toronto airport you pick up your rental car and drive to your hotel. Three nights at the Chelsea Hotel in Downtown Toronto.</li>\r\n<li>Day 2: Toronto - The entire day is yours to explore Toronto&rsquo;s sights. You might want to visit the Provincial Parliament Buildings, the Central Business District, Chinatown, Toronto&rsquo;s castle Casa Loma and the Harbour. A visit to the CN Tower completes your day.</li>\r\n<li>Day 3: Day excursion to Niagara Falls (260 km) - No trip to Eastern Canada is complete without a visit to Niagara Falls. Consider taking a boat ride on the Maid of the Mist (optional) to get close to the 54 metre high Canadian Falls. In the evening return to Toronto.</li>\r\n<li>Day 4: Toronto - Kingston (260 km) - Today you continue to the historic town of Kingston, which for a while was the national capital. You might want to participate in a boat tour that will take you around some of the Thousand Islands (optional). Overnight at the Comfort Inn Thousand Islands Harbour District.</li>\r\n<li>Day 5: Kingston - Qu&eacute;bec City (540 km) - Following the highway along the St. Lawrence River you reach the French-speaking province of Qu&eacute;bec and Qu&eacute;bec City, the heart of French Canada. Two nights at the Alt H&ocirc;tel Qu&eacute;bec.</li>\r\n<li>Day 6: Qu&eacute;bec City - This day is at leisure to explore Qu&eacute;bec City. Almost all the important sights are within walking distance. Its many churches, old stone houses and narrow streets make it an architectural gem.</li>\r\n<li>Day 7: Qu&eacute;bec City - Montr&Egrave;al (250 km) - Today you reach Montreal, the second largest city in Canada. Your hotel for the next two nights is the Alt H&ocirc;tel Montr&eacute;al.</li>\r\n<li>Day 8: Montr&Egrave;al - Montr&eacute;al offers many highlights: Old Montr&eacute;al with the Basilica Notre Dame, the Olympic Stadium of 1976, and Mount Royal which offers great views over the city.</li>\r\n<li>Day 9: Montr&Egrave;al - Calgary - Canmore (110 km drive) - Welcome to Alberta! Upon arrival in Calgary, you pick up your car and continue to the Rocky Mountains. Two nights are spent at the Grande Rockies Resort in Canmore.</li>\r\n<li>Day 10: Banff National Park (approx. 100 km) - The entire day is at leisure to tour Banff and Banff National Park. Among other things, you might want to ride the gondola up to Sulphur Mountain and relax in the Hot Springs afterwards.</li>\r\n<li>Day 11: Banff - Icefields Parkway - Jasper (285 km) - Today you travel along the Icefields Parkway, the most scenic route in the Rocky Mountains. A visit should be made to the Columbia Icefield where you have the opportunity to take a tour on the Glacier. Two nights at Becker&rsquo;s Chalets in Jasper.</li>\r\n<li>Day 12: Jasper National Park (approx. 100 km) - Day 12 is at leisure to explore Jasper National Park. At Maligne Lake, you can take a boat tour, go hiking or horseback riding. This is also a great place for wildlife watching.</li>\r\n<li>Day 13: Jasper - Mount Robson - Clearwater (395 km) - On your way to Clearwater you pass through Mount Robson Provincial Park to see the highest peak in the Canadian Rocky Mountains. In Clearwater, the gate to Wells Gray Park, you overnight at the Best Western Gateway to the Falls for two nights.</li>\r\n<li>Day 14: Wells Gray Park (approx. 60 km) - Today you visit Wells Gray Park. Enjoy spectacular waterfalls, especially Helmcken Falls and Dawson Falls, and beautiful alpine meadows. A canoe tour on Clearwater Lake (optional) is also a great way to explore the Park.</li>\r\n<li>Day 15: Clearwater - Kamloops - Kelowna (325 km) - Via Kamloops, you reach the fertile Okanagan Valley today. You spend two nights at the Hotel Zed in Kelowna.</li>\r\n<li>Day 16: Okanagan Valley (80 - 100 km) - Day at leisure. You might want to explore the Okanagan Valley and visit some of the wineries in the area, buy some fruit and go for a swim in Okanagan Lake.</li>\r\n<li>Day 17: Kelowna - Vancouver (395 km) - Today you reach Vancouver, an exceptionally beautiful city! Three nights at the Auberge Hotel in Downtown Vancouver.</li>\r\n<li>Day 18: Vancouver - Vancouver is definitely worth a visit! On a hop-on hop-off city tour with Big Bus (optional) you will visit Stanley Park, historic Gastown, Chinatown and Granville Island.</li>\r\n<li>Day 19: Day excursion to Victoria (140 km) - Today there is time for a day excursion to Victoria. You might want to visit the Parliament Buildings, the world-famous Empress Hotel and the Inner Harbour. In the evening, return to Vancouver.</li>\r\n<li>Day 20: Departure (20 km) - After breakfast you drive to the airport for your flight back home.</li>\r\n</ul>',NULL),
(11,11,0,'Western Canada',NULL),
(11,11,1,'Eastern Canada',NULL),
(11,12,0,'20 days / 19 nights',NULL),
(11,13,0,'3,580.00',NULL),
(11,14,0,'Toronto – Niagara Falls – Kingston – Québec City – Montréal – Calgary – Canmore – Banff – Jasper – Clearwater – Kelowna – Vancouver – Victoria',NULL),
(11,15,0,'Relaxed',NULL),
(11,18,0,'<p>Daily departures in 2026</p>',NULL),
(11,19,0,'<p><strong>Rates per person in CAD from Toronto to Vancouver (or vice versa):</strong></p>\r\n<ul>\r\n<li>double occupancy: 3,580.00</li>\r\n<li>single occupancy: 7,150.00</li>\r\n<li>triple &amp; quad occupancy: on request</li>\r\n</ul>\r\n<p>* Surcharges apply in Vancouver: 07.06 - 08.07.2026 (FIFA World Cup)</p>\r\n<ul>\r\n<li>Maid of the Mist boat ride (Niagara Falls)</li>\r\n<li>Thousand Islands boat tour (Kingston)</li>\r\n<li>Sulphur Mountain Gondola (Banff)</li>\r\n<li>Glacier tour (Icefields Parkway)</li>\r\n<li>Maligne Lake boat tour (Jasper)</li>\r\n<li>Canoe tour on Clearwater Lake (Wells Gray)</li>\r\n<li>Hop-on hop-off city tour (Vancouver)</li>\r\n<li>Day excursion to Victoria</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>19 nights accommodation at the hotels described (or similar, moderate class).</li>\r\n<li>Information package including detailed itinerary and road maps.</li>\r\n<li>Telephone hotline based in Canada.</li>\r\n<li>All applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>flight from Montr&eacute;al to Calgary, meals, national park fees, rental vehicle.</li>\r\n<li>ferry ride from/to Vancouver Island, entrance fees, tips, baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Detailed road maps and itinerary included in the information package.</li>\r\n<li>Canada-based telephone support available throughout the tour.</li>\r\n</ul>',NULL),
(11,24,0,'Toronto',NULL),
(11,29,0,'images/map/SDCOMB.png',NULL),
(11,30,0,'images/packages/clearwater bc.jpg',NULL),
(11,33,0,'Explore Eastern and Western Canada',NULL),
(12,4,0,'<p>On this great tour of Alaska and the Yukon clients visit many of the scenic highlights of the region and there is plenty of opportunity for a variety of outdoor activities such as hiking in the national parks, wildlife watching, river rafting and gold panning. Clients will stay at moderate-class hotels which offer all of the amenities that are customary in North America.</p>',NULL),
(12,5,0,'<ul>\r\n<li>Explore Denali National Park\'s diverse wildlife and scenic peaks</li>\r\n<li>Travel along the famous \"Top of the World Highway\"</li>\r\n<li>Immerse in Klondike Gold Rush history in Dawson City</li>\r\n<li>Drive through the endless forests and mountains of the Yukon</li>\r\n<li>Spectacular road trip to Skagway and Haines via the Alaska Marine Highway ferry</li>\r\n<li>Visit Kluane National Park, home to the largest non-polar icefields</li>\r\n<li>Opportunity to walk on the Matanuska Glacier</li>\r\n<li>Boat tours and wildlife watching in Kenai Fjords National Park</li>\r\n<li>Discover the coastal charm and Russian heritage of the Kenai Peninsula</li>\r\n</ul>',NULL),
(12,7,0,'SDHIAL',NULL),
(12,9,0,'Self Drive',NULL),
(12,10,0,'<ul>\r\n<li>Day 1: Arrival in Anchorage/Alaska - Arrival at Anchorage Airport and pick up of rental car. Overnight at the Spring Hill Suites Midtown.</li>\r\n<li>Day 2: Anchorage - Wasilla - Talkeetna (182 km) - Depart Anchorage for the historic township of Talkeetna. En route, you may want to visit the musk-ox farm and the Iditarod headquarters. Overnight at the Swiss Alaska Inn.</li>\r\n<li>Day 3: Talkeetna - Denali National Park (246 km) - Continue to Denali National Park. If weather permits, consider a scenic flight to Mt. McKinley (optional). 2 nights at Denali Grizzly Bear Resort.</li>\r\n<li>Day 4: Denali National Park - This day is spent exploring Denali National Park. On a guided day trip (optional), you may see bear, moose, caribou, and dall sheep in their natural habitat.</li>\r\n<li>Day 5: Denali - Fairbanks (194 km) - Drive to Fairbanks, Alaska&rsquo;s second largest city. Two nights are spent at the Bridgewater Hotel.</li>\r\n<li>Day 6: Fairbanks - A day at leisure to explore the city. Recommended visits include the Fairbanks Museum, gold panning at the El Dorado mine, or the hot springs at Chena Hot Springs.</li>\r\n<li>Day 7: Fairbanks - Delta Junction - Tok (331 km) - Continue your journey to the little town of Tok. One night at Young&rsquo;s Motel.</li>\r\n<li>Day 8: Tok - Dawson City/Yukon (306 km) - Travel the famous &lsquo;Top of the World Highway&rsquo; to Dawson City in the Yukon Territory. 2 nights at the Eldorado Hotel.</li>\r\n<li>Day 9: Dawson City - Explore this gold rush town. Stroll through town, visit the museum and the cabin of writer Jack London, and try your hand at gold panning.</li>\r\n<li>Day 10: Dawson City - Whitehorse (542 km) - Scenic drive to Whitehorse, the capital of the Yukon, through endless forests and mountains. 2 nights at the Best Western Gold Rush Inn.</li>\r\n<li>Day 11: Whitehorse - Visit the restored sternwheeler SS Klondike and the Yukon Transportation Museum to learn about northern prospecting history.</li>\r\n<li>Day 12: Whitehorse &ndash; Skagway/Alaska (190 km) - Drive the spectacular road to Skagway, stopping at Emerald Lake and Carcross Desert. Overnight at the Westmark Inn.</li>\r\n<li>Day 13: Skagway &ndash; Haines (AMH) &ndash; Haines Junction/Yukon (246 km) - Board the Alaska Marine Highway ferry for a short cruise to Haines, then travel the spectacular highway to Haines Junction. 2 nights at Raven&rsquo;s Rest Inn.</li>\r\n<li>Day 14: Kluane National Park - Explore Canada&rsquo;s biggest National Park, home to the largest non-polar icefields. Hiking and optional flight excursions over the mountains are available.</li>\r\n<li>Day 15: Haines Junction &ndash; Tok/Alaska (478 km) - Drive back to Tok, Alaska, via the scenic route along Kluane Lake. Overnight at Young&rsquo;s Motel.</li>\r\n<li>Day 16: Tok - Palmer (460 km) - Travel to Palmer. Do not miss Matanuska Glacier, where you can actually walk on a glacier. Overnight at Alaska Glacier Lodge.</li>\r\n<li>Day 17: Palmer - Anchorage - Seward (275 km) - Journey towards Seward. Consider visiting Portage Glacier and the &lsquo;Voices from the Ice&rsquo; film at the Visitor Centre. 2 nights at the Harborview Inn.</li>\r\n<li>Day 18: Seward - Kenai Fjords National Park - Use Seward as a starting point for boat tours to see fascinating fjords, glaciers, and marine wildlife.</li>\r\n<li>Day 19: Seward - Soldotna - Homer (290 km) - Scenic drive to Homer, passing through several old Russian villages along the way. 2 nights at the Best Western Bidarka Inn.</li>\r\n<li>Day 20: Homer - Explore Homer\'s variety of boat trips, including wildlife watching or fishing excursions.</li>\r\n<li>Day 21: Homer - Anchorage (375 km) - Return to Anchorage for your final night. Overnight at Spring Hill Suites Midtown.</li>\r\n<li>Day 22: Return flight - Final morning in Alaska before heading to the airport for your return flight.</li>\r\n</ul>',NULL),
(12,11,0,'Western Canada',NULL),
(12,12,0,'22 days / 21 nights',NULL),
(12,14,0,'Anchorage – Talkeetna – Denali – Fairbanks – Tok – Dawson City – Whitehorse – Skagway – Haines – Haines Junction – Tok – Palmer – Seward – Homer – Anchorage',NULL),
(12,15,0,'Relaxed',NULL),
(12,18,0,'<p>Daily departures available throughout the 2026 season</p>',NULL),
(12,19,0,'<p><strong>Rates per person in USD from/to Anchorage:</strong></p>\r\n<ul>\r\n<li>double occupancy: 3,130.00</li>\r\n<li>single occupancy: 6,220.00</li>\r\n<li>triple &amp; quad occupancy: on request</li>\r\n</ul>\r\n<p>Optional activities:</p>\r\n<ul>\r\n<li>Scenic flight to Mt. McKinley (Talkeetna)</li>\r\n<li>Guided day trip into Denali National Park</li>\r\n<li>Gold panning at El Dorado mine (Fairbanks)</li>\r\n<li>Trip to Chena Hot Springs</li>\r\n<li>Flight excursion over the Kluane Mountains</li>\r\n<li>Boat tours in Kenai Fjords National Park</li>\r\n<li>Fishing trips in Homer</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>21 nights accommodation at moderate-class hotels.</li>\r\n<li>Ferry from Skagway to Haines (vehicle up to 17 ft. and booked passengers).</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, rental vehicle, optional activities, and tips.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>The itinerary covers approximately 4,400 km in total.</li>\r\n<li>Moderate hotel accommodations offer customary North American amenities.</li>\r\n</ul>',NULL),
(12,24,0,'Anchorage',NULL),
(12,29,0,'images/map/SDHIAL.webp',NULL),
(12,30,0,'images/packages/alaska.jpg',NULL),
(12,33,0,'Moderate Hotel Accommodations',NULL),
(14,4,0,'<p>This tour will take you to all the highlights in Alaska and you will stay at moderate-class hotels. Also, two full-day wildlife tours are already included in your package: a trip to Denali National Park in the interior of Alaska and a boat tour to Kenai Fjords National Park.</p>',NULL),
(14,5,0,'<ul>\r\n<li>Stay at comfortable moderate-class hotels throughout the journey</li>\r\n<li>Included full-day Tundra Wilderness trip in Denali National Park</li>\r\n<li>Included 6-hour boat excursion in Kenai Fjords National Park</li>\r\n<li>Visit Talkeetna, the base for scenic flights to Mt. McKinley</li>\r\n<li>Explore Fairbanks and try gold-panning at the El Dorado Gold Mine</li>\r\n<li>Opportunity to walk on the Matanuska Glacier</li>\r\n<li>Experience the coastal beauty of Homer, the \"Halibut Fishing Capital of the World\"</li>\r\n<li>Visit the \"North Pole\", home of Santa Claus</li>\r\n</ul>',NULL),
(14,7,0,'SDBOAL',NULL),
(14,9,0,'Self Drive',NULL),
(14,10,0,'<ul>\r\n<li>Day 1: Anchorage - After your arrival in Anchorage you pick up your rental car and drive to your hotel, the Spring Hill Suites Midtown.</li>\r\n<li>Day 2: Anchorage - Wasilla - Talkeetna (182 km) - You depart from Anchorage today and drive to the historic township of Talkeetna. En route, you may want to visit the musk-ox farm near Wasilla and the Iditarod headquarters. Overnight at Swiss Alaska Inn.</li>\r\n<li>Day 3: Talkeetna - Denali National Park (246 km) - Talkeetna is the place to take an optional scenic flight to Mt. McKinley. You then continue to Denali National Park for two nights at the Denali Grizzly Bear Resort.</li>\r\n<li>Day 4: Denali National Park - Today you enjoy a scenic day trip into Denali National Park. As you journey deep into the park you may see bear, moose, caribou, Dall sheep and a variety of other wildlife.</li>\r\n<li>Day 5: Denali - Fairbanks (194 km) - Today you take the drive to Fairbanks, which is the second largest city in Alaska. Two nights at Bridgewater Hotel.</li>\r\n<li>Day 6: Fairbanks - The entire day is at leisure to explore the city. We recommend visiting the Fairbanks Museum and gold-panning at the El Dorado Gold Mine! You can also take an optional trip to Chena Hot Springs.</li>\r\n<li>Day 7: Fairbanks - Delta Junction - Tok (331 km) - In the morning you may wish to visit &ldquo;North Pole&rdquo;, home of Santa Claus. You then continue via Delta Junction to the small town of Tok. Overnight at Young&rsquo;s Motel.</li>\r\n<li>Day 8: Tok - Palmer (460 km) - You depart from Tok and continue to Palmer. Do not miss Matanuska Glacier, one of the few places where you can actually walk on a glacier. Overnight at Alaska Glacier Lodge.</li>\r\n<li>Day 9: Palmer - Anchorage - Seward (275 km) - On your way to Seward you may want to visit Portage Glacier. Visit the Visitor Centre and see the award-winning film &ldquo;Voices from the Ice&rdquo;. Two nights in Seward at the Harborview Inn.</li>\r\n<li>Day 10: Seward - Kenai Fjords National Park - Today you take a full-day boat trip that will take you to the fascinating fjords and glaciers in the National Park. Watch for bald eagles, sea lions, sea otters and even whales.</li>\r\n<li>Day 11: Seward - Soldotna - Homer (290 km) - Scenic drive to the little town of Homer. Along the way, there are several old Russian villages that are well worth visiting. Two nights at Best Western Bidarka Inn.</li>\r\n<li>Day 12: Homer - Today you may explore Homer. There is a variety of great boat trips that are offered, or you can go fishing in the &ldquo;Halibut Fishing Capital of the World&rdquo;!</li>\r\n<li>Day 13: Homer - Anchorage (375 km) - Today you return to Anchorage. Your hotel is again the Spring Hill Suites Midtown (2 nights).</li>\r\n<li>Day 14: Anchorage - Today is at leisure to explore the city. You may wish to visit the museum and to go shopping.</li>\r\n<li>Day 15: Return flight - Drive to the international airport. Return your car rental and flight back home.</li>\r\n</ul>',NULL),
(14,11,0,'Western Canada',NULL),
(14,12,0,'16 days / 15 nights',NULL),
(14,13,0,'USD 2,750.00',NULL),
(14,14,0,'Anchorage – Homer – Seward – Valdez – McCarthy – Kennicott – Palmer – Denali National Park – Anchorage',NULL),
(14,15,0,'Relaxed',NULL),
(14,18,0,'<p>Daily Departures 2026</p>',NULL),
(14,19,0,'<p><strong>Rates per person in USD from/to Anchorage:</strong></p>\r\n<ul>\r\n<li>double occupancy: 2,750.00</li>\r\n<li>single occupancy: 5,100.00</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>14 nights accommodation at moderate-class hotels.</li>\r\n<li>Full-day excursion in Denali National Park (7&ndash;8 hrs.).</li>\r\n<li>6-hour boat excursion in Kenai Fjords National Park.</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, rental car, tips, entrance fees, optional activities, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Optional activities:</strong></p>\r\n<ul>\r\n<li>Scenic flight to Mt. McKinley (Talkeetna)</li>\r\n<li>Trip to Chena Hot Springs (Fairbanks)</li>\r\n<li>Portage Glacier boat excursions</li>\r\n<li>Halibut fishing in Homer</li>\r\n</ul>',NULL),
(14,24,0,'Anchorage',NULL),
(14,30,0,'images/packages/alaska caribo.jpg',NULL),
(14,33,0,'Alaska Hotel Tour',NULL),
(15,4,0,'<p>This tour will take you to all the highlights in Alaska and you will stay at moderate-class hotels. Also, two full-day wildlife tours are already included in your package: a trip to Denali National Park in the interior of Alaska and a boat tour to Kenai Fjords National Park.</p>',NULL),
(15,5,0,'<ul>\r\n<li>Stay at comfortable moderate-class hotels throughout the journey</li>\r\n<li>Included full-day Tundra Wilderness trip in Denali National Park</li>\r\n<li>Included 6-hour boat excursion in Kenai Fjords National Park</li>\r\n<li>Visit Talkeetna, the base for scenic flights to Mt. McKinley</li>\r\n<li>Explore Fairbanks and try gold-panning at the El Dorado Gold Mine</li>\r\n<li>Opportunity to walk on the Matanuska Glacier</li>\r\n<li>Experience the coastal beauty of Homer, the \"Halibut Fishing Capital of the World\"</li>\r\n<li>Visit the \"North Pole\", home of Santa Claus</li>\r\n</ul>',NULL),
(15,7,0,'SDALHO',NULL),
(15,9,0,'Self Drive',NULL),
(15,10,0,'<ul>\r\n<li>Day 1: Anchorage - After your arrival in Anchorage you pick up your rental car and drive to your hotel, the Spring Hill Suites Midtown.</li>\r\n<li>Day 2: Anchorage - Wasilla - Talkeetna (182 km) - You depart from Anchorage today and drive to the historic township of Talkeetna. En route, you may want to visit the musk-ox farm near Wasilla and the Iditarod headquarters. Overnight at Swiss Alaska Inn.</li>\r\n<li>Day 3: Talkeetna - Denali National Park (246 km) - Talkeetna is the place to take an optional scenic flight to Mt. McKinley. You then continue to Denali National Park for two nights at the Denali Grizzly Bear Resort.</li>\r\n<li>Day 4: Denali National Park - Today you enjoy a scenic day trip into Denali National Park. As you journey deep into the park you may see bear, moose, caribou, Dall sheep and a variety of other wildlife.</li>\r\n<li>Day 5: Denali - Fairbanks (194 km) - Today you take the drive to Fairbanks, which is the second largest city in Alaska. Two nights at Bridgewater Hotel.</li>\r\n<li>Day 6: Fairbanks - The entire day is at leisure to explore the city. We recommend visiting the Fairbanks Museum and gold-panning at the El Dorado Gold Mine! You can also take an optional trip to Chena Hot Springs.</li>\r\n<li>Day 7: Fairbanks - Delta Junction - Tok (331 km) - In the morning you may wish to visit &ldquo;North Pole&rdquo;, home of Santa Claus. You then continue via Delta Junction to the small town of Tok. Overnight at Young&rsquo;s Motel.</li>\r\n<li>Day 8: Tok - Palmer (460 km) - You depart from Tok and continue to Palmer. Do not miss Matanuska Glacier, one of the few places where you can actually walk on a glacier. Overnight at Alaska Glacier Lodge.</li>\r\n<li>Day 9: Palmer - Anchorage - Seward (275 km) - On your way to Seward you may want to visit Portage Glacier. Visit the Visitor Centre and see the award-winning film &ldquo;Voices from the Ice&rdquo;. Two nights in Seward at the Harborview Inn.</li>\r\n<li>Day 10: Seward - Kenai Fjords National Park - Today you take a full-day boat trip that will take you to the fascinating fjords and glaciers in the National Park. Watch for bald eagles, sea lions, sea otters and even whales.</li>\r\n<li>Day 11: Seward - Soldotna - Homer (290 km) - Scenic drive to the little town of Homer. Along the way, there are several old Russian villages that are well worth visiting. Two nights at Best Western Bidarka Inn.</li>\r\n<li>Day 12: Homer - Today you may explore Homer. There is a variety of great boat trips that are offered, or you can go fishing in the &ldquo;Halibut Fishing Capital of the World&rdquo;!</li>\r\n<li>Day 13: Homer - Anchorage (375 km) - Today you return to Anchorage. Your hotel is again the Spring Hill Suites Midtown (2 nights).</li>\r\n<li>Day 14: Anchorage - Today is at leisure to explore the city. You may wish to visit the museum and to go shopping.</li>\r\n<li>Day 15: Return flight - Drive to the international airport. Return your car rental and flight back home.</li>\r\n</ul>',NULL),
(15,11,0,'Western Canada',NULL),
(15,12,0,'15 days / 14 nights',NULL),
(15,13,0,'USD 2,750.00',NULL),
(15,14,0,'Anchorage – Talkeetna – Denali National Park – Fairbanks – Tok – Palmer – Seward – Homer – Anchorage',NULL),
(15,15,0,'Relaxed',NULL),
(15,18,0,'<p>Daily Departures 2026</p>',NULL),
(15,19,0,'<p><strong>Rates per person in USD from/to Anchorage:</strong></p>\r\n<ul>\r\n<li>double occupancy: 2,750.00</li>\r\n<li>single occupancy: 5,100.00</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>14 nights accommodation at moderate-class hotels.</li>\r\n<li>Full-day excursion in Denali National Park (7&ndash;8 hrs.).</li>\r\n<li>6-hour boat excursion in Kenai Fjords National Park.</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, rental car, tips, entrance fees, optional activities, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Optional activities:</strong></p>\r\n<ul>\r\n<li>Scenic flight to Mt. McKinley (Talkeetna)</li>\r\n<li>Trip to Chena Hot Springs (Fairbanks)</li>\r\n<li>Portage Glacier boat excursions</li>\r\n<li>Halibut fishing in Homer</li>\r\n</ul>',NULL),
(15,24,0,'Anchorage',NULL),
(15,29,0,'images/map/SDALHO_2.webp',NULL),
(15,30,0,'images/packages/alaska colors.jpg',NULL),
(15,33,0,' featuring moderate-class hotels',NULL),
(16,4,0,'<p>This tour combines the best of Western Canada with the highlights of Alaska. The first part of the trip includes must-see areas such as the Rocky Mountain National Parks in Alberta, popular Wells Gray Park and the metropolis of Vancouver in British Columbia. The second part features famous Alaskan National Parks, such as Glacier Bay National Park, Kenai Fjords National Park and Denali National Park. The itinerary also includes a cruise with an Alaska Marine Highway ferry from Bellingham to Juneau and a flight (not included) from Juneau to Anchorage, which keeps the total driving distance remarkably low.</p>',NULL),
(16,5,0,'<ul>\r\n<li>Ultimate combination of the Canadian Rockies and Alaskan National Parks</li>\r\n<li>Visit world-famous Lake Louise, Moraine Lake, and the Icefields Parkway</li>\r\n<li>Explore the waterfalls of Wells Gray Park and the Olympic resort of Whistler</li>\r\n<li>Drive the spectacular Sea to Sky Highway to Vancouver</li>\r\n<li>3-night scenic cruise on the Alaska Marine Highway (Bellingham to Juneau)</li>\r\n<li>Excursion to the spectacular glaciers of Glacier Bay National Park</li>\r\n<li>Wildlife and glacier boat tours in Kenai Fjords National Park</li>\r\n<li>Tundra Wilderness exploration in Denali National Park</li>\r\n</ul>',NULL),
(16,7,0,'SDBCAK',NULL),
(16,9,0,'Self Drive',NULL),
(16,10,0,'<ul>\r\n<li>Day 1: Calgary - Canmore (110 km) - Upon arrival at Calgary Airport, pick up your rental car and drive to the Rocky Mountains. Your hotel for the first two nights is at Grande Rockies Resort in Canmore.</li>\r\n<li>Day 2: Banff National Park (~ 100 km) - Spend the day exploring Banff National Park. Visit Lake Louise and Lake Moraine, hike at Johnston Canyon, or take the gondola up to Sulphur Mountain.</li>\r\n<li>Day 3: Banff - Icefields Parkway - Jasper (285 km) - Travel the Icefields Parkway, seeing Peyto Lake, Mistaya Canyon, the Columbia Icefield, and Athabasca Falls. Spend two nights at the Whistler&rsquo;s Inn in Jasper.</li>\r\n<li>Day 4: Jasper National Park (~ 100 km) - Explore Jasper National Park with visits to Maligne Canyon and Maligne Lake. Consider a cruise to Spirit Island or a local hike.</li>\r\n<li>Day 5: Jasper - Mount Robson - Clearwater (395 km) - View Mount Robson, the highest peak in the Canadian Rockies. Consider a hike on the Berg Lake Trail to Kinney Lake. Overnight at the Best Western Gateway to the Falls.</li>\r\n<li>Day 6: Wells Gray Park (~ 60 km) - Visit Wells Gray Park to see spectacular waterfalls and alpine meadows. Optional canoe tours on Clearwater Lake offer great wildlife viewing opportunities.</li>\r\n<li>Day 7: Clearwater &ndash; Kamloops &ndash; Whistler (425 km) - Continue to the Coast Mountains and the resort of Whistler, co-host of the 2010 Olympic Winter Games. Overnight at the Adara Hotel.</li>\r\n<li>Day 8: Whistler - Vancouver (125 km) - Drive the spectacular Sea to Sky Highway to Vancouver. Drop off your rental vehicle and spend two nights at the Sandman Hotel Downtown.</li>\r\n<li>Day 9: Vancouver - Day at leisure to explore Stanley Park, Gastown, Chinatown, and Granville Island. Don&rsquo;t miss the sunset at English Bay.</li>\r\n<li>Day 10 - 12: Coach transfer Vancouver &ndash; Bellingham and AMH Ferry - Transfer to Bellingham to board the Alaska Marine Highway ferry. Enjoy a 3-night cruise through spectacular scenery with chances to spot dolphins, sea otters, and whales. Overnight in an Outboard Cabin.</li>\r\n<li>Day 13: Arrival in Juneau/Alaska - Arrive in Juneau, the capital of Alaska. Spend two nights at the Travelodge by Wyndham.</li>\r\n<li>Day 14: Excursion to Glacier Bay National Park - Highly recommended optional excursion to see the spectacular glaciers of Glacier Bay National Park.</li>\r\n<li>Day 15: Flight Juneau &ndash; Anchorage - Fly from Juneau to Anchorage (flight not included). Pick up your next rental vehicle and drive to the Spring Hill Suites Midtown.</li>\r\n<li>Day 16: Anchorage &ndash; Seward (204 km) - Scenic drive to Seward flanked by rugged mountains and Resurrection Bay. Spend two nights at the Harborview Inn.</li>\r\n<li>Day 17: Seward - Kenai Fjords National Park - Optional full-day boat trip to see glaciers and wildlife including bald eagles, sea lions, and whales.</li>\r\n<li>Day 18: Seward &ndash; Anchorage &ndash; Talkeetna (386 km) - Continue to historic Talkeetna. En route, consider visiting the musk-ox farm in Wasilla or the Iditarod headquarters. Overnight at the Swiss Alaska Inn.</li>\r\n<li>Day 19: Talkeetna &ndash; Denali National Park (246 km) - Optional scenic flight to Mt. McKinley if weather permits. Continue to Denali for a stay at the Denali Grizzly Bear Resort.</li>\r\n<li>Day 20: Denali National Park - Enjoy an optional Tundra Wilderness Tour with views of mountain ranges and glaciers while looking for bears, caribou, wolves, and moose.</li>\r\n<li>Day 21: Denali &ndash; Anchorage (382 km) - Return to Anchorage. Visit the Alaska Native Heritage Centre or the Anchorage Museum. Final night at the Spring Hill Suites Midtown.</li>\r\n<li>Day 22: Return flight - Drive to the airport, return your rental car, and board your flight home.</li>\r\n</ul>',NULL),
(16,11,0,'Western Canada',NULL),
(16,12,0,'22 days / 21 nights',NULL),
(16,13,0,'USD 4,100.00 ',NULL),
(16,14,0,'Calgary – Banff – Icefields Parkway – Jasper – Wells Gray Park – Whistler – Vancouver – Bellingham – Juneau – Glacier Bay – Anchorage – Seward – Kenai Fjords – Talkeetna – Denali National Park – Anchorage',NULL),
(16,15,0,'Relaxed',NULL),
(16,18,0,'<p>Weekly departures in 2026 (Subject to Alaska Marine Highway ferry schedule)</p>',NULL),
(16,19,0,'<p><strong>Rates per person in USD from Calgary to Anchorage (or vice versa):</strong></p>\r\n<ul>\r\n<li>double occupancy: 4,100.00</li>\r\n<li>single occupancy: 7,540.00</li>\r\n<li>triple &amp; quad occupancy: on request</li>\r\n</ul>\r\n<p>* Surcharges apply: Vancouver (07.06 - 08.07.2026 FIFA World Cup) and Calgary (03.07. - 12.07.2026 Stampede).</p>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>21 nights accommodation at moderate-class hotels (or similar).</li>\r\n<li>Motor-coach transfer from Vancouver to Bellingham.</li>\r\n<li>Alaska Marine Highway ferry (3 nights, outboard cabin with private bath) for booked passengers.</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>flight from Juneau to Anchorage, meals, national park fees.</li>\r\n<li>rental vehicle (Calgary&ndash;Vancouver and Anchorage&ndash;Anchorage).</li>\r\n<li>optional activities, tips, and baggage handling.</li>\r\n</ul>',NULL),
(16,24,0,'Calgary',NULL),
(16,30,0,'images/packages/columbia icefields.jpg',NULL),
(16,32,0,' including Glacier Bay National Park',NULL),
(16,33,0,'SDBCAK',NULL),
(17,4,0,'<p>This tour is a hit with all those who need no luxury to experience the great Canadian outdoors except for a clean and cozy bed at night. The accommodations chosen are affordable Hostels, B&amp;Bs and Motels with mostly shared facilities. All have private single and double rooms and most have a kitchen and lounge that are shared by the guests. Alternatively, we now offer this tour also as a hotel version with private baths.</p>',NULL),
(17,5,0,'<ul>\r\n<li>Affordable Hostels, B&amp;Bs and Motels (shared or private bath versions available)</li>\r\n<li>Okanagan Valley vineyards and orchards</li>\r\n<li>Historic town of Nelson with 300+ heritage buildings</li>\r\n<li>Rogers Pass and Glacier National Park hiking</li>\r\n<li>Famous Rockies highlights: Lake Louise, Lake Moraine, and Icefields Parkway</li>\r\n<li>Wildlife viewing and waterfalls in Wells Gray Park</li>\r\n<li>Whistler resort and Garibaldi Provincial Park</li>\r\n<li>Optional Vancouver Island extension including Pacific Rim National Park and Victoria</li>\r\n</ul>',NULL),
(17,7,0,'SDHIHOS',NULL),
(17,9,0,'Self Drive',NULL),
(17,10,0,'<ul>\r\n<li>Day 1: Arrival in Vancouver (15 / 115 km) - Upon arrival at Vancouver Airport transfer on own to your accommodation, either the YWCA Hotel (budget version) or at the Coast Langley Hotel (hotel version).</li>\r\n<li>Day 2: Vancouver / Chilliwack - Penticton (395 / 295 km) - From Vancouver or Chilliwack, drive to the Okanagan Valley, famous for its vineyards and orchards. Overnight at the Sandman Hotel (two nights).</li>\r\n<li>Day 3: Okanagan Valley (approx. 80 - 100 km) - Time to explore the Okanagan Valley, visit wineries, buy fresh fruit, and go for a swim in the lake.</li>\r\n<li>Day 4: Penticton - Nelson (320 km) - Continue to the historic little town of Nelson. Two nights are spent at either the Dancing Bear Inn (budget version) or the Prestige Inn (hotel version).</li>\r\n<li>Day 5: Nelson - Spend the day hiking in Kokanee Glacier Park. Take a stroll around town to admire over 300 beautifully restored heritage buildings.</li>\r\n<li>Day 6: Nelson - Revelstoke - Golden (394 km) - Walk along the Giant Cedars Trail and stop at Rogers Pass on the way to Golden. Two nights at Glacier Mountaineer Lodge.</li>\r\n<li>Day 7: Glacier National Park (approx. 100 km) - Enjoy hiking in Glacier National Park or visit the bear refuge at Kicking Horse Resort.</li>\r\n<li>Day 8: Golden - Lake Louise &ndash; Banff/Canmore (165 km) - Continue to Yoho National Park to hike Emerald Lake and visit Takkakaw Falls. Two nights at Grande Rockies Resort in Canmore.</li>\r\n<li>Day 9: Banff National Park (approx. 100 km) - Explore the oldest Canadian National Park. Visit Lake Louise and Lake Moraine, and ride the gondola to Sulphur Mountain.</li>\r\n<li>Day 10: Canmore - Icefields Parkway - Jasper (310 km) - Travel along the Icefields Parkway, seeing Peyto Lake, the Columbia Icefield, and Athabasca Falls. Two nights in Jasper.</li>\r\n<li>Day 11: Jasper National Park (approx. 80 km) - Explore Jasper National Park with visits to Maligne Canyon and Maligne Lake recommended.</li>\r\n<li>Day 12: Jasper - Mount Robson - Clearwater (340 km) - Stop for vistas of Mount Robson before reaching Clearwater. Two nights at Quality Inn &amp; Suites (budget) or Best Western Gateway to the Falls (hotel).</li>\r\n<li>Day 13: Wells Gray Park (approx. 130 km) - Visit spectacular waterfalls and alpine meadows. A canoe tour on Clearwater Lake is a great way to explore.</li>\r\n<li>Day 14: Clearwater - Kamloops - Whistler (430 km) - Travel along Duffey Lake Road to Whistler. Two nights at the Adara Hotel (budget) or Aava Hotel (hotel).</li>\r\n<li>Day 15: Whistler/Garibaldi Provincial Park - Spend the day in Whistler. Ride the gondola up Whistler Mountain for incredible alpine views and hiking.</li>\r\n<li>Day 16: Whistler - Vancouver (125 km) - Return to Vancouver along the Sea to Sky Highway. Spend two nights at the YWCA Hotel (budget) or Sandman Hotel Downtown (hotel).</li>\r\n<li>Day 17: Vancouver - Explore Stanley Park, historic Gastown, Chinatown, and Granville Island on an optional guided city tour.</li>\r\n<li>Day 18: Return flight - Drive to the airport and fly back home.</li>\r\n</ul>\r\n<p><strong>Optional Vancouver Island Add-on:</strong></p>\r\n<ul>\r\n<li>Day 16: Whistler - ferry - Nanaimo - Tofino (308 km) - Head to the West Coast of Vancouver Island. Two nights at the West Coast Motel in Ucluelet.</li>\r\n<li>Day 17: Pacific Rim National Park (approx. 60 km) - Explore the park and join an optional whale-watching tour to observe gray whales.</li>\r\n<li>Day 18: Tofino - Victoria (321 km) - Visit the Native Heritage Centre in Duncan before reaching British Columbia\'s capital. Two nights at The Vic Hotel.</li>\r\n<li>Day 19: Victoria - Explore the Inner Harbour, Empress Hotel, and Royal BC Museum.</li>\r\n<li>Day 20: Victoria - Vancouver (70 km) - Return to Vancouver for two final nights.</li>\r\n<li>Day 21: Day at leisure in Vancouver.</li>\r\n<li>Day 22: Departure.</li>\r\n</ul>',NULL),
(17,11,0,'Western Canada',NULL),
(17,12,0,'18 days / 17 nights or 22 days / 21 nights',NULL),
(17,13,0,'2,190.00',NULL),
(17,14,0,'Vancouver – Okanagan Valley – Nelson – Golden – Banff/Canmore – Jasper – Clearwater – Whistler – Vancouver (Optional Add-on: Ucluelet – Victoria)',NULL),
(17,15,0,'Relaxed',NULL),
(17,18,0,'<p>Daily departures 2026</p>',NULL),
(17,19,0,'<p>&lt;p&gt;&lt;strong&gt;Rates in CAD per person (Budget Version):&lt;/strong&gt;&lt;/p&gt;<br>&lt;ul&gt;<br>&lt;li&gt;double occupancy: 2,190.00&lt;/li&gt;<br>&lt;li&gt;single occupancy: 4,370.00&lt;/li&gt;<br>&lt;li&gt;With Island Add-on (double): 2,790.00&lt;/li&gt;<br>&lt;/ul&gt;<br>&lt;p&gt;&lt;strong&gt;Rates in CAD per person (Hotel Version):&lt;/strong&gt;&lt;/p&gt;<br>&lt;ul&gt;<br>&lt;li&gt;double occupancy: 2,510.00&lt;/li&gt;<br>&lt;li&gt;single occupancy: 5,010.00&lt;/li&gt;<br>&lt;li&gt;With Island Add-on (double): 3,170.00&lt;/li&gt;<br>&lt;/ul&gt;<br>&lt;p&gt;* Surcharges apply in Vancouver: 07.06 - 08.07.2026 (FIFA World Cup).&lt;/p&gt;</p>\r\n<p>&lt;p&gt;&lt;strong&gt;Package includes:&lt;/strong&gt;&lt;/p&gt;<br>&lt;ul&gt;<br>&lt;li&gt;17 or 21 nights accommodation (Hostels/B&amp;Bs/Motels for budget; Hotels for hotel version).&lt;/li&gt;<br>&lt;li&gt;Information package including detailed itinerary and road map.&lt;/li&gt;<br>&lt;li&gt;Telephone hot line based in Canada, all applicable taxes.&lt;/li&gt;<br>&lt;/ul&gt;</p>\r\n<p>&lt;p&gt;&lt;strong&gt;Package excludes:&lt;/strong&gt;&lt;/p&gt;<br>&lt;ul&gt;<br>&lt;li&gt;meals, national park fees, rental vehicle, optional activities, and tips.&lt;/li&gt;<br>&lt;/ul&gt;</p>\r\n<p>&lt;p&gt;&lt;strong&gt;Conditions:&lt;/strong&gt;&lt;/p&gt;<br>&lt;ul&gt;<br>&lt;li&gt;Ferries between Vancouver and Vancouver Island are available on request.&lt;/li&gt;<br>&lt;li&gt;Budget version typically involves shared shower facilities at hostels/B&amp;Bs.&lt;/li&gt;<br>&lt;/ul&gt;</p>\r\n<p>&nbsp;<br>&nbsp;</p>',NULL),
(17,24,0,'Vancouver',NULL),
(17,30,0,'images/packages/uclulet.jpg',NULL),
(17,33,0,'18 days for less than CAD 2,190.00 double occupancy',NULL),
(18,4,0,'<p>This programme focuses on Western Canada&rsquo;s nature and abundant wildlife. On two whale-watching tours clients observe giant grey whales on the west coast of Vancouver Island as well as the fascinating orcas in the waters around southern Vancouver Island. In Clayoquot Sound near Tofino, black bear watching is on the agenda, and at Knight Inlet Lodge, grizzly bear watching is the main activity. Clients will be impressed by the rough beauty of the West Coast and the picturesque islands and fjords of the Sunshine Coast. British Columbia&rsquo;s capital Victoria and the cosmopolitan city of Vancouver round off the trip beautifully.</p>',NULL),
(18,5,0,'<ul>\r\n<li>Observe giant grey whales and fascinating orcas on two included whale-watching tours</li>\r\n<li>Zodiac bear-watching adventure in Clayoquot Sound to see black bears</li>\r\n<li>Grizzly bear watching at the world-renowned Knight Inlet Lodge in Glendale Cove</li>\r\n<li>Experience a spectacular floatplane transfer to your floating wilderness lodge</li>\r\n<li>Explore the rugged beauty of Pacific Rim National Park</li>\r\n<li>Discover the Sunshine Coast, including Jervis Inlet and Skookumchuck Rapids</li>\r\n<li>Visit Victoria, BC\'s historic capital, and explore the cosmopolitan city of Vancouver</li>\r\n<li>Included guided city tour of Vancouver highlights</li>\r\n</ul>',NULL),
(18,7,0,'SDWLADV',NULL),
(18,9,0,'Self Drive',NULL),
(18,10,0,'<ul>\r\n<li>Day 1: Arrival in Vancouver (20 km) - Upon arrival at the airport, you pick up your rental car and drive to your first hotel, the Sutton Place Hotel in Downtown Vancouver.</li>\r\n<li>Day 2: Vancouver &ndash; Victoria (~ 70 km + ferry) - Drive to Tsawwassen to take the ferry to Vancouver Island. Upon arrival, continue to Victoria, British Columbia&rsquo;s beautiful capital. Two nights at the Chateau Victoria Hotel.</li>\r\n<li>Day 3: Victoria - Explore Victoria&rsquo;s main sights including the Inner Harbour and the Empress Hotel. An included whale-watching tour offers the chance to observe resident orcas, marine birds, seals, and sea lions.</li>\r\n<li>Day 4: Victoria &ndash; Port Alberni &ndash; Tofino (315 km) - Stop for a stroll in Cathedral Cove Park to see 800-year-old Douglas firs. Overnight at the Middle Beach Lodge Resort on Mackenzie Beach for three nights.</li>\r\n<li>Day 5 and 6: Pacific Rim National Park (~ 100 km) - Explore the beaches and rainforests of the park. Participate in a whale-watching tour for giant grey whales and a zodiac bear-watching adventure to see black bears in Clayoquot Sound.</li>\r\n<li>Day 7: Tofino &ndash; Parksville &ndash; Campbell River (~ 270 km) - Travel back to the east coast of the island. Consider visiting the Alberni Valley Museum in Port Alberni. Overnight at the Comfort Inn in Campbell River.</li>\r\n<li>Day 8 and 9: Knight Inlet Lodge - Experience a floatplane transfer to Knight Inlet Lodge! Tucked into Glendale Cove, this floating lodge offers daily grizzly bear watching from boats and viewing platforms. 2 nights (Standard Room).</li>\r\n<li>Day 10: Knight Inlet Lodge &ndash; Campbell River &ndash; Egmont (~ 100 km + 2 ferries) - Return to Campbell River via floatplane, then travel south to Comox for a ferry to Powell River. Cross the spectacular Jervis Inlet to Egmont. Three nights at West Coast Wilderness Lodge.</li>\r\n<li>Day 11 and 12: West Coast Wilderness Lodge - Explore the Sunshine Coast, renowned for Princess Louisa Inlet and the Skookumchuck Rapids. Visit the historic coastal village of Egmont.</li>\r\n<li>Day 13: Egmont &ndash; Sechelt &ndash; Vancouver (106 km + ferry) - Drive south along the Sunshine Coast to Langdale for the ferry to Horseshoe Bay. Return to Vancouver for two nights at the Sutton Place Hotel.</li>\r\n<li>Day 14: Vancouver - Explore Vancouver&rsquo;s highlights on a guided city tour including Stanley Park, Gastown, Chinatown, and Granville Island. Don&rsquo;t miss the sunset at English Bay.</li>\r\n<li>Day 15: Return flight (~ 20 km to the airport) - Drive to the airport, return your car rental, and board your flight back home.</li>\r\n</ul>',NULL),
(18,11,0,'Western Canada',NULL),
(18,12,0,'15 days / 14 nights',NULL),
(18,13,0,'8,120.00 ',NULL),
(18,14,0,'Vancouver – Victoria – Tofino – Campbell River – Knight Inlet Lodge – Sunshine Coast – Egmont – Vancouver',NULL),
(18,15,0,'Relaxed',NULL),
(18,18,0,'<p>Daily departures from May 14th &amp;ndash; October 7th 2026</p>',NULL),
(18,19,0,'<p><strong>Rates per person in CAD from/to Vancouver:</strong></p>\r\n<ul>\r\n<li><strong>Low Season (June 24 &ndash; Aug 23):</strong> Double 8,120.00 / Single 12,780.00</li>\r\n<li><strong>High Season (May 14 &ndash; June 22 &amp; Aug 24 &ndash; Oct 07):</strong> Double 8,450.00 / Single 13,290.00</li>\r\n<li><strong>Upgrade Option (Pan Pacific Hotel 2 nights):</strong> Double 320.00 / Single 640.00</li>\r\n</ul>\r\n<p>* Surcharges apply in Vancouver: 07.06 - 08.07.2026 (FIFA World Cup).</p>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>14 nights accommodation at the hotels and lodges described (or similar).</li>\r\n<li>Breakfast in Campbell River and all meals while at Knight Inlet Lodge.</li>\r\n<li>All ferries required (Vancouver, Vancouver Island, and Sunshine Coast) with open vouchers.</li>\r\n<li>Whale watching in Victoria and Tofino; Bear watching in Tofino.</li>\r\n<li>Knight Inlet Lodge Package (3 nights/2 nights lodge stay + floatplane).</li>\r\n<li>Guided city tour in Vancouver.</li>\r\n<li>Information package, telephone hotline based in Canada, and all applicable taxes.</li>\r\n</ul>',NULL),
(18,24,0,'Vancouver',NULL),
(18,30,0,'images/packages/grizzly in meadow.jpg',NULL),
(18,33,0,'see the Grizzlies in the Great Bear Rainforest and the Orcas on Vancouver Island',NULL),
(19,4,0,'<p>The itinerary of this tour will appeal to travellers that are looking for something unique and different. The East Coast of Vancouver Island and the Sunshine Coast are well-known for picturesque little seaside towns, long, sandy beaches and sunny summer weather. A trip to the West Coast with its rainforests and gray whales makes the tour complete. Many activities, such as bear and whale watching, fishing, kayaking and sailing, are just a few steps away from your accommodation. Due to the mild climate of the area, this tour is also perfect for early and late season travel.</p>',NULL),
(19,5,0,'<ul>\r\n<li>Stay in superior-class lodges and resorts throughout British Columbia\'s coast</li>\r\n<li>Explore the idyllic Sunshine Coast and the remote Skookumchuck Narrows</li>\r\n<li>Discover the \"tropical-like\" Savary Island with its pristine white sandy beaches</li>\r\n<li>Experience the unique island charm of Quadra Island and Rebecca Spit</li>\r\n<li>Walk among 800-year-old Douglas Firs in Cathedral Cove Park</li>\r\n<li>Enjoy oceanfront relaxation at Middle Beach Lodge in Tofino</li>\r\n<li>Explore the wild beauty and gray whales of Pacific Rim National Park</li>\r\n<li>Visit Parksville, a mecca for water-sport enthusiasts and sandy beaches</li>\r\n<li>Stay at the beautiful Inn at Laurel Point in Victoria&rsquo;s Inner Harbour</li>\r\n</ul>',NULL),
(19,7,0,'SDVISC',NULL),
(19,9,0,'Self Drive',NULL),
(19,10,0,'<ul>\r\n<li>Day 1: Arrival in Vancouver (20 km) - Upon arrival at Vancouver airport pick up of rental car and drive to downtown hotel. Two nights at the Sutton Place Hotel.</li>\r\n<li>Day 2: Vancouver - One of the most beautiful cities in the world. Consider an optional hop-on hop-off city tour to visit Stanley Park, historic Gastown, Chinatown, and Granville Island.</li>\r\n<li>Day 3: Vancouver &ndash; Sechelt &ndash; Egmont (~125 km + ferry) - Head to the idyllic Sunshine Coast. Take the ferry from North Vancouver to Langdale and continue along the coastline to Egmont. Spend two nights at West Coast Wilderness Lodge.</li>\r\n<li>Day 4: West Coast Wilderness Lodge - Spend the day exploring the area around Egmont. Optional activities include a boat tour to remote Princess Louisa Inlet or visiting the rapids in Skookumchuck Narrows Provincial Park.</li>\r\n<li>Day 5: Egmont &ndash; Powell River &ndash; Lund (~65 km + ferry) - Take the ferry from Earls Cove to Saltery Bay. Stop in Powell River for a walk at Willingdon Beach before continuing to the pretty town of Lund. Two nights at Desolation Sound Resort.</li>\r\n<li>Day 6: Lund - Day at leisure to explore Lund. Consider a boat trip to Savary Island, known for its \"tropical-like\" white sandy beaches and unusually warm water.</li>\r\n<li>Day 7: Lund &ndash; Powell River &ndash; Comox &ndash; Quadra Isl. (86 km + ferries) - Drive back to Powell River to take the ferry to Vancouver Island. Continue to Campbell River and take a short ferry to Quadra Island. Two nights at High Point Resort.</li>\r\n<li>Day 8: Quadra Island (approx. 50 km) - Enjoy a walk along the beach in Rebecca Spit Provincial Park. This is a perfect spot for a swim and a picnic on sunny days.</li>\r\n<li>Day 9: Campbell River - Port Alberni - Tofino (280 km) - Travel toward the West Coast. Stop for a short hike in Cathedral Cove Park to see 800-year-old Douglas Firs. Spend two nights at Middle Beach Lodge, a beautiful oceanfront property near Tofino.</li>\r\n<li>Day 10: Pacific Rim National Park (approx. 70 km) - Spend the day exploring the beautiful beaches and fascinating rain forests of the park. Half-day whale-watching tours to observe gray whales are highly recommended.</li>\r\n<li>Day 11: Tofino &ndash; Port Alberni &ndash; Parksville (173 km) - Return to the east coast of Vancouver Island, an area known for long sandy beaches and warm weather. Two nights at the comfortable Tigh-Na-Mara Resort.</li>\r\n<li>Day 12: Parksville - A day at leisure in a mecca for water-sport enthusiasts. Popular activities include kayaking, sailing, and salmon fishing.</li>\r\n<li>Day 13: Parksville &ndash; Nanaimo &ndash; Victoria (148 km) - Continue south to Victoria, British Columbia\'s capital. Two nights at the beautiful Inn at Laurel Point.</li>\r\n<li>Day 14: Victoria - Explore the Inner Harbour, the Empress Hotel, Thunderbird Park, and the Royal BC Museum. An optional whale-watching tour to see killer whales (orcas) is recommended.</li>\r\n<li>Day 15: Victoria &ndash; Tsawwassen (40 km + ferry) - Take the ferry back to the mainland. Spend your final night at the Coast Tsawwassen Inn.</li>\r\n<li>Day 16: Drive to the airport and flight back home.</li>\r\n</ul>',NULL),
(19,11,0,'Western Canada',NULL),
(19,12,0,'16 days / 15 nights',NULL),
(19,13,0,'3,540.00 ',NULL),
(19,14,0,'Vancouver – Sunshine Coast (Egmont) – Lund – Savary Island – Quadra Island – Tofino – Pacific Rim National Park – Parksville – Victoria – Vancouver',NULL),
(19,15,0,'Relaxed',NULL),
(19,18,0,'<p>Daily departures 2026</p>',NULL),
(19,19,0,'<p><strong>Rates per person from/to Vancouver in CAD:</strong></p>\r\n<ul>\r\n<li>double occupancy: 3,540.00</li>\r\n<li>single occupancy: 6,660.00</li>\r\n<li>triple &amp; quad occupancy: on request</li>\r\n</ul>\r\n<p>* Surcharges apply in Vancouver: 07.06 - 08.07.2026 (FIFA World Cup).</p>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>15 nights accommodation at superior-class lodges and resorts (or similar).</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, national park fees, rental vehicle.</li>\r\n<li>ferries between Vancouver, Sunshine Coast, and Vancouver Island.</li>\r\n<li>optional activities, tips, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Optional activities:</strong></p>\r\n<ul>\r\n<li>Hop-on hop-off city tour (Vancouver)</li>\r\n<li>Princess Louisa Inlet boat tour (Egmont)</li>\r\n<li>Savary Island beach excursion (Lund)</li>\r\n<li>Gray whale watching tour (Tofino)</li>\r\n<li>Killer whale (Orca) watching tour (Victoria)</li>\r\n<li>Grizzly bear viewing at Toba Inlet (Lund)</li>\r\n</ul>',NULL),
(19,24,0,'Vancouver',NULL),
(19,30,0,'images/packages/granville island.jpg',NULL),
(19,33,0,' featuring superior-class lodges and resorts',NULL),
(20,4,0,'<p>The route and accommodations of this tour will appeal to any Canada enthusiast. The itinerary starts in the modern city of Calgary, then continues to the majestic Rocky Mountains and the legendary Cariboos and on to the idyllic Sunshine Coast. Two nights in the cosmopolitan city of Vancouver complete this trip. The accommodations included are typically Canadian log cabins which are comfortable, cozy and practical featuring a living room, bedroom and full kitchen. Three nights will be spent at most locations to make sure there is plenty of time to explore and participate in activities such as hiking, horseback riding, canoeing and kayaking.</p>',NULL),
(20,5,0,'<ul>\r\n<li>Stay in authentic, cozy Canadian log cabins with full kitchen and living areas</li>\r\n<li>Explore the majestic Rocky Mountains with a three-night stay in Banff</li>\r\n<li>Visit Yoho National Park (Emerald Lake) and Glacier National Park (Rogers Pass)</li>\r\n<li>Immerse yourself in the legendary Cariboo region at a guest ranch near Bridge Lake</li>\r\n<li>Visit the world-renowned resort town of Whistler and experience the Peak2Peak Gondola</li>\r\n<li>Discover the idyllic Sunshine Coast with a three-night stay overlooking Desolation Sound</li>\r\n<li>Optional water taxi to Savary Island for white sandy beaches and turquoise water</li>\r\n<li>Ample time for activities: hiking, horseback riding, canoeing, and kayaking</li>\r\n</ul>',NULL),
(20,7,0,'SDLOG',NULL),
(20,9,0,'Self Drive',NULL),
(20,10,0,'<ul>\r\n<li>Day 1: Arrival in Calgary (20 km) - Welcome to Alberta! Arrival at Calgary Airport, pick up of rental vehicle and drive to the hotel. Overnight is at the Sandman Signature Hotel in Downtown Calgary.</li>\r\n<li>Day 2: Calgary &ndash; Banff (126 km) - Explore Calgary\'s highlights like the Calgary Tower and Chinatown before following the Trans-Canada Highway to the Rocky Mountains. Three nights are spent at the Banff Rocky Mountain Resort.</li>\r\n<li>Day 3 and 4: Banff National Park (~ 100 km) - Two full days to explore Lake Louise, Chateau Lake Louise, Lake Moraine, and Johnston Canyon. Consider taking the gondola up to Sulphur Mountain.</li>\r\n<li>Day 5: Banff &ndash; Golden &ndash; Revelstoke (283 km) - Travel through Yoho National Park (Emerald Lake, Natural Bridge) and Glacier National Park (Rogers Pass). Check in at Glacier House Resort for three nights.</li>\r\n<li>Day 6 and 7: Mount Revelstoke National Park (~ 50 km) - Visit the park for amazing views and alpine meadows. Explore the town of Revelstoke and its railway museum.</li>\r\n<li>Day 8: Revelstoke &ndash; Kamloops &ndash; Bridge Lake (355 km) - Continue along the Trans-Canada Highway into the legendary Cariboos. Three nights are spent at Montana Hill Guest Ranch.</li>\r\n<li>Day 9 and 10: Montana Hill Guest Ranch - Enjoy days at leisure on the ranch. Activities include hiking, mountain biking, archery, and horseback riding.</li>\r\n<li>Day 11: Bridge Lake &ndash; Lillooet &ndash; Whistler (345 km) - Drive the original Cariboo Wagon Road, perhaps stopping at Hat Creek Ranch. Spend two nights at Riverside Resort Cabins in Whistler.</li>\r\n<li>Day 12: Whistler and area - Enjoy the Peak2Peak Adventure gondola and alpine hiking. Visit the Squamish Lil&rsquo;wat Cultural Centre to learn about First Nations history.</li>\r\n<li>Day 13: Whistler &ndash; Horseshoe Bay &ndash; Lund / Sunshine Coast (285 km) - Take the ferry to the Sunshine Coast and drive to the idyllic town of Lund. Three nights at Desolation Sound Resort in wonderful chalets.</li>\r\n<li>Day 14 and 15: Desolation Sound Resort - Explore the Sunshine Coast. Consider a water taxi to Savary Island for swimming and sunbathing on white sandy beaches. The marine park offers unlimited kayaking and fishing.</li>\r\n<li>Day 16: Lund &ndash; Vancouver (161 km) - Return to Horseshoe Bay along the Sunshine Coast. Two nights at the Blue Horizon Hotel in cosmopolitan Vancouver.</li>\r\n<li>Day 17: Vancouver - Explore Vancouver on an optional hop-on hop-off city tour, visiting Stanley Park, historic Gastown, Chinatown, and Granville Island.</li>\r\n<li>Day 18: Departure - End of your 18-day log cabin adventure. Total mileage: approx. 1,800 km.</li>\r\n</ul>',NULL),
(20,11,0,'Western Canada',NULL),
(20,12,0,'18 days / 17 nights',NULL),
(20,13,0,'3,940.00 ',NULL),
(20,14,0,'Calgary – Banff – Revelstoke – Bridge Lake (Cariboos) – Whistler – Sunshine Coast (Lund) – Vancouver',NULL),
(20,15,0,'Relaxed',NULL),
(20,18,0,'<p>Daily departures 2026</p>',NULL),
(20,19,0,'<p><strong>Rates per person in CAD from Calgary to Vancouver (or vice versa):</strong></p>\r\n<ul>\r\n<li>double occupancy: 3,940.00</li>\r\n<li>single occupancy: 7,880.00</li>\r\n<li>triple &amp; quad occupancy: on request</li>\r\n</ul>\r\n<p><strong>Banff: Surcharge for Castle Mountain Chalets (optional upgrade):</strong></p>\r\n<ul>\r\n<li>double occupancy: 530.00</li>\r\n<li>single occupancy: 1,060.00</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>17 nights at the accommodations described (moderate-class hotels in Calgary and Vancouver; log cabins at all other locations).</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hotline based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, national park fees, rental vehicle.</li>\r\n<li>ferries between Vancouver and Sunshine Coast.</li>\r\n<li>optional activities, tips, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharges apply: Vancouver (07.06. - 08.07.2026 FIFA World Cup) and Calgary (03.07. - 12.07.2026 Stampede).</li>\r\n<li>Ferries between Vancouver and the Sunshine Coast rates are available on request.</li>\r\n</ul>',NULL),
(20,24,0,'Calgary',NULL),
(20,30,0,'images/packages/mountain bike.jpg',NULL),
(20,33,0,'Explore the coast and mountains of Western Canada while staying at cozy log cabins',NULL),
(21,4,0,'<p>On this tour travellers experience the natural sights of Western Canada, such as the Rocky Mountain National Parks, Wells Gray Provincial Park, the Coast Mountains and Pacific Rim National Park on Vancouver Island, not so much from the window of their car but up-close by hiking some of the most rewarding trails. The outings recommended are easy to moderate hikes that will be enjoyed by everybody who has a love for the outdoors and enjoys hiking. With this particular tour, the CSM information package also includes detailed hiking trail descriptions and maps, so guests are well-prepared for each day&rsquo;s adventure.</p>',NULL),
(21,5,0,'<ul>\r\n<li>Experience Western Canada up-close with a focus on the most rewarding hiking trails</li>\r\n<li>Includes detailed hiking trail descriptions and maps for each recommended outing</li>\r\n<li>Hike the spectacular Plain of Six Glaciers Trail at Lake Louise</li>\r\n<li>Explore the alpine meadows and Angel Glacier views at Mt. Edith Cavell</li>\r\n<li>Visit Mount Robson, the monarch of the Canadian Rockies, and the Berg Lake Trail</li>\r\n<li>Discover the \"Waterfall Park\" of Wells Gray through its scenic rim trails</li>\r\n<li>Experience world-class alpine hiking in Whistler and Garibaldi Provincial Park</li>\r\n<li>Explore the temperate rainforests and coastal trails of Pacific Rim National Park</li>\r\n<li>Available in both Hotel/Lodge and Bed &amp; Breakfast versions</li>\r\n</ul>',NULL),
(21,7,0,'SDHIKE',NULL),
(21,9,0,'Self Drive',NULL),
(21,10,0,'<ul>\r\n<li>Day 1: Arrival in Calgary (10 km) - Welcome to Alberta! Arrival at airport, pick up of rental vehicle and drive to your accommodation. Overnight at the Sandman Airport Hotel (Hotel / Lodge and B&amp;B version).</li>\r\n<li>Day 2: Calgary &ndash; Canmore (110 km) - In the morning, there is time for a city walk to see the Calgary Tower and Chinatown. Later, head to the Rocky Mountains for a three-night stay at the Grande Rockies Resort in Canmore.</li>\r\n<li>Day 3: Banff/Lake Louise (~140 km) / Plain of Six Glaciers Trail - We recommend the spectacular Plain of Six Glaciers Trail (5.3 km one way). Later, you might want to visit nearby Lake Moraine before returning to Canmore.</li>\r\n<li>Day 4: Yoho National Park (~180 km) / Emerald Lake and Takakkaw Falls - Hike the nature trail around Emerald Lake (5.2 km circuit) and visit Takakkaw Falls. Optional further hikes to Laughing Falls or Twin Falls are available.</li>\r\n<li>Day 5: Canmore &ndash; Icefields Parkway &ndash; Jasper (285 km) - Travel the most scenic road in the Rockies. Highlights include Peyto Lake and Columbia Icefield. Hike Parker Ridge Trail (5.2 km return) for views of the Saskatchewan Glacier. Three nights in Jasper.</li>\r\n<li>Day 6: Maligne Lake (~95 km) - Visit Maligne Canyon and Maligne Lake. We recommend hiking the Opal Hills Loop (8.2 km return) for stunning views of the Maligne Valley and wildflowers.</li>\r\n<li>Day 7: Mt. Edith Cavell (~50 km) - A hike along the Cavell Meadows Trail (6 &ndash; 7 km return) is recommended, offering beautiful views of Angel Glacier.</li>\r\n<li>Day 8: Jasper &ndash; Valemount (~120 km) - Spend the morning in Jasper hiking the Valley of the Five Lakes (4.2 km return). Two nights in Valemount at the Comfort Inn &amp; Suites or Rose Cottage B&amp;B.</li>\r\n<li>Day 9: Mount Robson / Berg Lake Trail (~80 km) - Valemount is the gateway to Mount Robson. Hike as far as Kinney Lake (7 km one way) or White Falls in the Valley of a Thousand Falls.</li>\r\n<li>Day 10: Valemount &ndash; Clearwater (245 km) - Continue to the gateway of Wells Gray Provincial Park. Stop at Spahats Falls before heading to your lodge or hotel. Two nights in Clearwater.</li>\r\n<li>Day 11: Wells Gray Park (~60 km) - Explore the park&rsquo;s highlights including the Ray Farm Trail and the South Rim Trail leading to the rim of the famous Helmcken Falls.</li>\r\n<li>Day 12: Clearwater &ndash; Kamloops &ndash; Whistler (425 km) - Travel to the Coast Mountains and the Olympic resort of Whistler. Two nights at the Adara Hotel.</li>\r\n<li>Day 13: Whistler/Garibaldi Provincial Park - Access high alpine hiking via the summer chairlift. The hike to Singing Pass via the Musical Bumps offers great views of Black Tusk and Cheakamus Glacier.</li>\r\n<li>Day 14: Whistler &ndash; Nanaimo &ndash; Tofino (308 km) - Drive to the coast and take the ferry to Vancouver Island. Stop at Cathedral Cove Park to see 800-year-old Douglas Firs. Three nights at Middle Beach Lodge in Tofino.</li>\r\n<li>Day 15 and 16: Pacific Rim National Park (~70 km) - Two days at leisure to explore the beaches and rainforests. Recommended trails include South Beach, Wickaninnish, and the Rain Forest Trail. Optional whale-watching is available.</li>\r\n<li>Day 17: Tofino &ndash; Nanaimo &ndash; Vancouver (230 km) - Return to the east coast of the island and board the ferry to Vancouver. Two nights at the Auberge Hotel or Econolodge Inn &amp; Suites.</li>\r\n<li>Day 18: Vancouver - Explore Vancouver&rsquo;s attractions like Stanley Park, Gastown, and Granville Island on an optional hop-on hop-off city tour.</li>\r\n<li>Day 19: Departure - Return your rental car and depart from Vancouver. Total mileage: approx. 2,400 km.</li>\r\n</ul>',NULL),
(21,11,0,'Western Canada',NULL),
(21,12,0,'19 days / 18 nights',NULL),
(21,13,0,'3,110.00',NULL),
(21,14,0,'Calgary – Canmore – Banff/Lake Louise – Yoho – Icefields Parkway – Jasper – Valemount – Mount Robson – Clearwater – Whistler – Tofino – Vancouver',NULL),
(21,15,0,'Relaxed',NULL),
(21,18,0,'<p>Daily departures 2026</p>',NULL),
(21,19,0,'<p><strong>Rates per person from Calgary to Vancouver (or vice versa):</strong></p>\r\n<ul>\r\n<li><strong>Hotel &amp; Lodge version:</strong> Double occupancy: 3,110.00 / Single occupancy: 6,190.00</li>\r\n<li><strong>Bed &amp; Breakfast version:</strong> Double occupancy: 2,820.00 / Single occupancy: 5,620.00</li>\r\n</ul>\r\n<p>* Note: B&amp;B version single occupancy requires a bed-share in some instances. Surcharges apply for Vancouver (FIFA World Cup) and Calgary (Stampede) dates.</p>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>18 nights accommodation at hotels/lodges (moderate class) with 5 breakfasts OR at B&amp;Bs with 10 breakfasts.</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Detailed hiking trail descriptions and maps.</li>\r\n<li>Telephone hotline based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals (except those mentioned), national park fees, rental vehicle.</li>\r\n<li>ferries between Vancouver and Vancouver Island.</li>\r\n<li>optional activities, tips, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharges: Vancouver 07.06 - 08.07.2026; Calgary 03.07 - 12.07.2026.</li>\r\n<li>Ferries between Vancouver and Vancouver Island: Rates on request.</li>\r\n</ul>',NULL),
(21,24,0,'Calgary',NULL),
(21,30,0,'images/packages/yoho emerald lake.jpg',NULL),
(21,33,0,'Hiking the most rewarding trails in the Rockies and on Vancouver Island',NULL),
(22,4,0,'<p>With this particular tour as well, the CSM information package includes detailed hiking trail descriptions and maps, so guests are well-prepared for each day&rsquo;s adventure. The outings recommended are easy to moderate hikes that will be enjoyed by everybody who has a love for the outdoors and enjoys hiking. The route focuses on the Rocky Mountain National Parks as well as Glacier and Mount Revelstoke National Parks and Wells Gray Provincial Park. Driving distances are kept at a minimum so there is lots of time for hiking the most rewarding trails.</p>',NULL),
(22,5,0,'<ul>\r\n<li>Includes a specialized CSM information package with detailed hiking maps and trail descriptions</li>\r\n<li>Hike the legendary Crypt Lake Trail in Waterton Lakes National Park</li>\r\n<li>Drive the world-famous Going-to-the-Sun Road in Glacier National Park (USA)</li>\r\n<li>Explore the restored gold-rush ghost town of Fort Steele</li>\r\n<li>Discover the high alpine beauty of Balu Pass at Rogers Pass</li>\r\n<li>Hike to the pristine Eva Lake in Mount Revelstoke National Park</li>\r\n<li>Visit Mount Robson, the monarch of the Canadian Rockies</li>\r\n<li>Experience the Tundra and alpine wildflower displays at Maligne Lake and Cavell Meadows</li>\r\n<li>Walk the spectacular Plain of Six Glaciers Trail at Lake Louise</li>\r\n</ul>',NULL),
(22,7,0,'SDROCK',NULL),
(22,9,0,'Self Drive',NULL),
(22,10,0,'<ul>\r\n<li>Day 1: Arrival in Calgary (20 km) - Welcome to Alberta! Arrival at Airport, pick up of rental vehicle and drive to your accommodation. Overnight is at the Sandman Hotel Airport.</li>\r\n<li>Day 2: Calgary &ndash; Waterton Park (270 km) - After a city walk in Calgary to see highlights like the Calgary Tower and Chinatown, drive south to Waterton National Park. Two nights at the Bayshore Inn.</li>\r\n<li>Day 3: Waterton Park (approx. 50 km) &ndash; Crypt Lake Trail - Experience one of the most stunning hikes in the Rockies (17.4 km; 690 m elevation gain). Includes a boat trip to the trailhead, waterfalls, and a mountain tunnel.</li>\r\n<li>Day 4: Going-to-the-Sun Road &ndash; Fernie (370 km) - Drive the famous Going-to-the-Sun Road through Glacier National Park (USA) before crossing back into Canada. Two nights at the Best Western Fernie Mountain Lodge.</li>\r\n<li>Day 5: Fernie and area - Explore the town or take a river-rafting tour. For hikers, the Fernie Ridge Walk is recommended for amazing views of the Rocky Mountain Trench.</li>\r\n<li>Day 6: Fernie &ndash; Fort Steele &ndash; Radium - Golden (326 km) - Visit the beautifully restored ghost town of Fort Steele. Continue to Radium Hot Springs and Golden. Two nights at the Glacier Mountaineer Lodge.</li>\r\n<li>Day 7: Yoho National Park (~180 km) / Emerald Lake and Takakkaw Falls - Explore Emerald Lake (5.2 km circuit) and Takakkaw Falls. Optional hikes to Laughing Falls or Twin Falls offer higher elevation views.</li>\r\n<li>Day 8: Golden &ndash; Revelstoke (148 km) - Visit Rogers Pass and hike the Balu Pass Trail (10 km return; 800 m elevation gain) for spectacular views of glaciers and mountain ridges. Two nights at the Sandman Hotel Revelstoke.</li>\r\n<li>Day 9: Mount Revelstoke National Park &ndash; Eva Lake Trail - Hike to Eva Lake, a pretty alpine lake that is a perfect spot for lunch before heading back.</li>\r\n<li>Day 10: Revelstoke &ndash; Kamloops &ndash; Clearwater (345 km) - Travel via Salmon Arm and Kamloops to the gateway of Wells Gray Provincial Park. Two nights at the Best Western Gateway to the Falls.</li>\r\n<li>Day 11: Wells Gray Park (approx. 60 km) - Explore the park\'s iconic sights including the Ray Farm Trail and the South Rim Trail to the rim of Helmcken Falls.</li>\r\n<li>Day 12: Clearwater &ndash; Mount Robson &ndash; Jasper (395 km) - Stop at Mount Robson Park to hike the Berg Lake Trail as far as Kinney Lake or White Falls. Spend three nights at Becker&rsquo;s Chalets in Jasper.</li>\r\n<li>Day 13: Maligne Lake (approx. 95 km) - Visit Maligne Canyon and Maligne Lake. Hike the Opal Hills Loop (8.2 km return) for stunning views and alpine wildflowers. Optional boat tour to Spirit Island.</li>\r\n<li>Day 14: Mt. Edith Cavell (approx. 50 km) - Hike the Cavell Meadows Trail (6 &ndash; 7 km return) for beautiful views of Angel Glacier.</li>\r\n<li>Day 15: Jasper &ndash; Icefields Parkway &ndash; Canmore (312 km) - Drive the Icefields Parkway, visiting Columbia Icefield and Peyto Lake. Hike Parker Ridge Trail for views of the Saskatchewan Glacier. Two nights at Grande Rockies Resort.</li>\r\n<li>Day 16: Banff/Lake Louise (~140 km) / Plain of Six Glaciers Trail - Hike the spectacular Plain of Six Glaciers Trail (5.3 km one way) at Lake Louise. Visit nearby Lake Moraine before returning to Canmore.</li>\r\n<li>Day 17: Canmore - Calgary (110 km) - Drive back to Calgary Airport and board your flight home. Total mileage: approx. 2,900 km.</li>\r\n</ul>',NULL),
(22,11,0,'Western Canada',NULL),
(22,12,0,'17 days / 16 nights',NULL),
(22,13,0,'2,530.00',NULL),
(22,14,0,'Calgary – Waterton Park – Fernie – Golden – Yoho – Revelstoke – Clearwater – Mount Robson – Jasper – Icefields Parkway – Canmore – Calgary',NULL),
(22,15,0,'Relaxed',NULL),
(22,18,0,'<p>Daily departures 2026</p>',NULL),
(22,19,0,'<p><strong>Rates per person from/to Calgary in CAD:</strong></p>\r\n<ul>\r\n<li>double occupancy: 2,530.00</li>\r\n<li>single occupancy: 5,050.00</li>\r\n<li>triple &amp; quad occupancy: on request</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>16 nights accommodation at the hotels described (or similar, moderate class).</li>\r\n<li>4 breakfasts included.</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Detailed hiking trail descriptions and maps.</li>\r\n<li>Telephone hotline based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals (except those mentioned), national park fees, rental vehicle.</li>\r\n<li>tips, optional activities, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharge: Calgary (03.07. - 12.07.2026 Stampede).</li>\r\n<li>A valid passport is required for the day trip through Glacier National Park (USA).</li>\r\n</ul>',NULL),
(22,24,0,'Calgary',NULL),
(22,25,0,'images/packages/Helmcken Falls.jpg',NULL),
(22,26,0,'images/packages/icefields parkway.jpg',NULL),
(22,27,0,'images/packages/maligne lake bright.jpg',NULL),
(22,28,0,'images/packages/peyto-lake.jpg',NULL),
(22,30,0,'images/packages/Helmcken Falls.jpg',NULL),
(22,33,0,'including hiking trail descriptions',NULL),
(23,4,0,'<p>Comfortable, upscale accommodations in stunning locations and an interesting route that incorporates well-known highlights as well as some hidden gems are the main features of this tour. Exploring areas like the Rocky Mountain National Parks, the West Coast of Vancouver Island as well as the idyllic Sunshine Coast and remote Quadra Island will give your clients a true taste of the variety and vastness of the country. An amazing tour combining wilderness and luxury!</p>',NULL),
(23,5,0,'<ul>\r\n<li>Experience upscale, comfortable accommodations in hand-picked stunning locations</li>\r\n<li>Explore the world-famous Rocky Mountain National Parks: Banff and Jasper</li>\r\n<li>Stay at the beautiful Moul Creek Lodge near the waterfalls of Wells Gray Park</li>\r\n<li>Enjoy a ranch experience in the picturesque Interlakes Region at Bridge Lake</li>\r\n<li>Drive the spectacular Duffey Lake Road to the Olympic resort of Whistler</li>\r\n<li>Discover the remote Sunshine Coast and stay overlooking Desolation Sound</li>\r\n<li>Visit tropical-like Savary Island with its pristine white sandy beaches</li>\r\n<li>Stay at High Point Resort on the unique and remote Quadra Island</li>\r\n<li>Explore the ancient rainforests and gray whales of Pacific Rim National Park</li>\r\n<li>End your journey in the cosmopolitan city of Vancouver</li>\r\n</ul>',NULL),
(23,7,0,'SDLADV',NULL),
(23,9,0,'Self Drive',NULL),
(23,10,0,'<ul>\r\n<li>Day 1: Calgary - Banff (128 km) - Welcome to Canada! After arrival at Calgary Airport, pick up your rental car and drive to the Rocky Mountains. The first two nights will be spent at the Banff Rocky Mountain Resort.</li>\r\n<li>Day 2: Banff National Park (approx. 100 km) - Spend the day exploring Canada\'s most famous national park. Highlights include Lake Louise, Lake Moraine, Johnston Canyon, and the gondola up to Sulphur Mountain.</li>\r\n<li>Day 3: Banff - Icefields Parkway - Jasper (285 km) - Travel the most scenic road in the Rockies. See Peyto Lake, Mistaya Canyon, the Columbia Icefield, and Athabasca Falls. Overnight at Becker&rsquo;s Chalets for two nights.</li>\r\n<li>Day 4: Jasper National Park (approx. 100 km) - Explore Maligne Canyon and Maligne Lake. Consider a cruise to Spirit Island or renting a canoe to enjoy the wilderness scenery.</li>\r\n<li>Day 5: Jasper - Mount Robson - Clearwater (395 km) - Stop for vistas of Mount Robson, the highest peak in the Canadian Rockies. Overnight at the beautiful Moul Creek Lodge near Wells Gray Park for two nights.</li>\r\n<li>Day 6: Wells Gray Park (approx. 60 km) - Visit spectacular waterfalls and alpine meadows. An optional canoe tour on Clearwater Lake is a great way to explore the heart of the park.</li>\r\n<li>Day 7: Clearwater &ndash; Bridge Lake (115 km) - Drive to the picturesque Interlakes Region. Two nights are spent at Montana Hill Guest Ranch.</li>\r\n<li>Day 8: Wettstone Guest Ranch - Day at leisure on the ranch. Enjoy activities such as canoeing, swimming, fishing at the private lake, or a guided horseback ride.</li>\r\n<li>Day 9: Bridge Lake &ndash; Lillooet &ndash; Whistler (345 km) - Drive the spectacular Duffey Lake Road to Whistler. Explore the Olympic village and spend the night at the Tantalus Resort Lodge.</li>\r\n<li>Day 10: Whistler &ndash; Sechelt &ndash; Egmont - Lund (260 km + 2 ferry rides) - Leave the mountains for the Sunshine Coast. Take ferries from Horseshoe Bay to Langdale and Earls Cove to Saltery Bay. Two nights at Desolation Sound Resort.</li>\r\n<li>Day 11: Lund &amp; Desolation Sound Resort - Day at leisure. Consider a water taxi to Savary Island, known for its warm water and pristine white sandy beaches.</li>\r\n<li>Day 12: Lund &ndash; Powell River &ndash; Comox &ndash; Quadra Island (120 km + ferry ride) - Take the ferry from Powell River to Vancouver Island, then a short ferry from Campbell River to Quadra Island. Two nights at High Point Resort.</li>\r\n<li>Day 13: Quadra Island (approx. 50 km) - Go for a walk along the beach in Rebecca Spit Provincial Park. On sunny days, it is the perfect spot for a swim and a picnic.</li>\r\n<li>Day 14: Campbell River - Port Alberni - Tofino (280 km) - Stop at Cathedral Cove Park to see 800-year-old Douglas Firs before heading to the West Coast. Two nights at Middle Beach Lodge, an oceanfront property.</li>\r\n<li>Day 15: Pacific Rim National Park (approx. 70 km) - Explore the beautiful beaches and rain forests. Half-day whale-watching tours to observe gray whales are highly recommended.</li>\r\n<li>Day 16: Tofino - Vancouver (230 km) - Return to Nanaimo via Port Alberni to board the ferry back to Vancouver. Two nights at the Auberge Hotel.</li>\r\n<li>Day 17: Vancouver - Explore one of the world\'s most beautiful cities. Optional hop-on hop-off tours visit Stanley Park, Gastown, Chinatown, and Granville Island.</li>\r\n<li>Day 18: Drive to the airport and flight back home. Total mileage: approx. 2,500 km.</li>\r\n</ul>',NULL),
(23,11,0,'Western Canada',NULL),
(23,12,0,'18 days / 17 nights',NULL),
(23,13,0,'3,380.00',NULL),
(23,14,0,'Calgary – Banff – Icefields Parkway – Jasper – Clearwater – Bridge Lake – Whistler – Sunshine Coast (Lund) – Quadra Island – Tofino – Vancouver',NULL),
(23,15,0,'Relaxed',NULL),
(23,18,0,'<p>Daily departures 2026</p>',NULL),
(23,19,0,'<p><strong>Rates per person from Calgary to Vancouver (or vice versa) in CAD:</strong></p>\r\n<ul>\r\n<li>double occupancy: 3,380.00</li>\r\n<li>single occupancy: 6,750.00</li>\r\n<li>triple &amp; quad occupancy: on request</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>17 nights accommodation at the hotels and lodges described (or similar, moderate first-class).</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals (except those mentioned), national park fees, rental vehicle.</li>\r\n<li>ferries between Vancouver, Vancouver Island, and the Sunshine Coast.</li>\r\n<li>optional activities, tips, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharges apply: Vancouver (07.06. - 08.07.2026 FIFA World Cup) and Calgary (03.07. - 12.07.2026 Stampede).</li>\r\n<li>Quadra Island Upgrade: April Point Lodge rates available on request.</li>\r\n<li>Ferries between Vancouver, Sunshine Coast, and Vancouver Island rates on request.</li>\r\n</ul>',NULL),
(23,24,0,'Calgary',NULL),
(23,30,0,'images/packages/wells gray park.jpg',NULL),
(23,33,0,'featuring the Sunshine Coast and Quadra Island',NULL),
(24,4,0,'<p>This discovery tour of Western Canada is tailored to travelling with children. The itinerary includes many of Western Canada&rsquo;s well-known sights, driving distances are often under 200km, most stays are two or more days per accommodation, and all locations offer many activities that are especially geared towards families with children. The accommodations chosen are mostly one bedroom suites or cabins and have a pool, or are by a lake or right on the ocean. This tour promises to be an adventure for the whole family!</p>',NULL),
(24,5,0,'<ul>\r\n<li>Family-tailored itinerary with shorter driving distances and multi-night stays</li>\r\n<li>Kid-friendly accommodations including suites and cabins with pools or lake/ocean access</li>\r\n<li>Visit Drumheller, the dinosaur capital of the world, and the Royal Tyrrell Museum</li>\r\n<li>Interactive fun at Canada Olympic Park with ziplining and bobsleigh tours</li>\r\n<li>Experience the Rocky Mountains with gondola rides and hot springs</li>\r\n<li>Visit the Grizzly Bear Refuge at Kicking Horse Resort in Golden</li>\r\n<li>Adventure at Sky Trek Adventure Park and the Railway Museum in Revelstoke</li>\r\n<li>Three-night wilderness ranch stay at Ten-ee-ah Lodge with canoeing and fishing</li>\r\n<li>Whistler Adventure Zone featuring luge, climbing walls, and mini-golf</li>\r\n<li>Beachfront relaxation and Kids Club (July/August) at Tigh-Na-Mara Resort</li>\r\n</ul>',NULL),
(24,7,0,'SDABC',NULL),
(24,9,0,'Self Drive',NULL),
(24,10,0,'<ul>\r\n<li>Day 1: Arrival in Calgary - Welcome to Alberta! Arrival at Airport, pick up of rental vehicle and drive to the hotel. Overnight is at the Best Western Port O&rsquo;Call Hotel, featuring an indoor water park for the kids to enjoy.</li>\r\n<li>Day 2: Calgary &ndash; Drumheller (140 km) - Enjoy a morning city walk in Calgary before driving to Drumheller. Climb the World\'s Largest Dinosaur for an aerial view of the Badlands. Spend two nights at the Ramada Inn.</li>\r\n<li>Day 3: Drumheller - Explore the best Badlands&rsquo; scenery and visit the Royal Tyrrell Museum to see over 35 dinosaur skeletons. Drive the 50 km Dinosaur Trail to see mushroom-shaped hoodoos in the Red Deer Valley.</li>\r\n<li>Day 4: Drumheller &ndash; Canmore (240 km) - Drive into the Rocky Mountains. Stop at Canada Olympic Park for optional ziplining or museum tours. Spend two nights at the Grande Rockies Resort in a one-bedroom suite.</li>\r\n<li>Day 5: Banff National Park (~ 100 km) - Visit Lake Louise, Lake Moraine, and Johnston Canyon. Take the gondola up Sulphur Mountain for a dip in the Hot Springs and a visit to the Banff townsite.</li>\r\n<li>Day 6: Canmore &ndash; Golden (162 km) - Drive through Yoho National Park. Stop at Emerald Lake for canoeing or visit the Natural Bridge. Spend two nights in a one-bedroom suite at Glacier Mountaineer Lodge.</li>\r\n<li>Day 7: Golden - Unforgettable optional activities include a visit to the Grizzly Bear Refuge at Kicking Horse Resort or a family-friendly river rafting tour.</li>\r\n<li>Day 8: Golden &ndash; Revelstoke (150 km) - Drive through Glacier National Park and stop at the Rogers Pass Visitor Centre. Walk the Giant Cedars Trail before checking into a cabin at Glacier House Resort for two nights.</li>\r\n<li>Day 9: Revelstoke - Visit Mount Revelstoke National Park for alpine meadow views. Explore the Railway Museum or visit Sky Trek Adventure Park for high ropes and ziplines.</li>\r\n<li>Day 10: Revelstoke &ndash; Kamloops &ndash; Lac La Hache (~ 450 km) - Travel into the legendary Cariboo region. Your drive is rewarded with three nights in a one-bedroom cabin at Ten-ee-ah Lodge on the shores of Spout Lake.</li>\r\n<li>Day 11 and 12: Ten-ee-ah Lodge - Enjoy days at leisure with included use of canoes and mountain bikes. Try fishing on the lake or go for an optional horseback ride.</li>\r\n<li>Day 13: Lac La Hache &ndash; Whistler (~ 350 km) - Travel to the 2010 Olympic host mountain. After a stroll through the village, check into your two-bedroom suite at The Tantalus Resort Lodge for two nights.</li>\r\n<li>Day 14: Whistler - Ride the record-breaking PEAK 2 PEAK Gondola or explore the mountain bike park. Visit the Blackcomb Base Adventure Zone for luge, mini-golf, and bungee trampolines.</li>\r\n<li>Day 15: Whistler &ndash; Parksville (140 km + ferry ride) - Drive the Sea to Sky Highway to Horseshoe Bay and take the ferry to Vancouver Island. Stay two nights at Tigh-Na-Mara Resort, located right on the ocean.</li>\r\n<li>Day 16: Parksville - Spend the day swimming or strolling along the beach collecting shells. Children can enjoy the resort\'s Kids Club while parents enjoy some quiet hours.</li>\r\n<li>Day 17: Parksville &ndash; Vancouver (210 km + ferry ride) - We recommend driving to Victoria before taking the ferry back to Vancouver. Spend two nights at the Rosedale on Robson in a one-bedroom suite.</li>\r\n<li>Day 18: Vancouver - Explore Stanley Park, Gastown, and Granville Island on an optional city tour. Optional visits to the Capilano Suspension Bridge or the Vancouver Aquarium are great for kids.</li>\r\n<li>Day 19: Departure - Return your rental car and depart from Vancouver. Total mileage: approx. 1,950 km.</li>\r\n</ul>',NULL),
(24,11,0,'Western Canada',NULL),
(24,12,0,'19 days / 18 nights',NULL),
(24,13,0,'8,570.00',NULL),
(24,14,0,'Calgary – Drumheller – Canmore – Banff – Golden – Revelstoke – Lac La Hache – Whistler – Parksville – Vancouver',NULL),
(24,15,0,'Relaxed',NULL),
(24,18,0,'<p>Daily departures 2026</p>',NULL),
(24,19,0,'<p><strong>Rates per family in CAD (2 adults + 2 children):</strong></p>\r\n<ul>\r\n<li>Children under 12 years: 8,570.00</li>\r\n<li>Children 12 - 18 years: 8,990.00</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>18 nights accommodation in family-friendly suites or cabins (as described or similar).</li>\r\n<li>7x breakfast.</li>\r\n<li>Ten-ee-ah Lodge: use of canoes and mountain bikes.</li>\r\n<li>Tigh-Na-Mara Resort: use of resort facilities and Kids Club (ages 3&ndash;13, July/August only).</li>\r\n<li>Information package with detailed itinerary and road map.</li>\r\n<li>Telephone hotline based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals (except those mentioned), national park fees, rental vehicle.</li>\r\n<li>ferries between Vancouver and Vancouver Island.</li>\r\n<li>tips, optional activities (Sky Trek, Ziplines, Aquarium etc.), and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharges: Vancouver (07.06 - 08.07.2026 FIFA World Cup); Calgary (03.07 - 12.07.2026 Stampede).</li>\r\n<li>Ferries between Vancouver and Vancouver Island: Rates available on request.</li>\r\n</ul>',NULL),
(24,24,0,'Calgary',NULL),
(24,30,0,'images/packages/moraine lake kids.jpg',NULL),
(24,33,0,'Fun for the Whole Family',NULL),
(25,4,0,'<p>This trip will lead you to the most beautiful National and Provincial Parks in Western Canada: the National Parks of the Rocky Mountains, Wells Gray Park, the Parks of the Kootenays and the Okanagan Valley and Pacific Rim National Park on Vancouver Island are all part of this program. This country is home to black and grizzly bears, moose and bald eagles &ndash; with any luck at all you will be able to observe some of these animals in their natural habitat. The accommodations booked are comfortable Lodges that are ideal for visiting the National Parks.</p>',NULL),
(25,5,0,'<ul>\r\n<li>Ideal for families! Selected family-friendly lodges, cabins, or suites with kitchens</li>\r\n<li>Explore the world-famous National Parks of the Rocky Mountains: Banff, Jasper, and Yoho</li>\r\n<li>Visit Wells Gray Provincial Park, renowned for its spectacular waterfalls and wildlife</li>\r\n<li>Discover the Kootenays and the heritage city of Nelson with its lakeside resort</li>\r\n<li>Experience the Okanagan Valley\'s famous orchards, vineyards, and water sports</li>\r\n<li>Stroll through Cathedral Cove Park to see 800-year-old and 5-metre-thick Douglas Firs</li>\r\n<li>Stay at the oceanfront Middle Beach Lodge in Tofino</li>\r\n<li>Observe gray whales, sea lions, and sea otters in Pacific Rim National Park</li>\r\n<li>Explore the provincial capital of Victoria and the cosmopolitan city of Vancouver</li>\r\n</ul>',NULL),
(25,7,0,'SDLODG',NULL),
(25,9,0,'Self Drive',NULL),
(25,10,0,'<ul>\r\n<li>Day 1: Calgary - Canmore (128 km) - Upon arrival at Calgary Airport, pick up your rental car and drive to the Rocky Mountains. The first two nights will be spent at the Grande Rockies Resort in Canmore.</li>\r\n<li>Day 2: Banff National Park (approx. 100 km) - Explore Banff National Park, including Lake Louise and Lake Moraine. Go for a hike at Johnston Canyon and take the gondola up to Sulphur Mountain.</li>\r\n<li>Day 3: Banff - Icefields Parkway - Jasper (285 km) - Travel the Icefields Parkway, seeing Peyto Lake, Mistaya Canyon, Columbia Icefield, and Athabasca Falls. Overnight in a cozy cabin at Becker&rsquo;s Chalets for two nights.</li>\r\n<li>Day 4: Jasper National Park (approx. 100 km) - Visit Maligne Canyon and Maligne Lake. Consider a cruise to Spirit Island or renting a canoe for a few hours.</li>\r\n<li>Day 5: Jasper - Mount Robson - Clearwater (395 km) - Pass through Mount Robson Park for vistas of the highest peak in the Rockies. Two nights at the beautiful Alpine Meadows Resort in Clearwater.</li>\r\n<li>Day 6: Wells Gray Park (approx. 60 km) - Explore Helmcken Falls and Dawson Falls. The park offers endless hiking, boat tours, canoeing, horseback riding, and scenic flights.</li>\r\n<li>Day 7: Clearwater &ndash; Revelstoke &ndash; Golden (488 km) - Drive through Mount Revelstoke National Park. Stroll the Giant Cedars Trail and visit the Rogers Pass visitor centre. Two nights at Moberly Lodge in Golden.</li>\r\n<li>Day 8: Yoho National Park (approx. 150 km) - Visit the Natural Bridge, Emerald Lake, and Takakkaw Falls. Optional activities include whitewater rafting or the bear refuge at Kicking Horse Resort.</li>\r\n<li>Day 9: Golden &ndash; Revelstoke &ndash; Nelson (400 km) - Head to the West Kootenay region. Spend two nights at the Prestige Lakeside Resort on the waterfront of Nelson.</li>\r\n<li>Day 10: Highlights of the Kootenays (approx. 220 km) - Explore the Slocan Valley, the ghost town of Sandon, and Kaslo with its historic SS Moyie. Enjoy a dip in Ainsworth Hot Springs.</li>\r\n<li>Day 11: Nelson &ndash; Grand Forks &ndash; Kelowna (350 km) - Drive to the Okanagan Valley, famous for its orchards and vineyards. Two nights at the Prestige Beach House Hotel.</li>\r\n<li>Day 12: Okanagan Valley (approx. 150 km) - Explore hiking trails in Okanagan Mountain Park or at Myra Canyon. Visit local wineries and enjoy swimming or water sports.</li>\r\n<li>Day 13: Kelowna &ndash; Vancouver &ndash; Victoria (433 km) - Take the BC Ferry from Tsawwassen to Vancouver Island. Two nights at the Embassy Inn in Victoria, steps from the Inner Harbour.</li>\r\n<li>Day 14: Victoria - Explore the Inner Harbour, Empress Hotel, and Royal B.C. Museum. An optional whale-watching tour to see killer whales is highly recommended.</li>\r\n<li>Day 15: Victoria - Nanaimo - Tofino (321 km) - Stop at Cathedral Cove Park for a hike among ancient Douglas Firs. Spend three nights at Middle Beach Lodge, located directly on the ocean.</li>\r\n<li>Day 16 and 17: Pacific Rim National Park (approx. 70 km) - Days at leisure to explore long beaches and rainforests. Optional whale-watching tours offer sightings of gray whales, sea lions, and sea otters.</li>\r\n<li>Day 18: Tofino &ndash; Nanaimo &ndash; Vancouver (227 km) - Take the ferry back to the mainland. Spend two nights at the Blue Horizon Hotel in downtown Vancouver.</li>\r\n<li>Day 19: Vancouver - Visit Stanley Park, historic Gastown, Chinatown, and Granville Island. An optional hop-on hop-off city tour is recommended.</li>\r\n<li>Day 20: Departure - Drive to the airport for your flight back home.</li>\r\n</ul>',NULL),
(25,11,0,'Western Canada',NULL),
(25,12,0,'20 days / 19 nights',NULL),
(25,13,0,'3,720.00',NULL),
(25,14,0,'Calgary – Canmore – Banff – Jasper – Clearwater – Wells Gray – Golden – Yoho – Nelson – Kelowna – Victoria – Tofino – Vancouver',NULL),
(25,15,0,'Relaxed',NULL),
(25,18,0,'<p>Daily departures 2026</p>',NULL),
(25,19,0,'<p><strong>Rates per person from Calgary to Vancouver (or vice versa) in CAD:</strong></p>\r\n<ul>\r\n<li>double occupancy: 3,720.00</li>\r\n<li>single occupancy: 7,440.00</li>\r\n<li>family rate (2 adults + 1-2 children up to 16): 10,420.00</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>19 nights accommodation at the hotels or lodges described (or similar, moderate first-class).</li>\r\n<li>7x breakfast (Note: Family rate does not include breakfast).</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals (except those mentioned), national park fees, rental vehicle.</li>\r\n<li>ferry ride from/to Vancouver Island, optional activities, tips, and baggage handling.</li>\r\n</ul>',NULL),
(25,24,0,'Calgary',NULL),
(25,30,0,'images/packages/douglas fir.jpg',NULL),
(25,33,0,'Selected Lodges and Good Hiking',NULL),
(26,4,0,'<p>This itinerary is for the beach adventure seeker. Locations include access to scenic beaches and parks along the west coast of BC. While not all beaches are sand and surf, they will give you a taste of the beauty and true ruggedness of the West Coast. Plan to relax one day, then beachcomb and build sand castles the next. Activities such as bear watching, whale watching, surfing, paddle boarding, fishing, kayaking, sailing, beachcombing and star gazing are possible along the way. In the spring and fall, look for the magnificent grey whale offshore as it travels along its migratory route.</p>',NULL),
(26,5,0,'<ul>\r\n<li>Access scenic beaches and rocky headlands along BC&rsquo;s rugged West Coast</li>\r\n<li>Relax at Vancouver&rsquo;s famous city beaches like English Bay, Sunset Beach, and Kitsilano</li>\r\n<li>Explore the idyllic Sunshine Coast and the \"shellfish capital\" of Lund</li>\r\n<li>Visit the \"tropical-like\" Savary Island with its unusually warm waters and white sand</li>\r\n<li>Stay at Tigh-Na-Mara Resort &amp; Spa, located right on the ocean in Parksville</li>\r\n<li>Discover the 800-year-old Douglas Firs of Cathedral Cove Park</li>\r\n<li>Explore the tide pools, tidal caves, and driftwood shelters of Pacific Rim National Park</li>\r\n<li>Visit the rich intertidal zones of Botanical Beach and the magical waterfall at China Beach</li>\r\n<li>Experience the true west coast wilderness at Sooke Point and East Sooke Regional Park</li>\r\n</ul>',NULL),
(26,7,0,'SDBEA',NULL),
(26,9,0,'Self Drive',NULL),
(26,10,0,'<ul>\r\n<li>Day 1: Arrival in Vancouver (20 km) - Upon arrival at Vancouver airport pick up of rental car and drive to downtown hotel. Two nights at the Auberge Hotel.</li>\r\n<li>Day 2: Vancouver - Explore one of the world\'s most beautiful cities. Visit city beaches near Stanley Park, such as English Bay (good for swimming), Sunset Beach (the place for sunsets), or Third Beach. For more adventure, explore Kitsilano or Spanish Banks for skyline views.</li>\r\n<li>Day 3: Vancouver &ndash; Sechelt &ndash; Lund (~ 160 km + 2 ferries) - Head to the Sunshine Coast via ferry from Langdale. Drive the coastline to Egmont and take another ferry to Saltery Bay. Stop at Willingdon Beach in Powell River before arriving in Lund, the \"shellfish capital.\" Three nights at Desolation Sound Resort.</li>\r\n<li>Day 4 and 5: Lund (Klah ah men) - Days at leisure to explore Lund. Consider a trip to Savary Island for its pristine white sandy beaches and warm waters. Guided tours to Desolation Sound or Toba Inlet are available to spot dolphins, sea lions, and seabirds.</li>\r\n<li>Day 6: Lund &ndash; Powell River &ndash; Comox &ndash; Parksville (ca. 120 km + ferry) - Drive to Powell River and take the ferry to Vancouver Island. Continue south to Parksville for a three-night stay at Tigh-Na-Mara Resort &amp; Spa, located right on the ocean.</li>\r\n<li>Day 7 and 8: Parksville - Enjoy time for long walks on the beach, swimming, and shell collecting. Consider a trip to the waterfalls of Little Qualicum Falls Provincial Park.</li>\r\n<li>Day 9: Parksville - Port Alberni - Tofino (180 km) - Travel toward the West Coast. Stop at Cathedral Cove Park to see 800-year-old Douglas Firs. Spend three nights at Middle Beach Lodge, a beautiful oceanfront property near Tofino.</li>\r\n<li>Day 10 and 11: Pacific Rim National Park (ca. 70 km) - Explore tidepools at Chesterman Beach, driftwood shelters at Cox Bay, and tidal caves at low tide. Mackenzie Beach offers calm waters for paddle boarding. Optional whale-watching tours for gray whales are recommended.</li>\r\n<li>Day 12: Tofino &ndash; Port Alberni &ndash; Sooke (325 km) - Return to the east coast of the island and drive south to the Sooke area, known for long beaches and warm weather. Three nights at the comfortable Sooke Point Ocean Cottage Resort.</li>\r\n<li>Day 13 and 14: Sooke - Explore the rich tide pools of Botanical Beach at low tide to find starfish, sea urchins, and anemones. Visit China Beach for its fine sand and magical waterfall, or experience true wilderness at East Sooke Regional Park and French Beach.</li>\r\n<li>Day 15: Drive to the airport and flight back home. Total mileage: approx. 1,200 km.</li>\r\n</ul>',NULL),
(26,11,0,'Western Canada',NULL),
(26,12,0,'15 days / 14 nights',NULL),
(26,13,0,' 3,420.00',NULL),
(26,14,0,'Vancouver – Sunshine Coast (Lund) – Parksville – Tofino – Pacific Rim National Park – Sooke – Vancouver',NULL),
(26,15,0,'Relaxed',NULL),
(26,18,0,'<p>Daily departures 2026</p>',NULL),
(26,19,0,'<p><strong>Rates per person from/to Vancouver in CAD:</strong></p>\r\n<ul>\r\n<li>double occupancy: 3,420.00</li>\r\n<li>single occupancy: 6,830.00</li>\r\n<li>family rate (2 adults + 1-2 children up to 16): 9,160.00</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>14 nights accommodation at the hotels and lodges described (or similar, moderate first-class).</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, national park fees, rental vehicle.</li>\r\n<li>ferries between Vancouver, Vancouver Island, and the Sunshine Coast.</li>\r\n<li>optional activities, tips, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharges: Vancouver (07.06 - 08.07.2026 FIFA World Cup).</li>\r\n<li>Optional add-on nights available for Quadra Island, Salt Spring Island, or Vancouver Airport.</li>\r\n<li>Ferries between Vancouver, Sunshine Coast, and Vancouver Island rates available on request.</li>\r\n</ul>',NULL),
(26,24,0,'Vancouver',NULL),
(26,30,0,'images/packages/sooke.jpg',NULL),
(26,33,0,'featuring sandy beaches, rocky headlands & sheltered coves',NULL),
(27,4,0,'<p>On this tour you not only explore the world-famous National Parks of the Rocky Mountains but also the less travelled remote Chilcotin Region. Experience Western Canada off the tourist track! During your stay at luxurious wilderness lodges there will be plenty of time for various outdoor activities. Driving will be all the more fun with a reliable 4-wheel drive, especially because some stretches of highway are still not paved. One of the highlights will be the &ldquo;Freedom Highway&rdquo; - the connection between Williams Lake, the indigenous settlements in the Chilcotin Region and the small town of Bella Coola at the Pacific Coast. The spectacular Discovery Coast Passage from Bella Coola to Port Hardy on Vancouver Island, Quadra Island and Pacific Rim National Park make this tour complete.</p>',NULL),
(27,5,0,'<ul>\r\n<li>Explore the world-famous National Parks of the Rockies: Banff and Jasper</li>\r\n<li>Travel off the tourist track into the remote and rugged Chilcotin Region</li>\r\n<li>Drive the \"Freedom Highway\" and see the unexpected sand dunes and cacti of Farwell Canyon</li>\r\n<li>Stay at luxurious wilderness lodges like Terra Nostra Guest Ranch and Bella Coola Eagle Lodge</li>\r\n<li>Experience a 4-wheel drive adventure on partially unpaved scenic highways</li>\r\n<li>Cruise the spectacular Discovery Coast Passage by ferry from the fjords to Vancouver Island</li>\r\n<li>Visit the picturesque fishing village of Telegraph Cove for world-class whale watching</li>\r\n<li>Discover the remote beauty of Quadra Island and the Pacific Rim National Park</li>\r\n<li>Enjoy diverse activities: horseback riding, gold panning, fishing, and hiking</li>\r\n</ul>',NULL),
(27,7,0,'SD4x4',NULL),
(27,9,0,'Self Drive',NULL),
(27,10,0,'<ul>\r\n<li>Day 1: Calgary - Canmore (128 km) - Upon arrival at Calgary Airport, pick up your rental car and drive to the Rocky Mountains. The first two nights will be spent at Grande Rockies Resort in Canmore.</li>\r\n<li>Day 2: Banff National Park (approx. 100 km) - Spend the day exploring Banff. Highlights include Lake Louise, Lake Moraine, and Johnston Canyon. Consider taking the gondola up to Sulphur Mountain.</li>\r\n<li>Day 3: Banff - Icefields Parkway - Jasper (285 km) - Travel the Icefields Parkway, undoubtedly the most scenic road in the Rockies. Highlights include Peyto Lake, the Columbia Icefield, and Athabasca Falls. Two nights at Becker&rsquo;s Chalets.</li>\r\n<li>Day 4: Jasper National Park (approx. 100 km) - Explore Maligne Canyon and Maligne Lake. Consider a cruise to Spirit Island or renting a canoe for a few hours.</li>\r\n<li>Day 5: Jasper - Mount Robson - Clearwater (395 km) - Stop for views of Mount Robson, the highest peak in the Canadian Rockies. Overnight at beautiful Moul Creek Lodge B&amp;B for two nights.</li>\r\n<li>Day 6: Wells Gray Park (approx. 60 km) - Visit spectacular waterfalls and alpine meadows. An optional canoe tour on Clearwater Lake is a great way to explore the heart of the park.</li>\r\n<li>Day 7: Clearwater &ndash; 100 Mile House (~190 km) - Drive through the picturesque Interlakes Region via Bridge Lake to 100 Mile House. Overnight at the Ramada Hotel.</li>\r\n<li>Day 8: 100 Mile House &ndash; Kleena Kleene (330 km) - Join the \"Freedom Highway\" (Hwy 20). Visit Farwell Canyon to see sand dunes and cacti. Continue to Terra Nostra Guest Ranch for a three-night stay.</li>\r\n<li>Day 9 &amp; 10: Terra Nostra Guest Ranch - Enjoy days at leisure. Activities include horseback riding, hiking, fishing, or gold panning. You can also simply relax by Clearwater Lake.</li>\r\n<li>Day 11: Kleena Kleene &ndash; Bella Coola (240 km) - Continue on the \"Freedom Highway,\" which becomes partly gravel, until you reach the coastal town of Bella Coola. Overnight at Bella Coola Eagle Lodge.</li>\r\n<li>Day 12: Discovery Coast Passage - Board the ferry from Bella Coola to Port Hardy. Spot sea lions, bald eagles, and whales along the Discovery Coast. Overnight at the Kwa&rsquo;lilas Hotel in Port Hardy.</li>\r\n<li>Day 13: Port Hardy - Quadra Island (250 km) - Visit the picturesque fishing village of Telegraph Cove for an optional whale-watching tour. Take the ferry from Campbell River to Quadra Island for two nights at High Point Resort.</li>\r\n<li>Day 14: Quadra Island (approx. 50 km) - Walk along the beach in Rebecca Spit Provincial Park. On sunny days, it is the perfect spot for a swim and a picnic.</li>\r\n<li>Day 15: Campbell River - Port Alberni - Tofino (280 km) - Stop at Cathedral Cove Park to see 800-year-old Douglas Firs before heading to the West Coast. Two nights at Middle Beach Lodge.</li>\r\n<li>Day 16: Pacific Rim National Park (approx. 70 km) - Explore the beautiful beaches and rain forests. Half-day whale-watching tours to observe gray whales are highly recommended.</li>\r\n<li>Day 17: Tofino - Vancouver (230 km) - Return to Nanaimo and board the ferry back to Vancouver. Spend the evening strolling downtown. Two nights at the Blue Horizon Hotel.</li>\r\n<li>Day 18: Vancouver - Explore the city&rsquo;s highlights on an optional guided city tour including Stanley Park, historic Gastown, Chinatown, and Granville Island.</li>\r\n<li>Day 19: Drive to the airport and flight back home. Total mileage: approx. 2,800 km.</li>\r\n</ul>',NULL),
(27,11,0,'Western Canada',NULL),
(27,12,0,'19 days / 18 nights',NULL),
(27,13,0,'3,720.00',NULL),
(27,14,0,'Calgary – Banff – Icefields Parkway – Jasper – Wells Gray Park – 100 Mile House – Kleena Kleene (Chilcotin) – Bella Coola – Port Hardy (Vancouver Island) – Quadra Island – Tofino – Vancouver',NULL),
(27,15,0,'Relaxed',NULL),
(27,18,0,'<p>Departures 2-3 times per week from June to September (depending on the schedule of the Discovery Coast Passage Ferry</p>',NULL),
(27,19,0,'<p><strong>Rates per person from Calgary to Vancouver in CAD:</strong></p>\r\n<ul>\r\n<li>double occupancy: 3,720.00</li>\r\n<li>single occupancy: 7,010.00</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>18 nights accommodation at the hotels and lodges described (or similar).</li>\r\n<li>6 x breakfast and 3 x full board.</li>\r\n<li>Discovery Coast Passage Ferry ride (Bella Coola to Port Hardy) for one standard vehicle and passengers.</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals (except those mentioned), national park fees, rental vehicle.</li>\r\n<li>ferries from Vancouver Island to Vancouver and ferries to/from Quadra Island.</li>\r\n<li>optional activities (whale watching, horseback riding, fishing licenses, etc.).</li>\r\n<li>tips and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharges: Vancouver (07.06. - 08.07.2026 FIFA World Cup) and Calgary (03.07. - 12.07.2026 Stampede).</li>\r\n<li>A reliable 4-wheel drive (4x4) vehicle is highly recommended for this route.</li>\r\n<li>Quadra Island Upgrade: April Point Lodge rates available on request.</li>\r\n</ul>',NULL),
(27,24,0,'Calgary',NULL),
(27,30,0,'images/packages/freedom highway.jpg',NULL),
(27,33,0,'From the Rockies to the Chilcotins and Vancouver Island',NULL),
(28,4,0,'<p>Daily departures 2026</p>',NULL),
(28,5,0,'<ul>\r\n<li>Stay in hand-picked, unique accommodations including charming lodges and historic hotels</li>\r\n<li>Explore the capital city of Victoria and the rugged west coast of Tofino</li>\r\n<li>Drive the world-famous Sea to Sky Highway to the resort of Whistler</li>\r\n<li>Discover the spectacular waterfalls of Wells Gray Provincial Park</li>\r\n<li>Experience the legendary Cariboo region and the restored gold-rush town of Barkerville</li>\r\n<li>Visit Mount Robson, the highest peak in the Canadian Rockies</li>\r\n<li>Traverse the Icefields Parkway, one of the most scenic drives in the world</li>\r\n<li>Step back in time at Fort Steele Heritage Town and the Canadian Museum of Rail Travel</li>\r\n<li>Relax in the sunny Okanagan Valley, famous for its vineyards and lake scenery</li>\r\n<li>Comprehensive 21-day loop covering the best of BC and the Rockies</li>\r\n</ul>',NULL),
(28,7,0,'SDBEDB',NULL),
(28,9,0,'Self Drive',NULL),
(28,10,0,'<ul>\r\n<li>Day 1: Arrival in Vancouver (20 km) - After arrival at Vancouver airport, pick up your rental car and drive to Tsawwassen. Overnight at the Coast Tsawwassen Inn.</li>\r\n<li>Day 2: Vancouver - ferry ride to Vancouver Island (70 km) - Take the ferry to Vancouver Island and drive along the Marine Scenic Drive to Victoria, the capital of British Columbia. Overnight at the Embassy Inn.</li>\r\n<li>Day 3: Victoria - Duncan - Nanaimo - Tofino (321 km) - Visit the Native Heritage Center in Duncan to learn about the Cowichan First Nations. Continue to Tofino in Pacific Rim National Park. Two nights at Middle Beach Lodge.</li>\r\n<li>Day 4: Pacific Rim National Park (approx. 60 km) - Enjoy a day at leisure to explore beaches and rainforests. Optional 2-3 hour whale-watching tours are available in this natural habitat.</li>\r\n<li>Day 5: Tofino - Nanaimo - Vancouver - Whistler (308 km) - Return to the mainland and drive the famous Sea to Sky Highway to the resort town of Whistler. Two nights at the Aava Hotel.</li>\r\n<li>Day 6: Whistler/Garibaldi Provincial Park - Spend the day exploring Whistler. Optional activities include riding the gondola up Whistler Mountain for alpine hiking and panoramic views.</li>\r\n<li>Day 7: Whistler - Kamloops - Clearwater (430 km) - Follow the historic Duffey Lake Road logging route to Kamloops, then continue to Clearwater. Two nights at the beautiful Moul Creek Lodge B&amp;B.</li>\r\n<li>Day 8: Wells Gray Provincial Park (approx. 80 km) - Explore the park&rsquo;s highlights, including the massive Helmcken Falls and Dawson Falls. Numerous hiking trails and wildlife viewing opportunities are available.</li>\r\n<li>Day 9: Clearwater &ndash; Quesnel &ndash; Wells (approx. 430 km) - Head into the legendary Cariboo region. Overnight at the historic Wells Hotel in the unique town of Wells.</li>\r\n<li>Day 10: Wells &ndash; Barkerville &ndash; Prince George (194 km) - Visit the beautifully restored gold-rush ghost town of Barkerville. Continue to Prince George for an overnight stay at Ridgeview Gardens Bed &amp; Breakfast.</li>\r\n<li>Day 11: Prince George - Mount Robson - Jasper (376 km) - Leave the Cariboos for the Rocky Mountains. Stop for vistas of Mount Robson, the highest peak in the Canadian Rockies. Two nights at Bear Hill Bedrooms in Jasper.</li>\r\n<li>Day 12: Jasper National Park (approx. 80 km) - Spend the day exploring the park, including the spectacular Maligne Canyon and Maligne Lake.</li>\r\n<li>Day 13: Jasper - Icefields Parkway &ndash; Banff/Canmore (310 km) - Travel the scenic Icefields Parkway. Stop at the Columbia Icefield for a glacier tour and visit famous Lake Louise. Two nights at the Grande Rockies Resort in Canmore.</li>\r\n<li>Day 14: Banff National Park (approx. 100 km) - A day at leisure in Banff for outdoor activities such as river rafting, canoeing, or horseback riding. Consider the gondola up Sulphur Mountain.</li>\r\n<li>Day 15: Banff/Canmore &ndash; Radium &ndash; Cranbrook (291 km) - Drive through Kootenay National Park to Radium Hot Springs, then follow the Rocky Mountain Trench to the restored ghost town of Fort Steele. Overnight at the St. Eugene Resort.</li>\r\n<li>Day 16: Cranbrook - Creston - Nelson (259 km) - Consider a visit to the Canadian Museum of Rail Travel in Cranbrook before driving to the heritage city of Nelson. Overnight at the Green House B&amp;B.</li>\r\n<li>Day 17: Nelson &ndash; Penticton &ndash; Kelowna (338 km) - Head to the Okanagan Valley. Visit local wineries near Osoyoos, enjoy fresh fruit, and go for a swim. Two nights at A View of the Lake B&amp;B.</li>\r\n<li>Day 18: Okanagan Valley (approx. 80 &ndash; 100 km) - A day at leisure to enjoy the Okanagan&rsquo;s sunny climate, fascinating scenery, and relaxing atmosphere.</li>\r\n<li>Day 19: Kelowna - Manning Park - Vancouver (450 km) - Enjoy a final hike at Manning Provincial Park before returning to Vancouver. Two nights at the Coast Tsawwassen Inn.</li>\r\n<li>Day 20: Vancouver - Explore Vancouver&rsquo;s highlights such as Stanley Park, Gastown, Chinatown, and Granville Island on an optional hop-on hop-off city tour.</li>\r\n<li>Day 21: Return flight (20 km) - Drive to the airport and board your flight back home.</li>\r\n</ul>',NULL),
(28,11,0,'Western Canada',NULL),
(28,12,0,'21 days / 20 nights',NULL),
(28,13,0,'3,140.00',NULL),
(28,14,0,'Vancouver – Victoria – Tofino – Whistler – Clearwater – Wells – Prince George – Jasper – Banff/Canmore – Cranbrook – Nelson – Kelowna – Vancouver',NULL),
(28,15,0,'Relaxed',NULL),
(28,19,0,'<p><strong>Rates per person from/to Vancouver in CAD:</strong></p>\r\n<ul>\r\n<li>double occupancy: 3,140.00</li>\r\n<li>single occupancy: 6,270.00</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>20 nights accommodation at the unique properties described (or similar, moderate class).</li>\r\n<li>11x breakfast.</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals (except those mentioned), national park fees, rental vehicle.</li>\r\n<li>ferry to/from Vancouver Island, optional activities, tips, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharge: Vancouver (07.06. - 08.07.2026 FIFA World Cup).</li>\r\n<li>Ferries between Vancouver and Vancouver Island: rates on request.</li>\r\n</ul>',NULL),
(28,24,0,'Vancouver',NULL),
(28,30,0,'images/packages/fort steele credit aaron hagen.jpg',NULL),
(28,33,0,'featuring unique accommodations',NULL),
(28,34,0,'<p>This tour features especially charming accommodations. You will stay at beautiful Lodges, cozy Bed&amp;Breakfasts, Guest Ranches and historic Hotels. The itinerary includes all the highlights you will want to see in British Columbia and Alberta as well as some places that are more off the beaten path but well worth visiting.</p>',NULL),
(29,4,0,'<p>Cozy, affordable accommodations and an attractive route are the main features of this tour. The accommodations are clean and cozy and all the rooms have private baths. At the B&amp;Bs breakfast is included as well. The itinerary includes Vancouver, Vancouver Island, the Rocky Mountains as well as the legendary Cariboos and the sunny Okanagan Valley.</p>',NULL),
(29,5,0,'<ul>\r\n<li>Affordable tour featuring clean and cozy accommodations with private baths</li>\r\n<li>Includes 5 breakfasts at Bed &amp; Breakfast stays along the route</li>\r\n<li>Explore Vancouver Island, including the capital Victoria and Pacific Rim National Park</li>\r\n<li>Drive the famous Sea to Sky Highway to the alpine resort of Whistler</li>\r\n<li>Discover the massive waterfalls and wildlife of Wells Gray Provincial Park</li>\r\n<li>Experience the gold-rush history of the Cariboo region and Barkerville ghost town</li>\r\n<li>Traverse the Icefields Parkway, the most scenic route in the Rocky Mountains</li>\r\n<li>Visit world-famous Lake Louise and the Columbia Icefield</li>\r\n<li>Relax in the sunny Okanagan Valley with its renowned wineries and lake scenery</li>\r\n<li>Complete loop starting and ending in the cosmopolitan city of Vancouver</li>\r\n</ul>',NULL),
(29,7,0,'SDBBMO',NULL),
(29,9,0,'Self Drive',NULL),
(29,10,0,'<ul>\r\n<li>Day 1: Arrival in Vancouver (25 km) - Upon arrival at the airport, you pick up your rental car and drive to the Sandman Vancouver Airport Hotel.</li>\r\n<li>Day 2: Tsawwassen - ferry ride to Vancouver Isl. (70 km) - Take the ferry to Vancouver Island. Consider a visit to Butchart Gardens before driving the Marine Scenic Drive to Victoria. Overnight at The Vic Hotel.</li>\r\n<li>Day 3: Victoria - Nanaimo - Tofino/Ucluelet (321 km) - Visit the Native Heritage Center in Duncan and admire enormous Douglas Firs in Cathedral Cove-Park. Spend two nights at Middle Beach Lodge in Tofino.</li>\r\n<li>Day 4: Pacific Rim National Park (approx. 60 km) - A day at leisure to explore beaches and rainforests. Optional 2-3 hour whale-watching tours offer the chance to see whales in their natural habitat.</li>\r\n<li>Day 5: Tofino - Nanaimo - Whistler (308 km) - Return to the mainland and drive the Sea to Sky Highway to Whistler. Explore the picturesque village and stay at the centrally-located Aava Hotel.</li>\r\n<li>Day 6: Whistler - Kamloops - Clearwater (420 km) - Follow the historic Duffey Lake Road logging route to Kamloops, then continue to Clearwater. Two nights at the Best Western Gateway to the Falls.</li>\r\n<li>Day 7: Wells Gray Provincial Park (approx. 80 km) - Discover Helmcken Falls and Dawson Falls. The park offers excellent opportunities for hiking, boat tours, canoeing, and wildlife watching.</li>\r\n<li>Day 8: Clearwater &ndash; Williams Lake &ndash; Quesnel (343 km) - Head into the legendary Cariboo region. Spend the night at the Sandman Hotel in the town of Quesnel.</li>\r\n<li>Day 9: Quesnel - Barkerville - Prince George (293 km) - Visit the beautifully restored gold-rush town of Barkerville. Continue to Prince George for an overnight stay at Ridgeview Gardens B&amp;B.</li>\r\n<li>Day 10: Prince George - Mount Robson - Jasper (376 km) - Leave the Cariboos for the Rockies. Stop for a hike at Kinney Lake near Mount Robson. Two nights at Bear Hill Bedrooms in Jasper.</li>\r\n<li>Day 11: Jasper National Park (approx. 100 km) - Explore Maligne Lake via boat tour or hiking. Look for elk, bighorn sheep, and bears in this world-class wildlife destination.</li>\r\n<li>Day 12: Jasper - Banff/Canmore (285+ km) - Travel the Icefields Parkway. Visit the Columbia Icefield and the village of Lake Louise. Two nights at the Grande Rockies Resort in Canmore.</li>\r\n<li>Day 13: Banff National Park (approx. 100 km) - Day at leisure to explore Banff. Optional activities include the Sulphur Mountain gondola ride, hot springs, river rafting, or horseback riding.</li>\r\n<li>Day 14: Banff - Golden - Revelstoke (280 km) - See Emerald Lake, the Natural Bridge, and Rogers Pass. Optional whitewater rafting on the Kicking Horse River. Overnight at the Sandman Hotel Revelstoke.</li>\r\n<li>Day 15: Revelstoke - Vernon - Kelowna (192 km) - Visit Mount Revelstoke for alpine views and O&rsquo;Keefe Ranch in Vernon. Two nights at the Prestige Beach House in Kelowna.</li>\r\n<li>Day 16: Okanagan Valley (approx. 80 - 100 km) - Explore local wineries, enjoy fresh fruit, and swim in Okanagan Lake. Consider a hike along the abandoned Kettle Valley Railway.</li>\r\n<li>Day 17: Kelowna - Merritt - Hope - Vancouver (395 km) - Return toward Vancouver. Consider a stop at Harrison Hot Springs. Two nights at the Sandman Airport Hotel.</li>\r\n<li>Day 18: Vancouver - Explore Vancouver&rsquo;s highlights including Stanley Park, Gastown, and Granville Island on an optional hop-on hop-off city tour.</li>\r\n<li>Day 19: Return flight - Drive to the airport and board your flight back home.</li>\r\n</ul>',NULL),
(29,11,0,'Western Canada',NULL),
(29,12,0,'19 days / 18 nights',NULL),
(29,13,0,'2,650.00',NULL),
(29,14,0,'Vancouver – Victoria – Tofino – Whistler – Clearwater – Quesnel – Prince George – Jasper – Banff/Canmore – Revelstoke – Kelowna – Vancouver',NULL),
(29,15,0,'Relaxed',NULL),
(29,18,0,'<p>Daily departures 2026</p>',NULL),
(29,19,0,'<p><strong>Rates per person from/to Vancouver in CAD:</strong></p>\r\n<ul>\r\n<li>double occupancy: 2,650.00</li>\r\n<li>single occupancy: 5,300.00</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>18 nights accommodation at the properties described (or similar, all with private bath).</li>\r\n<li>5x breakfast.</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals (except those mentioned), national park fees, rental vehicle.</li>\r\n<li>ferry to/from Vancouver Island, optional activities, tips, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharge: Vancouver (07.06. - 08.07.2026 FIFA World Cup).</li>\r\n<li>Ferries between Vancouver and Vancouver Island: rates on request.</li>\r\n</ul>',NULL),
(29,24,0,'Vancouver',NULL),
(29,30,0,'images/packages/columbia icefields gletcher.jpg',NULL),
(29,33,0,'Western Canada’s Highlights at an affordable price',NULL),
(30,4,0,'<p>This one-way route will show you how varied Western Canada is. You will visit maritime Vancouver Island with its old-growth rain forests as well as the fascinating Rocky Mountains with its emerald-coloured lakes. You mostly spend two nights at a place and you can choose which hotel category you would like to book. Our standard package includes selected moderate-class hotels, our deluxe package features very comfortable first-class hotels.</p>',NULL),
(30,5,0,'<ul>\r\n<li>Choice between two hotel categories: Standard (moderate-class) or Deluxe (first-class)</li>\r\n<li>Experience the variety of Western Canada from the Pacific coast to the Rocky Mountains</li>\r\n<li>Relaxed pace with two-night stays at most destinations</li>\r\n<li>Explore Vancouver, the \"City of Nature,\" and the historic capital of Victoria</li>\r\n<li>Discover the 800-year-old ancient Douglas firs in Cathedral Cove Park</li>\r\n<li>Enjoy the rugged beauty of Tofino and Pacific Rim National Park</li>\r\n<li>Drive the world-renowned Sea to Sky Highway to the resort of Whistler</li>\r\n<li>Witness Mount Robson, the highest peak in the Canadian Rockies</li>\r\n<li>Traverse the Icefields Parkway, featuring emerald lakes and the Columbia Icefield</li>\r\n</ul>',NULL),
(30,7,0,'SDLUXST',NULL),
(30,9,0,'Self Drive',NULL),
(30,10,0,'<ul>\r\n<li>Day 1: Arrival in Vancouver (20 km) - After your arrival at Vancouver airport you pick up your rental car and drive to your accommodation, the Sandman Suites on Davie (standard) or the Sutton Place Hotel (deluxe) for a two-night stay.</li>\r\n<li>Day 2: Vancouver - Spend the day in one of the most beautiful cities in the world. Consider an optional hop-on hop-off city tour to visit Stanley Park, historic Gastown, Chinatown, and Granville Island.</li>\r\n<li>Day 3: Vancouver - ferry ride to Vancouver Island (70 km) - Take the ferry to Vancouver Island. Consider a visit to Butchart Gardens before heading along the Marine Scenic Drive to Victoria. Two nights at The Vic Hotel (standard) or the Inn at Laurel Point (deluxe).</li>\r\n<li>Day 4: Victoria - This day is at leisure to explore Victoria. The Inner Harbour is the perfect starting point for excursions such as whale watching, scenic flights, or kayaking.</li>\r\n<li>Day 5: Victoria - Nanaimo - Port Alberni &ndash; Tofino (321 km) - Visit the Native Heritage Center in Duncan. Stop at Cathedral Cove Park for a short hike among 800-year-old Douglas firs. Two nights at Middle Beach Lodge (standard &amp; deluxe) near the National Park.</li>\r\n<li>Day 6: Pacific Rim National Park (60 km) - Explore the long beaches and fascinating rain forests of the park. Optional half-day whale-watching tours offer the chance to see sea lions, sea otters, and grey whales.</li>\r\n<li>Day 7: Tofino - Nanaimo - Whistler (308 km) - Return to the mainland and drive the famous Sea to Sky Highway to Whistler. Two nights at the Adara Hotel (standard) or the Pan Pacific Mountainside Hotel (deluxe).</li>\r\n<li>Day 8: Whistler - Spend the day in this world-class resort. Consider riding the gondola up to Whistler Mountain for stunning views and hiking trails, or take a scenic flight over the mountains.</li>\r\n<li>Day 9: Whistler - Cache Creek - Kamloops (300 km) - Follow the historic Duffey Lake Road logging route to Kamloops. Overnight at the Sandman Signature Hotel (standard &amp; deluxe).</li>\r\n<li>Day 10: Kamloops - Clearwater - Jasper (439 km) - Head north to Jasper. En route, enjoy spectacular vistas of Mount Robson, the highest peak in the Canadian Rockies. Two nights at Beckers&rsquo; Chalets (standard) or at the Jasper Inn &amp; Suites (deluxe).</li>\r\n<li>Day 11: Jasper National Park (approx. 100 km) - Explore the park at your leisure. At Maligne Lake, you can take a boat tour or go hiking. Look for local wildlife such as elk, bighorn sheep, and bears.</li>\r\n<li>Day 12: Jasper - Icefields Parkway - Canmore (312 km) - Travel the scenic Icefields Parkway. Visit the Columbia Icefield for a glacier tour and see famous Lake Louise. Two nights at the Grande Rockies Resort (standard &amp; deluxe).</li>\r\n<li>Day 13: Banff National Park (approx. 100 km) - A full day at leisure to explore Banff. Activities include the Sulphur Mountain gondola, the Hot Springs, river rafting, or horseback riding.</li>\r\n<li>Day 14: Canmore - Calgary (121 km) - Head to your final destination, the Olympic city of Calgary, to return your rental car and board your flight home.</li>\r\n</ul>',NULL),
(30,11,0,'Western Canada',NULL),
(30,12,0,'14 days / 13 nights',NULL),
(30,13,0,'2,300.00',NULL),
(30,14,0,'Vancouver – Victoria – Tofino – Whistler – Kamloops – Jasper – Icefields Parkway – Banff/Canmore – Calgary',NULL),
(30,15,0,'Relaxed',NULL),
(30,18,0,'<p>Daily departures 2026</p>',NULL),
(30,19,0,'<p><strong>Rates per person from Vancouver to Calgary (or vice versa) in CAD:</strong></p>\r\n<ul>\r\n<li><strong>Standard Version:</strong> Double occupancy 2,300.00 / Single occupancy 4,590.00</li>\r\n<li><strong>Deluxe Version:</strong> Double occupancy 3,010.00 / Single occupancy 5,800.00</li>\r\n<li>Triple &amp; quad occupancy rates available on request.</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>13 nights accommodation at standard or deluxe hotels as selected.</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, national park fees, rental vehicle.</li>\r\n<li>ferry ride to/from Vancouver Island.</li>\r\n<li>optional activities (gondolas, whale watching, glacier tours, etc.).</li>\r\n<li>tips and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharges: Vancouver (07.06. - 08.07.2026 FIFA World Cup) and Calgary (03.07. - 12.07.2026 Stampede).</li>\r\n<li>Ferries between Vancouver and Vancouver Island: rates available on request.</li>\r\n</ul>',NULL),
(30,24,0,'Vancouver',NULL),
(30,30,0,'images/packages/pacific rim.jpg',NULL),
(30,33,0,'One-way route with choice between two hotel categories',NULL),
(31,4,0,'<p>This classical route through British Columbia and Alberta includes everything you will want to visit while in Western Canada: vineyards in the Interior, peaks and beautiful alpine lakes in the Rocky Mountains and, of course, the great city of Vancouver. The highlight of this tour: You drive with zero emissions and low charging cost in a Tesla electric car from the Pacific through the Rockies and back again while reaching all these highlights with a minimal carbon footprint. We offer this tour with two hotel categories: our standard tour with moderate-class hotels and the deluxe tour featuring first-class and moderate first-class hotels.</p>',NULL),
(31,5,0,'<ul>\r\n<li>Drive the \"Last Great Frontier\" with zero emissions in a luxurious Tesla electric car</li>\r\n<li>Minimize your carbon footprint while exploring the best of British Columbia and Alberta</li>\r\n<li>Visit the Okanagan Valley, home to Canada\'s only desert and world-class wineries</li>\r\n<li>Relax at Ainsworth Hot Springs in the heart of the idyllic West Kootenays</li>\r\n<li>Traverse the world-famous Icefields Parkway between Banff and Jasper National Parks</li>\r\n<li>Enjoy multi-night stays in Penticton, Nelson, Banff, Jasper, and Whistler</li>\r\n<li>Experience the record-breaking Peak 2 Peak Gondola in the Olympic resort of Whistler</li>\r\n<li>Choice of two hotel categories: Standard (moderate-class) or Deluxe (first-class)</li>\r\n</ul>',NULL),
(31,7,0,'SDEV',NULL),
(31,9,0,'Self Drive',NULL),
(31,10,0,'<ul>\r\n<li>Day 1: Arrival in Vancouver (20 km) - Upon arrival at Vancouver airport, pick up your Tesla rental car and drive to your hotel. Overnight at the Sandman Signature Airport Hotel (standard and deluxe).</li>\r\n<li>Day 2: Vancouver &ndash; Manning Park &ndash; Penticton (400 km) - Depart Vancouver and drive through Manning Provincial Park to the Okanagan Valley. Stop at Fort Langley National Historic Park. Two nights at the Penticton Lakeside Resort (standard and deluxe).</li>\r\n<li>Day 3: Penticton/Osoyoos and area (ca. 150 km) - Visit Canada\'s only desert in Osoyoos. Explore the Nk\'mip Desert Cultural Center or the Osoyoos Desert Center. Enjoy wine tastings at local wineries.</li>\r\n<li>Day 4: Penticton &ndash; Castlegar &ndash; Nelson (325 km) - Drive to the West Kootenays. Spend two nights at the Prestige Lakeside Resort in Nelson. Enjoy walking directly from the hotel onto the historic main street.</li>\r\n<li>Day 5: Nelson and area - Take a dip in the hot springs at Ainsworth. On the return to Nelson, enjoy a stroll at Lakeside Park.</li>\r\n<li>Day 6: Nelson &ndash; Nakusp &ndash; Revelstoke (250 km + ferry) - Drive to the edge of Mount Revelstoke National Park. Visit the Revelstoke Railway Museum and stay overnight at the Regent Hotel (standard and deluxe).</li>\r\n<li>Day 7: Revelstoke &ndash; Golden &ndash; Banff/Canmore (285 km) - Highlights include the Giant Cedars Trail, Rogers Pass, and Emerald Lake in Yoho National Park. Stay two nights at Grande Rockies Resort (standard) or Canalta Lodge (deluxe).</li>\r\n<li>Day 8: Banff National Park - A full day at leisure. Explore the town of Banff, ride the Sulphur Mountain gondola, or relax in the local hot springs.</li>\r\n<li>Day 9: Banff/Canmore &ndash; Lake Louise &ndash; Jasper (288 km) - Travel the Icefields Parkway. See Peyto Lake, the Columbia Icefield, and Athabasca Falls. Two nights at the Marmot Lodge (standard) or the Crimson Jasper Hotel (deluxe).</li>\r\n<li>Day 10: Jasper National Park (approx. 100 km) - Explore Maligne Canyon and Maligne Lake. Consider a boat cruise to Spirit Island or a local hike.</li>\r\n<li>Day 11: Jasper &ndash; Valemount &ndash; Blue River (212 km) - Enjoy a morning hike at the \"Valley of the Five Lakes\" in Jasper before driving to Blue River. Overnight at Glacier Mountain Lodge (standard &amp; deluxe).</li>\r\n<li>Day 12: Blue River &ndash; Kamloops &ndash; Vernon / Kelowna (345 / 395 km) - Visit Spahat Falls and the historic O&rsquo;Keefe Ranch. Two nights at the Hotel Zed in Kelowna (standard) or the Sparkling Hill Resort in Vernon (deluxe).</li>\r\n<li>Day 13: Okanagan Valley - Relax in the world-class facilities of Sparkling Hill Resort or enjoy a lakeside picnic in the scenic Okanagan Valley.</li>\r\n<li>Day 14: Vernon &ndash; Merritt &ndash; Whistler (470 / 420 km) - Drive through the scenic Nicola Country to Whistler. Schedule a stop in Merritt to charge the vehicle. Two nights at the Adara Hotel (standard) or Pan Pacific Mountainside (deluxe).</li>\r\n<li>Day 15: Whistler / Garibaldi Provincial Park - Day at leisure to explore the village or ride the Peak 2 Peak gondola. Optional sightseeing flights over the Pemberton Icecap are available.</li>\r\n<li>Day 16: Whistler &ndash; Vancouver (125 km) - Return to Vancouver via the Sea to Sky Highway. Spend two nights at the Coast Coal Harbour Hotel (standard) or the Rosewood Hotel Georgia (deluxe).</li>\r\n<li>Day 17: Vancouver - Explore Stanley Park, Gastown, and Granville Island on an optional guided city tour. Visit the Harbour Tower for panoramic views.</li>\r\n<li>Day 18: Return flight - After breakfast, drive to the airport to return your Tesla and fly back home.</li>\r\n</ul>',NULL),
(31,11,0,'Western Canada',NULL),
(31,12,0,'18 days / 17 nights',NULL),
(31,13,0,'3,250.00',NULL),
(31,14,0,'Vancouver – Penticton – Nelson – Revelstoke – Banff/Canmore – Jasper – Blue River – Kelowna/Vernon – Whistler – Vancouver',NULL),
(31,15,0,'Relaxed',NULL),
(31,18,0,'<p>Daily departures 2026</p>',NULL),
(31,19,0,'<p><strong>Rates per person from/to Vancouver in CAD:</strong></p>\r\n<ul>\r\n<li><strong>Standard Version:</strong> Double occupancy 3,250.00 / Single occupancy 6,490.00</li>\r\n<li><strong>Deluxe Version:</strong> Double occupancy 4,120.00 / Single occupancy 8,230.00</li>\r\n<li>Tesla electric vehicle rental (Model 3 or Model Y) is available on request.</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>17 nights accommodation at standard or deluxe hotels (as described or similar).</li>\r\n<li>2 breakfasts included at the Sparkling Hill Resort.</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>Tesla EV rental (quoted on request).</li>\r\n<li>meals (except those mentioned), national park fees, tips.</li>\r\n<li>optional activities and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharges: Vancouver (07.06 - 08.07.2026 FIFA World Cup); Calgary (03.07 - 12.07.2026 Stampede).</li>\r\n<li>Tesla rentals include unlimited kilometers and LDW (Loss Damage Waiver).</li>\r\n<li>Most Self-Drive routes can be adapted for Tesla or other EV vehicles upon request.</li>\r\n</ul>',NULL),
(31,24,0,'Vancouver',NULL),
(31,30,0,'images/packages/tesla canada.jpg',NULL),
(31,33,0,' all the highlights in a luxurious electric car, powered by hydroelectricity',NULL),
(32,4,0,'<p>This journey is full of contrasts: In only 15 days you experience the beautiful beaches and rain forests on the west coast of Vancouver Island, the vineyards of BC&rsquo;s fertile Okanagan Valley, interesting little towns in the Interior and the awe-inspiring Rocky Mountains around Banff and Jasp</p>',NULL),
(32,5,0,'<ul>\r\n<li>Experience the ultimate contrast between Pacific rain forests and Rocky Mountain peaks</li>\r\n<li>Explore the rugged west coast of Vancouver Island and Pacific Rim National Park</li>\r\n<li>Visit the historic provincial capital of Victoria</li>\r\n<li>Drive the spectacular Sea to Sky Highway to the Olympic resort of Whistler</li>\r\n<li>Taste world-class wines in the fertile Okanagan Valley</li>\r\n<li>Discover the heritage charm of Nelson and the West Kootenays</li>\r\n<li>Step back in time at the Fort Steele ghost town and the Museum of Rail Travel</li>\r\n<li>Traverse the world-famous Icefields Parkway through the heart of the Rockies</li>\r\n<li>Search for wildlife on the scenic drive from Jasper to Edmonton</li>\r\n</ul>',NULL),
(32,7,0,'SDKOMP',NULL),
(32,9,0,'Self Drive',NULL),
(32,10,0,'<ul>\r\n<li>Day 1: Arrival in Vancouver (20 km) - Upon arrival, pick up your rental car and drive to the Sandman Davie Suites in Downtown Vancouver for a two-night stay.</li>\r\n<li>Day 2: Vancouver - Explore Vancouver, one of the most beautiful cities in the world. Consider an optional hop-on hop-off city tour to visit Stanley Park, historic Gastown, Chinatown, and Granville Island.</li>\r\n<li>Day 3: Vancouver - ferry ride to Vancouver Island (70 km) - Drive to the ferry terminal and cross to Vancouver Island. Drive along the Marine Scenic Drive to Victoria, the capital of British Columbia. Overnight at the Vic Hotel.</li>\r\n<li>Day 4: Victoria - Duncan - Nanaimo - Tofino (321 km) - Visit the Native Heritage Center in Duncan to learn about Cowichan culture. Stop at Cathedral Cove Park to see enormous Douglas Firs. Spend two nights at Middle Beach Lodge in Tofino.</li>\r\n<li>Day 5: Pacific Rim National Park (approx. 70 km) - Day at leisure to explore the beaches and rain forests. Participate in an optional 2-3 hour whale-watching tour to see grey whales in their natural habitat.</li>\r\n<li>Day 6: Tofino - Nanaimo - Vancouver - Whistler (308 km) - Return to the mainland and follow the famous Sea to Sky Highway to Whistler. Enjoy a stroll through the village and overnight at the Adara Hotel.</li>\r\n<li>Day 7: Whistler - Lillooet &ndash; Merritt - Penticton (444 km) - Drive through the beautiful Nicola Country to the Okanagan Valley, famous for its vineyards and orchards. Spend two nights at the Penticton Lakeside Resort.</li>\r\n<li>Day 8: Okanagan Valley (approx. 80 - 100 km) - Explore the valley, visit local wineries, buy fresh seasonal fruit, and go for a swim in the lake.</li>\r\n<li>Day 9: Penticton - Nelson (321 km) - Head into the Kootenay region to the historic town of Nelson. Admire over 300 beautifully restored heritage buildings. Overnight at the Prestige Inn.</li>\r\n<li>Day 10: Nelson - Cranbrook (240 km) - Take the ferry from Balfour to Crawford Bay and continue to Cranbrook. Visit the Canadian Museum of Rail Travel and stay overnight at the St. Eugene Resort.</li>\r\n<li>Day 11: Cranbrook - Fort Steele - Banff (280 km) - Visit the reconstructed ghost town of Fort Steele. Continue to Radium Hot Springs and then to Banff. Spend two nights at the Canalta Lodge.</li>\r\n<li>Day 12: Banff National Park (approx. 100 km) - Day at leisure to explore Banff. Highlights include Lake Louise, Lake Moraine, and the Sulphur Mountain gondola.</li>\r\n<li>Day 13: Banff - Icefields Parkway - Jasper (285 km) - Travel the Icefields Parkway, seeing Peyto Lake, the Columbia Icefield, and Athabasca Falls. Two nights at Becker&rsquo;s Chalets in Jasper.</li>\r\n<li>Day 14: Jasper National Park (approx. 100 km) - Explore Jasper&rsquo;s Maligne Canyon and Maligne Lake. Consider an optional cruise to Spirit Island or a local hike.</li>\r\n<li>Day 15: Jasper &ndash; Edmonton (361 km) - Watch for wildlife on the drive through Jasper and Hinton. Continue to Edmonton and the International Airport for your departure.</li>\r\n</ul>',NULL),
(32,11,0,'Western Canada',NULL),
(32,12,0,'15 days / 14 nights',NULL),
(32,13,0,'2,840.00',NULL),
(32,14,0,'Vancouver – Victoria – Tofino – Whistler – Penticton – Nelson – Cranbrook – Banff – Jasper – Edmonton',NULL),
(32,15,0,'Relaxed',NULL),
(32,18,0,'<p>Daily departures 2026</p>',NULL),
(32,19,0,'<p><strong>Rates per person from Vancouver to Edmonton (or vice versa) in CAD:</strong></p>\r\n<ul>\r\n<li>double occupancy: 2,840.00</li>\r\n<li>single occupancy: 5,660.00</li>\r\n<li>triple &amp; quad occupancy: on request</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>14 nights accommodation at the hotels described (or similar, moderate class).</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, national park fees, rental vehicle.</li>\r\n<li>ferry ride to/from Vancouver Island.</li>\r\n<li>optional activities, tips, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharge: Vancouver (07.06 - 08.07.2026 FIFA World Cup).</li>\r\n<li>Ferries between Vancouver and Vancouver Island: rates available on request.</li>\r\n</ul>',NULL),
(32,24,0,'Vancouver',NULL),
(32,30,0,'images/packages/kootenays.jpg',NULL),
(32,33,0,'in 15 days from Vancouver to Edmonton',NULL),
(33,4,0,'<p>This tour includes everything you will want to visit in British Columbia and Alberta. The National Parks in the Rocky Mountains and on Vancouver Island, the Okanagan Valley, the famous Inside Passage from Prince Rupert to Port Hardy and even Hyder/Alaska are all part of this exciting itinerary. Your clients may choose between two hotel categories: moderate-class hotels (standard) or first-class and moderate first-class hotels (deluxe).</p>',NULL),
(33,5,0,'<ul>\r\n<li>Experience the world-famous 15-hour Inside Passage cruise from Prince Rupert to Port Hardy</li>\r\n<li>Visit the remote outpost of Hyder, Alaska, and the massive Salmon Glacier</li>\r\n<li>Explore the \'Ksan Indian Village in Hazelton with its traditional log buildings and totem poles</li>\r\n<li>Discover the Rocky Mountain National Parks: Banff, Jasper, and Kootenay</li>\r\n<li>Visit the historic ghost town of Fort Steele and the Port Edward Cannery Museum</li>\r\n<li>Traverse the Icefields Parkway and the Columbia Icefield</li>\r\n<li>Enjoy world-class whale watching opportunities in Telegraph Cove and Tofino</li>\r\n<li>Choice between Standard (moderate) and Deluxe (first-class) hotel categories</li>\r\n<li>Comprehensive 21-day journey covering the absolute best of Western Canada</li>\r\n</ul>',NULL),
(33,7,0,'SDHIGH1',NULL),
(33,9,0,'Self Drive',NULL),
(33,10,0,'<ul>\r\n<li>Day 1: Arrival in Vancouver (115 km) - After your arrival at Vancouver airport, pick up your rental car and drive to your hotel. Overnight in Chilliwack at the Coast Langley Hotel (standard) or in Richmond at the Sandman Signature Airport Hotel (deluxe).</li>\r\n<li>Day 2: Langley / Richmond to Penticton (317 / 395 km) - Depart from your hotel and head toward Manning Provincial Park and then on to the Okanagan Valley. Overnight at the Sandman Inn (standard) or the Penticton Lakeside Resort (deluxe).</li>\r\n<li>Day 3: Penticton - Vernon - Revelstoke (260 km) - Travel through the Okanagan Valley, stopping at a local winery. Visit the historic O&rsquo;Keefe Ranch in Vernon. Overnight at the Sandman Hotel (standard) or the Coast Hillcrest Hotel (deluxe) in Revelstoke.</li>\r\n<li>Day 4: Revelstoke - New Denver - Nelson (246 km) - Continue to the historic town of Nelson. Consider a stop at Nakusp Hot Springs. Overnight at the Prestige Inn (standard) or the Prestige Lakeside Resort (deluxe).</li>\r\n<li>Day 5: Nelson - Creston - Cranbrook (230 km) - Stroll through historic Nelson before taking the ferry from Balfour to Crawford Bay. Continue to Cranbrook for an overnight stay at the St. Eugene Resort.</li>\r\n<li>Day 6: Cranbrook - Fort Steele - Radium - Banff (300 km) - Visit the reconstructed ghost town of Fort Steele. Continue to Radium Hot Springs and into the Rockies. Spend two nights at the Grande Rockies Resort in Canmore/Banff.</li>\r\n<li>Day 7: Banff National Park - A full day at leisure to explore Banff. Activities include river rafting, canoeing, horseback riding, or riding the gondola up to Sulphur Mountain followed by a soak in the Hot Springs.</li>\r\n<li>Day 8: Banff - Lake Louise - Jasper (285 km) - Travel the scenic Icefields Parkway. Visit Lake Louise and the Columbia Icefield for an optional glacier tour. Overnight at the Whistler&rsquo;s Inn (standard) or Jasper Inn &amp; Suites (deluxe).</li>\r\n<li>Day 9: Jasper - Maligne Canyon - Prince George (376 km) - Visit spectacular Maligne Canyon in the morning. On the way to Prince George, enjoy great views of Mount Robson, the highest peak in the Canadian Rockies. Overnight at the Sandman Inn (standard) or the Coast Hotel (deluxe).</li>\r\n<li>Day 10: Prince George - Smithers (371 km) - Experience the vastness of the Canadian wilderness on the drive to Smithers. Overnight at the Sandman Hotel (standard) or the Prestige Hudson Bay Lodge (deluxe).</li>\r\n<li>Day 11: Smithers - Hazelton - Stewart - Hyder (332 km) - Visit &lsquo;Ksan Indian Village in Hazelton. Cross the border into Alaska to visit Hyder and see the impressive Salmon Glacier. Overnight at the Ripley Creek Inn.</li>\r\n<li>Day 12: Stewart - Terrace (316 km) - The route takes you back south through rugged northern scenery to Terrace. Overnight at the Sandman Hotel.</li>\r\n<li>Day 13: Terrace - Port Edward - Prince Rupert (147 km) - Visit the Port Edward Cannery Museum. Spend the afternoon exploring the coastal city of Prince Rupert. Overnight at the Prestige Oceanview Hotel (standard) or the Crest Hotel (deluxe).</li>\r\n<li>Day 14: Inside Passage to Vancouver Island - Embark on the famous 15-hour Inside Passage ferry. Watch for bald eagles, dolphins, sea otters, and whales. Arrive late evening in Port Hardy. Overnight at the Kwa&rsquo;lilas Hotel (standard) or the Glen Lyon Inn (deluxe).</li>\r\n<li>Day 15: Port Hardy - Campbell River (238 km) - Drive to the picturesque village of Telegraph Cove for a boat trip to watch killer whales (orcas). Continue to Campbell River. Overnight at the Anchor Inn (standard) or Painter&rsquo;s Lodge (deluxe).</li>\r\n<li>Day 16: Campbell River - Port Alberni - Tofino (274 km) - Stop at Cathedral Cove Park to see 800-year-old Douglas Firs. Spend two nights at the Middle Beach Lodge in Tofino.</li>\r\n<li>Day 17: Pacific Rim National Park (approx. 70 km) - A full day at leisure to explore the beautiful beaches and rain forests of the national park.</li>\r\n<li>Day 18: Tofino - Nanaimo - Duncan - Victoria (321 km) - Visit the Native Heritage Centre in Duncan before reaching Victoria. Spend the afternoon exploring the provincial capital. Overnight at The Vic Hotel (standard) or the Chateau Victoria (deluxe).</li>\r\n<li>Day 19: Victoria - ferry ride to Vancouver (70 km) - Drive the Marine Scenic Drive to Swartz Bay for the ferry to Vancouver. Spend two nights at the Sandman Davie Suites (standard) or the Sutton Place Hotel (deluxe).</li>\r\n<li>Day 20: Vancouver - Explore one of the world\'s most beautiful cities. Optional activities include a city tour of Stanley Park and Gastown, or a ride up the Harbour Tower for panoramic views.</li>\r\n<li>Day 21: Return flight - Drive to the airport and board your flight back home.</li>\r\n</ul>',NULL),
(33,11,0,'Western Canada',NULL),
(33,12,0,'21 days / 20 nights',NULL),
(33,13,0,'3,520.00 ',NULL),
(33,14,0,'Vancouver – Penticton – Revelstoke – Nelson – Cranbrook – Banff – Jasper – Prince George – Smithers – Stewart – Hyder (Alaska) – Prince Rupert – Inside Passage – Port Hardy – Campbell River – Tofino – Victoria – Vancouver',NULL),
(33,15,0,'Relaxed',NULL),
(33,18,0,'<p>Every second day from mid-June to early September (Departure days depend on the schedule of the Inside Passage ferry)</p>',NULL),
(33,19,0,'<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>20 nights accommodation at the standard or deluxe hotels described (or similar).</li>\r\n<li>Inside Passage ferry from Prince Rupert to Port Hardy for one standard vehicle and passengers.</li>\r\n<li>Reserved seating in the Aurora Lounge on the Inside Passage (Deluxe hotel category only).</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, national park fees, rental vehicle.</li>\r\n<li>ferry ride from Vancouver Island to Vancouver.</li>\r\n<li>optional activities, tips, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharge: Vancouver (07.06 - 08.07.2026 FIFA World Cup).</li>\r\n<li>Inside Passage ferry schedule varies; departures are typically every second day.</li>\r\n<li>Ferries between Vancouver and Vancouver Island: rates on request.</li>\r\n</ul>',NULL),
(33,24,0,'Vancouver',NULL),
(33,30,0,'images/packages/ferries.jpg',NULL),
(33,33,0,'including world-famous Inside Passage',NULL),
(34,5,0,'<ul>\r\n<li>Experience the world-famous 15-hour Inside Passage cruise from Prince Rupert to Port Hardy</li>\r\n<li>Bestselling itinerary covering the absolute \"must-see\" highlights of Western Canada</li>\r\n<li>Choice between Standard (moderate) and Deluxe (first-class) hotel categories</li>\r\n<li>Visit \'Ksan Indian Village in Hazelton with its traditional longhouses and totem poles</li>\r\n<li>Explore the Rocky Mountain National Parks: Banff, Jasper, and Yoho</li>\r\n<li>Drive the world-renowned Icefields Parkway and visit famous Lake Louise</li>\r\n<li>Opportunity for whale watching in the picturesque Telegraph Cove</li>\r\n<li>Walk among the ancient 800-year-old Douglas firs at Cathedral Cove Park</li>\r\n<li>Comprehensive exploration of Vancouver and Victoria</li>\r\n</ul>',NULL),
(34,7,0,'SDHIGH2',NULL),
(34,9,0,'Self Drive',NULL),
(34,10,0,'<ul>\r\n<li>Day 1: Arrival in Vancouver (115 km) - After your arrival at Vancouver airport you pick up your rental car and drive to your hotel. Overnight in Richmond at the Sandman Signature Airport Hotel (standard &amp; deluxe).</li>\r\n<li>Day 2: Richmond - Manning Park - Penticton (395 km) - Depart from Richmond and go on to Manning Provincial Park and then on to the Okanagan Valley. Overnight at the Sandman Inn (standard) or the Penticton Lakeside Resort (deluxe) in Penticton.</li>\r\n<li>Day 3: Penticton - Vernon - Revelstoke (260 km) - Travel through the Okanagan Valley, stopping at a well-known winery. Visit historic O&rsquo;Keefe Ranch in Vernon. Overnight at the Sandman Hotel (standard) or the Coast Hillcrest Hotel (deluxe) in Revelstoke.</li>\r\n<li>Day 4: Revelstoke - Golden - Banff - Canmore (310 km) - Continue to the Rocky Mountains. Visit the Rogers Pass Visitor Centre and Yoho National Park highlights like the Natural Bridge and Emerald Lake. Spend two nights at the Grande Rockies Resort (standard &amp; deluxe).</li>\r\n<li>Day 5: Banff National Park - A full day at leisure to tour Banff. Activities include river rafting, canoeing, or horseback riding. Consider riding the gondola up to Sulphur Mountain followed by a soak in the Hot Springs.</li>\r\n<li>Day 6: Canmore - Banff - Lake Louise - Jasper (285 km) - Travel the scenic Icefields Parkway. Visit Lake Louise and the Columbia Icefield for an optional glacier tour. Overnight at the Whistler&rsquo;s Inn (standard) or Jasper Inn &amp; Suites (deluxe) in Jasper.</li>\r\n<li>Day 7: Jasper - Maligne Canyon - Prince George (376 km) - Visit spectacular Maligne Canyon in the morning. Enjoy views of Mount Robson, the highest peak in the Canadian Rockies, on the way to Prince George. Overnight at the Sandman Hotel (standard) or the Coast Hotel (deluxe).</li>\r\n<li>Day 8: Prince George - Smithers (371 km) - Experience the vastness of the country on the drive to Smithers, characterized by endless trees and little lakes. Overnight at the Sandman Hotel (standard) or the Prestige Hudson Bay Lodge (deluxe).</li>\r\n<li>Day 9: Smithers - Hazelton - Prince Rupert (353 km) - Visit the &lsquo;Ksan Indian Village in Hazelton to see traditional longhouses. Continue to Prince Rupert for an overnight stay at the Prestige Oceanview Hotel (standard) or the Crest Hotel (deluxe).</li>\r\n<li>Day 10: Inside Passage to Vancouver Island - Travel the famous Inside Passage from Prince Rupert to Port Hardy. The 15-hour trip offers chances to see bald eagles, dolphins, and whales. Overnight in Port Hardy at the Kwa&rsquo;Lilas Hotel (standard) or the Glen Lyon Inn (deluxe).</li>\r\n<li>Day 11: Port Hardy - Campbell River (238 km) - Visit the picturesque village of Telegraph Cove for an optional whale-watching trip to see killer whales. Overnight at the Anchor Inn (standard) or at Painter&rsquo;s Lodge (deluxe) in Campbell River.</li>\r\n<li>Day 12: Campbell River - Duncan - Victoria (266 km) - Depart for Victoria. Stop at Cathedral Cove Park to see famous 800-year-old Douglas firs. Spend the afternoon exploring Victoria. Overnight at The Vic Hotel (standard) or the Chateau Victoria (deluxe).</li>\r\n<li>Day 13: Victoria - ferry ride to Vancouver (70 km) - Drive to the ferry terminal at Swartz Bay and cross to Vancouver. Spend two nights at the Blue Horizon Hotel (standard) or the Sutton Place Hotel (deluxe).</li>\r\n<li>Day 14: Vancouver - Explore Vancouver&rsquo;s highlights including Stanley Park, historic Gastown, Chinatown, and Granville Island on an optional city tour. Visit the Harbour Tower for spectacular views.</li>\r\n<li>Day 15: Re: Return flight - After breakfast, drive to the airport and fly back home.</li>\r\n</ul>\r\n<p>Optional activities:</p>\r\n<ul>\r\n<li>Whale watching tour in Telegraph Cove or Victoria</li>\r\n<li>Sulphur Mountain Gondola ride in Banff</li>\r\n<li>Columbia Icefield Glacier tour</li>\r\n<li>Canoe trip on Emerald Lake</li>\r\n<li>Hop-on hop-off city tour in Vancouver</li>\r\n<li>Harbour Tower visit in Vancouver</li>\r\n</ul>',NULL),
(34,11,0,'Western Canada',NULL),
(34,12,0,'15 days / 14 nights',NULL),
(34,13,0,'2,710.00',NULL),
(34,14,0,'Vancouver – Penticton – Revelstoke – Yoho – Canmore – Banff – Jasper – Prince George – Smithers – Prince Rupert – Inside Passage – Port Hardy – Victoria – Vancouver',NULL),
(34,15,0,'Relaxed',NULL),
(34,18,0,'<p>Every second day from mid-June to early September (Departure days depend on the schedule of the Inside Passage ferry)</p>',NULL),
(34,19,0,'<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>14 nights accommodation at the standard or deluxe hotels described (or similar).</li>\r\n<li>Inside Passage ferry from Prince Rupert to Port Hardy for one standard vehicle and passengers.</li>\r\n<li>Reserved seating in the Aurora Lounge on the Inside Passage (Deluxe hotel category only).</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, national park fees, rental vehicle.</li>\r\n<li>ferry ride from Vancouver Island to Vancouver.</li>\r\n<li>tips, optional activities, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharge: Vancouver (07.06 - 08.07.2026 FIFA World Cup).</li>\r\n<li>The trip can be booked in reverse.</li>\r\n<li>Ferries between Vancouver and Vancouver Island: rates available on request.</li>\r\n</ul>',NULL),
(34,24,0,'Vancouver',NULL),
(34,30,0,'images/packages/hazelton by Andrew Strain.jpg',NULL),
(34,33,0,'all the highlights in only two weeks',NULL),
(34,34,0,'<p>This fly&amp;drive is truly a bestseller - it includes everything you will want to visit while in Western Canada: vineyards in the Interior, peaks and beautiful alpine lakes in the Rocky Mountains, the Inside Passage from Prince Rupert to Port Hardy, beautiful Vancouver Island and, of course, the great city of Vancouver. We now offer this tour with two hotel categories: our standard tour with moderate-class hotels and our deluxe tour featuring first-class and moderate first-class hotels.</p>',NULL),
(35,4,0,'<p>This exciting new itinerary includes many of Western Canada&rsquo;s main highlights such as Vancouver, Victoria, Pacific Rim National Park, the Inside Passage with BC Ferries and the National Parks of the Rocky Mountains. Because the tour is designed as a one-way that starts in Vancouver and ends in Calgary total driving distance is very reasonable and there is enough time to spend two nights at the most rewarding locations.</p>',NULL),
(35,5,0,'<ul>\r\n<li>Experience a comprehensive one-way journey from the Pacific Coast to the Rocky Mountains</li>\r\n<li>Enjoy the world-famous 15-hour Inside Passage cruise from Port Hardy to Prince Rupert</li>\r\n<li>Explore the ancient rainforests and enormous 800-year-old Douglas firs of Vancouver Island</li>\r\n<li>Visit the picturesque boardwalk community of Telegraph Cove, the best place for orca watching</li>\r\n<li>Discover indigenous culture at the U&rsquo;Mista Cultural Centre and &lsquo;Ksan Indian Village</li>\r\n<li>Traverse the Icefields Parkway, one of the world\'s most spectacular mountain drives</li>\r\n<li>Explore the iconic National Parks: Pacific Rim, Jasper, Banff, and Yoho</li>\r\n<li>Choice of two hotel categories: Moderate-class (Standard) or Moderate First-class (Deluxe)</li>\r\n<li>Ample time with two-night stays at the most rewarding locations</li>\r\n</ul>',NULL),
(35,7,0,'SDHIGH3',NULL),
(35,9,0,'Self Drive',NULL),
(35,10,0,'<ul>\r\n<li>Day 1: Arrival in Vancouver (20 km) - Upon arrival at Vancouver airport, pick up your rental car and drive to your downtown hotel. Two nights are spent at the Sandman Davie Suites (standard) or the Sutton Place Hotel (deluxe).</li>\r\n<li>Day 2: Vancouver - Explore Vancouver, one of the most beautiful cities in the world. Consider an optional guided city tour to visit Stanley Park, historic Gastown, and Granville Island, or ride up the Harbour Tower for panoramic views.</li>\r\n<li>Day 3: Vancouver &ndash; Victoria (70 km) - Take the ferry to Vancouver Island. Visit Butchart Gardens before continuing to Victoria, BC\'s capital. Explore the Inner Harbour, Empress Hotel, and Royal BC Museum. Overnight at The Vic Hotel (standard) or the Chateau Victoria (deluxe).</li>\r\n<li>Day 4: Victoria &ndash; Nanaimo &ndash; Tofino (321 km) - Drive toward the West Coast, stopping at Cathedral Cove Park to admire 800-year-old Douglas firs. Spend two nights at Middle Beach Lodge near Pacific Rim National Park.</li>\r\n<li>Day 5: Pacific Rim National Park (~ 70 km) - Explore long beaches, secluded coves, and ancient rain forests. Optional whale-watching or bear-watching boat tours are the best way to see the park\'s marine wildlife.</li>\r\n<li>Day 6: Tofino &ndash; Port Alberni &ndash; Campbell River (274 km) - Head to Campbell River. Visit the local museum or walk through Elk Falls Provincial Park to see the spectacular waterfalls. Overnight at the Anchor Inn (standard) or Painter&rsquo;s Lodge (deluxe).</li>\r\n<li>Day 7: Campbell River &ndash; Port McNeill / Telegraph Cove (200 km) - Visit the historic boardwalk community of Telegraph Cove, a premier location for orca watching. Spend two nights at Black Bear Resort (standard) or Telegraph Cove Resort (deluxe).</li>\r\n<li>Day 8: Port McNeill / Telegraph Cove - Take a day trip to Alert Bay on Cormorant Island to visit the U&rsquo;Mista Cultural Centre and experience the rich art and culture of the Kwakwaka&rsquo;wakw people.</li>\r\n<li>Day 9: Inside Passage - Embark on the famous 15-hour Inside Passage cruise from Port Hardy to Prince Rupert. Enjoy spectacular fjord scenery and watch for bald eagles, dolphins, and whales. Overnight at the Prestige Oceanview Hotel (standard) or the Crest Hotel (deluxe).</li>\r\n<li>Day 10: Prince Rupert &ndash; Hazelton &ndash; Smithers (353 km) - Visit the &lsquo;Ksan Indian Village in Hazelton to see traditional longhouses and totem poles. Continue to Smithers for an overnight stay at the Sandman Hotel (standard) or Prestige Hudson Bay Lodge (deluxe).</li>\r\n<li>Day 11: Smithers &ndash; Prince George (371 km) - Drive through the vast wilderness of the Interior, passing numerous lakes and forests. Overnight at the Sandman Hotel (standard) or the Coast Hotel (deluxe).</li>\r\n<li>Day 12: Prince George &ndash; Jasper (376 km) - Head toward the Rockies with spectacular vistas of Mount Robson. Consider a hike along the Kinney Lake Trail. Two nights at the Whistler&rsquo;s Inn (standard) or the Jasper Inn &amp; Suites (deluxe).</li>\r\n<li>Day 13: Jasper National Park (~ 100 km) - Explore the wonders of Jasper, including Maligne Canyon and Maligne Lake. Optional activities include a boat cruise to Spirit Island or mountain hiking.</li>\r\n<li>Day 14: Jasper &ndash; Icefields Parkway &ndash; Canmore (285 km) - Travel the Icefields Parkway, seeing Peyto Lake, the Columbia Icefield, and Athabasca Falls. Two nights at the Grande Rockies Resort.</li>\r\n<li>Day 15 and 16: Banff National Park (~ 100 km) - Two full days to explore Lake Louise, Moraine Lake, and Johnston Canyon. Visit the town of Banff and consider taking the gondola up Sulphur Mountain.</li>\r\n<li>Day 17: Canmore &ndash; Calgary (110 km) - Drive to Calgary, Alberta&rsquo;s largest city. Sights like the Calgary Tower and Eau Claire Market are within walking distance. Overnight at the Sandman Downtown Signature (standard) or Hotel Arts (deluxe).</li>\r\n<li>Day 18: Departure - Return your rental car at Calgary International Airport and board your flight home.</li>\r\n</ul>',NULL),
(35,11,0,'Western Canada',NULL),
(35,12,0,'18 days / 17 nights',NULL),
(35,13,0,'3,260.00',NULL),
(35,14,0,'Vancouver – Victoria – Tofino – Campbell River – Telegraph Cove – Port McNeill – Inside Passage – Prince Rupert – Smithers – Prince George – Jasper – Icefields Parkway – Banff – Calgary',NULL),
(35,15,0,'Relaxed',NULL),
(35,18,0,'<p>Departures every second day from mid-June to early September (Departure days depend on the schedule of the Inside Passage ferry)</p>',NULL),
(35,19,0,'<p><strong>Price in CAD per person from Vancouver to Calgary (or vice versa):</strong></p>\r\n<ul>\r\n<li>Standard version (double occupancy): 3,260.00</li>\r\n<li>Standard version (single occupancy): 6,290.00</li>\r\n<li>Deluxe version (double occupancy): 3,820.00</li>\r\n<li>Deluxe version (single occupancy): 7,370.00</li>\r\n<li>Triple &amp; quad occupancy: on request</li>\r\n</ul>\r\n<p><strong>Optional activities:</strong></p>\r\n<ul>\r\n<li>Harbour Tower visit (Vancouver)</li>\r\n<li>Whale-watching or bear-watching tours (Tofino)</li>\r\n<li>Telegraph Cove whale-watching excursion</li>\r\n<li>Alert Bay day trip (Cormorant Island)</li>\r\n<li>Spirit Island boat cruise (Jasper)</li>\r\n<li>Sulphur Mountain gondola (Banff)</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>17 nights accommodation at the standard or deluxe hotels described (or similar).</li>\r\n<li>Inside Passage ferry (Port Hardy to Prince Rupert) for one standard vehicle and passengers.</li>\r\n<li>Reserved seating in the Aurora Lounge on the Inside Passage (deluxe category only).</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, national park fees, rental vehicle.</li>\r\n<li>ferry rides from Vancouver to Vancouver Island.</li>\r\n<li>tips, optional activities, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharges apply: Vancouver (07.06 - 08.07.2026 FIFA World Cup) and Calgary (03.07. - 12.07.2026 Stampede).</li>\r\n<li>The trip can also be booked in reverse.</li>\r\n<li>Ferries between Vancouver and Vancouver Island rates available on request.</li>\r\n</ul>',NULL),
(35,24,0,'Vancouver',NULL),
(35,30,0,'images/packages/inside passage by Appleby Media .jpg',NULL),
(35,33,0,'including world-famous Inside Passage',NULL),
(36,4,0,'<p>Experience Western Canada&rsquo;s fantastic golf &amp; spa resorts. The mix of challenging golf courses, peaceful spas and luxurious accommodations will restore your balance and energy. Travel through spectacular scenery in the Canadian Rockies, the Okanagan-Valley, the Lower Mainland and Vancouver Island. Additional rounds of golf, spa treatments and/or day adventures can also be arranged.</p>',NULL),
(36,5,0,'<ul>\r\n<li>Play 8 rounds of 18-hole golf at premier Canadian courses including Fairmont Banff Springs and Jasper Park Lodge</li>\r\n<li>Enjoy 17 nights in luxurious accommodations including world-class golf and spa resorts</li>\r\n<li>Discover the \"crystal architecture\" and transformative European spa treatments at Sparkling Hill Resort</li>\r\n<li>Experience the \"Napa of the North\" with visits to top wineries in the fertile Okanagan Valley</li>\r\n<li>Indulge in an authentic Native gourmet meal at the Little Shuswap Nation\'s Talking Rock Golf Course</li>\r\n<li>Play Canada\'s only 36-hole Nicklaus Design layout at Bear Mountain in Victoria</li>\r\n<li>Traverse the Icefields Parkway, rated as one of the most scenic drives in the world</li>\r\n<li>Included hop-on hop-off city tour of Vancouver&rsquo;s famous landmarks</li>\r\n<li>Visit the historic Inner Harbour of Victoria and the world-renowned Butchart Gardens</li>\r\n</ul>',NULL),
(36,7,0,'SDGSPA',NULL),
(36,9,0,'Self Drive',NULL),
(36,10,0,'<ul>\r\n<li>Day 1: Calgary &ndash; Banff (128 km) - Welcome to Canada! Travel to the Canadian Rocky Mountains for a two night stay at Moose Hotel &amp; Suites. Take time to immerse yourself in the spa to refresh your body and soul.</li>\r\n<li>Day 2: Fairmont Banff Springs Golf Course, Banff - Play a captivating and challenging layout set in the heart of the Rockies. Designed by Stanley Thompson, this course offers breathtaking views in every direction. Afternoon at leisure in Banff National Park.</li>\r\n<li>Day 3: Banff &ndash; Jasper (285 km) - Travel the world-famous Icefields Parkway through majestic peaks and ancient glaciers. Check into the Forest Park Hotel for a three night stay.</li>\r\n<li>Day 4: Jasper Park Lodge Golf Course, Jasper - Play one of Stanley Thompson\'s finest works, meandering past glacier-fed lakes and through a wildlife corridor. Afternoon at leisure or optional Maligne Lake Cruise.</li>\r\n<li>Day 5: Jasper National Park (approx. 80 km) - A day at leisure to explore Jasper. Recommended visits include the spectacular Maligne Canyon and Maligne Lake.</li>\r\n<li>Day 6: Jasper &ndash; Clearwater &ndash; Sun Peaks (~ 450 km) - Drive via Clearwater and stop for spectacular vistas of Mount Robson. Spend 2 nights at the Sun Peaks Grand Hotel in the mountain resort of Sun Peaks.</li>\r\n<li>Day 7: The Talking Rock Golf Course, Chase (ca. 240 km) - Play the pride of the Little Shuswap Nation, featuring breathtaking views from the upper holes. Later, experience an authentic Native gourmet meal in the lodge dining room.</li>\r\n<li>Day 8: Sun Peaks - Vernon (~ 170 km) - Drive to the Sparkling Hill Resort for a three night stay. Discover crystal architecture featuring Swarovski crystals and enjoy traditional European spa treatments.</li>\r\n<li>Day 9: The Ridge at Predator Ridge Golf Resort, Vernon - Play a challenging but playable course designed by Doug Carrick that celebrates the surrounding scenery and offers views of Lake Okanagan.</li>\r\n<li>Day 10: The Predator at Predator Ridge Golf Resort, Vernon - Designed by Les Furber, this course offers rolling hills and undulating greens for an unforgettable golfing experience.</li>\r\n<li>Day 11: Vernon &ndash; Oliver (~ 160 km) - Enter the heart of Okanagan wine country, the \"Napa of the North.\" Visit local wineries en route to the Coast Oliver Hotel for a two-night stay.</li>\r\n<li>Day 12: Fairview Mountain Golf Course, Oliver (28 km each way) - Play a course consistently rated a Four Star ranking by Golf Digest, located within 15 minutes of over 20 top wineries.</li>\r\n<li>Day 13: Oliver &ndash; Vancouver (~ 410 km) - Drive to Vancouver for a two night stay at The Sutton Place Hotel. Enjoy the energy-restoring treatments at the Vida Spa.</li>\r\n<li>Day 14: Vancouver - Explore Vancouver on a Big Bus City Tour. Visit Stanley Park, historic Gastown, Chinatown, and Granville Island.</li>\r\n<li>Day 15: Vancouver &ndash; Victoria (70 km) - Travel to Vancouver Island for a three night stay at The Fairways Hotel on the Mountain. Experience the award-winning Sante Spa at Bear Mountain Resort.</li>\r\n<li>Day 16: Bear Mountain &amp; Valley Course, Victoria - Play Canada&rsquo;s only 36-hole Nicklaus Design layout. Courses offer panoramic mountain, city, and ocean views.</li>\r\n<li>Day 17: Victoria - Enjoy the sights of Victoria, including the Royal BC Museum and Butchart Gardens. Consider an optional whale watch tour to see native Orcas.</li>\r\n<li>Day 18: Return Flight - Drive to the airport, return your car rental, and board your flight home.</li>\r\n</ul>',NULL),
(36,11,0,'Western Canada',NULL),
(36,12,0,'18 days / 17 nights',NULL),
(36,13,0,' 7,190.00',NULL),
(36,14,0,'Calgary – Banff – Jasper – Sun Peaks – Chase – Vernon – Oliver – Vancouver – Victoria',NULL),
(36,15,0,'Relaxed',NULL),
(36,18,0,'<p>Daily departures available from June through October 2026</p>',NULL),
(36,19,0,'<p><strong>Rates per person in CAD from Calgary to Vancouver:</strong></p>\r\n<ul>\r\n<li>double occupancy: 7,190.00</li>\r\n<li>single occupancy: 12,330.00</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>17 nights accommodation at specified golf &amp; spa resorts or hotels.</li>\r\n<li>8 rounds of golf (18 holes each) including power cart.</li>\r\n<li>Hop-on hop-off bus ticket for Vancouver city tour.</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hotline based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, spa entry fees or treatments, national park fees.</li>\r\n<li>ferries between Vancouver and Vancouver Island, rental vehicle.</li>\r\n<li>additional rounds of golf, tips, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharges apply: Vancouver (07.06 - 08.07.2026 FIFA World Cup) and Calgary (03.07. - 12.07.2026 Stampede).</li>\r\n<li>Single golfers will be matched with a pre-booked twosome/threesome; cart share is included.</li>\r\n<li>Appropriate golf attire is mandatory at all courses (soft spikes or soft-soled running shoes only).</li>\r\n</ul>',NULL),
(36,24,0,'Calgary',NULL),
(36,30,0,'images/packages/golf.jpg',NULL),
(36,33,0,'Relax, Restore & Rejuvenate',NULL),
(37,4,0,'<p>This tour links the Mackenzie, Liard and Alaska Highways through Northern Alberta, the Northwest Territories and Northern British Columbia. These are uncrowded highways, sometimes gravel roads, through true wilderness. Some of the scenic highlights include beautiful river valleys, such as the Peace River and Mackenzie River valleys, roaring waterfalls along the Waterfalls Route and spectacular mountains along the Alaska Highway. Visiting northern communities will introduce you to a special way of life. There are quiet little First Nations&rsquo; communities as well as cosmopolitan towns that welcome travellers. There are plenty of opportunities for wildlife watching here too, free-roaming bison, moose and black bears are just some of the wild animals that can often be seen.</p>',NULL),
(37,5,0,'<ul>\r\n<li>Journey through true wilderness on the Mackenzie, Liard, and Alaska Highways</li>\r\n<li>Explore Wood Buffalo National Park, a UNESCO World Heritage Site and home to free-roaming wood bison</li>\r\n<li>Visit Nahanni National Park, famous for the spectacular Virginia Falls (twice the height of Niagara Falls)</li>\r\n<li>Drive the \"Waterfalls Route\" featuring Alexandra Falls, Louise Falls, and Lady Evelyn Falls</li>\r\n<li>Discover Yellowknife, the modern and vibrant capital of the Northwest Territories</li>\r\n<li>Experience the unique way of life in northern First Nations&rsquo; communities</li>\r\n<li>Drive the legendary Alaska Highway, a marvel of engineering completed in 1942</li>\r\n<li>Traverse the world-famous Icefields Parkway through the heart of the Rocky Mountains</li>\r\n<li>Visit the iconic mountain parks of Jasper and Banff</li>\r\n</ul>',NULL),
(37,7,0,'SDNWT',NULL),
(37,9,0,'Self Drive',NULL),
(37,10,0,'<ul>\r\n<li>Day 1: Arrival in Edmonton (20 km) - Welcome to Alberta! Upon arrival at Edmonton Airport, pick up your rental vehicle and drive to your hotel. Overnight is at the Sandman Signature Downtown Hotel.</li>\r\n<li>Day 2: Edmonton &ndash; Whitecourt &ndash; Peace River (484 km) - Head north to Peace River. The town lies in a spectacularly beautiful valley at the confluence of the Peace, Smoky, and Heart Rivers. Overnight at the Quality Inn &amp; Suites.</li>\r\n<li>Day 3: Peace River &ndash; High Level (294 km) - Continue north on the Mackenzie Highway to High Level, the last Alberta town before reaching the Northwest Territories. Overnight at the Best Western Plus Mirage Hotel.</li>\r\n<li>Day 4: High Level &ndash; Hay River (313 km) - Cross the 60th parallel into the Northwest Territories and begin the \"Waterfalls Route.\" Visit Twin Falls Gorge Territorial Park to see Alexandra and Louise Falls. Overnight in Hay River at the Ptarmigan Inn.</li>\r\n<li>Day 5: Hay River &ndash; Fort Smith (268 km) - Drive to Fort Smith, the gateway to North America&rsquo;s largest national park, Wood Buffalo National Park. Spend two nights at the Wood Buffalo Inn.</li>\r\n<li>Day 6: Wood Buffalo National Park - Explore this UNESCO World Heritage Site, which protects one of the last remaining herds of free-roaming wood bison in the world.</li>\r\n<li>Day 7: Fort Smith &ndash; Hay River (268 km) - Return to the community of Hay River on the shores of Great Slave Lake. Overnight at the Ptarmigan Inn.</li>\r\n<li>Day 8: Hay River &ndash; F. Providence &ndash; Yellowknife (482 km) - See McNally Creek and Lady Evelyn Falls. Take a free ferry over the Mackenzie River and watch for bison in the Mackenzie Bison Sanctuary before arriving in Yellowknife. Two nights at the Explorer Hotel.</li>\r\n<li>Day 9: Yellowknife - Explore the modern capital city. Visit the Prince of Wales Northern Heritage Centre and the Northern Frontier Visitors&rsquo; Centre. Enjoy local delicacies like caribou or arctic char in the evening.</li>\r\n<li>Day 10: Yellowknife &ndash; Fort Providence (314 km) - Drive back to Fort Providence. Enjoy another chance to spot free-roaming wood bison in the sanctuary. Overnight at the Snowshoe Inn.</li>\r\n<li>Day 11: Fort Providence &ndash; Fort Simpson (324 km) - Continue to Fort Simpson, the gateway to Nahanni National Park. Visit Sambaa Deh Falls Territorial Park en route and take a ferry over the Liard River. Two nights at the Bannockland Inn.</li>\r\n<li>Day 12: Fort Simpson - Visit Fort Simpson Heritage Park. A highly recommended optional sightseeing flight to Virginia Falls in Nahanni National Park offers spectacular views of the 96-metre drop.</li>\r\n<li>Day 13: Fort Simpson &ndash; Fort Liard &ndash; Fort Nelson (494 km) - Follow the scenic Liard River Valley featuring inspiring views of the Nahanni Mountains. Cross into British Columbia for an overnight stay at the Woodlands Inn in Fort Nelson.</li>\r\n<li>Day 14: Fort Nelson &ndash; Fort St. John (379 km) - Begin driving the legendary Alaska Highway toward Fort St. John. Overnight at the Northern Grand Hotel.</li>\r\n<li>Day 15: Fort St. John &ndash; Grande Prairie (209 km) - Leave Fort St. John and head back into Alberta. Overnight at the Sandman Hotel in Grande Prairie.</li>\r\n<li>Day 16: Grande Prairie &ndash; Hinton &ndash; Jasper (397 km) - Drive straight to the Rocky Mountains. Enter Jasper National Park and spend two nights at Becker&rsquo;s Chalets.</li>\r\n<li>Day 17: Jasper National Park (~100 km) - Explore Jasper&rsquo;s Maligne Canyon and beautiful Maligne Lake. Consider an optional boat tour to Spirit Island.</li>\r\n<li>Day 18: Jasper &ndash; Banff (285 km) - Travel the Icefields Parkway, stopping at Athabasca Falls, the Columbia Icefield, and Peyto Lake. Spend two nights at Canalta Lodge in Banff.</li>\r\n<li>Day 19: Banff National Park (~100 km) - A full day to explore Banff. Visit Lake Louise and Lake Moraine, hike Johnston Canyon, or take the gondola up to Sulphur Mountain.</li>\r\n<li>Day 20: Banff &ndash; Calgary (128 km) - Drive to your final destination, the Olympic city of Calgary, to return your rental car and depart. Total mileage: approx. 5,100 km.</li>\r\n</ul>',NULL),
(37,11,0,'Western Canada',NULL),
(37,12,0,'20 days / 19 nights',NULL),
(37,13,0,' 2,980.00',NULL),
(37,14,0,'Edmonton – Peace River – High Level – Hay River – Wood Buffalo National Park – Fort Smith – Yellowknife – Fort Providence – Fort Simpson – Nahanni National Park – Fort Nelson – Fort St. John – Grande Prairie – Jasper – Banff – Calgary',NULL),
(37,15,0,'Relaxed',NULL),
(37,18,0,'<p>Daily departures 2026</p>',NULL),
(37,19,0,'<p><strong>Rates per person in CAD from Edmonton to Calgary (or vice versa):</strong></p>\r\n<ul>\r\n<li>double occupancy: 2,980.00</li>\r\n<li>single occupancy: 5,940.00</li>\r\n<li>triple &amp; quad occupancy: on request</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>19 nights accommodation at the hotels described (or similar, tourist and moderate class).</li>\r\n<li>Information package including detailed itinerary and road maps.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, national park fees, rental vehicle.</li>\r\n<li>optional activities (Virginia Falls flight, Spirit Island tour, etc.).</li>\r\n<li>tips and baggage handling.</li>\r\n</ul>',NULL),
(37,24,0,'Edmonton',NULL),
(37,30,0,'images/packages/edmonton.jpg',NULL),
(37,33,0,'featuring Wood Buffalo National Park and Nahanni National Park',NULL),
(38,4,0,'<p>This tour not only includes such famous and popular destinations as the Rocky Mountain National Parks, but also some of the most remote regions in the Northwest. Both the Alaska Highway as well as the Cassiar Highway boast spectacular scenery and untouched wilderness. The Cassiar Highway has hardly been touched by tourism. Two nights are spent in the most rewarding spots, so there is plenty of time to enjoy and explore. One of the highlights will no doubt be the little town of Stewart where there are good opportunities for bear watching. A visit to Whistler, site of the Olympic Winter Games in 2010, and Vancouver, known as one of the most beautiful cities in the world, will make this trip complete.</p>',NULL),
(38,5,0,'<ul>\r\n<li>Explore the famous Rocky Mountain National Parks: Banff and Jasper</li>\r\n<li>Journey through the most remote regions of the Northwest via the Alaska and Cassiar Highways</li>\r\n<li>Experience untouched wilderness and spectacular scenery off the main tourist tracks</li>\r\n<li>Watch black bears and grizzlies fishing for salmon at Fish Creek in Hyder, Alaska</li>\r\n<li>Visit the massive Salmon Glacier and the striking blue Bear Glacier</li>\r\n<li>Stay at the Northern Rockies Lodge on the shores of the turquoise Muncho Lake</li>\r\n<li>Discover indigenous culture at the historic \'Ksan native settlement in Hazelton</li>\r\n<li>Enjoy a ranch experience in the legendary Cariboo Country near Bridge Lake</li>\r\n<li>Visit the Olympic resort of Whistler and the cosmopolitan city of Vancouver</li>\r\n<li>Ample time for exploration with two-night stays in key rewarding locations</li>\r\n</ul>',NULL),
(38,7,0,'SDNORTH',NULL),
(38,9,0,'Self Drive',NULL),
(38,10,0,'<ul>\r\n<li>Day 1: Calgary - Banff (128 km) - Upon arrival at Calgary Airport, pick up your rental car and drive to the Rocky Mountains. Two nights at Canalta Lodge in Banff.</li>\r\n<li>Day 2: Banff National Park (approx. 100 km) - Spend the day exploring Banff. Visit Lake Louise, Lake Moraine, and Johnston Canyon, or take the gondola up to Sulphur Mountain for panoramic views.</li>\r\n<li>Day 3: Banff - Icefields Parkway - Jasper (285 km) - Travel the world-famous Icefields Parkway. Highlights include Peyto Lake, the Columbia Icefield, and Athabasca Falls. Two nights at Becker&rsquo;s Chalets in Jasper.</li>\r\n<li>Day 4: Jasper National Park (approx. 100 km) - Explore Jasper&rsquo;s Maligne Canyon and Maligne Lake. Consider an optional cruise to Spirit Island or a local hike.</li>\r\n<li>Day 5: Jasper - Prince George (376 km) - Head toward Prince George with great views of Mount Robson, the highest peak in the Canadian Rockies. Overnight at the Coast Hotel.</li>\r\n<li>Day 6: Prince G. &ndash; Chetwynd &ndash; Fort St. John (459 km) - Drive further north via Chetwynd and Hudson&rsquo;s Hope to Fort St. John. Overnight at the Northern Grand Hotel.</li>\r\n<li>Day 7: Fort St. John &ndash; Fort Nelson (379 km) - Begin driving the legendary Alaska Highway, a historic route completed in 1942. Overnight at the Woodlands Inn.</li>\r\n<li>Day 8: Fort Nelson &ndash; Muncho Lake (248 km) - Continue to the spectacular Northern Rockies and Stone Mountain Park. Two nights at the Northern Rockies Lodge at Muncho Lake.</li>\r\n<li>Day 9: Muncho Lake - A day at leisure to explore Muncho Lake Park. Enjoy hiking, fishing, boating, or an optional flightseeing tour.</li>\r\n<li>Day 10: Muncho Lake &ndash; Watson Lake (282 km) - Follow the Alaska Highway to Watson Lake in the Yukon Territory. Overnight at Andrea&rsquo;s Hotel.</li>\r\n<li>Day 11: Watson Lake &ndash; Dease Lake (255 km) - Begin heading south along the Cassiar Highway. Stop at Boya Lake Park for a hike or swim. Overnight at the Northway Motor Inn.</li>\r\n<li>Day 12: Dease Lake &ndash; Stewart (398 km) - Continue south through rugged wilderness. See the impressive Bear Glacier before arriving in Stewart for a two-night stay at the Ripley Creek Inn.</li>\r\n<li>Day 13: Stewart &ndash; Hyder (approx. 50 km) - Take a side trip to Hyder, Alaska. Visit Fish Creek for bear watching or drive to the spectacular Salmon Glacier.</li>\r\n<li>Day 14: Stewart &ndash; Hazelton &ndash; Smithers (332 km) - Visit the \'Ksan native settlement in Hazelton to see totem poles and traditional longhouses. Overnight at the Prestige Hudson Bay Lodge in Smithers.</li>\r\n<li>Day 15: Smithers &ndash; Prince George (371 km) - Visit the historic Hudson&rsquo;s Bay Company trading post at Fort St. James. Overnight at the Coast Hotel in Prince George.</li>\r\n<li>Day 16: Prince George &ndash; Williams Lake &ndash; Bridge Lake (375 km) - Head into the legendary Cariboo Country. Two nights at Montana Hill Guest Ranch near 100 Mile House.</li>\r\n<li>Day 17: Montana Hill Guest Ranch - Enjoy a day of ranch activities including hiking, cycling, or a guided horseback ride.</li>\r\n<li>Day 18: Bridge Lake &ndash; Lillooet &ndash; Whistler (345 km) - Drive the spectacular old Duffey Lake logging road to the Olympic resort of Whistler. Overnight at the Adara Hotel.</li>\r\n<li>Day 19: Whistler &ndash; Vancouver (123 km) - Return to the Pacific coast via the Sea to Sky Highway. Spend two nights at the Sandman Davie Suites in Downtown Vancouver.</li>\r\n<li>Day 20: Vancouver - Explore Vancouver\'s top sights including Stanley Park, Gastown, and Granville Island on an optional hop-on hop-off city tour.</li>\r\n<li>Day 21: Departure - Drive to the airport and board your flight home. Total mileage: approx. 4,500 km.</li>\r\n</ul>',NULL),
(38,11,0,'Western Canada',NULL),
(38,12,0,'21 days / 20 nights',NULL),
(38,13,0,'3,200.00',NULL),
(38,14,0,'Calgary – Banff – Jasper – Prince George – Fort Nelson – Muncho Lake – Watson Lake – Dease Lake – Stewart – Hyder (Alaska) – Smithers – Prince George – Bridge Lake – Whistler – Vancouver',NULL),
(38,15,0,'Relaxed',NULL),
(38,18,0,'<p>Daily departures 2026</p>',NULL),
(38,19,0,'<p><strong>Rates per person from Calgary to Vancouver (or vice versa) in CAD:</strong></p>\r\n<ul>\r\n<li>double occupancy: 3,200.00</li>\r\n<li>single occupancy: 6,400.00</li>\r\n<li>triple &amp; quad occupancy: on request</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>20 nights accommodation at the hotels and lodges described (or similar, moderate class).</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, national park entrance fees, rental vehicle.</li>\r\n<li>optional activities, tips, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharges apply: Vancouver (07.06. - 08.07.2026 FIFA World Cup) and Calgary (03.07. - 12.07.2026 Stampede).</li>\r\n<li>A valid passport is required for the side trip into Hyder, Alaska (USA).</li>\r\n</ul>',NULL),
(38,24,0,'Calgary',NULL),
(38,30,0,'images/packages/bald eagle.jpg',NULL),
(38,33,0,'featuring Alaska and Cassiar Highways',NULL),
(39,4,0,'<p>This tour will take you to the American states Montana, Wyoming, Idaho, Oregon and Washington and to the Canadian provinces British Columbia and Alberta. Among the nine national parks that you visit there are such world-famous parks as Banff and Jasper National Park in Canada and Glacier and Yellowstone National Park in the United States. Especially in the parks there is often the opportunity to go hiking or participate in other outdoor activities. Often wildlife, such as moose, mountain goat, elk and even black bear, can be viewed, too.</p>',NULL),
(39,5,0,'<ul>\r\n<li>Cross-border epic journey visiting nine spectacular National Parks in Canada and the USA</li>\r\n<li>Explore world-famous Banff and Jasper in the heart of the Canadian Rockies</li>\r\n<li>Experience the geysers, waterfalls, and canyons of Yellowstone, the world\'s oldest National Park</li>\r\n<li>Drive two of the world\'s most scenic roads: Sea to Sky Highway and Going-to-the-Sun Road</li>\r\n<li>Discover the otherworldly volcanic landscapes of Craters of the Moon National Monument</li>\r\n<li>Witness the majestic 4,395 m peak of Mount Rainier in Washington State</li>\r\n<li>Visit the vibrant Pacific Northwest cities of Vancouver and Seattle</li>\r\n<li>Abundant wildlife viewing opportunities including grizzly bears, moose, and mountain goats</li>\r\n</ul>',NULL),
(39,7,0,'SDCANUS',NULL),
(39,9,0,'Self Drive',NULL),
(39,10,0,'<ul>\r\n<li>Day 1: Arrival in Vancouver - Upon arrival at the airport in Vancouver pick up your rental car and drive to your hotel. Two nights at the Sandman Hotel Downtown Vancouver.</li>\r\n<li>Day 2: Vancouver - Explore Vancouver, one of the most beautiful cities in the world. Visit Stanley Park, historic Gastown, and Granville Island, or ride up Harbour Tower for spectacular views over the Coast Mountains.</li>\r\n<li>Day 3: Vancouver - Whistler &ndash; Cache Creek (340 km) - Follow the Sea to Sky Highway to Whistler. Continue via the historic Duffey Lake Road to Lillooet and on to Cache Creek. Overnight at the Destination Inn.</li>\r\n<li>Day 4: Cache Creek - Clearwater (230 km) - Drive through scenic lake country to Clearwater. Two nights at the Best Western Gateway to the Falls.</li>\r\n<li>Day 5: Wells Gray Park (approx. 100 km) - Visit Wells Gray Park to see Helmcken Falls and Dawson Falls. Consider a canoe tour on Clearwater Lake or a hike through alpine meadows.</li>\r\n<li>Day 6: Clearwater - Jasper (340 km) - Pass through Mount Robson Park for vistas of the highest peak in the Canadian Rockies. Two nights at Becker&rsquo;s Chalets in Jasper.</li>\r\n<li>Day 7: Jasper National Park (approx. 100 km) - Explore Jasper&rsquo;s highlights including Maligne Canyon and Maligne Lake. Optional boat tours, horseback riding, and guided fishing are available.</li>\r\n<li>Day 8: Jasper - Icefields Parkway - Canmore (310 km) - Travel the world-renowned Icefields Parkway. See Peyto Lake, the Columbia Icefield, and Athabasca Falls. Two nights at the Grande Rockies Resort.</li>\r\n<li>Day 9: Banff National Park (approx. 100 km) - Explore Banff, Canada\'s oldest national park. Visit Lake Louise and Moraine Lake, and ride the gondola up Sulphur Mountain for views of the Bow Valley.</li>\r\n<li>Day 10: Canmore - Pincher Creek - Waterton (350 km) - Drive south to Waterton National Park. Overnight at the Bayshore Inn.</li>\r\n<li>Day 11: Waterton - Glacier NP &ndash; Kalispell (250 km) - Cross into the USA to visit Glacier National Park in Montana. Drive the spectacular Going-to-the-Sun Road. Overnight in Kalispell at the Super 8 Hotel.</li>\r\n<li>Day 12: Kalispell - Helena (310 km) - Continue south to the city of Helena, Montana&rsquo;s state capital. Overnight at the Days Inn.</li>\r\n<li>Day 13: Helena - West Yellowstone (290 km) - Drive to West Yellowstone, the gateway to Yellowstone National Park. Two nights at Three Bear Lodge.</li>\r\n<li>Day 14: Yellowstone National Park (approx. 275 km) - A full day to explore the world\'s first national park, famous for its geysers (Old Faithful), colorful hot springs, and deep canyons.</li>\r\n<li>Day 15: West Yellowstone - Idaho Falls (180 km) - Cross into Idaho and continue to Idaho Falls. Overnight at the Quality Inn &amp; Suites.</li>\r\n<li>Day 16: Idaho F. - Craters of the Moon - Boise (450 km) - Visit Craters of the Moon National Monument to see volcanic \"moon-like\" landscapes used for astronaut training. Continue to Boise for an overnight stay at the Best Western Vista Inn.</li>\r\n<li>Day 17: Boise - Pendleton (360 km) - Leave Idaho and enter the state of Washington. Overnight at the Holiday Inn Express Pendleton.</li>\r\n<li>Day 18: Pendleton - Mount Rainier NP (440 km) - Drive to Mount Rainier National Park to witness the spectacular 4,395 m peak. Overnight at Nisqually Lodge.</li>\r\n<li>Day 19: Mount Rainier - Seattle (140 km) - Return to the Pacific Coast and head into Seattle. Two nights at the Moore Hotel.</li>\r\n<li>Day 20: Seattle - Enjoy a day at leisure. Stroll through Pike Place Market, visit the Seattle Art Museum, and enjoy the view from the iconic Space Needle.</li>\r\n<li>Day 21: Seattle - Vancouver (230 km) - Drive north across the border and return to Vancouver for your flight home. Total mileage: approx. 5,050 km.</li>\r\n</ul>',NULL),
(39,11,0,'Western Canada',NULL),
(39,12,0,'21 days / 20 nights',NULL),
(39,13,0,'2,930.00',NULL),
(39,14,0,'Vancouver – Whistler – Clearwater – Jasper – Banff – Waterton – Glacier (USA) – Yellowstone – Craters of the Moon – Boise – Mt. Rainier – Seattle – Vancouver',NULL),
(39,15,0,'Relaxed',NULL),
(39,18,0,'<p>Daily departures 2026</p>',NULL),
(39,19,0,'<p><strong>Rates per person from/to Vancouver in USD:</strong></p>\r\n<ul>\r\n<li>double occupancy: 2,930.00</li>\r\n<li>single occupancy: 5,850.00</li>\r\n<li>triple &amp; quad occupancy: on request</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>20 nights accommodation at the hotels described (or similar, moderate class).</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals, national park fees, rental vehicle.</li>\r\n<li>optional activities (gondolas, boat tours, Space Needle, etc.).</li>\r\n<li>tips and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharge: Vancouver (07.06. - 08.07.2026 FIFA World Cup).</li>\r\n<li>A valid passport and ESTA/Visa are required for the border crossings between Canada and the USA.</li>\r\n</ul>',NULL),
(39,24,0,'Vancouver',NULL),
(39,30,0,'images/packages/waterton.jpg',NULL),
(39,33,0,'Canada - USA – Combo',NULL),
(40,4,0,'<p>Our Vancouver Island Self-Drive is the ideal add-on to your holiday in Western Canada. You will experience Vancouver Island with its old-growth rain forests, the varied wildlife and the interesting history. A whale-watching tour, which is a highlight of any trip to Western Canada, is already included in this package. Due to the Coast&rsquo;s mild climate, this programme is worthwhile in any season.</p>',NULL),
(40,5,0,'<ul>\r\n<li>Ideal add-on to any Western Canada holiday</li>\r\n<li>Explore old-growth rain forests and varied wildlife</li>\r\n<li>Includes a whale-watching tour (choice of Tofino or Victoria)</li>\r\n<li>Visit Pacific Rim National Park&rsquo;s long beaches and secluded coves</li>\r\n<li>See 800-year-old and 5-metre-thick Douglas Firs at Cathedral Cove Park</li>\r\n<li>Discover First Nations history at the Native Heritage Centre in Duncan</li>\r\n<li>Explore the picturesque Inner Harbour of Victoria</li>\r\n<li>Stay at oceanfront properties like Middle Beach Lodge in Tofino</li>\r\n</ul>',NULL),
(40,7,0,'SDVISL',NULL),
(40,9,0,'Self Drive',NULL),
(40,10,0,'<ul>\r\n<li>Day 1: Vancouver - Nanaimo - Tofino (227 km) - In the morning, take the ferry from North Vancouver to Vancouver Island. En route to Tofino, stop at Cathedral Cove Park for a short hike to see 800-year-old and 5-metre-thick Douglas Firs. Overnight at Middle Beach Lodge near Tofino, located right on the ocean.</li>\r\n<li>Day 2: Pacific Rim National Park (approx. 70 km) - Spend the day exploring the beautiful beaches and fascinating rain forests of Pacific Rim National Park. This day includes a half-day whale-watching tour where grey whales are the primary attraction.</li>\r\n<li>Day 3: Tofino - Nanaimo - Duncan - Victoria (321 km) - Depart from Tofino and travel to Duncan to visit the Native Heritage Centre, which provides insight into the Cowichan First Nations. Arrive in Victoria for a two-night stay.</li>\r\n<li>Day 4: Victoria - Explore Victoria&rsquo;s highlights including the Inner Harbour, the Empress Hotel, and the Royal B.C. Museum. You may also participate in a half-day whale-watching tour, where killer whales (orcas) are frequently seen.</li>\r\n<li>Day 5: Victoria - Vancouver (70 km + ferry ride) - Return to the mainland and complete your journey in Vancouver.</li>\r\n</ul>',NULL),
(40,11,0,'Western Canada',NULL),
(40,12,0,'5 days / 4 nights',NULL),
(40,13,0,'900.00',NULL),
(40,14,0,'Vancouver – Nanaimo – Tofino – Pacific Rim National Park – Duncan – Victoria – Vancouver',NULL),
(40,15,0,'Relaxed',NULL),
(40,18,0,'<p>Daily Departures 2026</p>',NULL),
(40,19,0,'<p><strong>Price in CAD per person from / to Vancouver:</strong></p>\r\n<ul>\r\n<li><strong>Standard Version:</strong> Double occupancy 900.00 / Single occupancy 1,600.00</li>\r\n<li><strong>Deluxe Version:</strong> Double occupancy 1,210.00 / Single occupancy 2,210.00</li>\r\n<li>Triple &amp; quad occupancy rates available on request.</li>\r\n</ul>\r\n<p>Price Conditions:</p>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>4 nights accommodation at standard or deluxe hotels as described (or similar).</li>\r\n<li>Half-day whale-watching tour in Tofino or Victoria (your choice).</li>\r\n<li>Information package including detailed itinerary and road map.</li>\r\n<li>Telephone hot line based in Canada, all applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>accommodation before and after the tour, meals, national park fees.</li>\r\n<li>rental vehicle, ferry ride to/from Vancouver Island.</li>\r\n<li>tips, optional activities, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Additional nights on Salt Spring Island available on request.</li>\r\n<li>The itinerary covers approximately 700 km in total.</li>\r\n</ul>',NULL),
(40,24,0,'Vancouver',NULL),
(40,30,0,'images/packages/tofino beach.jpg',NULL),
(40,33,0,'ideal as add-on',NULL),
(41,4,0,'<p>Trains, planes and no automobiles! Sit back and relax. Enjoy the spectacular scenery from the rugged Canadian Rockies to the laid-back Sunshine Coast of British Columbia. This unique trip features majestic panoramic views only seen by rail and float plane. The trip can also be booked in reverse if preferred.</p>',NULL),
(41,5,0,'<ul>\r\n<li>Experience majestic panoramic views accessible only by rail and floatplane</li>\r\n<li>Indulge in 3 days of luxury GoldLeaf service on the world-famous Rocky Mountaineer</li>\r\n<li>Enjoy all-inclusive gourmet meals and panoramic seating during the train journey</li>\r\n<li>Spectacular coach excursion along the Icefields Parkway between Banff and Jasper</li>\r\n<li>Experience a thrilling floatplane transfer from Vancouver to the Sunshine Coast</li>\r\n<li>Two nights at the cliff-side West Coast Wilderness Lodge in Egmont</li>\r\n<li>Explore world-class destinations: Banff, Jasper, Whistler, and Vancouver</li>\r\n<li>A completely car-free adventure with all major transfers included</li>\r\n</ul>',NULL),
(41,7,0,'RAILADV',NULL),
(41,9,0,'Train Journey',NULL),
(41,10,0,'<ul>\r\n<li>Day 1: Coach transfer: Calgary &ndash; Banff - Welcome to Alberta! Take an airport coach transfer from Calgary to your Banff hotel. Check in to Canalta Lodge for a two-night stay.</li>\r\n<li>Day 2: Banff National Park - Spend the day exploring the mountain town of Banff. Optional activities include a gondola ride up Sulphur Mountain for majestic vistas or a visit to the historic Banff Springs Hotel and Buffalo Nations Luxton Museum.</li>\r\n<li>Day 3: Coach excursion: Banff &ndash; Icefields Parkway &ndash; Jasper - Travel by coach along the spectacular Icefields Parkway to Jasper. Admire the beautiful unspoiled mountain scenery before checking into the Jasper Inn &amp; Suites for two nights.</li>\r\n<li>Day 4: Jasper National Park - Enjoy a day at leisure in Jasper National Park. A highly recommended excursion is Maligne Lake, where you can participate in a cruise to the famous Spirit Island.</li>\r\n<li>Day 5 - 7: Rocky Mountaineer: Jasper &ndash; Quesnel &ndash; Whistler &ndash; Vancouver - Board the Rocky Mountaineer for a three-day spectacular journey in GoldLeaf service. Day 1 travels from Jasper to Quesnel. Day 2 continues to the Olympic town of Whistler for an evening stroll. Day 3 passes through the coastal mountains to the Pacific Ocean, ending in Vancouver. Two nights at the Sutton Place Hotel.</li>\r\n<li>Day 8: Vancouver - Explore Vancouver, one of the most beautiful cities in the world. Shop on Robson Street or join an optional guided city bus tour visiting Stanley Park, Gastown, Chinatown, and Granville Island.</li>\r\n<li>Day 9: Float Plane transfer: Vancouver &ndash; Sechelt &ndash; Egmont - Transfer to the Harbour Air floatplane dock for a scenic flight to the West Coast Wilderness Lodge. Marvel at the unspoiled Pacific Northwest scenery during your two-night stay.</li>\r\n<li>Day 10: West Coast Wilderness Lodge, Egmont - Enjoy a free day at this cliff-side resort on the Sunshine Coast. Experience the crisp salt air and breathtaking views. Included: Breakfast and Dinner. Optional activities include hiking or boat adventures.</li>\r\n<li>Day 11: Float Plane transfer: Egmont &ndash; Sechelt &ndash; Vancouver - Fly back to Vancouver via floatplane. Once back, transfer independently to Vancouver International Airport for your flight home or extend your stay with an optional adventure add-on.</li>\r\n</ul>',NULL),
(41,11,0,'Western Canada',NULL),
(41,12,0,'11 days / 10 nights',NULL),
(41,13,0,'9,020.00',NULL),
(41,14,0,'Calgary – Banff – Icefields Parkway – Jasper – Quesnel – Whistler – Vancouver – Sunshine Coast (Egmont) – Vancouver',NULL),
(41,15,0,'Relaxed',NULL),
(41,18,0,'<p>Every Tuesday from 21.04.2026 &ndash; 29.09.2026</p>',NULL),
(41,19,0,'<p><strong>Rates per person in CAD:</strong></p>\r\n<ul>\r\n<li>double occupancy: 9,020.00</li>\r\n<li>single occupancy: 11,330.00</li>\r\n<li>Surcharge for Ocean View Suite at WCWL (per person): Double 180.00 / Single 360.00</li>\r\n</ul>\r\n<p><strong>Package includes:</strong></p>\r\n<ul>\r\n<li>10 nights accommodation at the hotels described (or similar).</li>\r\n<li>Brewster Airporter coach service from Calgary Airport to Banff.</li>\r\n<li>Coach transfer between Banff and Jasper.</li>\r\n<li>Rocky Mountaineer 3-day GoldLeaf service (Jasper-Quesnel-Whistler-Vancouver) including 3x breakfast and 3x lunch on board.</li>\r\n<li>Harbour Air return floatplane flight (Vancouver-Sechelt-Egmont).</li>\r\n<li>2x breakfast and 2x dinner at West Coast Wilderness Lodge.</li>\r\n<li>Information package with detailed itinerary and telephone hotline based in Canada.</li>\r\n<li>All applicable taxes.</li>\r\n</ul>\r\n<p><strong>Package excludes:</strong></p>\r\n<ul>\r\n<li>meals (except those mentioned above).</li>\r\n<li>independent transfers between hotels and train stations/floatplane docks.</li>\r\n<li>optional activities, tips, and baggage handling.</li>\r\n</ul>\r\n<p><strong>Conditions:</strong></p>\r\n<ul>\r\n<li>Surcharges: Vancouver (07.06 - 08.07.2026 FIFA World Cup).</li>\r\n<li>Itinerary modifications may be required to coincide with flight date arrangements.</li>\r\n<li>The trip can be booked in reverse.</li>\r\n</ul>',NULL),
(41,24,0,'Calgary',NULL),
(41,30,0,'images/packages/train rockies.jpg',NULL),
(41,33,0,'Western Canada by train and floatplane',NULL),
(42,7,0,'Win21',NULL),
(42,9,0,'Winter',NULL),
(42,11,0,'Western Canada',NULL),
(42,15,0,'Relaxed',NULL),
(42,30,0,'images/packages/whistler.jpg',NULL);
/*!40000 ALTER TABLE `cmsqy_module_lisepackages_fieldval` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_lisepackages_item`
--

DROP TABLE IF EXISTS `cmsqy_module_lisepackages_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lisepackages_item` (
  `item_id` int(11) NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `category_id` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `active` int(11) DEFAULT NULL,
  `create_time` datetime DEFAULT NULL,
  `modified_time` datetime DEFAULT NULL,
  `start_time` date DEFAULT NULL,
  `end_time` date DEFAULT NULL,
  `key1` varchar(50) DEFAULT NULL,
  `key2` varchar(50) DEFAULT NULL,
  `key3` varchar(50) DEFAULT NULL,
  `owner` int(11) DEFAULT NULL,
  PRIMARY KEY (`item_id`)
) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lisepackages_item`
--

LOCK TABLES `cmsqy_module_lisepackages_item` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_lisepackages_item` DISABLE KEYS */;
INSERT INTO `cmsqy_module_lisepackages_item` (`item_id`, `url`, `category_id`, `title`, `alias`, `position`, `active`, `create_time`, `modified_time`, `start_time`, `end_time`, `key1`, `key2`, `key3`, `owner`) VALUES (1,'lisepackages/explore-canadas-west',NULL,'EXPLORE CANADA’S WEST','explore_canadas_west_000001',1,1,'2026-06-12 12:34:49','2026-06-28 12:56:37',NULL,NULL,NULL,NULL,NULL,1),
(2,'lisepackages/wild-horizons-a-hiking-adventure-in-western-canada',NULL,'WILD HORIZONS: A HIKING ADVENTURE IN WESTERN CANADA','wild_horizons_a_hiking_adventure_in_western_canada_000002',2,1,'2026-06-17 18:57:27','2026-06-28 15:56:36',NULL,NULL,NULL,NULL,NULL,1),
(3,'lisepackages/alaska-yukon-highlights',NULL,'ALASKA & YUKON HIGHLIGHTS','alaska_yukon_highlights_000003',3,1,'2026-06-17 18:57:47','2026-06-28 15:36:41',NULL,NULL,NULL,NULL,NULL,1),
(4,'lisepackages/eastern-canada-explorer',NULL,'EASTERN CANADA EXPLORER','eastern_canada_explorer_000004',4,1,'2026-06-17 18:58:13','2026-06-28 15:28:34',NULL,NULL,NULL,NULL,NULL,1),
(9,'packages/bear-watching-/-covered-boat',NULL,'Bear watching / covered boat','bear_watching_covered_boat_000005',5,1,'2026-06-24 22:05:18','2026-06-27 15:25:29',NULL,NULL,NULL,NULL,NULL,1),
(10,'packages/discover-quebec',NULL,'DISCOVER QUEBEC','discover_quebec_000010',6,1,'2026-06-25 12:35:59','2026-06-26 12:27:37',NULL,NULL,NULL,NULL,NULL,1),
(11,'packages/canadian-contrasts',NULL,'CANADIAN CONTRASTS','canadian_contrasts_000011',7,1,'2026-06-25 14:55:23','2026-06-26 13:25:00',NULL,NULL,NULL,NULL,NULL,1),
(12,'packages/alaska-and-yukon-adventure',NULL,'ALASKA AND YUKON ADVENTURE','alaska_and_yukon_adventure_000012',8,1,'2026-06-25 15:09:11','2026-06-26 13:24:23',NULL,NULL,NULL,NULL,NULL,1),
(14,'packages/the-best-of-alaska-0',NULL,'THE BEST OF ALASKA','the_best_of_alaska_000014',9,1,'2026-06-25 18:17:29','2026-06-26 13:30:04',NULL,NULL,NULL,NULL,NULL,1),
(15,'packages/alaska-hotel-tour',NULL,'ALASKA HOTEL TOUR','alaska_hotel_tour_000015',10,1,'2026-06-25 18:21:37','2026-06-28 15:08:33',NULL,NULL,NULL,NULL,NULL,1),
(16,'packages/from-the-rockies-to-the-glaciers-in-alaska',NULL,'FROM THE ROCKIES TO THE GLACIERS IN ALASKA','from_the_rockies_to_the_glaciers_in_alaska_000016',11,1,'2026-06-25 18:25:04','2026-06-26 13:35:45',NULL,NULL,NULL,NULL,NULL,1),
(17,'packages/low-budget-flydrive',NULL,'LOW-BUDGET FLY&DRIVE','low-budget_fly_drive_000017',12,1,'2026-06-25 18:27:47','2026-06-26 13:37:14',NULL,NULL,NULL,NULL,NULL,1),
(18,'packages/western-canada-nature-and-wildlife-adventure',NULL,'WESTERN CANADA NATURE AND WILDLIFE ADVENTURE','western_canada_nature_and_wildlife_adventure_000018',13,1,'2026-06-25 18:30:28','2026-06-26 13:38:06',NULL,NULL,NULL,NULL,NULL,1),
(19,'packages/vancouver-island-and-sunshine-coast-explorer',NULL,'VANCOUVER ISLAND AND SUNSHINE COAST EXPLORER','vancouver_island_and_sunshine_coast_explorer_000019',14,1,'2026-06-25 18:32:42','2026-06-26 13:40:07',NULL,NULL,NULL,NULL,NULL,1),
(20,'packages/the-truly-canadian-log-cabin-tour',NULL,'THE TRULY CANADIAN LOG CABIN TOUR','the_truly_canadian_log_cabin_tour_000020',15,1,'2026-06-25 18:35:06','2026-06-26 22:36:15',NULL,NULL,NULL,NULL,NULL,1),
(21,'packages/hike-the-rockies-includes-hiking-trail-descriptions',NULL,'HIKE THE ROCKIES – includes hiking trail descriptions','hike_the_rockies_–_includes_hiking_trail_descriptions_000021',16,1,'2026-06-25 18:37:34','2026-06-26 22:33:34',NULL,NULL,NULL,NULL,NULL,1),
(22,'packages/hiking-in-the-national-parks-of-the-rocky-mountains',NULL,'HIKING IN THE NATIONAL PARKS OF THE ROCKY MOUNTAINS','hiking_in_the_national_parks_of_the_rocky_mountains_000022',17,1,'2026-06-25 18:42:05','2026-06-29 12:15:30',NULL,NULL,NULL,NULL,NULL,1),
(23,'packages/lodge-adventure-west-coast-style',NULL,'LODGE ADVENTURE – WEST COAST STYLE','lodge_adventure_–_west_coast_style_000023',18,1,'2026-06-25 18:45:37','2026-06-29 12:28:12',NULL,NULL,NULL,NULL,NULL,1),
(24,'packages/explore-western-canada-with-kids',NULL,'EXPLORE WESTERN CANADA WITH KIDS','explore_western_canada_with_kids_000024',19,1,'2026-06-25 18:48:06','2026-06-29 12:18:15',NULL,NULL,NULL,NULL,NULL,1),
(25,'packages/spectacular-national-parks',NULL,'SPECTACULAR NATIONAL PARKS','spectacular_national_parks_000025',20,1,'2026-06-25 20:37:44','2026-06-29 12:20:27',NULL,NULL,NULL,NULL,NULL,1),
(26,'packages/beaches-of-the-west-coast',NULL,'BEACHES OF THE WEST COAST','beaches_of_the_west_coast_000026',21,1,'2026-06-26 10:43:53','2026-06-28 12:25:17',NULL,NULL,NULL,NULL,NULL,1),
(27,'packages/discovery-coast-adventure',NULL,'DISCOVERY COAST ADVENTURE','discovery_coast_adventure_000027',22,1,'2026-06-26 10:46:29','2026-06-30 16:45:20',NULL,NULL,NULL,NULL,NULL,1),
(28,'packages/british-columbia-à-la-carte',NULL,'BRITISH COLUMBIA À LA CARTE','british_columbia_à_la_carte_000028',23,1,'2026-06-26 10:48:53','2026-06-30 16:50:21',NULL,NULL,NULL,NULL,NULL,1),
(29,'packages/-western-bb-and-motel-tour',NULL,' WESTERN B&B AND MOTEL TOUR','western_b_b_and_motel_tour_000029',24,1,'2026-06-26 10:51:25','2026-06-30 22:26:16',NULL,NULL,NULL,NULL,NULL,1),
(30,'packages/western-canada-of-your-choice',NULL,'WESTERN CANADA OF YOUR CHOICE','western_canada_of_your_choice_000030',25,1,'2026-06-26 10:53:42','2026-06-30 22:27:57',NULL,NULL,NULL,NULL,NULL,1),
(31,'packages/western-canada-tesla-tour',NULL,'WESTERN CANADA TESLA TOUR','western_canada_tesla_tour_000031',26,1,'2026-06-26 10:56:22','2026-06-30 22:29:36',NULL,NULL,NULL,NULL,NULL,1),
(32,'packages/from-rain-forests-to-the-rocky-mountains',NULL,'FROM RAIN FORESTS TO THE ROCKY MOUNTAINS','from_rain_forests_to_the_rocky_mountains_000032',27,1,'2026-06-26 10:59:45','2026-06-30 22:32:09',NULL,NULL,NULL,NULL,NULL,1),
(33,'packages/western-canada-explorer',NULL,'WESTERN CANADA EXPLORER','western_canada_explorer_000033',28,1,'2026-06-26 11:02:23','2026-06-30 22:33:52',NULL,NULL,NULL,NULL,NULL,1),
(34,'packages/the-classic-western-canada-flydrive',NULL,'THE CLASSIC WESTERN CANADA FLY&DRIVE','the_classic_western_canada_fly_drive_000034',29,1,'2026-06-26 11:05:48','2026-06-30 22:39:38',NULL,NULL,NULL,NULL,NULL,1),
(35,'packages/from-the-west-coast-to-the-rockies',NULL,'FROM THE WEST COAST TO THE ROCKIES','from_the_west_coast_to_the_rockies_000035',30,1,'2026-06-26 11:09:20','2026-06-30 22:41:57',NULL,NULL,NULL,NULL,NULL,1),
(36,'packages/fabulous-western-canada-golf-spa-package',NULL,'FABULOUS WESTERN CANADA GOLF & SPA PACKAGE','fabulous_western_canada_golf_spa_package_000036',31,1,'2026-06-26 11:13:30','2026-06-30 22:43:16',NULL,NULL,NULL,NULL,NULL,1),
(37,'packages/explore-the-northwest-territories',NULL,'EXPLORE THE NORTHWEST TERRITORIES','explore_the_northwest_territories_000037',32,1,'2026-06-26 11:16:59','2026-06-30 22:44:46',NULL,NULL,NULL,NULL,NULL,1),
(38,'packages/the-canadian-northwest',NULL,'THE CANADIAN NORTHWEST','the_canadian_northwest_000038',33,1,'2026-06-26 11:20:02','2026-06-30 22:46:13',NULL,NULL,NULL,NULL,NULL,1),
(39,'packages/great-national-parks-of-the-west',NULL,'GREAT NATIONAL PARKS OF THE WEST','great_national_parks_of_the_west_000039',34,1,'2026-06-26 11:22:52','2026-06-30 22:48:03',NULL,NULL,NULL,NULL,NULL,1),
(40,'packages/vancouver-island-self-drive',NULL,'VANCOUVER ISLAND SELF-DRIVE','vancouver_island_self-drive_000040',35,1,'2026-06-26 11:25:15','2026-06-30 22:52:41',NULL,NULL,NULL,NULL,NULL,1),
(41,'packages/canadian-rail-lodge-adventure',NULL,'CANADIAN RAIL & LODGE ADVENTURE','canadian_rail_lodge_adventure_000041',36,1,'2026-06-26 11:32:51','2026-06-26 16:51:17',NULL,NULL,NULL,NULL,NULL,1),
(42,'packages/winter-package',NULL,'Winter Package','winter_package_000042',37,1,'2026-06-27 15:32:20','2026-06-30 22:49:06',NULL,NULL,NULL,NULL,NULL,1);
/*!40000 ALTER TABLE `cmsqy_module_lisepackages_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_lisepackages_item_categories`
--

DROP TABLE IF EXISTS `cmsqy_module_lisepackages_item_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lisepackages_item_categories` (
  `item_id` int(11) NOT NULL DEFAULT -1,
  `category_id` int(11) NOT NULL DEFAULT -1,
  PRIMARY KEY (`item_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lisepackages_item_categories`
--

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

--
-- Table structure for table `cmsqy_module_lisepages_category`
--

DROP TABLE IF EXISTS `cmsqy_module_lisepages_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lisepages_category` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(255) DEFAULT NULL,
  `category_alias` varchar(255) DEFAULT NULL,
  `category_description` text DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `hierarchy` varchar(255) DEFAULT NULL,
  `hierarchy_path` varchar(255) DEFAULT NULL,
  `id_hierarchy` varchar(255) DEFAULT NULL,
  `active` int(11) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  `key1` varchar(50) DEFAULT NULL,
  `key2` varchar(50) DEFAULT NULL,
  `key3` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lisepages_category`
--

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

--
-- Table structure for table `cmsqy_module_lisepages_fielddef`
--

DROP TABLE IF EXISTS `cmsqy_module_lisepages_fielddef`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lisepages_fielddef` (
  `fielddef_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `help` varchar(255) DEFAULT NULL,
  `type` varchar(50) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `required` int(11) DEFAULT NULL,
  `template` varchar(255) DEFAULT NULL,
  `extra` text DEFAULT NULL,
  PRIMARY KEY (`fielddef_id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lisepages_fielddef`
--

LOCK TABLES `cmsqy_module_lisepages_fielddef` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_lisepages_fielddef` DISABLE KEYS */;
INSERT INTO `cmsqy_module_lisepages_fielddef` (`fielddef_id`, `name`, `alias`, `help`, `type`, `position`, `required`, `template`, `extra`) VALUES (1,'Subtitle','subtitle','','TextInput',0,0,'{$fielddef.name}: {$fielddef.value}',NULL),
(2,'Introduction','introduction','','TextArea',1,0,'{$fielddef.name}: {$fielddef.value}',''),
(3,'Body','body','','TextArea',3,0,'{$fielddef.name}: {$fielddef.value}',''),
(5,'Image','image','','CoreFilePicker',5,0,'{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a>',NULL),
(6,'Introduction DE','introduction_de','','TextArea',2,0,'{$fielddef.name}: {$fielddef.value}',''),
(7,'Body DE','body_de','','TextArea',4,0,'{$fielddef.name}: {$fielddef.value}',NULL);
/*!40000 ALTER TABLE `cmsqy_module_lisepages_fielddef` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_lisepages_fielddef_opts`
--

DROP TABLE IF EXISTS `cmsqy_module_lisepages_fielddef_opts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lisepages_fielddef_opts` (
  `fielddef_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `value` text DEFAULT NULL,
  PRIMARY KEY (`fielddef_id`,`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lisepages_fielddef_opts`
--

LOCK TABLES `cmsqy_module_lisepages_fielddef_opts` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_lisepages_fielddef_opts` DISABLE KEYS */;
INSERT INTO `cmsqy_module_lisepages_fielddef_opts` (`fielddef_id`, `name`, `value`) VALUES (1,'max_length','255'),
(1,'search_index','0'),
(1,'size','20'),
(2,'max_length','8000'),
(2,'search_index','0'),
(2,'wysiwyg','1'),
(3,'max_length','12000'),
(3,'search_index','0'),
(3,'wysiwyg','1'),
(5,'profiles',''),
(6,'max_length','8000'),
(6,'search_index','0'),
(6,'wysiwyg','1'),
(7,'max_length','6000'),
(7,'search_index','0'),
(7,'wysiwyg','1');
/*!40000 ALTER TABLE `cmsqy_module_lisepages_fielddef_opts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_lisepages_fieldval`
--

DROP TABLE IF EXISTS `cmsqy_module_lisepages_fieldval`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lisepages_fieldval` (
  `item_id` int(11) NOT NULL,
  `fielddef_id` int(11) NOT NULL,
  `value_index` int(11) NOT NULL,
  `value` text DEFAULT NULL,
  `data` text DEFAULT NULL,
  PRIMARY KEY (`item_id`,`fielddef_id`,`value_index`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lisepages_fieldval`
--

LOCK TABLES `cmsqy_module_lisepages_fieldval` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_lisepages_fieldval` DISABLE KEYS */;
INSERT INTO `cmsqy_module_lisepages_fieldval` (`item_id`, `fielddef_id`, `value_index`, `value`, `data`) VALUES (1,1,0,'The fineprint',NULL),
(1,2,0,'<div style=\"text-align: left; font-family: sans-serif; line-height: 1.5; color: #333;\">\r\n<h4>TERMS AND CONDITIONS</h4>\r\n<p><strong>Canadian Sun &amp; Mountains Travel Corp. (Tariff 2026)</strong></p>\r\n<p><strong>Jump to:</strong> <a href=\"#prices\">Prices</a> | <a href=\"#tax\">GST/HST</a> | <a href=\"#booking\">Booking</a> | <a href=\"#payment\">Payment</a> | <a href=\"#revisions\">Revisions Policy</a> | <a href=\"#cancellation\">Cancellation Policy</a> | <a href=\"#responsibility\">Limitation of Responsibility</a></p>\r\n<h5 id=\"prices\">PRICES</h5>\r\n<p>Unless otherwise stated, all prices are net, non-commissionable and quoted in Canadian dollars (except our Alaska tours, which are quoted in USD.) Add on children&rsquo;s rates are on request. Canadian Sun &amp; Mountains Travel reserves the right to change rates should tax structures change. In case of an increase in the tariff package price by more than 10% the client is entitled to cancel the trip at no cost.</p>\r\n<h5 id=\"tax\">GOODS &amp; SERVICES TAX / HARMONIZED SALES TAX (GST/HST)</h5>\r\n<p>Please note that all our prices are inclusive of all applicable taxes. The tax rate depends on the place of supply of the service in question. Generally, services in Alberta, British Columbia, the Yukon and Qu&eacute;bec are taxed at a rate of 5% GST and services in Ontario at 13% HST. There is no GST/HST charged on services that are not rendered in Canada (e. g. all Alaska product). If a tour package includes services in two or more territories or provinces taxes have been pro-rated accordingly.</p>\r\n<h5 id=\"booking\">BOOKING</h5>\r\n<p>All enquiries and bookings should be sent by fax or e-mail to the following address:<br><strong>Canadian Sun &amp; Mountains Travel Corp.</strong><br>807 Baker Street, Nelson, BC, V1L 4J8<br>Email: <a href=\"mailto:info@csmtravel.com\">info@csmtravel.com</a> | Phone: <a href=\"tel:+12505051111\">(00)1-250-505-1111</a></p>\r\n<p>Once a booking is received by our office, any revision or cancellation will fall under our policy guidelines. Every booking should contain the following information:</p>\r\n<ul>\r\n<li>First and last name and gender of clients, number of participants, tour code and date of tour departure.</li>\r\n<li>Number of rooms required and bed configuration.</li>\r\n<li>Smoking or non-smoking preference.</li>\r\n<li>Flight number including date and time of arrival.</li>\r\n</ul>\r\n<p>Travel documents and vouchers will be sent to the tour operator 45 days prior to tour departure, provided payment has been received.</p>\r\n<h5 id=\"payment\">PAYMENT PROCEDURES</h5>\r\n<p>A 10% deposit is required within 14 days of booking. Full payment must be received no later than 45 days prior to tour departure. Some of our suppliers (e. g. suppliers in Alaska and luxury lodges) may deviate from our standard payment policy. In this case, we might require an additional deposit or full payment at the time of booking. You will be informed about such deviations at the time of booking.</p>\r\n<p><strong>Direct Payment:</strong> Can be made by cheque, drawn on a Canadian bank and issued in Canadian dollars (mailing address: Canadian Sun &amp; Mountains 807 Baker Street, Nelson, BC, V1L 4J8, Canada). For invoices issued in US$, the cheque should be issued in US$.</p>\r\n<p><strong>Wire Transfer Details:</strong></p>\r\n<ul>\r\n<li><strong>Beneficiary Bank:</strong> Bank of Montreal, 298 Baker Street, Nelson, B.C., V1L 4H3</li>\r\n<li><strong>Swift Code:</strong> BOFM CAM2</li>\r\n<li><strong>Branch Transit #:</strong> 07300 (Direct payment routing # CC0001)</li>\r\n<li><strong>Beneficiary Customer:</strong> Canadian Sun &amp; Mountains Travel Corporation</li>\r\n<li><strong>CAD Account:</strong> #07301997467 (for CAD wire payments)</li>\r\n<li><strong>USD Account:</strong> #07304601156 (for USD wire payments)</li>\r\n</ul>\r\n<p><em>Please inform Canadian Sun &amp; Mountains Travel of payment. State client&rsquo;s name, invoice no., exact amount and date of transfer. Charges for bank transfers are to be covered by yourselves.</em></p>\r\n<h5 id=\"revisions\">REVISION POLICY</h5>\r\n<p>Any changes are to be received by Canadian Sun &amp; Mountains in writing. Changes to existing bookings will result in an administration fee plus any cancellation fees incurred from our suppliers. This administration fee will consist of $50 CAD per person, up to a maximum of $100 CAD. Should changes to an existing booking be enough to result in numerous cancellations, please refer to our cancellation policy.</p>\r\n<h5 id=\"cancellation\">CANCELLATION POLICY</h5>\r\n<p>Cancellations must be received in writing. The cancellation takes effect from the time notification is received at our office. There will be an administration fee plus the cancellation fee(s) of our supplier(s). We recommend clients purchase trip cancellation insurance.</p>\r\n<p><strong>Small Group Tours:</strong></p>\r\n<ul>\r\n<li>Up to January 15, 2022: no cancellation charge</li>\r\n<li>Until 90 days prior to departure: 10% of total cost</li>\r\n<li>89 - 60 days prior to departure: 25% of total cost</li>\r\n<li>59 - 30 days prior to departure: 50% of total cost</li>\r\n<li>Within 29 days of departure: 90% of total cost</li>\r\n</ul>\r\n<p><strong>Self-Drive Packages and All Other Products:</strong></p>\r\n<ul>\r\n<li>Until 60 days prior to departure: 10% of total cost</li>\r\n<li>59 &ndash; 30 days prior to departure: 25% of total cost</li>\r\n<li>29 &ndash; 15 days prior to departure: 40% of total cost</li>\r\n<li>14 &ndash; 7 days prior to departure: 75% of total cost</li>\r\n<li>6 &ndash; 1 day prior to departure: 85% of total cost</li>\r\n<li>No show: 100% of total cost</li>\r\n</ul>\r\n<p>For group bookings (20 and more people) and soft adventure packages, cancellation fees might differ and will be sent upon confirmation.</p>\r\n<h5 id=\"responsibility\">LIMITATION OF RESPONSIBILITY</h5>\r\n<p>Canadian Sun &amp; Mountains Travel chooses its suppliers (e.g. hotels, carriers) with great care. These suppliers are, however, independent contractors and Canadian Sun &amp; Mountains Travel cannot be held responsible or liable for their acts or omissions.</p>\r\n<p>For all group tours and activity programmes (river rafting, horseback riding, etc.) clients will have to sign a <strong>&ldquo;waiver of liability&rdquo;</strong>. The non-resident tour operator is under obligation to inform the client of this requirement in a timely manner.</p>\r\n<p>We cannot be held liable for changes in tour itineraries due to weather conditions, acts of God or special conditions beyond our control. All costs resulting from passenger delays at the airport or at the end of the trip are the responsibility of the client. We cannot be held liable for the contents of any brochure prepared by a wholesaler or any misrepresentation therein.</p>\r\n<p>Should clients encounter problems, they are required to contact us immediately. Written accounts of concern must be filed within 4 weeks of completion of the trip. Claims received after that date cannot be considered.</p>\r\n</div>',NULL),
(1,3,0,'<p>test</p>',NULL),
(1,6,0,'<div style=\"text-align: left; font-family: sans-serif; line-height: 1.5; color: #333;\">\r\n<h4>ALLGEMEINE GESCH&Auml;FTSBEDINGUNGEN</h4>\r\n<p><strong>Canadian Sun &amp; Mountains Travel Corp. (Tarif 2026)</strong></p>\r\n<p><strong>Direkt zu:</strong> <a href=\"#preise\">Preise</a> | <a href=\"#steuern\">Steuern (GST/HST)</a> | <a href=\"#buchung\">Buchung</a> | <a href=\"#zahlung\">Zahlung</a> | <a href=\"#aenderungen\">&Auml;nderungen</a> | <a href=\"#storno\">Stornobedingungen</a> | <a href=\"#haftung\">Haftungsausschluss</a></p>\r\n<h5 id=\"preise\">PREISE</h5>\r\n<p>Sofern nicht anders angegeben, verstehen sich alle Preise netto, nicht provisionsf&auml;hig und in kanadischen Dollar (mit Ausnahme unserer Alaska-Touren, die in USD angegeben sind). Aufschl&auml;ge f&uuml;r Kinderpreise auf Anfrage. Canadian Sun &amp; Mountains Travel beh&auml;lt sich das Recht vor, die Raten bei &Auml;nderungen der Steuerstruktur anzupassen. Im Falle einer Erh&ouml;hung des Paketpreises um mehr als 10% ist der Kunde berechtigt, die Reise kostenlos zu stornieren.</p>\r\n<h5 id=\"steuern\">STEUERN (GST / HST)</h5>\r\n<p>Bitte beachten Sie, dass alle unsere Preise die jeweils geltenden Steuern enthalten. Der Steuersatz h&auml;ngt vom Ort der Leistungserbringung ab. Im Allgemeinen werden Leistungen in Alberta, British Columbia, Yukon und Qu&eacute;bec mit 5% GST und Leistungen in Ontario mit 13% HST besteuert. F&uuml;r Leistungen, die nicht in Kanada erbracht werden (z. B. alle Alaska-Produkte), wird keine GST/HST erhoben. Wenn ein Reisepaket Leistungen in zwei oder mehr Provinzen umfasst, wurden die Steuern entsprechend anteilig berechnet.</p>\r\n<h5 id=\"buchung\">BUCHUNG</h5>\r\n<p>Alle Anfragen und Buchungen sollten per Fax oder E-Mail an die folgende Adresse gesendet werden:<br><strong>Canadian Sun &amp; Mountains Travel Corp.</strong><br>807 Baker Street, Nelson, BC, V1L 4J8, Kanada<br>E-Mail: <a href=\"mailto:info@csmtravel.com\">info@csmtravel.com</a> | Tel: <a href=\"tel:+12505051111\">(00)1-250-505-1111</a></p>\r\n<p>Sobald eine Buchung in unserem B&uuml;ro eingeht, unterliegen alle &Auml;nderungen oder Stornierungen unseren Richtlinien. Jede Buchung sollte folgende Informationen enthalten:</p>\r\n<ul>\r\n<li>Vor- und Nachname sowie Geschlecht der Kunden, Anzahl der Teilnehmer, Tourcode und Datum des Reisebeginns.</li>\r\n<li>Anzahl der ben&ouml;tigten Zimmer und Bettenkonfiguration.</li>\r\n<li>Raucher oder Nichtraucher.</li>\r\n<li>Flugnummer inklusive Datum und Ankunftszeit.</li>\r\n</ul>\r\n<p>Reiseunterlagen und Voucher werden 45 Tage vor Reiseantritt an den Reiseveranstalter versandt, sofern die Zahlung eingegangen ist.</p>\r\n<h5 id=\"zahlung\">ZAHLUNGSMODALIT&Auml;TEN</h5>\r\n<p>Eine Anzahlung von 10% ist innerhalb von 14 days nach der Buchung erforderlich. Die Restzahlung muss sp&auml;testens 45 Tage vor Reiseantritt bei uns eingehen. Einige unserer Leistungstr&auml;ger (z. B. Anbieter in Alaska und Luxus-Lodges) k&ouml;nnen von unseren Standard-Zahlungsbedingungen abweichen. In diesem Fall behalten wir uns eine zus&auml;tzliche Anzahlung oder die vollst&auml;ndige Zahlung zum Zeitpunkt der Buchung vor.</p>\r\n<p><strong>Direktzahlung:</strong> Kann per Scheck erfolgen, ausgestellt auf eine kanadische Bank in kanadischen Dollar (Postanschrift: Canadian Sun &amp; Mountains, 807 Baker Street, Nelson, BC, V1L 4J8, Kanada). Bei Rechnungen in US$ sollte der Scheck in US$ ausgestellt werden.</p>\r\n<p><strong>Bankverbindung f&uuml;r &Uuml;berweisungen:</strong></p>\r\n<ul>\r\n<li><strong>Empf&auml;ngerbank:</strong> Bank of Montreal, 298 Baker Street, Nelson, B.C., V1L 4H3</li>\r\n<li><strong>Swift Code:</strong> BOFM CAM2</li>\r\n<li><strong>Branch Transit #:</strong> 07300 (Routing # f&uuml;r Direktzahlungen: CC0001)</li>\r\n<li><strong>Empf&auml;nger:</strong> Canadian Sun &amp; Mountains Travel Corporation</li>\r\n<li><strong>CAD-Konto:</strong> #07301997467 (f&uuml;r &Uuml;berweisungen in CAD)</li>\r\n<li><strong>USD-Konto:</strong> #07304601156 (f&uuml;r &Uuml;berweisungen in USD)</li>\r\n</ul>\r\n<p><em>Bitte informieren Sie uns &uuml;ber die Zahlung unter Angabe des Kundennamens, der Rechnungsnummer sowie des genauen Betrags und Datums. Bankgeb&uuml;hren sind vom Absender zu tragen.</em></p>\r\n<h5 id=\"aenderungen\">&Auml;NDERUNGEN</h5>\r\n<p>&Auml;nderungsw&uuml;nsche m&uuml;ssen Canadian Sun &amp; Mountains schriftlich mitgeteilt werden. Bei &Auml;nderungen bestehender Buchungen f&auml;llt eine Bearbeitungsgeb&uuml;hr sowie etwaige Stornogeb&uuml;hren unserer Leistungstr&auml;ger an. Diese Bearbeitungsgeb&uuml;hr betr&auml;gt 50 CAD pro Person, maximal jedoch 100 CAD pro Buchung.</p>\r\n<h5 id=\"storno\">STORNOBEDINGUNGEN</h5>\r\n<p><strong>Stornierung durch den Kunden:</strong><br>Alle Stornierungen m&uuml;ssen in schriftlicher Form bei Canadian Sun &amp; Mountains Travel eingehen. Ausschlaggebend f&uuml;r die Festsetzung der Stornogeb&uuml;hr ist das Eingangsdatum der Stornierung in unserem Hause. Die Stornobedingungen unserer Leistungstr&auml;ger sind zum Teil sehr unterschiedlich. Im Falle einer Stornierung f&auml;llt sowohl eine Bearbeitungsgeb&uuml;hr als meist auch eine Stornogeb&uuml;hr des Leistungstr&auml;gers an. Wir empfehlen den Abschluss einer Reiser&uuml;cktrittskostenversicherung f&uuml;r Ihre Kunden.</p>\r\n<p><strong>Bei unseren gef&uuml;hrten Kleingruppen-Reisen:</strong></p>\r\n<ul>\r\n<li>Bis einschlie&szlig;lich 15. Januar 2021: keine Stornogeb&uuml;hren</li>\r\n<li>Bis 90 Tage vor Reiseantritt: 10% des Reisepreises</li>\r\n<li>89 bis 60 Tage vor Reiseantritt: 25% des Reisepreises</li>\r\n<li>59 bis 30 Tage vor Reiseantritt: 50% des Reisepreises</li>\r\n<li>Ab 29 Tage vor Reiseantritt: 90% des Reisepreises</li>\r\n</ul>\r\n<p><strong>Bei unseren Self-Drive-Paketen sowie allen anderen Programmen:</strong></p>\r\n<ul>\r\n<li>Bis 60 Tage vor Reiseantritt: 10% des Reisepreises</li>\r\n<li>59 &ndash; 30 Tage vor Reiseantritt: 25% des Reisepreises</li>\r\n<li>29 &ndash; 15 Tage vor Reiseantritt: 40% des Reisepreises</li>\r\n<li>14 &ndash; 7 Tage vor Reiseantritt: 75% des Reisepreises</li>\r\n<li>6 &ndash; 1 Tage vor Reiseantritt: 85% des Reisepreises</li>\r\n<li>No show: 100% des Reisepreises</li>\r\n</ul>\r\n<p>F&uuml;r Gruppenreisen (ab 20 Personen) und f&uuml;r viele Aktivprogramme gelten gesonderte Stornobedingungen, die wir Ihnen bei Buchung zusenden. F&uuml;r Stornierungen von Drittanbietern k&ouml;nnen wir keine Haftung &uuml;bernehmen.</p>\r\n<h5 id=\"haftung\">HAFTUNGSAUSSCHLUSS</h5>\r\n<p>Canadian Sun &amp; Mountains Travel l&auml;sst bei der Auswahl seiner Partner (z. B. Hotels, Transportunternehmen) gr&ouml;&szlig;tm&ouml;gliche Sorgfalt walten. Diese Leistungstr&auml;ger sind jedoch unabh&auml;ngige Anbieter. Canadian Sun &amp; Mountains Travel kann nicht f&uuml;r deren Fehlverhalten oder mangelhaft erbrachte Leistungen haftbar gemacht werden.</p>\r\n<p>Bei allen Gruppenreisen und Aktivprogrammen (River Rafting, Reiten, Kanutouren, Snowcat-Skiing, Heli-Skiing etc.) sind die Teilnehmer verpflichtet, vor Ort einen <strong>&ldquo;waiver of liability&rdquo;</strong> (Haftungsfreistellung) zu unterschreiben. Der Reiseveranstalter ist verpflichtet, den Kunden rechtzeitig vor Antritt der Reise dar&uuml;ber zu unterrichten.</p>\r\n<p>Canadian Sun &amp; Mountains Travel haftet nicht f&uuml;r &Auml;nderungen des Reiseablaufs aufgrund von Wetter, h&ouml;herer Gewalt oder sonstiger Ursachen ohne direkten Einfluss. F&uuml;r Versp&auml;tungen am Flughafen oder bei Beendigung der Reise und daraus resultierende Zusatzkosten ist der Kunde selbst verantwortlich. Wir haften nicht f&uuml;r fehlerhafte Beschreibungen in Katalogen von Drittveranstaltern.</p>\r\n<p>Falls Probleme auftreten, ist der Kunde verpflichtet, uns unverz&uuml;glich zu informieren. Jegliche Anspr&uuml;che m&uuml;ssen sp&auml;testens 4 Wochen nach Ende der Reise schriftlich geltend gemacht werden. F&uuml;r sp&auml;ter eingehende Anspr&uuml;che ist jegliche Haftung ausgeschlossen.</p>\r\n</div>',NULL),
(4,1,0,'Reach out to us',NULL),
(4,2,0,'<p>Communication is Everything in Travel<br />&nbsp;<br />At CSM Travel, we believe that unforgettable journeys aren&rsquo;t built on booking engines&mdash;they are built on connection. In an industry of automated replies and digital algorithms, personal, direct communication remains the absolute foundation of what we do.</p>\r\n<p>Reach Out to Us<br />Ready to start planning your next journey?<br /> Drop us a line, give us a call, or fill out the form below. At CSM Travel, your adventure begins the moment we connect.</p>\r\n<p>Let\'s build your perfect itinerary together.</p>',NULL),
(5,1,0,'Become a CSM Travel partner',NULL),
(5,2,0,'<p>At CSM Travel, we believe great partnerships lead to great adventures. Whether you\'re a travel advisor, organisation, association, or group leader, we\'re here to help you offer unforgettable travel experiences backed by personalised service and years of expertise.</p>\r\n<p>Become a CSM Travel partner and discover how easy group travel can be.</p>',NULL),
(6,2,0,'<p>We view our partners as an extension of our own team. As a Partner CSM, you are on the front lines of delivering exceptional customer experiences.</p>',NULL),
(8,1,0,'We are here for you!',NULL),
(8,2,0,'<table style=\"border-collapse: collapse; width: 100%;\" border=\"1\"><colgroup><col style=\"width: 49.9882%;\"><col style=\"width: 49.9882%;\"></colgroup>\r\n<tbody>\r\n<tr>\r\n<td style=\"vertical-align: top;\">\r\n<h4>Step 1: Read this first</h4>\r\n<p>Follow these steps to ensure the fastest possible assistance while you are traveling.</p>\r\n<h5>Contact us first - not local agents</h5>\r\n<p>For urgent matters, reach out to our Canadian emergency line before contacting partners at your destination. We share your time zone and can coordinate the best solution.</p>\r\n<h5>Message Requirements</h5>\r\n<p>To help us respond faster, please include:</p>\r\n<p><strong>Your CSM reference number</strong></p>\r\n<p><strong>Your name</strong></p>\r\n<p><strong>A brief description of the issue</strong></p>\r\n</td>\r\n<td style=\"vertical-align: top;\">\r\n<h4>Step 2: Reach out</h4>\r\n<h5>Main Line</h5>\r\n<p>604-276-8728 ✓ Free from Canada.<br>(International fees apply abroad)&nbsp;</p>\r\n<h5>WhatsApp</h5>\r\n<p>604-276-8728<br>Free Worldwide Calls &amp; Texts</p>\r\n<h5>Email Support</h5>\r\n<p><a href=\"mailto:info@csmtravel.com\">info@csmtravel.com</a></p>\r\n<h5>International Dialing</h5>\r\n<p>Dial: 001-604-276-8728<br><br>Download WhatsApp (<a href=\"https://www.whatsapp.com/android\">Android </a>/ <a href=\"https://www.whatsapp.com/download/mobile\">iOS</a>) before you travel to avoid roaming charges.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&nbsp;</p>',NULL);
/*!40000 ALTER TABLE `cmsqy_module_lisepages_fieldval` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_lisepages_item`
--

DROP TABLE IF EXISTS `cmsqy_module_lisepages_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lisepages_item` (
  `item_id` int(11) NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `category_id` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `active` int(11) DEFAULT NULL,
  `create_time` datetime DEFAULT NULL,
  `modified_time` datetime DEFAULT NULL,
  `start_time` date DEFAULT NULL,
  `end_time` date DEFAULT NULL,
  `key1` varchar(50) DEFAULT NULL,
  `key2` varchar(50) DEFAULT NULL,
  `key3` varchar(50) DEFAULT NULL,
  `owner` int(11) DEFAULT NULL,
  PRIMARY KEY (`item_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lisepages_item`
--

LOCK TABLES `cmsqy_module_lisepages_item` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_lisepages_item` DISABLE KEYS */;
INSERT INTO `cmsqy_module_lisepages_item` (`item_id`, `url`, `category_id`, `title`, `alias`, `position`, `active`, `create_time`, `modified_time`, `start_time`, `end_time`, `key1`, `key2`, `key3`, `owner`) VALUES (1,'terms-conditions',NULL,'Terms & Conditions','terms_conditions_000001',1,1,'2026-06-17 19:04:04','2026-06-27 15:17:29',NULL,NULL,NULL,NULL,NULL,1),
(2,'lisepages/tour-types',NULL,'Tour Types','tour_types_000002',2,1,'2026-06-17 19:04:52','2026-06-17 19:04:52',NULL,NULL,NULL,NULL,NULL,1),
(3,'faq',NULL,'FAQ','faq',3,1,'2026-06-17 19:05:13','2026-06-27 15:04:59',NULL,NULL,NULL,NULL,NULL,1),
(4,'lisepages/contact',NULL,'Contact','contact_000004',4,1,'2026-06-21 18:28:17','2026-06-21 18:28:17',NULL,NULL,NULL,NULL,NULL,1),
(5,'lisepages/partners',NULL,'Partner Login','partners',5,1,'2026-06-22 16:10:37','2026-06-26 16:39:11',NULL,NULL,NULL,NULL,NULL,1),
(6,'partner-information',NULL,'Partner Information','partner_information',6,1,'2026-06-26 16:39:39','2026-06-27 14:19:54',NULL,NULL,NULL,NULL,NULL,1),
(7,'package-types',NULL,'Package Types','package_types_000007',7,1,'2026-06-27 15:19:12','2026-06-27 15:19:12',NULL,NULL,NULL,NULL,NULL,1),
(8,'do-you-need-help',NULL,'Do you need help?','do_you_need_help',8,1,'2026-06-28 19:18:47','2026-06-29 13:14:00',NULL,NULL,NULL,NULL,NULL,1);
/*!40000 ALTER TABLE `cmsqy_module_lisepages_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_lisepages_item_categories`
--

DROP TABLE IF EXISTS `cmsqy_module_lisepages_item_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_lisepages_item_categories` (
  `item_id` int(11) NOT NULL DEFAULT -1,
  `category_id` int(11) NOT NULL DEFAULT -1,
  PRIMARY KEY (`item_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_lisepages_item_categories`
--

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

--
-- Table structure for table `cmsqy_module_mams_belongs`
--

DROP TABLE IF EXISTS `cmsqy_module_mams_belongs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_mams_belongs` (
  `userid` int(11) NOT NULL,
  `groupid` int(11) NOT NULL,
  PRIMARY KEY (`userid`,`groupid`),
  KEY `cmsqy_mams_idx_belongs` (`groupid`),
  CONSTRAINT `cmsqy_module_mams_belongs_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `cmsqy_module_mams_users` (`id`),
  CONSTRAINT `cmsqy_module_mams_belongs_ibfk_2` FOREIGN KEY (`groupid`) REFERENCES `cmsqy_module_mams_groups` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_mams_belongs`
--

LOCK TABLES `cmsqy_module_mams_belongs` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_mams_belongs` DISABLE KEYS */;
INSERT INTO `cmsqy_module_mams_belongs` (`userid`, `groupid`) VALUES (3,3),
(4,3),
(5,3);
/*!40000 ALTER TABLE `cmsqy_module_mams_belongs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_mams_dropdowns`
--

DROP TABLE IF EXISTS `cmsqy_module_mams_dropdowns`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_mams_dropdowns` (
  `order_id` int(11) NOT NULL,
  `option_name` varchar(40) NOT NULL,
  `option_text` varchar(255) NOT NULL,
  `control_name` varchar(40) NOT NULL,
  KEY `control_name` (`control_name`),
  CONSTRAINT `cmsqy_module_mams_dropdowns_ibfk_1` FOREIGN KEY (`control_name`) REFERENCES `cmsqy_module_mams_propdefn` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_mams_dropdowns`
--

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

--
-- Table structure for table `cmsqy_module_mams_grouppropmap`
--

DROP TABLE IF EXISTS `cmsqy_module_mams_grouppropmap`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_mams_grouppropmap` (
  `name` varchar(40) NOT NULL,
  `group_id` int(11) NOT NULL,
  `sort_key` int(11) NOT NULL,
  `required` int(11) NOT NULL,
  `lostunflag` int(11) DEFAULT NULL,
  PRIMARY KEY (`name`,`group_id`),
  KEY `group_id` (`group_id`),
  CONSTRAINT `cmsqy_module_mams_grouppropmap_ibfk_1` FOREIGN KEY (`group_id`) REFERENCES `cmsqy_module_mams_groups` (`id`),
  CONSTRAINT `cmsqy_module_mams_grouppropmap_ibfk_2` FOREIGN KEY (`name`) REFERENCES `cmsqy_module_mams_propdefn` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_mams_grouppropmap`
--

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

--
-- Table structure for table `cmsqy_module_mams_groups`
--

DROP TABLE IF EXISTS `cmsqy_module_mams_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_mams_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `groupname` varchar(32) NOT NULL,
  `groupdesc` varchar(128) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_mams_groups`
--

LOCK TABLES `cmsqy_module_mams_groups` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_mams_groups` DISABLE KEYS */;
INSERT INTO `cmsqy_module_mams_groups` (`id`, `groupname`, `groupdesc`) VALUES (2,'Partners German','Partners German'),
(3,'Partners English','Partners English');
/*!40000 ALTER TABLE `cmsqy_module_mams_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_mams_history`
--

DROP TABLE IF EXISTS `cmsqy_module_mams_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_mams_history` (
  `userid` int(11) NOT NULL,
  `sessionid` varchar(32) NOT NULL,
  `action` varchar(255) NOT NULL,
  `refdate` datetime DEFAULT NULL,
  `ipaddress` varchar(64) DEFAULT NULL,
  KEY `cmsqy_mams_idx_refdate` (`userid`,`refdate`,`action`),
  CONSTRAINT `cmsqy_module_mams_history_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `cmsqy_module_mams_users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_mams_history`
--

LOCK TABLES `cmsqy_module_mams_history` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_mams_history` DISABLE KEYS */;
INSERT INTO `cmsqy_module_mams_history` (`userid`, `sessionid`, `action`, `refdate`, `ipaddress`) VALUES (3,'924b40b0d562a05ff0d5fbd491c58047','user enabled','2026-06-24 13:52:06','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','admin add user','2026-06-24 13:52:06','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','login','2026-06-24 17:23:30','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-24 18:03:41','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-24 18:03:41','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-24 18:03:41','209.121.229.219'),
(3,'bf15fa4b2dde75f109bf3b3063c53466','login','2026-06-24 18:07:50','209.121.229.219'),
(3,'bf15fa4b2dde75f109bf3b3063c53466','logout','2026-06-24 18:11:04','209.121.229.219'),
(3,'bf15fa4b2dde75f109bf3b3063c53466','login','2026-06-24 18:12:31','209.121.229.219'),
(3,'bf15fa4b2dde75f109bf3b3063c53466','logout','2026-06-24 18:20:25','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','login','2026-06-24 19:43:00','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-24 20:14:06','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-24 20:14:06','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-24 20:14:06','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-24 20:14:06','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','login','2026-06-24 22:46:12','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','logout','2026-06-24 22:59:18','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','login','2026-06-24 23:00:03','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 00:18:22','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 00:18:22','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 00:18:22','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','login','2026-06-25 00:18:36','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 13:36:15','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','login','2026-06-25 13:36:32','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 15:15:04','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 15:15:04','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 15:15:04','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 15:15:04','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','login','2026-06-25 15:15:16','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 15:55:53','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 15:55:53','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','login','2026-06-25 15:56:01','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 18:02:10','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 18:02:10','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','login','2026-06-25 18:02:18','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 19:18:42','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 19:18:42','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 19:18:42','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','login','2026-06-25 19:18:54','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 21:37:51','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 22:15:01','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 22:18:15','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 22:51:19','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 22:54:53','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 22:57:56','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 23:01:38','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 23:04:52','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 23:08:23','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 23:15:14','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 23:21:07','209.121.229.219'),
(3,'924b40b0d562a05ff0d5fbd491c58047','expire','2026-06-25 23:38:56','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 12:41:02','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 13:08:13','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 13:18:30','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 13:22:26','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 13:32:21','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 13:35:28','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 13:50:48','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 13:54:30','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 13:58:18','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 14:08:15','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 14:29:25','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 14:37:22','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 14:45:32','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 14:51:05','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 14:54:30','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 14:57:38','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 15:01:36','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 15:05:02','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 15:08:28','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','logout','2026-06-26 15:08:33','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','login','2026-06-26 15:11:32','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 16:22:46','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','login','2026-06-26 16:26:02','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','logout','2026-06-26 16:26:02','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','login','2026-06-26 16:32:09','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','logout','2026-06-26 16:32:09','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','login','2026-06-26 16:32:36','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','logout','2026-06-26 16:32:42','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','login','2026-06-26 16:32:58','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','logout','2026-06-26 16:33:47','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','login','2026-06-26 16:36:57','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','logout','2026-06-26 16:36:57','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','login','2026-06-26 16:41:06','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','logout','2026-06-26 16:41:07','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','login','2026-06-26 16:41:19','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','logout','2026-06-26 16:43:18','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','login','2026-06-26 16:43:44','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','logout','2026-06-26 17:03:29','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','login','2026-06-26 17:29:50','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','logout','2026-06-26 17:30:49','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','login','2026-06-26 17:37:00','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','logout','2026-06-26 17:37:41','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','login','2026-06-26 17:45:00','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 18:19:44','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 18:19:44','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 18:19:44','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 18:19:44','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 18:19:44','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 18:19:44','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 18:19:44','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 18:19:44','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 18:19:44','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 18:23:12','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 18:24:42','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 18:31:04','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 18:34:35','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 21:27:25','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 21:30:53','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 22:22:45','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 22:43:19','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 22:46:26','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 22:49:58','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 22:53:58','209.121.229.219'),
(3,'5aa9574b4ed8908aa97268de01d2c1c3','expire','2026-06-26 22:58:01','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 23:02:01','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 23:06:37','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 23:10:51','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 23:15:42','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 23:19:25','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 23:22:28','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 23:27:38','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-26 23:36:21','209.121.229.219'),
(3,'d5e66eb676fa5cc1d2e9d8c76db84b6c','expire','2026-06-27 00:02:57','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 12:12:48','209.121.229.219'),
(4,'96a6a657631abbd99101e8356c2d7c61','user enabled','2026-06-27 12:16:01','209.121.229.219'),
(4,'96a6a657631abbd99101e8356c2d7c61','admin add user','2026-06-27 12:16:01','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','user enabled','2026-06-27 12:16:40','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','admin add user','2026-06-27 12:16:40','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 12:17:46','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 12:20:46','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 12:40:45','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 13:18:04','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 13:23:42','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 13:28:10','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 13:31:15','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 13:34:16','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 13:38:16','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 13:44:11','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-27 13:46:54','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 13:47:19','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-27 14:08:55','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','user enabled','2026-06-27 14:10:32','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','admin change settings','2026-06-27 14:10:32','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 14:10:40','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-27 14:13:54','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 14:14:00','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-27 14:14:15','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 14:14:26','209.121.229.219'),
(5,'55b45f1dc1df75507c24d1559a1d4d1a','login','2026-06-27 14:36:04','209.121.229.246'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 15:02:32','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','user enabled','2026-06-27 15:04:04','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','admin change settings','2026-06-27 15:04:04','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 15:05:40','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-27 15:08:15','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 15:08:31','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-27 15:08:38','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 15:08:53','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 15:28:39','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-27 15:28:45','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 15:32:35','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 15:36:40','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 15:36:57','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-27 15:37:03','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 15:37:15','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 15:43:31','209.121.229.219'),
(3,'24ad481bbbdd84e036825d85f6a361eb','expire','2026-06-27 16:14:05','209.121.229.219'),
(3,'24ad481bbbdd84e036825d85f6a361eb','expire','2026-06-27 16:14:05','209.121.229.219'),
(3,'24ad481bbbdd84e036825d85f6a361eb','expire','2026-06-27 16:14:05','209.121.229.219'),
(3,'24ad481bbbdd84e036825d85f6a361eb','expire','2026-06-27 16:14:05','209.121.229.219'),
(3,'24ad481bbbdd84e036825d85f6a361eb','expire','2026-06-27 16:14:05','209.121.229.219'),
(3,'24ad481bbbdd84e036825d85f6a361eb','expire','2026-06-27 16:14:05','209.121.229.219'),
(3,'24ad481bbbdd84e036825d85f6a361eb','expire','2026-06-27 16:14:05','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 16:17:06','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 16:20:48','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 16:57:36','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 16:57:36','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 16:57:36','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 16:57:36','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 16:57:36','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 16:57:36','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 16:57:36','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 17:02:03','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-27 17:06:47','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 20:17:40','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 20:54:54','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 21:25:17','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 21:25:17','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 21:25:17','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 21:25:17','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 21:25:17','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 21:25:17','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 21:25:17','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 21:25:17','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 21:25:34','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 23:24:34','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 23:24:34','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 23:24:34','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 23:24:34','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 23:24:34','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 23:24:53','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 23:55:11','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 23:55:11','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 23:55:11','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 23:55:11','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 23:55:11','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 23:55:11','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-27 23:55:11','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-27 23:55:16','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 11:34:43','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 11:34:43','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 11:34:43','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-28 11:36:40','209.121.229.219'),
(5,'abe8133e0afd921f8cff8c2501bdf799','login','2026-06-28 11:38:18','186.247.35.77'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:08:49','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:08:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:08:49','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:08:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:08:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:08:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:08:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:08:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:08:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:12:39','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:18:09','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:19:31','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:23:07','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:28:52','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:33:29','209.121.229.219'),
(3,'215eb0de4415a06016b5465a544bf45d','expire','2026-06-28 12:37:15','66.249.84.12'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:47:22','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:51:19','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 12:59:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 13:03:28','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 13:05:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 13:09:02','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 13:25:36','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 13:29:59','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 13:33:48','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 13:44:22','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 13:47:51','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 13:53:32','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 14:00:15','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 14:03:36','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 14:10:33','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 14:20:17','209.121.229.219'),
(3,'50ba7a7b13b8f48cf0828c575b35844d','expire','2026-06-28 15:05:50','209.121.229.219'),
(3,'50ba7a7b13b8f48cf0828c575b35844d','expire','2026-06-28 15:11:57','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 16:08:41','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 16:21:20','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 16:24:33','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 16:28:39','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 16:31:53','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 16:36:44','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 16:43:44','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 16:48:37','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 16:51:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 16:55:25','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 17:03:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 17:09:15','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 17:12:44','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 17:15:54','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 17:19:31','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 19:10:22','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 19:13:30','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 19:16:37','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 19:19:42','209.121.229.219'),
(3,'50ba7a7b13b8f48cf0828c575b35844d','expire','2026-06-28 19:32:49','209.121.229.219'),
(3,'50ba7a7b13b8f48cf0828c575b35844d','login','2026-06-28 19:36:44','209.121.229.219'),
(3,'a5ec163affd62ccec79df5609721a096','expire','2026-06-28 21:11:07','209.121.229.219'),
(3,'a5ec163affd62ccec79df5609721a096','expire','2026-06-28 21:11:07','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 23:46:18','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-28 23:53:36','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 13:12:58','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 13:28:34','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 13:35:15','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 13:39:20','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 13:42:34','209.121.229.219'),
(3,'50ba7a7b13b8f48cf0828c575b35844d','expire','2026-06-29 13:49:09','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 13:53:45','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 13:53:45','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 13:57:07','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 14:00:32','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 14:09:42','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 14:14:02','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 14:17:25','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 14:25:59','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 14:30:41','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 14:34:32','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 14:37:56','209.121.229.219'),
(3,'50ba7a7b13b8f48cf0828c575b35844d','expire','2026-06-29 14:44:38','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 15:04:54','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 15:09:51','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 15:18:45','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 15:22:44','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 15:30:04','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 15:33:10','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 15:37:53','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 15:40:55','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 15:44:12','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 15:47:29','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 15:50:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 15:56:52','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 16:01:38','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 16:04:59','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 16:08:23','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 16:24:23','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 16:28:31','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 17:04:08','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 17:10:43','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 19:16:39','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 19:22:12','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 19:25:39','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-29 19:26:54','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 19:28:11','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-29 19:35:18','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 19:46:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-29 19:48:02','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 19:52:48','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-29 19:59:17','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 19:59:35','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-29 20:01:24','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 20:01:32','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 20:02:21','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-29 20:04:48','209.121.229.219'),
(5,'55b45f1dc1df75507c24d1559a1d4d1a','expire','2026-06-29 20:09:30','24.67.188.49'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 20:11:39','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 20:44:07','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 20:44:07','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 20:44:07','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 20:44:30','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-29 20:44:40','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 20:44:45','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-29 20:45:49','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 20:46:27','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-29 20:47:34','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 20:47:39','209.121.229.219'),
(5,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 21:09:09','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-29 21:15:25','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 21:16:39','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-29 21:40:02','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 21:45:23','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-29 22:14:39','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 22:15:28','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 22:45:51','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 22:45:51','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 22:45:51','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 22:45:51','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 22:45:51','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 22:45:51','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 22:48:54','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 22:53:24','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 22:54:35','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 23:06:57','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 23:10:04','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 23:14:47','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','logout','2026-06-29 23:15:25','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','login','2026-06-29 23:15:34','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 23:50:07','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 23:50:07','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 23:50:07','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 23:50:07','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-29 23:54:04','209.121.229.219'),
(3,'55b45f1dc1df75507c24d1559a1d4d1a','expire','2026-06-30 00:18:39','209.121.229.246'),
(5,'55b45f1dc1df75507c24d1559a1d4d1a','expire','2026-06-30 00:22:09','209.121.229.246'),
(5,'55b45f1dc1df75507c24d1559a1d4d1a','expire','2026-06-30 09:43:07','209.121.229.246'),
(5,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-30 10:27:33','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-30 11:27:02','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-30 11:30:09','209.121.229.219'),
(3,'96a6a657631abbd99101e8356c2d7c61','expire','2026-06-30 11:33:11','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 12:27:52','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 12:31:14','209.121.229.219'),
(5,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 12:31:14','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 12:34:14','209.121.229.219'),
(5,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 12:34:14','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 12:37:14','209.121.229.219'),
(5,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 12:37:14','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 12:40:14','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 12:43:15','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 12:46:15','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 12:49:15','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 12:52:15','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 12:55:38','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','logout','2026-06-30 12:57:29','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','login','2026-06-30 13:22:03','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 13:53:45','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 13:53:45','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 13:53:45','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 13:53:45','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 13:53:45','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 13:53:45','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 13:53:45','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 13:53:45','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 14:00:33','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 14:04:04','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 14:07:28','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 14:10:56','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 14:25:42','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 14:34:20','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 14:37:30','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 14:37:45','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 14:45:35','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 14:55:50','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 14:56:15','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:02:48','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:06:06','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:10:45','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:12:17','209.121.229.219'),
(5,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:12:17','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:15:20','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:18:21','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:28:02','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:32:25','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:38:40','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:41:51','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:45:20','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:45:54','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:48:59','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:52:03','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:55:05','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 15:58:18','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 16:01:25','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 16:04:25','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 16:07:25','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 16:10:25','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 16:13:25','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 16:16:27','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 16:19:54','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 16:22:57','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 16:26:39','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 16:30:14','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 16:34:23','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 16:38:07','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 16:41:17','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','logout','2026-06-30 16:44:54','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','login','2026-06-30 16:52:52','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 17:31:09','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 17:31:09','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 17:31:09','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 17:34:16','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 17:50:49','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 17:57:21','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','logout','2026-06-30 17:58:31','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','login','2026-06-30 18:17:43','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 18:50:03','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 18:50:03','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 18:50:03','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 18:50:03','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 18:50:03','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 18:50:03','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 18:50:03','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 18:50:03','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 18:50:03','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 18:50:03','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 18:53:04','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 18:56:28','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 18:59:41','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:02:57','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:05:36','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:08:50','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:11:57','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:15:09','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:18:20','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:21:33','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:24:40','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:27:57','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:30:59','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:34:00','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:37:15','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:40:25','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:43:37','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:46:40','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:49:40','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:52:57','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:56:08','209.121.229.219'),
(3,'27e9cfb690194dacf81ac8854ea392ee','expire','2026-06-30 19:59:15','209.121.229.219'),
(3,'55b45f1dc1df75507c24d1559a1d4d1a','expire','2026-06-30 21:19:22','24.67.188.49'),
(5,'c0ec4df16292af546dd68fc63e6be451','expire','2026-06-30 23:23:17','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-06-30 23:23:17','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-06-30 23:26:35','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-06-30 23:29:36','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-06-30 23:33:55','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-06-30 23:39:42','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-06-30 23:46:17','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-06-30 23:49:43','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-06-30 23:52:44','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 12:11:50','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 12:21:02','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 12:24:25','209.121.229.219'),
(3,'55b45f1dc1df75507c24d1559a1d4d1a','expire','2026-07-01 12:27:47','24.67.188.49'),
(5,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 12:31:25','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 12:31:25','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 12:34:48','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 12:38:00','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 12:41:40','209.121.229.219'),
(3,'bc959be43d682620ac511edf34f52334','expire','2026-07-01 12:46:36','209.121.229.219'),
(3,'bc959be43d682620ac511edf34f52334','expire','2026-07-01 12:51:16','209.121.229.219'),
(3,'bc959be43d682620ac511edf34f52334','expire','2026-07-01 12:56:21','209.121.229.219'),
(3,'bc959be43d682620ac511edf34f52334','expire','2026-07-01 12:56:21','209.121.229.219'),
(3,'bc959be43d682620ac511edf34f52334','expire','2026-07-01 13:00:01','209.121.229.219'),
(3,'bc959be43d682620ac511edf34f52334','expire','2026-07-01 13:03:36','209.121.229.219'),
(3,'bc959be43d682620ac511edf34f52334','expire','2026-07-01 13:07:20','209.121.229.219'),
(3,'bc959be43d682620ac511edf34f52334','expire','2026-07-01 13:10:48','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 13:16:24','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 13:16:24','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 13:22:05','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 13:31:20','209.121.229.219'),
(3,'bc959be43d682620ac511edf34f52334','expire','2026-07-01 13:34:32','209.121.229.219'),
(3,'bc959be43d682620ac511edf34f52334','expire','2026-07-01 13:34:32','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 13:41:17','209.121.229.219'),
(3,'bc959be43d682620ac511edf34f52334','expire','2026-07-01 13:45:42','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 13:53:18','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 13:57:58','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 13:57:58','209.121.229.219'),
(3,'bc959be43d682620ac511edf34f52334','expire','2026-07-01 14:01:47','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 14:06:56','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 14:06:56','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 14:11:38','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 14:16:28','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 14:19:38','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 14:21:52','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 14:21:52','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 14:44:23','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 14:49:13','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 14:52:45','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 15:06:19','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 15:10:11','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 15:13:30','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 15:17:02','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 15:20:17','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 15:23:00','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 15:26:08','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 15:29:37','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 15:35:26','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 15:40:10','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 15:43:49','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 15:47:29','209.121.229.219'),
(3,'c0ec4df16292af546dd68fc63e6be451','expire','2026-07-01 16:04:51','209.121.229.219');
/*!40000 ALTER TABLE `cmsqy_module_mams_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_mams_loggedin`
--

DROP TABLE IF EXISTS `cmsqy_module_mams_loggedin`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_mams_loggedin` (
  `sessionid` varchar(255) NOT NULL,
  `lastused` int(11) DEFAULT NULL,
  `userid` int(11) NOT NULL,
  KEY `userid` (`userid`),
  CONSTRAINT `cmsqy_module_mams_loggedin_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `cmsqy_module_mams_users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_mams_loggedin`
--

LOCK TABLES `cmsqy_module_mams_loggedin` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_mams_loggedin` DISABLE KEYS */;
INSERT INTO `cmsqy_module_mams_loggedin` (`sessionid`, `lastused`, `userid`) VALUES ('27e9cfb690194dacf81ac8854ea392ee',1782857863,3);
/*!40000 ALTER TABLE `cmsqy_module_mams_loggedin` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_mams_propdefn`
--

DROP TABLE IF EXISTS `cmsqy_module_mams_propdefn`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_mams_propdefn` (
  `name` varchar(40) NOT NULL,
  `prompt` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `length` int(11) DEFAULT NULL,
  `maxlength` int(11) DEFAULT NULL,
  `attribs` varchar(255) DEFAULT NULL,
  `force_unique` tinyint(4) DEFAULT NULL,
  `encrypt` tinyint(4) DEFAULT NULL,
  `extra` text DEFAULT NULL,
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_mams_propdefn`
--

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

--
-- Table structure for table `cmsqy_module_mams_properties`
--

DROP TABLE IF EXISTS `cmsqy_module_mams_properties`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_mams_properties` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` int(11) NOT NULL,
  `title` varchar(100) NOT NULL,
  `data` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `cmsqy_mams_idx_propusertitle` (`userid`,`title`),
  KEY `cmsqy_mams_idx_proptitle` (`title`),
  CONSTRAINT `cmsqy_module_mams_properties_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `cmsqy_module_mams_users` (`id`),
  CONSTRAINT `cmsqy_module_mams_properties_ibfk_2` FOREIGN KEY (`title`) REFERENCES `cmsqy_module_mams_propdefn` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_mams_properties`
--

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

--
-- Table structure for table `cmsqy_module_mams_tempcode`
--

DROP TABLE IF EXISTS `cmsqy_module_mams_tempcode`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_mams_tempcode` (
  `userid` int(11) NOT NULL,
  `code` varchar(25) NOT NULL,
  `created` datetime DEFAULT NULL,
  PRIMARY KEY (`userid`),
  CONSTRAINT `cmsqy_module_mams_tempcode_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `cmsqy_module_mams_users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_mams_tempcode`
--

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

--
-- Table structure for table `cmsqy_module_mams_users`
--

DROP TABLE IF EXISTS `cmsqy_module_mams_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_mams_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `username` varchar(128) NOT NULL,
  `password` varchar(128) NOT NULL,
  `createdate` datetime DEFAULT NULL,
  `expires` datetime DEFAULT NULL,
  `nonstd` tinyint(4) DEFAULT NULL,
  `disabled` tinyint(4) DEFAULT NULL,
  `salt` varchar(64) DEFAULT NULL,
  `force_newpw` tinyint(4) DEFAULT NULL,
  `force_chsettings` tinyint(4) DEFAULT NULL,
  `must_validate` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `cmsqy_mams_idx_username` (`username`),
  KEY `cmsqy_mams_idx_expires` (`expires`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_mams_users`
--

LOCK TABLES `cmsqy_module_mams_users` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_mams_users` DISABLE KEYS */;
INSERT INTO `cmsqy_module_mams_users` (`id`, `username`, `password`, `createdate`, `expires`, `nonstd`, `disabled`, `salt`, `force_newpw`, `force_chsettings`, `must_validate`) VALUES (3,'oyoptime@gmail.com','$2y$10$HK5NqauINKqP.Yf1SVdt9OngOu2ikLx9sSdCEdujCQor4DlSbLVeu','2026-06-24 13:52:06','2069-10-24 00:00:00',0,0,NULL,0,0,0),
(4,'german@csmtravel.com','$2y$10$FTLeOoTZFaSscH9pd8hNU.SJebydBX4IxRsyoHO9u8zOe4sIEz6aO','2026-06-27 12:16:01','2069-10-27 00:00:00',0,0,NULL,0,0,0),
(5,'english@csmtravel.com','$2y$10$jwIiFHkV2y3CaTfeToxcM.G30wluJUfJGkAYwL4EWuL6xYTBZvkf.','2026-06-27 12:16:40','2069-10-27 00:00:00',0,0,NULL,0,0,0);
/*!40000 ALTER TABLE `cmsqy_module_mams_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_search_index`
--

DROP TABLE IF EXISTS `cmsqy_module_search_index`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_search_index` (
  `item_id` int(11) DEFAULT NULL,
  `word` varchar(255) DEFAULT NULL,
  `count` int(11) DEFAULT NULL,
  KEY `cmsqy_index_search_count` (`count`),
  KEY `cmsqy_index_search_index` (`word`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_search_index`
--

LOCK TABLES `cmsqy_module_search_index` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_search_index` DISABLE KEYS */;
INSERT INTO `cmsqy_module_search_index` (`item_id`, `word`, `count`) VALUES (384,'homepage',4),
(523,'b&b',1),
(523,'western',1),
(522,'reslynx',4),
(508,'reslynx',4),
(387,'contact',4),
(387,'page',2),
(388,'inspiration',4),
(389,'inspiration',2),
(389,'detail',4),
(389,'inspiroation',2),
(390,'pages',4),
(390,'detail',4),
(390,'test',1),
(391,'package',4),
(391,'search',4),
(391,'results',4),
(437,'history',1),
(437,'exciting',1),
(437,'western',1),
(437,'appreciate',1),
(437,'come',1),
(437,'furthermore',1),
(437,'island',1),
(437,'vancouver',1),
(437,'passage',1),
(437,'inside',1),
(437,'famous',1),
(437,'mountains',1),
(437,'rocky',1),
(437,'lakes',1),
(437,'alpine',1),
(437,'beautiful',1),
(437,'peaks',1),
(437,'interior',1),
(437,'vineyards',1),
(437,'offer',1),
(437,'alberta',1),
(437,'columbia',1),
(437,'british',1),
(437,'sights',1),
(437,'great',1),
(437,'clients',2),
(437,'take',1),
(437,'will',3),
(437,'tour',1),
(437,'hotel',1),
(437,'guided',1),
(437,'speaks',1),
(437,'itinerary',1),
(437,'west',1),
(437,'canada’s',2),
(437,'explore',1),
(449,'group',2),
(449,'rest',1),
(449,'habitat',1),
(449,'natural',1),
(449,'animals',1),
(449,'observe',1),
(449,'able',1),
(449,'will',3),
(449,'luck',1),
(449,'eagles',1),
(449,'bald',1),
(449,'moose',1),
(449,'bears',1),
(449,'grizzly',1),
(449,'black',1),
(449,'home',1),
(449,'country',1),
(449,'island',1),
(449,'vancouver',1),
(449,'west',1),
(449,'range',1),
(449,'coast',2),
(449,'park',1),
(449,'gray',1),
(449,'wells',1),
(449,'parks',1),
(449,'national',1),
(449,'mountain',2),
(449,'rocky',1),
(449,'spectacular',1),
(449,'leads',1),
(449,'route',1),
(449,'guide',1),
(449,'experienced',1),
(449,'adventurists',1),
(447,'cascading',1),
(447,'ranges',1),
(447,'mountain',1),
(447,'spectacular',1),
(447,'array',1),
(447,'experience',1),
(447,'will',1),
(447,'participants',1),
(447,'landscapes',1),
(447,'pristine',1),
(447,'impressive',1),
(447,'america’s',1),
(447,'north',1),
(447,'travels',1),
(447,'roundtrip',1),
(447,'classic',1),
(447,'city',1),
(447,'largest',1),
(447,'alaska’s',1),
(447,'anchorage',1),
(447,'departing',1),
(447,'canada’s',1),
(447,'best',1),
(447,'offers',1),
(447,'tour',2),
(447,'land',1),
(447,'great',1),
(447,'welcome',1),
(447,'highlights',1),
(447,'yukon',2),
(447,'alaska',2),
(441,'offer',1),
(441,'percé',1),
(441,'tadoussac',1),
(441,'tremblant',1),
(441,'mont',1),
(441,'towns',1),
(441,'“québecois”',1),
(441,'typically',1),
(441,'small',1),
(441,'agenda',1),
(441,'city',1),
(441,'quebec',1),
(441,'montreal',1),
(441,'falls',1),
(441,'niagara',1),
(441,'toronto',1),
(441,'names',1),
(441,'famous',1),
(441,'area',1),
(441,'explore',1),
(441,'time',1),
(441,'enough',1),
(441,'place',1),
(441,'nights',1),
(441,'two',1),
(441,'stay',1),
(441,'mostly',1),
(441,'travellers',1),
(441,'rooms',1),
(441,'double',1),
(441,'single',1),
(441,'private',1),
(441,'chosen',1),
(441,'accommodations',1),
(441,'hotel',1),
(441,'class',1),
(441,'moderate',1),
(441,'explorer',1),
(441,'canada',1),
(441,'eastern',1),
(396,'bear',1),
(396,'watching',1),
(396,'covered',1),
(396,'boat',1),
(396,'travel',2),
(396,'stunning',1),
(396,'scenery',1),
(396,'head',1),
(396,'towards',1),
(396,'browning',1),
(396,'pass',1),
(396,'rocky',1),
(396,'coastline',1),
(396,'fortune',1),
(396,'channel',1),
(396,'bears',4),
(396,'scramble',1),
(396,'waters',1),
(396,'edge',1),
(396,'rainforest',1),
(396,'seek',2),
(396,'forage',1),
(396,'bounties',1),
(396,'food',1),
(396,'ocean',1),
(396,'provided',1),
(396,'black',2),
(396,'abundant',1),
(396,'clayoquot',1),
(396,'sound',1),
(396,'often',1),
(396,'seen',1),
(396,'adorable',1),
(396,'cubs',1),
(396,'can',1),
(396,'viewed',1),
(396,'rock',1),
(396,'crabs',1),
(396,'clams',1),
(396,'seafood',1),
(396,'delicacies',1),
(396,'exposed',1),
(396,'falling',1),
(396,'tide',1),
(396,'enjoyable',1),
(396,'experience',1),
(396,'also',1),
(396,'offers',1),
(396,'chance',1),
(396,'view',1),
(396,'wildlife',1),
(396,'herons',1),
(396,'eagles',1),
(396,'seals',1),
(396,'porpoises',1),
(396,'remote',1),
(396,'passages',1),
(396,'informative',1),
(396,'energetic',1),
(396,'tour',1),
(396,'local',1),
(396,'guides',1),
(396,'will',1),
(396,'give',1),
(396,'many',1),
(396,'fun',1),
(396,'facts',1),
(396,'resident',1),
(396,'tofino',1),
(396,'well',1),
(396,'animals',1),
(396,'call',1),
(396,'magical',1),
(396,'place',1),
(396,'home',1),
(397,'discover',1),
(397,'quebec',2),
(397,'moderate',1),
(397,'class',1),
(397,'hotel',1),
(397,'accommodations',1),
(397,'chosen',1),
(397,'private',1),
(397,'single',1),
(397,'double',1),
(397,'rooms',1),
(397,'travellers',1),
(397,'mostly',1),
(397,'stay',1),
(397,'two',1),
(397,'nights',1),
(397,'place',1),
(397,'enough',1),
(397,'time',1),
(397,'explore',1),
(397,'area',1),
(397,'famous',1),
(397,'names',1),
(397,'toronto',1),
(397,'niagara',1),
(397,'falls',1),
(397,'montreal',1),
(397,'city',1),
(397,'agenda',1),
(397,'small',1),
(397,'typically',1),
(397,'“québecois”',1),
(397,'towns',1),
(397,'mont',1),
(397,'tremblant',1),
(397,'tadoussac',1),
(397,'percé',1),
(397,'offer',1),
(397,'whale',1),
(397,'watching',1),
(397,'mountain',1),
(397,'biking',1),
(397,'hiking',1),
(397,'boat',1),
(397,'excursions',1),
(397,'complement',1),
(397,'tour',2),
(397,'great',2),
(397,'price',1),
(398,'canadian',1),
(398,'contrasts',1),
(398,'trip',3),
(398,'features',1),
(398,'four',1),
(398,'canada’s',2),
(398,'provinces',2),
(398,'quite',1),
(398,'different',1),
(398,'first',1),
(398,'ontario',1),
(398,'largest',1),
(398,'city',3),
(398,'toronto',1),
(398,'world',1),
(398,'famous',1),
(398,'niagara',1),
(398,'falls',1),
(398,'continue',2),
(398,'province',1),
(398,'québec',2),
(398,'heart',1),
(398,'french',1),
(398,'canada',3),
(398,'visit',1),
(398,'montréal',1),
(398,'true',1),
(398,'lingual',1),
(398,'completes',1),
(398,'eastern',1),
(398,'part',1),
(398,'country',1),
(398,'upon',1),
(398,'arrival',1),
(398,'calgary',1),
(398,'explore',1),
(398,'alberta',1),
(398,'british',1),
(398,'columbia',1),
(398,'rocky',1),
(398,'mountains',1),
(398,'will',1),
(398,'get',1),
(398,'feel',1),
(398,'huge',1),
(398,'open',1),
(398,'spaces',1),
(398,'beautiful',1),
(398,'wilderness',1),
(398,'offer',1),
(398,'keep',1),
(398,'driving',1),
(398,'distances',1),
(398,'leave',1),
(398,'enough',1),
(398,'time',1),
(398,'sightseeing',1),
(398,'activities',1),
(398,'two',1),
(398,'nights',1),
(398,'included',1),
(398,'places',1),
(399,'alaska',2),
(399,'yukon',2),
(399,'adventure',1),
(399,'great',1),
(399,'tour',1),
(399,'clients',2),
(399,'visit',1),
(399,'many',1),
(399,'scenic',1),
(399,'highlights',1),
(399,'region',1),
(399,'plenty',1),
(399,'opportunity',1),
(399,'variety',1),
(399,'outdoor',1),
(399,'activities',1),
(399,'hiking',1),
(399,'national',1),
(399,'parks',1),
(399,'wildlife',1),
(399,'watching',1),
(399,'river',1),
(399,'rafting',1),
(399,'gold',1),
(399,'panning',1),
(399,'will',1),
(399,'stay',1),
(399,'moderate',1),
(399,'class',1),
(399,'hotels',1),
(399,'offer',1),
(399,'amenities',1),
(399,'customary',1),
(399,'north',1),
(399,'america',1),
(400,'best',1),
(400,'alaska',3),
(400,'tour',2),
(400,'will',2),
(400,'take',1),
(400,'highlights',1),
(400,'stay',1),
(400,'moderate',1),
(400,'class',1),
(400,'hotels',1),
(400,'also',1),
(400,'two',1),
(400,'full',1),
(400,'day',1),
(400,'wildlife',1),
(400,'tours',1),
(400,'already',1),
(400,'included',1),
(400,'package',1),
(400,'trip',1),
(400,'denali',1),
(400,'national',2),
(400,'park',2),
(400,'interior',1),
(400,'boat',1),
(400,'kenai',1),
(400,'fjords',1),
(439,'national',2),
(439,'denali',1),
(439,'trip',1),
(439,'package',1),
(439,'included',1),
(439,'already',1),
(439,'tours',1),
(439,'wildlife',1),
(439,'day',1),
(439,'full',1),
(439,'two',1),
(439,'also',1),
(439,'hotels',1),
(439,'class',1),
(439,'moderate',1),
(439,'stay',1),
(439,'highlights',1),
(439,'take',1),
(439,'will',2),
(439,'tour',3),
(439,'hotel',1),
(439,'alaska',3),
(402,'rockies',1),
(402,'glaciers',1),
(402,'alaska',3),
(402,'tour',1),
(402,'combines',1),
(402,'best',1),
(402,'western',1),
(402,'canada',1),
(402,'highlights',1),
(402,'first',1),
(402,'part',2),
(402,'trip',1),
(402,'includes',2),
(402,'must',1),
(402,'see',1),
(402,'areas',1),
(402,'rocky',1),
(402,'mountain',1),
(402,'national',5),
(402,'parks',2),
(402,'alberta',1),
(402,'popular',1),
(402,'wells',1),
(402,'gray',1),
(402,'park',4),
(402,'metropolis',1),
(402,'vancouver',1),
(402,'british',1),
(402,'columbia',1),
(402,'second',1),
(402,'features',1),
(402,'famous',1),
(402,'alaskan',1),
(402,'glacier',1),
(402,'bay',1),
(402,'kenai',1),
(402,'fjords',1),
(402,'denali',1),
(402,'itinerary',1),
(402,'also',1),
(402,'cruise',1),
(402,'marine',1),
(402,'highway',1),
(402,'ferry',1),
(402,'bellingham',1),
(402,'juneau',2),
(402,'flight',1),
(402,'included',1),
(402,'anchorage',1),
(402,'keeps',1),
(402,'total',1),
(402,'driving',1),
(402,'distance',1),
(402,'remarkably',1),
(402,'low',1),
(403,'low',1),
(403,'budget',1),
(403,'fly&drive',1),
(403,'tour',2),
(403,'hit',1),
(403,'need',1),
(403,'luxury',1),
(403,'experience',1),
(403,'great',1),
(403,'canadian',1),
(403,'outdoors',1),
(403,'except',1),
(403,'clean',1),
(403,'cozy',1),
(403,'bed',1),
(403,'night',1),
(403,'accommodations',1),
(403,'chosen',1),
(403,'affordable',1),
(403,'hostels',1),
(403,'b&bs',1),
(403,'motels',1),
(403,'mostly',1),
(403,'shared',2),
(403,'facilities',1),
(403,'private',2),
(403,'single',1),
(403,'double',1),
(403,'rooms',1),
(403,'kitchen',1),
(403,'lounge',1),
(403,'guests',1),
(403,'alternatively',1),
(403,'now',1),
(403,'offer',1),
(403,'also',1),
(403,'hotel',1),
(403,'version',1),
(403,'baths',1),
(404,'western',2),
(404,'canada',1),
(404,'nature',2),
(404,'wildlife',2),
(404,'adventure',1),
(404,'programme',1),
(404,'focuses',1),
(404,'canada’s',1),
(404,'abundant',1),
(404,'two',1),
(404,'whale',1),
(404,'watching',3),
(404,'tours',1),
(404,'clients',2),
(404,'observe',1),
(404,'giant',1),
(404,'grey',1),
(404,'whales',1),
(404,'west',2),
(404,'coast',3),
(404,'vancouver',3),
(404,'island',2),
(404,'well',1),
(404,'fascinating',1),
(404,'orcas',1),
(404,'waters',1),
(404,'around',1),
(404,'southern',1),
(404,'clayoquot',1),
(404,'sound',1),
(404,'near',1),
(404,'tofino',1),
(404,'black',1),
(404,'bear',2),
(404,'agenda',1),
(404,'knight',1),
(404,'inlet',1),
(404,'lodge',1),
(404,'grizzly',1),
(404,'main',1),
(404,'activity',1),
(404,'will',1),
(404,'impressed',1),
(404,'rough',1),
(404,'beauty',1),
(404,'picturesque',1),
(404,'islands',1),
(404,'fjords',1),
(404,'sunshine',1),
(404,'british',1),
(404,'columbia’s',1),
(404,'capital',1),
(404,'victoria',1),
(404,'cosmopolitan',1),
(404,'city',1),
(404,'round',1),
(404,'trip',1),
(404,'beautifully',1),
(405,'vancouver',2),
(405,'island',2),
(405,'sunshine',2),
(405,'coast',4),
(405,'explorer',1),
(405,'itinerary',1),
(405,'tour',3),
(405,'will',1),
(405,'appeal',1),
(405,'travellers',1),
(405,'looking',1),
(405,'something',1),
(405,'unique',1),
(405,'different',1),
(405,'east',1),
(405,'well',1),
(405,'known',1),
(405,'picturesque',1),
(405,'little',1),
(405,'seaside',1),
(405,'towns',1),
(405,'long',1),
(405,'sandy',1),
(405,'beaches',1),
(405,'sunny',1),
(405,'summer',1),
(405,'weather',1),
(405,'trip',1),
(405,'west',1),
(405,'rainforests',1),
(405,'gray',1),
(405,'whales',1),
(405,'makes',1),
(405,'complete',1),
(405,'many',1),
(405,'activities',1),
(405,'bear',1),
(405,'whale',1),
(405,'watching',1),
(405,'fishing',1),
(405,'kayaking',1),
(405,'sailing',1),
(405,'just',1),
(405,'steps',1),
(405,'away',1),
(405,'accommodation',1),
(405,'due',1),
(405,'mild',1),
(405,'climate',1),
(405,'area',1),
(405,'also',1),
(405,'perfect',1),
(405,'early',1),
(405,'late',1),
(405,'season',1),
(405,'travel',1),
(406,'truly',1),
(406,'canadian',2),
(406,'log',2),
(406,'cabin',1),
(406,'tour',2),
(406,'route',1),
(406,'accommodations',2),
(406,'will',2),
(406,'appeal',1),
(406,'canada',1),
(406,'enthusiast',1),
(406,'itinerary',1),
(406,'starts',1),
(406,'modern',1),
(406,'city',2),
(406,'calgary',1),
(406,'continues',1),
(406,'majestic',1),
(406,'rocky',1),
(406,'mountains',1),
(406,'legendary',1),
(406,'cariboos',1),
(406,'idyllic',1),
(406,'sunshine',1),
(406,'coast',1),
(406,'two',1),
(406,'nights',2),
(406,'cosmopolitan',1),
(406,'vancouver',1),
(406,'complete',1),
(406,'trip',1),
(406,'included',1),
(406,'typically',1),
(406,'cabins',1),
(406,'comfortable',1),
(406,'cozy',1),
(406,'practical',1),
(406,'featuring',1),
(406,'living',1),
(406,'room',1),
(406,'bedroom',1),
(406,'full',1),
(406,'kitchen',1),
(406,'three',1),
(406,'spent',1),
(406,'locations',1),
(406,'make',1),
(406,'sure',1),
(406,'plenty',1),
(406,'time',1),
(406,'explore',1),
(406,'participate',1),
(406,'activities',1),
(406,'hiking',1),
(406,'horseback',1),
(406,'riding',1),
(406,'canoeing',1),
(406,'kayaking',1),
(407,'hike',1),
(407,'rockies',1),
(407,'–',1),
(407,'includes',2),
(407,'hiking',4),
(407,'trail',2),
(407,'descriptions',2),
(407,'tour',2),
(407,'travellers',1),
(407,'experience',1),
(407,'natural',1),
(407,'sights',1),
(407,'western',1),
(407,'canada',1),
(407,'rocky',1),
(407,'mountain',1),
(407,'national',2),
(407,'parks',1),
(407,'wells',1),
(407,'gray',1),
(407,'provincial',1),
(407,'park',2),
(407,'coast',1),
(407,'mountains',1),
(407,'pacific',1),
(407,'rim',1),
(407,'vancouver',1),
(407,'island',1),
(407,'much',1),
(407,'window',1),
(407,'car',1),
(407,'close',1),
(407,'rewarding',1),
(407,'trails',1),
(407,'outings',1),
(407,'recommended',1),
(407,'easy',1),
(407,'moderate',1),
(407,'hikes',1),
(407,'will',1),
(407,'enjoyed',1),
(407,'everybody',1),
(407,'love',1),
(407,'outdoors',1),
(407,'enjoys',1),
(407,'particular',1),
(407,'csm',1),
(407,'information',1),
(407,'package',1),
(407,'also',1),
(407,'detailed',1),
(407,'maps',1),
(407,'guests',1),
(407,'well',1),
(407,'prepared',1),
(407,'day’s',1),
(407,'adventure',1),
(453,'gray',1),
(453,'wells',1),
(453,'revelstoke',1),
(453,'mount',1),
(453,'glacier',1),
(453,'mountain',1),
(453,'focuses',1),
(453,'route',1),
(453,'enjoys',1),
(453,'outdoors',1),
(453,'love',1),
(453,'everybody',1),
(453,'enjoyed',1),
(453,'will',1),
(453,'hikes',1),
(453,'moderate',1),
(453,'easy',1),
(453,'recommended',1),
(453,'outings',1),
(453,'adventure',1),
(453,'day’s',1),
(453,'prepared',1),
(453,'guests',1),
(453,'maps',1),
(453,'descriptions',1),
(453,'trail',1),
(453,'detailed',1),
(453,'includes',1),
(453,'package',1),
(453,'information',1),
(453,'csm',1),
(453,'well',3),
(453,'tour',1),
(453,'particular',1),
(453,'mountains',1),
(453,'rocky',2),
(453,'parks',3),
(453,'national',3),
(453,'hiking',4),
(459,'quadra',1),
(459,'remote',1),
(459,'sunshine',1),
(459,'idyllic',1),
(459,'island',2),
(459,'vancouver',1),
(459,'parks',1),
(459,'national',1),
(459,'mountain',1),
(459,'rocky',1),
(459,'like',1),
(459,'areas',1),
(459,'exploring',1),
(459,'tour',2),
(459,'features',1),
(459,'main',1),
(459,'gems',1),
(459,'hidden',1),
(459,'highlights',1),
(459,'known',1),
(459,'well',3),
(459,'incorporates',1),
(459,'route',1),
(459,'interesting',1),
(459,'locations',1),
(459,'stunning',1),
(459,'accommodations',1),
(459,'upscale',1),
(459,'comfortable',1),
(459,'style',1),
(459,'coast',3),
(459,'west',2),
(459,'–',1),
(459,'adventure',1),
(459,'lodge',1),
(455,'bedroom',1),
(455,'one',1),
(455,'mostly',1),
(455,'chosen',1),
(455,'accommodations',1),
(455,'families',1),
(455,'towards',1),
(455,'geared',1),
(455,'especially',1),
(455,'activities',1),
(455,'offer',1),
(455,'locations',1),
(455,'accommodation',1),
(455,'per',1),
(455,'days',1),
(455,'two',1),
(455,'stays',1),
(455,'200km',1),
(455,'often',1),
(455,'distances',1),
(455,'driving',1),
(455,'sights',1),
(455,'known',1),
(455,'well',1),
(455,'canada’s',1),
(455,'many',2),
(455,'includes',1),
(455,'itinerary',1),
(455,'children',2),
(455,'travelling',1),
(455,'tailored',1),
(455,'tour',2),
(455,'discovery',1),
(455,'kids',1),
(455,'canada',2),
(455,'western',3),
(455,'explore',1),
(457,'animals',1),
(457,'observe',1),
(457,'able',1),
(457,'luck',1),
(457,'–',1),
(457,'eagles',1),
(457,'bald',1),
(457,'moose',1),
(457,'bears',1),
(457,'grizzly',1),
(457,'black',1),
(457,'home',1),
(457,'country',1),
(457,'program',1),
(457,'part',1),
(457,'island',1),
(457,'vancouver',1),
(457,'rim',1),
(457,'pacific',1),
(457,'valley',1),
(457,'okanagan',1),
(457,'kootenays',1),
(457,'park',2),
(457,'gray',1),
(457,'wells',1),
(457,'mountains',1),
(457,'rocky',1),
(457,'canada',1),
(457,'western',1),
(457,'provincial',1),
(457,'beautiful',1),
(457,'lead',1),
(457,'will',2),
(457,'trip',1),
(457,'parks',5),
(457,'national',5),
(457,'spectacular',1),
(412,'beaches',3),
(412,'west',3),
(412,'coast',3),
(412,'itinerary',1),
(412,'beach',1),
(412,'adventure',1),
(412,'seeker',1),
(412,'locations',1),
(412,'include',1),
(412,'access',1),
(412,'scenic',1),
(412,'parks',1),
(412,'along',3),
(412,'sand',2),
(412,'surf',1),
(412,'will',1),
(412,'give',1),
(412,'taste',1),
(412,'beauty',1),
(412,'true',1),
(412,'ruggedness',1),
(412,'plan',1),
(412,'relax',1),
(412,'one',1),
(412,'day',1),
(412,'beachcomb',1),
(412,'build',1),
(412,'castles',1),
(412,'next',1),
(412,'activities',1),
(412,'bear',1),
(412,'watching',2),
(412,'whale',2),
(412,'surfing',1),
(412,'paddle',1),
(412,'boarding',1),
(412,'fishing',1),
(412,'kayaking',1),
(412,'sailing',1),
(412,'beachcombing',1),
(412,'star',1),
(412,'gazing',1),
(412,'possible',1),
(412,'way',1),
(412,'spring',1),
(412,'fall',1),
(412,'look',1),
(412,'magnificent',1),
(412,'grey',1),
(412,'offshore',1),
(412,'travels',1),
(412,'migratory',1),
(412,'route',1),
(517,'bella',2),
(517,'town',1),
(517,'small',1),
(517,'settlements',1),
(517,'indigenous',1),
(517,'lake',1),
(517,'williams',1),
(517,'connection',1),
(517,'highway”',1),
(517,'“freedom',1),
(517,'highlights',1),
(517,'one',1),
(517,'paved',1),
(517,'still',1),
(517,'highway',1),
(517,'stretches',1),
(517,'especially',1),
(517,'drive',1),
(517,'wheel',1),
(517,'reliable',1),
(517,'fun',1),
(517,'driving',1),
(517,'activities',1),
(517,'outdoor',1),
(517,'various',1),
(517,'time',1),
(517,'plenty',1),
(517,'will',3),
(517,'lodges',1),
(517,'wilderness',1),
(517,'luxurious',1),
(517,'stay',1),
(517,'track',1),
(517,'tourist',1),
(517,'canada',1),
(517,'western',1),
(517,'experience',1),
(517,'region',2),
(517,'chilcotin',2),
(517,'remote',1),
(517,'travelled',1),
(517,'less',1),
(517,'also',1),
(517,'mountains',1),
(517,'rocky',1),
(517,'parks',1),
(517,'national',2),
(517,'famous',1),
(517,'world',1),
(517,'explore',1),
(517,'tour',2),
(517,'adventure',1),
(517,'coast',3),
(517,'discovery',2),
(519,'daily',1),
(519,'carte',1),
(519,'columbia',1),
(519,'british',1),
(524,'mountains',1),
(524,'rocky',1),
(524,'island',1),
(524,'vancouver',2),
(524,'includes',1),
(524,'itinerary',1),
(524,'well',2),
(524,'included',1),
(524,'breakfast',1),
(524,'b&bs',1),
(524,'baths',1),
(524,'private',1),
(524,'rooms',1),
(524,'clean',1),
(524,'features',1),
(524,'main',1),
(524,'route',1),
(524,'attractive',1),
(524,'accommodations',2),
(524,'affordable',1),
(524,'cozy',2),
(524,'tour',2),
(524,'motel',1),
(524,'b&b',1),
(524,'western',1),
(526,'package',2),
(526,'standard',1),
(526,'book',1),
(526,'like',1),
(526,'would',1),
(526,'category',1),
(526,'hotel',1),
(526,'choose',1),
(526,'can',1),
(526,'place',1),
(526,'nights',1),
(526,'two',1),
(526,'spend',1),
(526,'mostly',1),
(526,'lakes',1),
(526,'coloured',1),
(526,'emerald',1),
(526,'mountains',1),
(526,'rocky',1),
(526,'fascinating',1),
(526,'well',1),
(526,'forests',1),
(526,'rain',1),
(526,'growth',1),
(526,'old',1),
(526,'island',1),
(526,'vancouver',1),
(526,'maritime',1),
(526,'visit',1),
(526,'varied',1),
(526,'show',1),
(526,'will',2),
(526,'route',1),
(526,'way',1),
(526,'one',1),
(526,'choice',1),
(526,'canada',2),
(526,'western',2),
(528,'minimal',1),
(528,'highlights',1),
(528,'reaching',1),
(528,'back',1),
(528,'rockies',1),
(528,'pacific',1),
(528,'car',1),
(528,'electric',1),
(528,'cost',1),
(528,'charging',1),
(528,'low',1),
(528,'emissions',1),
(528,'zero',1),
(528,'drive',1),
(528,'highlight',1),
(528,'vancouver',1),
(528,'city',1),
(528,'great',1),
(528,'course',1),
(528,'mountains',1),
(528,'rocky',1),
(528,'lakes',1),
(528,'alpine',1),
(528,'beautiful',1),
(528,'peaks',1),
(528,'interior',1),
(528,'vineyards',1),
(528,'visit',1),
(528,'want',1),
(528,'will',1),
(528,'everything',1),
(528,'includes',1),
(528,'alberta',1),
(528,'columbia',1),
(528,'british',1),
(528,'route',1),
(528,'classical',1),
(528,'tour',5),
(528,'tesla',2),
(528,'canada',2),
(528,'western',2),
(530,'interesting',1),
(530,'valley',1),
(530,'okanagan',1),
(530,'fertile',1),
(530,'bc’s',1),
(530,'vineyards',1),
(530,'island',1),
(530,'vancouver',1),
(530,'coast',1),
(530,'west',1),
(530,'beaches',1),
(530,'beautiful',1),
(530,'experience',1),
(530,'days',1),
(530,'contrasts',1),
(530,'full',1),
(530,'journey',1),
(530,'mountains',2),
(530,'rocky',2),
(530,'forests',2),
(530,'rain',2),
(532,'choose',1),
(532,'may',1),
(532,'clients',1),
(532,'itinerary',1),
(532,'exciting',1),
(532,'part',1),
(532,'alaska',1),
(532,'hyder',1),
(532,'even',1),
(532,'hardy',1),
(532,'port',1),
(532,'rupert',1),
(532,'prince',1),
(532,'passage',1),
(532,'inside',1),
(532,'famous',1),
(532,'valley',1),
(532,'okanagan',1),
(532,'island',1),
(532,'vancouver',1),
(532,'mountains',1),
(532,'rocky',1),
(532,'parks',1),
(532,'national',1),
(532,'alberta',1),
(532,'columbia',1),
(532,'british',1),
(532,'visit',1),
(532,'want',1),
(532,'will',1),
(532,'everything',1),
(532,'includes',1),
(532,'tour',1),
(532,'explorer',1),
(532,'canada',1),
(532,'western',1),
(534,'canada',1),
(534,'western',1),
(534,'classic',1),
(536,'calgary',1),
(536,'ends',1),
(536,'starts',1),
(536,'way',1),
(536,'one',1),
(536,'designed',1),
(536,'tour',1),
(536,'mountains',1),
(536,'rocky',1),
(536,'parks',1),
(536,'ferries',1),
(536,'passage',1),
(536,'inside',1),
(536,'park',1),
(536,'national',2),
(536,'rim',1),
(536,'pacific',1),
(536,'victoria',1),
(536,'vancouver',2),
(536,'highlights',1),
(536,'main',1),
(536,'canada’s',1),
(536,'western',1),
(536,'many',1),
(536,'includes',1),
(536,'itinerary',1),
(536,'new',1),
(536,'exciting',1),
(536,'rockies',1),
(536,'coast',1),
(536,'west',1),
(538,'mainland',1),
(538,'lower',1),
(538,'valley',1),
(538,'okanagan',1),
(538,'rockies',1),
(538,'canadian',1),
(538,'scenery',1),
(538,'spectacular',1),
(538,'travel',1),
(538,'energy',1),
(538,'balance',1),
(538,'restore',1),
(538,'will',1),
(538,'accommodations',1),
(538,'luxurious',1),
(538,'spas',1),
(538,'peaceful',1),
(538,'courses',1),
(538,'challenging',1),
(538,'mix',1),
(538,'resorts',1),
(538,'fantastic',1),
(538,'canada’s',1),
(538,'experience',1),
(538,'package',1),
(538,'spa',3),
(538,'golf',4),
(538,'canada',1),
(538,'western',2),
(538,'fabulous',1),
(540,'plenty',1),
(540,'travellers',1),
(540,'welcome',1),
(540,'towns',1),
(540,'cosmopolitan',1),
(540,'well',1),
(540,'nations’',1),
(540,'first',1),
(540,'little',1),
(540,'quiet',1),
(540,'life',1),
(540,'way',1),
(540,'special',1),
(540,'introduce',1),
(540,'will',1),
(540,'communities',2),
(540,'visiting',1),
(540,'highway',1),
(540,'mountains',1),
(540,'spectacular',1),
(540,'route',1),
(540,'along',2),
(540,'waterfalls',2),
(540,'roaring',1),
(540,'peace',1),
(540,'valleys',2),
(540,'river',3),
(540,'beautiful',1),
(540,'include',1),
(540,'highlights',1),
(540,'scenic',1),
(540,'wilderness',1),
(540,'true',1),
(540,'roads',1),
(540,'gravel',1),
(540,'sometimes',1),
(540,'uncrowded',1),
(540,'columbia',1),
(540,'british',1),
(540,'alberta',1),
(540,'northern',3),
(540,'highways',2),
(540,'alaska',2),
(540,'liard',1),
(540,'mackenzie',2),
(540,'links',1),
(540,'tour',1),
(540,'territories',2),
(540,'northwest',2),
(540,'explore',1),
(542,'site',1),
(542,'whistler',1),
(542,'visit',1),
(542,'watching',1),
(542,'bear',1),
(542,'opportunities',1),
(542,'good',1),
(542,'stewart',1),
(542,'town',1),
(542,'little',1),
(542,'doubt',1),
(542,'will',2),
(542,'highlights',1),
(542,'one',2),
(542,'explore',1),
(542,'enjoy',1),
(542,'time',1),
(542,'plenty',1),
(542,'spots',1),
(542,'rewarding',1),
(542,'spent',1),
(542,'nights',1),
(542,'two',1),
(542,'tourism',1),
(542,'touched',1),
(542,'hardly',1),
(542,'wilderness',1),
(542,'untouched',1),
(542,'scenery',1),
(542,'spectacular',1),
(542,'boast',1),
(542,'cassiar',2),
(542,'well',1),
(542,'highway',3),
(542,'alaska',1),
(542,'regions',1),
(542,'remote',1),
(542,'also',1),
(542,'parks',1),
(542,'national',1),
(542,'mountain',1),
(542,'rocky',1),
(542,'destinations',1),
(542,'popular',1),
(542,'famous',1),
(542,'includes',1),
(542,'tour',1),
(542,'northwest',2),
(542,'canadian',1),
(544,'outdoor',1),
(544,'participate',1),
(544,'hiking',1),
(544,'opportunity',1),
(544,'often',2),
(544,'especially',1),
(544,'united',1),
(544,'yellowstone',1),
(544,'glacier',1),
(544,'canada',1),
(544,'park',2),
(544,'jasper',1),
(544,'banff',1),
(544,'famous',1),
(544,'world',1),
(544,'visit',1),
(544,'nine',1),
(544,'among',1),
(544,'alberta',1),
(544,'columbia',1),
(544,'british',1),
(544,'provinces',1),
(544,'canadian',1),
(544,'washington',1),
(544,'oregon',1),
(544,'idaho',1),
(544,'wyoming',1),
(544,'montana',1),
(544,'states',2),
(544,'american',1),
(544,'take',1),
(544,'will',1),
(544,'tour',1),
(544,'west',1),
(544,'parks',4),
(544,'national',4),
(544,'great',1),
(548,'package',1),
(548,'included',1),
(548,'already',1),
(548,'trip',1),
(548,'highlight',1),
(548,'tour',1),
(548,'watching',1),
(548,'whale',1),
(548,'history',1),
(548,'interesting',1),
(548,'wildlife',1),
(548,'varied',1),
(548,'forests',1),
(548,'rain',1),
(548,'growth',1),
(548,'old',1),
(548,'experience',1),
(548,'will',1),
(548,'canada',2),
(548,'western',2),
(548,'holiday',1),
(548,'add',1),
(548,'ideal',1),
(548,'drive',2),
(548,'self',2),
(548,'island',3),
(548,'vancouver',3),
(427,'canadian',2),
(427,'rail',2),
(427,'lodge',1),
(427,'adventure',1),
(427,'trains',1),
(427,'planes',1),
(427,'automobiles',1),
(427,'sit',1),
(427,'back',2),
(427,'relax',1),
(427,'enjoy',1),
(427,'spectacular',1),
(427,'scenery',1),
(427,'rugged',1),
(427,'rockies',1),
(427,'laid',1),
(427,'sunshine',1),
(427,'coast',1),
(427,'british',1),
(427,'columbia',1),
(427,'unique',1),
(427,'trip',2),
(427,'features',1),
(427,'majestic',1),
(427,'panoramic',1),
(427,'views',1),
(427,'seen',1),
(427,'float',1),
(427,'plane',1),
(427,'can',1),
(427,'also',1),
(427,'booked',1),
(427,'reverse',1),
(427,'preferred',1),
(546,'package',1),
(546,'winter',1),
(429,'terms',1),
(429,'conditions',1),
(430,'tour',1),
(430,'types',1),
(431,'faq',1),
(432,'contact',1),
(433,'partner',1),
(433,'login',1),
(434,'partner',1),
(434,'information',1),
(435,'package',1),
(435,'types',1),
(436,'explore',1),
(436,'canada’s',1),
(436,'west',1),
(437,'traveling',1),
(437,'small',1),
(437,'group',1),
(437,'people',1),
(437,'make',1),
(437,'journey',1),
(437,'especially',1),
(437,'enjoyable',1),
(437,'memorable',1),
(437,'one',1),
(438,'alaska',1),
(438,'hotel',1),
(438,'tour',1),
(439,'park',2),
(439,'interior',1),
(439,'boat',1),
(439,'kenai',1),
(439,'fjords',1),
(440,'eastern',1),
(440,'canada',1),
(440,'explorer',1),
(441,'whale',1),
(441,'watching',1),
(441,'mountain',1),
(441,'biking',1),
(441,'hiking',1),
(441,'boat',1),
(441,'excursions',1),
(441,'complement',1),
(441,'tour',2),
(441,'great',2),
(441,'price',1),
(448,'adventure',1),
(448,'hiking',1),
(448,'horizons',1),
(449,'fellow',1),
(449,'small',1),
(449,'trails',1),
(449,'beautiful',1),
(449,'landscapes',1),
(449,'amazing',1),
(449,'canada’s',1),
(448,'western',1),
(448,'wild',1),
(449,'experience',1),
(449,'canada',1),
(449,'western',2),
(449,'adventure',2),
(449,'hiking',2),
(449,'horizons',1),
(449,'wild',1),
(446,'alaska',1),
(446,'yukon',1),
(446,'highlights',1),
(447,'glaciers',1),
(447,'native',1),
(447,'american',1),
(447,'culture',1),
(447,'unique',1),
(447,'gold',1),
(447,'rush',1),
(447,'history',1),
(448,'canada',1),
(449,'comfortable',1),
(449,'accommodations',1),
(449,'morning',1),
(449,'wake',1),
(449,'refreshed',1),
(449,'ready',1),
(449,'another',1),
(476,'help',1),
(476,'need',1),
(477,'help',1),
(477,'need',1),
(452,'hiking',1),
(452,'national',1),
(452,'parks',1),
(452,'rocky',1),
(452,'mountains',1),
(453,'provincial',1),
(453,'park',1),
(453,'driving',1),
(453,'distances',1),
(453,'kept',1),
(453,'minimum',1),
(453,'lots',1),
(453,'time',1),
(453,'rewarding',1),
(453,'trails',1),
(454,'explore',1),
(454,'western',1),
(454,'canada',1),
(454,'kids',1),
(455,'suites',1),
(455,'cabins',1),
(455,'pool',1),
(455,'lake',1),
(455,'right',1),
(455,'ocean',1),
(455,'promises',1),
(455,'adventure',1),
(455,'whole',1),
(455,'family',1),
(456,'spectacular',1),
(456,'national',1),
(456,'parks',1),
(457,'natural',1),
(457,'habitat',1),
(457,'accommodations',1),
(457,'booked',1),
(457,'comfortable',1),
(457,'lodges',1),
(457,'ideal',1),
(457,'visiting',1),
(458,'lodge',1),
(458,'adventure',1),
(458,'–',1),
(458,'west',1),
(458,'coast',1),
(458,'style',1),
(459,'will',1),
(459,'give',1),
(459,'clients',1),
(459,'true',1),
(459,'taste',1),
(459,'variety',1),
(459,'vastness',1),
(459,'country',1),
(459,'amazing',1),
(459,'combining',1),
(459,'wilderness',1),
(459,'luxury',1),
(522,'detail',4),
(508,'packages',4),
(522,'package',4),
(520,'package',2),
(520,'csm',2),
(520,'packages',2),
(516,'discovery',1),
(516,'coast',1),
(516,'adventure',1),
(517,'coola',2),
(517,'pacific',2),
(517,'spectacular',1),
(517,'passage',1),
(517,'port',1),
(517,'hardy',1),
(517,'vancouver',1),
(517,'island',2),
(517,'quadra',1),
(517,'rim',1),
(517,'park',1),
(517,'make',1),
(517,'complete',1),
(518,'british',1),
(518,'columbia',1),
(518,'carte',1),
(519,'departures',1),
(519,'2026',1),
(520,'detail',2),
(523,'motel',1),
(523,'tour',1),
(524,'legendary',1),
(524,'cariboos',1),
(524,'sunny',1),
(524,'okanagan',1),
(524,'valley',1),
(525,'western',1),
(525,'canada',1),
(525,'choice',1),
(526,'includes',1),
(526,'selected',1),
(526,'moderate',1),
(526,'class',2),
(526,'hotels',2),
(526,'deluxe',1),
(526,'features',1),
(526,'comfortable',1),
(526,'first',1),
(527,'western',1),
(527,'canada',1),
(527,'tesla',1),
(527,'tour',1),
(528,'carbon',1),
(528,'footprint',1),
(528,'offer',1),
(528,'two',1),
(528,'hotel',1),
(528,'categories',1),
(528,'standard',1),
(528,'moderate',2),
(528,'class',3),
(528,'hotels',2),
(528,'deluxe',1),
(528,'featuring',1),
(528,'first',2),
(529,'rain',1),
(529,'forests',1),
(529,'rocky',1),
(529,'mountains',1),
(530,'little',1),
(530,'towns',1),
(530,'interior',1),
(530,'awe',1),
(530,'inspiring',1),
(530,'around',1),
(530,'banff',1),
(530,'jasp',1),
(531,'western',1),
(531,'canada',1),
(531,'explorer',1),
(532,'two',1),
(532,'hotel',1),
(532,'categories',1),
(532,'moderate',2),
(532,'class',3),
(532,'hotels',2),
(532,'standard',1),
(532,'first',2),
(532,'deluxe',1),
(533,'classic',1),
(533,'western',1),
(533,'canada',1),
(533,'fly&drive',1),
(534,'fly&drive',1),
(535,'west',1),
(535,'coast',1),
(535,'rockies',1),
(536,'total',1),
(536,'driving',1),
(536,'distance',1),
(536,'reasonable',1),
(536,'enough',1),
(536,'time',1),
(536,'spend',1),
(536,'two',1),
(536,'nights',1),
(536,'rewarding',1),
(536,'locations',1),
(537,'fabulous',1),
(537,'western',1),
(537,'canada',1),
(537,'golf',1),
(537,'spa',1),
(537,'package',1),
(538,'vancouver',1),
(538,'island',1),
(538,'additional',1),
(538,'rounds',1),
(538,'treatments',1),
(538,'day',1),
(538,'adventures',1),
(538,'can',1),
(538,'also',1),
(538,'arranged',1),
(539,'explore',1),
(539,'northwest',1),
(539,'territories',1),
(540,'opportunities',1),
(540,'wildlife',1),
(540,'watching',1),
(540,'free',1),
(540,'roaming',1),
(540,'bison',1),
(540,'moose',1),
(540,'black',1),
(540,'bears',1),
(540,'just',1),
(540,'wild',1),
(540,'animals',1),
(540,'can',1),
(540,'often',1),
(540,'seen',1),
(541,'canadian',1),
(541,'northwest',1),
(542,'olympic',1),
(542,'winter',1),
(542,'games',1),
(542,'2010',1),
(542,'vancouver',1),
(542,'known',1),
(542,'beautiful',1),
(542,'cities',1),
(542,'world',1),
(542,'make',1),
(542,'trip',1),
(542,'complete',1),
(543,'great',1),
(543,'national',1),
(543,'parks',1),
(543,'west',1),
(544,'activities',1),
(544,'wildlife',1),
(544,'moose',1),
(544,'mountain',1),
(544,'goat',1),
(544,'elk',1),
(544,'even',1),
(544,'black',1),
(544,'bear',1),
(544,'can',1),
(544,'viewed',1),
(545,'winter',1),
(545,'package',1),
(547,'vancouver',1),
(547,'island',1),
(547,'self',1),
(547,'drive',1),
(548,'due',1),
(548,'coast’s',1),
(548,'mild',1),
(548,'climate',1),
(548,'programme',1),
(548,'worthwhile',1),
(548,'season',1);
/*!40000 ALTER TABLE `cmsqy_module_search_index` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_search_items`
--

DROP TABLE IF EXISTS `cmsqy_module_search_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_search_items` (
  `id` int(11) NOT NULL,
  `module_name` varchar(100) DEFAULT NULL,
  `content_id` int(11) DEFAULT NULL,
  `extra_attr` varchar(100) DEFAULT NULL,
  `expires` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `module_name` (`module_name`),
  KEY `content_id` (`content_id`),
  KEY `extra_attr` (`extra_attr`),
  KEY `cmsqy_index_search_items` (`module_name`,`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_search_items`
--

LOCK TABLES `cmsqy_module_search_items` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_search_items` DISABLE KEYS */;
INSERT INTO `cmsqy_module_search_items` (`id`, `module_name`, `content_id`, `extra_attr`, `expires`) VALUES (384,'Search',39,'content',NULL),
(523,'LISEPackages',29,'title',NULL),
(508,'Search',50,'content',NULL),
(387,'Search',40,'content',NULL),
(388,'Search',41,'content',NULL),
(389,'Search',43,'content',NULL),
(390,'Search',45,'content',NULL),
(391,'Search',47,'content',NULL),
(437,'LISEPackages',1,'Item',NULL),
(449,'LISEPackages',2,'Item',NULL),
(447,'LISEPackages',3,'Item',NULL),
(441,'LISEPackages',4,'Item',NULL),
(396,'LISEPackages',9,'Item',NULL),
(397,'LISEPackages',10,'Item',NULL),
(398,'LISEPackages',11,'Item',NULL),
(399,'LISEPackages',12,'Item',NULL),
(400,'LISEPackages',14,'Item',NULL),
(439,'LISEPackages',15,'Item',NULL),
(402,'LISEPackages',16,'Item',NULL),
(403,'LISEPackages',17,'Item',NULL),
(404,'LISEPackages',18,'Item',NULL),
(405,'LISEPackages',19,'Item',NULL),
(406,'LISEPackages',20,'Item',NULL),
(407,'LISEPackages',21,'Item',NULL),
(453,'LISEPackages',22,'Item',NULL),
(459,'LISEPackages',23,'Item',NULL),
(455,'LISEPackages',24,'Item',NULL),
(457,'LISEPackages',25,'Item',NULL),
(412,'LISEPackages',26,'Item',NULL),
(517,'LISEPackages',27,'Item',NULL),
(519,'LISEPackages',28,'Item',NULL),
(524,'LISEPackages',29,'Item',NULL),
(526,'LISEPackages',30,'Item',NULL),
(528,'LISEPackages',31,'Item',NULL),
(530,'LISEPackages',32,'Item',NULL),
(532,'LISEPackages',33,'Item',NULL),
(534,'LISEPackages',34,'Item',NULL),
(536,'LISEPackages',35,'Item',NULL),
(538,'LISEPackages',36,'Item',NULL),
(540,'LISEPackages',37,'Item',NULL),
(542,'LISEPackages',38,'Item',NULL),
(544,'LISEPackages',39,'Item',NULL),
(548,'LISEPackages',40,'Item',NULL),
(427,'LISEPackages',41,'Item',NULL),
(546,'LISEPackages',42,'Item',NULL),
(429,'LISEPages',1,'Item',NULL),
(430,'LISEPages',2,'Item',NULL),
(431,'LISEPages',3,'Item',NULL),
(432,'LISEPages',4,'Item',NULL),
(433,'LISEPages',5,'Item',NULL),
(434,'LISEPages',6,'Item',NULL),
(435,'LISEPages',7,'Item',NULL),
(436,'LISEPackages',1,'title',NULL),
(438,'LISEPackages',15,'title',NULL),
(440,'LISEPackages',4,'title',NULL),
(448,'LISEPackages',2,'title',NULL),
(446,'LISEPackages',3,'title',NULL),
(476,'LISEPages',8,'title',NULL),
(477,'LISEPages',8,'Item',NULL),
(452,'LISEPackages',22,'title',NULL),
(454,'LISEPackages',24,'title',NULL),
(456,'LISEPackages',25,'title',NULL),
(458,'LISEPackages',23,'title',NULL),
(522,'Search',52,'content',NULL),
(520,'Search',38,'content',NULL),
(516,'LISEPackages',27,'title',NULL),
(518,'LISEPackages',28,'title',NULL),
(525,'LISEPackages',30,'title',NULL),
(527,'LISEPackages',31,'title',NULL),
(529,'LISEPackages',32,'title',NULL),
(531,'LISEPackages',33,'title',NULL),
(533,'LISEPackages',34,'title',NULL),
(535,'LISEPackages',35,'title',NULL),
(537,'LISEPackages',36,'title',NULL),
(539,'LISEPackages',37,'title',NULL),
(541,'LISEPackages',38,'title',NULL),
(543,'LISEPackages',39,'title',NULL),
(545,'LISEPackages',42,'title',NULL),
(547,'LISEPackages',40,'title',NULL);
/*!40000 ALTER TABLE `cmsqy_module_search_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_search_items_seq`
--

DROP TABLE IF EXISTS `cmsqy_module_search_items_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_search_items_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_search_items_seq`
--

LOCK TABLES `cmsqy_module_search_items_seq` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_search_items_seq` DISABLE KEYS */;
INSERT INTO `cmsqy_module_search_items_seq` (`id`) VALUES (548);
/*!40000 ALTER TABLE `cmsqy_module_search_items_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_search_words`
--

DROP TABLE IF EXISTS `cmsqy_module_search_words`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_search_words` (
  `word` varchar(255) NOT NULL,
  `count` int(11) DEFAULT NULL,
  PRIMARY KEY (`word`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_search_words`
--

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

--
-- Table structure for table `cmsqy_module_smarty_plugins`
--

DROP TABLE IF EXISTS `cmsqy_module_smarty_plugins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_smarty_plugins` (
  `sig` varchar(80) NOT NULL,
  `name` varchar(80) NOT NULL,
  `module` varchar(160) NOT NULL,
  `type` varchar(40) NOT NULL,
  `callback` varchar(255) NOT NULL,
  `available` int(11) DEFAULT NULL,
  `cachable` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`sig`),
  KEY `cmsqy_idx_smp_module` (`module`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_smarty_plugins`
--

LOCK TABLES `cmsqy_module_smarty_plugins` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_smarty_plugins` DISABLE KEYS */;
INSERT INTO `cmsqy_module_smarty_plugins` (`sig`, `name`, `module`, `type`, `callback`, `available`, `cachable`) VALUES ('1067553f16c8b101d638109a3192c66b','FileManager','FileManager','function','s:15:\"function_plugin\";',1,0),
('daa88677038259b5f481642854cdcee1','LISELoader','LISE','function','a:2:{i:0;s:10:\"LISELoader\";i:1;s:6:\"loader\";}',1,1),
('89db15907b095c8b667635db366ce281','Navigator','Navigator','function','s:15:\"function_plugin\";',1,0),
('6e48542c3a68893ddba764b6f7b87f4b','nav_breadcrumbs','Navigator','function','s:15:\"nav_breadcrumbs\";',1,1),
('10cf00fc6ca5b59a961044ef0ea9c061','Search','Search','function','s:15:\"function_plugin\";',1,0),
('ef6c9a9d4dab6989b5da62e2f9a68cf6','search','Search','function','s:15:\"function_plugin\";',1,1);
/*!40000 ALTER TABLE `cmsqy_module_smarty_plugins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_templates`
--

DROP TABLE IF EXISTS `cmsqy_module_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_templates` (
  `module_name` varchar(160) DEFAULT NULL,
  `template_name` varchar(160) DEFAULT NULL,
  `content` text DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  KEY `cmsqy_idx_module_templates_by_module_and_tpl_name` (`module_name`,`template_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_templates`
--

LOCK TABLES `cmsqy_module_templates` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_templates` DISABLE KEYS */;
INSERT INTO `cmsqy_module_templates` (`module_name`, `template_name`, `content`, `create_date`, `modified_date`) VALUES ('LISEPackages','summary_default','{if $items|@count > 0}\n\n	{if $pagecount > 1}\n	<!-- pagination -->\n	<p>\n		{if $pagenumber > 1}\n			{$firstpage}&nbsp;{$prevpage}&nbsp;\n		{/if}\n			{foreach from=$pagelinks item=page}\n				{$page->link}\n			{/foreach}\n		{if $pagenumber < $pagecount}\n			&nbsp;{$nextpage}&nbsp;{$lastpage}\n		{/if}\n	</p>\n	<!-- pagination //-->\n	{/if}\n	\n	<!-- items -->\n	{foreach from=$items item=item}\n	<!-- item -->\n	<div class=\"item\">\n	\n		<h2 class=\"item-title\">{$item->title}</h2>\n	\n		{if !empty($item->fielddefs)}\n		<!-- field definitions -->\n		<div class=\"item-properties\">\n			{foreach from=$item->fielddefs item=fielddef}\n	\n			{*\n				Categories were moved to field definitions.\n				If you need Categories, create new Field definition with alias \"category\"\n				and Categories will be available again.\n			*}\n	\n			{if $fielddef.type == \'Categories\' && ($fielddef.value != \'\')}\n	\n			{* use LISELoader plugin if you need Category information in default module action templates *}\n			{LISELoader item=\'category\' force_array=1 value=$fielddef.value assign=\'cats\'}\n	\n			<!-- categories -->\n			<div class=\"item-category\">\n				Category: {implode(\',\', $cats)}\n			</div>\n			<!-- categories //-->\n			{/if}\n	\n			{if $fielddef.value && $fielddef.type != \'Categories\'}\n				{if $fielddef.type == \'SelectFile\' || $fielddef.type == \'FileUpload\'}\n					{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a><br />\n				{elseif $fielddef.type == \'SelectDateTime\'}\n					{$fielddef.name}: {$fielddef.value|cms_date_format}<br />\n				{else}\n					{$fielddef.name}: {$fielddef.value}<br />\n				{/if}\n			{/if}\n	\n			{/foreach}\n		</div>\n		<!-- field definitions //-->\n		{/if}\n	\n		<a href=\"{$item->url}\">more</a>\n	</div>\n	<!-- item //-->\n	{/foreach}\n	<!-- items //-->\n\n{/if}','2026-06-11 13:42:43','2026-06-11 13:42:43'),
('LISEPackages','summary_searchresults','{include file=\'cms_template:package-search-results\'}','2026-06-28 13:12:17','2026-06-28 13:12:17'),
('LISEPackages','detail_default','<!-- item -->\n<div class=\"item\">\n	<h2 class=\"item-title\">{$item->title|cms_escape}</h2>\n\n	{if !empty($item->fielddefs)}\n\n	<div class=\"item-properties\">\n		{foreach from=$item->fielddefs item=fielddef}\n\n		{*\n			Categories were moved to field definitions.\n			If you need Categories, create new Field definition with alias \"category\"\n			and Categories will be available again.\n		*}\n\n		{if $fielddef.type == \'Categories\' && ($fielddef.value != \'\')}\n\n			{* use LISELoader plugin if you need Category information in default module action templates *}\n			{LISELoader item=\'category\' force_array=1 value=$fielddef.value assign=\'cats\'}\n	\n			<!-- categories -->\n			<div class=\"item-category\">\n				Category: {implode(\',\', $cats)}\n			</div>\n			<!-- categories //-->\n			\n		{/if}\n\n		{if $fielddef.value && $fielddef.type != \'Categories\'}\n			{if $fielddef.type == \'SelectFile\' || $fielddef.type == \'FileUpload\'}\n				{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a><br />\n		{elseif $fielddef.type == \'SelectDateTime\'}\n					{$fielddef.name}: {$fielddef.value|cms_date_format}<br />\n		{else}\n			{$fielddef.name}: {$fielddef.value}<br />\n			{/if}\n		{/if}\n\n		{/foreach}\n	</div>\n\n	{/if}\n	\n	<a href=\"{$return_url}\" class=\"return-link\">return</a>\n	{* or use {$return_link} to create link tag *}\n	\n</div>\n<!-- item //-->','2026-06-11 13:42:43','2026-06-11 13:42:43'),
('LISEPackages','search_default','{$formstart}\r\n\r\n<!-- Your filter inputs or search fields go here -->\r\n<input type=\"text\" name=\"{$actionid}search\" value=\"\" />\r\n\r\n<div class=\"submit\">\r\n    <input type=\"submit\" name=\"{$actionid}submit\" value=\"Search\" />\r\n</div>\r\n\r\n{$formend}','2026-06-28 13:49:05','2026-06-28 13:49:05'),
('LISEPackages','search_filter','<div id=\"{$modulealias}_filter\">\n\n	<h3>{$filterprompt}</h3>\n\n	{$formstart}\n\n		{foreach from=$fielddefs item=fielddef}\n		<div class=\"form-row\">\n			\n		{if $fielddef.type != \'Categories\'}\n			<label for=\"filter_{$fielddef->alias}\">{$fielddef->name}</label>\n			\n			{if $fielddef.type == \'Checkbox\'}\n				<input type=\"checkbox\" name=\"{$actionid}search_{$fielddef->alias}\" id=\"filter_{$fielddef->alias}\" value=\"{$fielddef->value}\" />\n			{else}\n			\n			<select name=\"{$actionid}search_{$fielddef->alias}\" id=\"filter_{$fielddef->alias}\">\n				<option value=\'\'>{$mod->ModLang(\'all\')}</option>\n				{foreach from=$fielddef->values item=value}\n				<option>{$value}</option>\n				{/foreach}\n			</select>\n			{/if}\n			\n		{/if}\n			\n		</div>\n		{/foreach}\n	\n		<input class=\"search-button\" name=\"submit\" value=\"{$mod->ModLang(\'search\')}\" type=\"submit\" />\n\n	{$formend}\n\n</div>','2026-06-11 13:42:43','2026-06-11 13:42:43'),
('LISEPackages','search_multiselect','<div id=\"{$modulealias}_filter\">\n\n	<h3>{$filterprompt}</h3>\n\n	{$formstart}\n\n		{foreach from=$fielddefs item=fielddef}\n		<div class=\"filter form-row\">\n\n		{if $fielddef.type != \'Categories\'}\n		\n			<label>{$fielddef->name}</label><br />\n			{if $fielddef.type == \'Checkbox\'}\n				\n				<input type=\"checkbox\" name=\"{$actionid}search_{$fielddef->alias}\" id=\"filter_{$fielddef->alias}\" value=\"{$fielddef->value}\" />\n			{else}\n				\n				<select name=\"{$actionid}search_{$fielddef->alias}[]\" size=\"5\" multiple=\"multiple\">\n					{foreach from=$fielddef->values item=\'value\'}\n					<option value=\"{$value}\">{$value}</option>\n					{/foreach}\n				</select>\n			{/if}\n		{/if}\n		</div>\n		{/foreach}\n\n		<input class=\"search-button\" name=\"submit\" value=\"{$mod->ModLang(\'filter\')}\" type=\"submit\" />\n\n	{$formend}\n</div>','2026-06-11 13:42:43','2026-06-11 13:42:43'),
('LISEPackages','category_default','<!-- categories -->\n<ul>\n{foreach from=$categories item=category}\n	<li class=\"category-{$category->alias}\">\n		<a class=\"category-name\" href=\"{$category->url}\">{$category->name} ({$category->items|count})</a>\n			{if !empty($category->description)}\n			<div class=\"category-description\">\n				{eval var=$category->description}\n			</div>\n			{/if}\n	</li>\n{/foreach}\n<ul>\n<!-- categories //-->','2026-06-11 13:42:43','2026-06-11 13:42:43'),
('LISEPackages','category_hierarchy','<!-- categories hierarchy -->\n<ul class=\"categories\">\n{foreach from=$categories item=category}\n\n{if $category->depth > $category->prevdepth}\n	{repeat string=\"<ul>\" times=$category->depth-$category->prevdepth}\n{elseif $category->depth < $category->prevdepth}\n	{repeat string=\"</li></ul>\" times=$category->prevdepth-$category->depth}\n	</li>\n{elseif $category->index > 0}\n	</li>\n{/if}\n\n{if $category->current}\n<li class=\"category-{$category->alias} current{if $category->parent == true || $category->children|@count > 0} parent{/if}\">\n	<a href=\"{$category->url}\">{$category->menutext}</a>\n{else}\n<li class=\"category-{$category->alias}{if $category->parent == true || $category->children|@count > 0} parent{/if}\">\n	<a href=\"{$category->url}\">{$category->menutext}</a>\n{/if}\n\n{/foreach}\n\n	{repeat string=\"</li></ul>\" times=$category->depth-1}\n	</li>\n</ul>\n<!-- categories hierarchy //-->','2026-06-11 13:42:43','2026-06-11 13:42:43'),
('LISEPackages','archive_default','{if $archives|@count > 0}\n\n    <!-- archives -->\n    <ul>\n        {foreach from=$archives item=\'archive\'}\n            <li><a href=\"{$archive->url}\">{$archive->month}/{$archive->year} ({$archive->count})</a> [{$archive->timestamp|cms_date_format:\'%B %Y\'}]</li>    \n        {/foreach}\n    </ul>\n    <!-- archives //-->\n    \n{/if}','2026-06-11 13:42:43','2026-06-11 13:42:43'),
('LISEInspiration','search_filter','<div id=\"{$modulealias}_filter\">\n\n	<h3>{$filterprompt}</h3>\n\n	{$formstart}\n\n		{foreach from=$fielddefs item=fielddef}\n		<div class=\"form-row\">\n			\n		{if $fielddef.type != \'Categories\'}\n			<label for=\"filter_{$fielddef->alias}\">{$fielddef->name}</label>\n			\n			{if $fielddef.type == \'Checkbox\'}\n				<input type=\"checkbox\" name=\"{$actionid}search_{$fielddef->alias}\" id=\"filter_{$fielddef->alias}\" value=\"{$fielddef->value}\" />\n			{else}\n			\n			<select name=\"{$actionid}search_{$fielddef->alias}\" id=\"filter_{$fielddef->alias}\">\n				<option value=\'\'>{$mod->ModLang(\'all\')}</option>\n				{foreach from=$fielddef->values item=value}\n				<option>{$value}</option>\n				{/foreach}\n			</select>\n			{/if}\n			\n		{/if}\n			\n		</div>\n		{/foreach}\n	\n		<input class=\"search-button\" name=\"submit\" value=\"{$mod->ModLang(\'search\')}\" type=\"submit\" />\n\n	{$formend}\n\n</div>','2026-06-17 16:07:39','2026-06-17 16:07:39'),
('LISEInspiration','search_multiselect','<div id=\"{$modulealias}_filter\">\n\n	<h3>{$filterprompt}</h3>\n\n	{$formstart}\n\n		{foreach from=$fielddefs item=fielddef}\n		<div class=\"filter form-row\">\n\n		{if $fielddef.type != \'Categories\'}\n		\n			<label>{$fielddef->name}</label><br />\n			{if $fielddef.type == \'Checkbox\'}\n				\n				<input type=\"checkbox\" name=\"{$actionid}search_{$fielddef->alias}\" id=\"filter_{$fielddef->alias}\" value=\"{$fielddef->value}\" />\n			{else}\n				\n				<select name=\"{$actionid}search_{$fielddef->alias}[]\" size=\"5\" multiple=\"multiple\">\n					{foreach from=$fielddef->values item=\'value\'}\n					<option value=\"{$value}\">{$value}</option>\n					{/foreach}\n				</select>\n			{/if}\n		{/if}\n		</div>\n		{/foreach}\n\n		<input class=\"search-button\" name=\"submit\" value=\"{$mod->ModLang(\'filter\')}\" type=\"submit\" />\n\n	{$formend}\n</div>','2026-06-17 16:07:39','2026-06-17 16:07:39'),
('LISEInspiration','category_default','<!-- categories -->\n<ul>\n{foreach from=$categories item=category}\n	<li class=\"category-{$category->alias}\">\n		<a class=\"category-name\" href=\"{$category->url}\">{$category->name} ({$category->items|count})</a>\n			{if !empty($category->description)}\n			<div class=\"category-description\">\n				{eval var=$category->description}\n			</div>\n			{/if}\n	</li>\n{/foreach}\n<ul>\n<!-- categories //-->','2026-06-17 16:07:39','2026-06-17 16:07:39'),
('LISEInspiration','category_hierarchy','<!-- categories hierarchy -->\n<ul class=\"categories\">\n{foreach from=$categories item=category}\n\n{if $category->depth > $category->prevdepth}\n	{repeat string=\"<ul>\" times=$category->depth-$category->prevdepth}\n{elseif $category->depth < $category->prevdepth}\n	{repeat string=\"</li></ul>\" times=$category->prevdepth-$category->depth}\n	</li>\n{elseif $category->index > 0}\n	</li>\n{/if}\n\n{if $category->current}\n<li class=\"category-{$category->alias} current{if $category->parent == true || $category->children|@count > 0} parent{/if}\">\n	<a href=\"{$category->url}\">{$category->menutext}</a>\n{else}\n<li class=\"category-{$category->alias}{if $category->parent == true || $category->children|@count > 0} parent{/if}\">\n	<a href=\"{$category->url}\">{$category->menutext}</a>\n{/if}\n\n{/foreach}\n\n	{repeat string=\"</li></ul>\" times=$category->depth-1}\n	</li>\n</ul>\n<!-- categories hierarchy //-->','2026-06-17 16:07:39','2026-06-17 16:07:39'),
('LISEInspiration','archive_default','{if $archives|@count > 0}\n\n    <!-- archives -->\n    <ul>\n        {foreach from=$archives item=\'archive\'}\n            <li><a href=\"{$archive->url}\">{$archive->month}/{$archive->year} ({$archive->count})</a> [{$archive->timestamp|cms_date_format:\'%B %Y\'}]</li>    \n        {/foreach}\n    </ul>\n    <!-- archives //-->\n    \n{/if}','2026-06-17 16:07:39','2026-06-17 16:07:39'),
('LISEPages','summary_default','{if $items|@count > 0}\n\n	{if $pagecount > 1}\n	<!-- pagination -->\n	<p>\n		{if $pagenumber > 1}\n			{$firstpage}&nbsp;{$prevpage}&nbsp;\n		{/if}\n			{foreach from=$pagelinks item=page}\n				{$page->link}\n			{/foreach}\n		{if $pagenumber < $pagecount}\n			&nbsp;{$nextpage}&nbsp;{$lastpage}\n		{/if}\n	</p>\n	<!-- pagination //-->\n	{/if}\n	\n	<!-- items -->\n	{foreach from=$items item=item}\n	<!-- item -->\n	<div class=\"item\">\n	\n		<h2 class=\"item-title\">{$item->title}</h2>\n	\n		{if !empty($item->fielddefs)}\n		<!-- field definitions -->\n		<div class=\"item-properties\">\n			{foreach from=$item->fielddefs item=fielddef}\n	\n			{*\n				Categories were moved to field definitions.\n				If you need Categories, create new Field definition with alias \"category\"\n				and Categories will be available again.\n			*}\n	\n			{if $fielddef.type == \'Categories\' && ($fielddef.value != \'\')}\n	\n			{* use LISELoader plugin if you need Category information in default module action templates *}\n			{LISELoader item=\'category\' force_array=1 value=$fielddef.value assign=\'cats\'}\n	\n			<!-- categories -->\n			<div class=\"item-category\">\n				Category: {implode(\',\', $cats)}\n			</div>\n			<!-- categories //-->\n			{/if}\n	\n			{if $fielddef.value && $fielddef.type != \'Categories\'}\n				{if $fielddef.type == \'SelectFile\' || $fielddef.type == \'FileUpload\'}\n					{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a><br />\n				{elseif $fielddef.type == \'SelectDateTime\'}\n					{$fielddef.name}: {$fielddef.value|cms_date_format}<br />\n				{else}\n					{$fielddef.name}: {$fielddef.value}<br />\n				{/if}\n			{/if}\n	\n			{/foreach}\n		</div>\n		<!-- field definitions //-->\n		{/if}\n	\n		<a href=\"{$item->url}\">more</a>\n	</div>\n	<!-- item //-->\n	{/foreach}\n	<!-- items //-->\n\n{/if}','2026-06-17 16:08:27','2026-06-17 16:08:27'),
('LISEInspiration','search_default','<div id=\"{$modulealias}_search\">\n	{$formstart}\n		<label for=\"{$modulealias}searchinput\">{$mod->ModLang(\'searchfor\')}:</label>&nbsp;\n		<input type=\"text\" id=\"{$modulealias}searchinput\" name=\"{$actionid}search\" size=\"20\" maxlength=\"50\" value=\"\" />\n		<input class=\"search-button\" name=\"submit\" value=\"{$mod->ModLang(\'search\')}\" type=\"submit\" />\n	{$formend}\n</div>','2026-06-17 16:07:39','2026-06-17 16:07:39'),
('LISEInspiration','summary_searchresults','{if $items|@count > 0}\n\n{if $pagecount > 1}\n<!-- pagination -->\n<p>\n{if $pagenumber > 1}\n    {$firstpage}&nbsp;{$prevpage}\n{/if}\n{foreach from=$pagelinks item=page}\n    {$page->link}\n{/foreach}\n{if $pagenumber < $pagecount}\n    &nbsp;{$nextpage}&nbsp;{$lastpage}\n{/if}\n</p>\n<!-- pagination //-->\n{/if}\n\n{if !empty($actionparams.search)}\n    <h2>{$mod->ModLang(\'searchresultsfor\')} &quot;{$actionparams.search}&quot;</h2>\n{/if}\n\n<ul>\n{foreach from=$items item=item}\n    <li class=\"item searchresult\">\n        <a href=\"{$item->url}\">{$item->title}</a>\n    </li>\n{/foreach}\n</ul>\n\n{/if}','2026-06-17 16:07:39','2026-06-17 16:07:39'),
('LISEInspiration','detail_default','<!-- item -->\n<div class=\"item\">\n	<h2 class=\"item-title\">{$item->title|cms_escape}</h2>\n\n	{if !empty($item->fielddefs)}\n\n	<div class=\"item-properties\">\n		{foreach from=$item->fielddefs item=fielddef}\n\n		{*\n			Categories were moved to field definitions.\n			If you need Categories, create new Field definition with alias \"category\"\n			and Categories will be available again.\n		*}\n\n		{if $fielddef.type == \'Categories\' && ($fielddef.value != \'\')}\n\n			{* use LISELoader plugin if you need Category information in default module action templates *}\n			{LISELoader item=\'category\' force_array=1 value=$fielddef.value assign=\'cats\'}\n	\n			<!-- categories -->\n			<div class=\"item-category\">\n				Category: {implode(\',\', $cats)}\n			</div>\n			<!-- categories //-->\n			\n		{/if}\n\n		{if $fielddef.value && $fielddef.type != \'Categories\'}\n			{if $fielddef.type == \'SelectFile\' || $fielddef.type == \'FileUpload\'}\n				{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a><br />\n		{elseif $fielddef.type == \'SelectDateTime\'}\n					{$fielddef.name}: {$fielddef.value|cms_date_format}<br />\n		{else}\n			{$fielddef.name}: {$fielddef.value}<br />\n			{/if}\n		{/if}\n\n		{/foreach}\n	</div>\n\n	{/if}\n	\n	<a href=\"{$return_url}\" class=\"return-link\">return</a>\n	{* or use {$return_link} to create link tag *}\n	\n</div>\n<!-- item //-->','2026-06-17 16:07:39','2026-06-17 16:07:39'),
('LISEPackages','detail_ftp_detail','{include file=\'file:assets/templates/header.tpl\'}\r\n{include file=\'file:assets/templates/home.tpl\'}\r\n{include file=\'file:assets/templates/footer.tpl\'}','2026-06-15 14:29:14','2026-06-15 14:29:14'),
('LISEPackages','summary_featured_package_slider','{include file=\'cms_template:featured_package_slider\'}','2026-06-18 11:10:16','2026-06-18 11:10:16'),
('LISEPackages','detail_Package Detail','{strip}\r\n    {cms_module module=\'MAMS\' assign=\'mams_load\'}\r\n    {assign var=\'is_logged_in\' value=false}\r\n    {if isset($ccUser) && $ccUser->loggedin()}\r\n        {assign var=\'is_logged_in\' value=true}\r\n    {/if}\r\n    {assign var=\'is_reslynx\' value=false}\r\n    {if $smarty.get.layout == \'reslynx\' || $smarty.get.cntnt01layout == \'reslynx\'}\r\n        {assign var=\'is_reslynx\' value=true}\r\n    {/if}\r\n{/strip}\r\n\r\n{if $is_reslynx}\r\n    {* This design template must exist in Design Manager or LISE *}\r\n    {include file=\'cms_template:package_detail_reslynx\'}\r\n\r\n{elseif $is_logged_in}\r\n    {* This matches ID 31 in your screenshot *}\r\n    {include file=\'cms_template:csm package detail\'}\r\n\r\n{else}\r\n    <div style=\"padding:50px; text-align:center;\">\r\n        <h3>Agent Access Required</h3>\r\n        <p><a href=\"https://www.csmtravel.com/cmss/lisepages/partners\">Click here to Login</a></p>\r\n    </div>\r\n{/if}','2026-06-29 22:44:00','2026-06-29 22:44:00'),
('LISEInspiration','summary_default','{if $items|@count > 0}\n\n	{if $pagecount > 1}\n	<!-- pagination -->\n	<p>\n		{if $pagenumber > 1}\n			{$firstpage}&nbsp;{$prevpage}&nbsp;\n		{/if}\n			{foreach from=$pagelinks item=page}\n				{$page->link}\n			{/foreach}\n		{if $pagenumber < $pagecount}\n			&nbsp;{$nextpage}&nbsp;{$lastpage}\n		{/if}\n	</p>\n	<!-- pagination //-->\n	{/if}\n	\n	<!-- items -->\n	{foreach from=$items item=item}\n	<!-- item -->\n	<div class=\"item\">\n	\n		<h2 class=\"item-title\">{$item->title}</h2>\n	\n		{if !empty($item->fielddefs)}\n		<!-- field definitions -->\n		<div class=\"item-properties\">\n			{foreach from=$item->fielddefs item=fielddef}\n	\n			{*\n				Categories were moved to field definitions.\n				If you need Categories, create new Field definition with alias \"category\"\n				and Categories will be available again.\n			*}\n	\n			{if $fielddef.type == \'Categories\' && ($fielddef.value != \'\')}\n	\n			{* use LISELoader plugin if you need Category information in default module action templates *}\n			{LISELoader item=\'category\' force_array=1 value=$fielddef.value assign=\'cats\'}\n	\n			<!-- categories -->\n			<div class=\"item-category\">\n				Category: {implode(\',\', $cats)}\n			</div>\n			<!-- categories //-->\n			{/if}\n	\n			{if $fielddef.value && $fielddef.type != \'Categories\'}\n				{if $fielddef.type == \'SelectFile\' || $fielddef.type == \'FileUpload\'}\n					{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a><br />\n				{elseif $fielddef.type == \'SelectDateTime\'}\n					{$fielddef.name}: {$fielddef.value|cms_date_format}<br />\n				{else}\n					{$fielddef.name}: {$fielddef.value}<br />\n				{/if}\n			{/if}\n	\n			{/foreach}\n		</div>\n		<!-- field definitions //-->\n		{/if}\n	\n		<a href=\"{$item->url}\">more</a>\n	</div>\n	<!-- item //-->\n	{/foreach}\n	<!-- items //-->\n\n{/if}','2026-06-17 16:07:39','2026-06-17 16:07:39'),
('LISEPages','summary_searchresults','{if $items|@count > 0}\n\n{if $pagecount > 1}\n<!-- pagination -->\n<p>\n{if $pagenumber > 1}\n    {$firstpage}&nbsp;{$prevpage}\n{/if}\n{foreach from=$pagelinks item=page}\n    {$page->link}\n{/foreach}\n{if $pagenumber < $pagecount}\n    &nbsp;{$nextpage}&nbsp;{$lastpage}\n{/if}\n</p>\n<!-- pagination //-->\n{/if}\n\n{if !empty($actionparams.search)}\n    <h2>{$mod->ModLang(\'searchresultsfor\')} &quot;{$actionparams.search}&quot;</h2>\n{/if}\n\n<ul>\n{foreach from=$items item=item}\n    <li class=\"item searchresult\">\n        <a href=\"{$item->url}\">{$item->title}</a>\n    </li>\n{/foreach}\n</ul>\n\n{/if}','2026-06-17 16:08:27','2026-06-17 16:08:27'),
('LISEPages','detail_default','<!-- item -->\r\n<div class=\"item\">\r\n	<h2 class=\"item-title\">{$item->title|cms_escape}</h2>\r\ntest\r\n	{if !empty($item->fielddefs)}\r\n\r\n	<div class=\"item-properties\">\r\n		{foreach from=$item->fielddefs item=fielddef}\r\n\r\n		{*\r\n			Categories were moved to field definitions.\r\n			If you need Categories, create new Field definition with alias \"category\"\r\n			and Categories will be available again.\r\n		*}\r\n\r\n		{if $fielddef.type == \'Categories\' && ($fielddef.value != \'\')}\r\n\r\n			{* use LISELoader plugin if you need Category information in default module action templates *}\r\n			{LISELoader item=\'category\' force_array=1 value=$fielddef.value assign=\'cats\'}\r\n	\r\n			<!-- categories -->\r\n			<div class=\"item-category\">\r\n				Category: {implode(\',\', $cats)}\r\n			</div>\r\n			<!-- categories //-->\r\n			\r\n		{/if}\r\n\r\n		{if $fielddef.value && $fielddef.type != \'Categories\'}\r\n			{if $fielddef.type == \'SelectFile\' || $fielddef.type == \'FileUpload\'}\r\n				{$fielddef.name}: <a href=\"{$fielddef->GetImagePath(true)}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n		{elseif $fielddef.type == \'SelectDateTime\'}\r\n					{$fielddef.name}: {$fielddef.value|cms_date_format}<br />\r\n		{else}\r\n			{$fielddef.name}: {$fielddef.value}<br />\r\n			{/if}\r\n		{/if}\r\n\r\n		{/foreach}\r\n	</div>\r\n\r\n	{/if}\r\n	\r\n	<a href=\"{$return_url}\" class=\"return-link\">return</a>\r\n	{* or use {$return_link} to create link tag *}\r\n	\r\n</div>\r\n<!-- item //-->','2026-06-22 14:59:56','2026-06-22 14:59:56'),
('LISEPages','search_default','<div id=\"{$modulealias}_search\">\n	{$formstart}\n		<label for=\"{$modulealias}searchinput\">{$mod->ModLang(\'searchfor\')}:</label>&nbsp;\n		<input type=\"text\" id=\"{$modulealias}searchinput\" name=\"{$actionid}search\" size=\"20\" maxlength=\"50\" value=\"\" />\n		<input class=\"search-button\" name=\"submit\" value=\"{$mod->ModLang(\'search\')}\" type=\"submit\" />\n	{$formend}\n</div>','2026-06-17 16:08:27','2026-06-17 16:08:27'),
('LISEPages','search_filter','<div id=\"{$modulealias}_filter\">\n\n	<h3>{$filterprompt}</h3>\n\n	{$formstart}\n\n		{foreach from=$fielddefs item=fielddef}\n		<div class=\"form-row\">\n			\n		{if $fielddef.type != \'Categories\'}\n			<label for=\"filter_{$fielddef->alias}\">{$fielddef->name}</label>\n			\n			{if $fielddef.type == \'Checkbox\'}\n				<input type=\"checkbox\" name=\"{$actionid}search_{$fielddef->alias}\" id=\"filter_{$fielddef->alias}\" value=\"{$fielddef->value}\" />\n			{else}\n			\n			<select name=\"{$actionid}search_{$fielddef->alias}\" id=\"filter_{$fielddef->alias}\">\n				<option value=\'\'>{$mod->ModLang(\'all\')}</option>\n				{foreach from=$fielddef->values item=value}\n				<option>{$value}</option>\n				{/foreach}\n			</select>\n			{/if}\n			\n		{/if}\n			\n		</div>\n		{/foreach}\n	\n		<input class=\"search-button\" name=\"submit\" value=\"{$mod->ModLang(\'search\')}\" type=\"submit\" />\n\n	{$formend}\n\n</div>','2026-06-17 16:08:27','2026-06-17 16:08:27'),
('LISEPages','search_multiselect','<div id=\"{$modulealias}_filter\">\n\n	<h3>{$filterprompt}</h3>\n\n	{$formstart}\n\n		{foreach from=$fielddefs item=fielddef}\n		<div class=\"filter form-row\">\n\n		{if $fielddef.type != \'Categories\'}\n		\n			<label>{$fielddef->name}</label><br />\n			{if $fielddef.type == \'Checkbox\'}\n				\n				<input type=\"checkbox\" name=\"{$actionid}search_{$fielddef->alias}\" id=\"filter_{$fielddef->alias}\" value=\"{$fielddef->value}\" />\n			{else}\n				\n				<select name=\"{$actionid}search_{$fielddef->alias}[]\" size=\"5\" multiple=\"multiple\">\n					{foreach from=$fielddef->values item=\'value\'}\n					<option value=\"{$value}\">{$value}</option>\n					{/foreach}\n				</select>\n			{/if}\n		{/if}\n		</div>\n		{/foreach}\n\n		<input class=\"search-button\" name=\"submit\" value=\"{$mod->ModLang(\'filter\')}\" type=\"submit\" />\n\n	{$formend}\n</div>','2026-06-17 16:08:27','2026-06-17 16:08:27'),
('LISEPages','category_default','<!-- categories -->\n<ul>\n{foreach from=$categories item=category}\n	<li class=\"category-{$category->alias}\">\n		<a class=\"category-name\" href=\"{$category->url}\">{$category->name} ({$category->items|count})</a>\n			{if !empty($category->description)}\n			<div class=\"category-description\">\n				{eval var=$category->description}\n			</div>\n			{/if}\n	</li>\n{/foreach}\n<ul>\n<!-- categories //-->','2026-06-17 16:08:27','2026-06-17 16:08:27'),
('LISEPages','category_hierarchy','<!-- categories hierarchy -->\n<ul class=\"categories\">\n{foreach from=$categories item=category}\n\n{if $category->depth > $category->prevdepth}\n	{repeat string=\"<ul>\" times=$category->depth-$category->prevdepth}\n{elseif $category->depth < $category->prevdepth}\n	{repeat string=\"</li></ul>\" times=$category->prevdepth-$category->depth}\n	</li>\n{elseif $category->index > 0}\n	</li>\n{/if}\n\n{if $category->current}\n<li class=\"category-{$category->alias} current{if $category->parent == true || $category->children|@count > 0} parent{/if}\">\n	<a href=\"{$category->url}\">{$category->menutext}</a>\n{else}\n<li class=\"category-{$category->alias}{if $category->parent == true || $category->children|@count > 0} parent{/if}\">\n	<a href=\"{$category->url}\">{$category->menutext}</a>\n{/if}\n\n{/foreach}\n\n	{repeat string=\"</li></ul>\" times=$category->depth-1}\n	</li>\n</ul>\n<!-- categories hierarchy //-->','2026-06-17 16:08:27','2026-06-17 16:08:27'),
('LISEPages','archive_default','{if $archives|@count > 0}\n\n    <!-- archives -->\n    <ul>\n        {foreach from=$archives item=\'archive\'}\n            <li><a href=\"{$archive->url}\">{$archive->month}/{$archive->year} ({$archive->count})</a> [{$archive->timestamp|cms_date_format:\'%B %Y\'}]</li>    \n        {/foreach}\n    </ul>\n    <!-- archives //-->\n    \n{/if}','2026-06-17 16:08:27','2026-06-17 16:08:27'),
('LISEInspiration','summary_inspiration','{include file=\'cms_template:csm inspiration summary\'}','2026-06-18 11:33:26','2026-06-18 11:33:26'),
('LISEInspiration','detail_Inspiration detail','{include file=\'cms_template:inspiration_detail\'} ','2026-06-19 11:33:08','2026-06-19 11:33:08'),
('LISEInspiration','summary_featured_package_slider','{include file=\'cms_template:featured_inspiration_slider\'}','2026-06-19 13:20:44','2026-06-19 13:20:44'),
('LISEPackages','summary_package_summary_1','{include file=\'cms_template:package_summary_1\'}','2026-06-20 12:42:28','2026-06-20 12:42:28'),
('LISEPackages','summary_package_summary_2','{include file=\'cms_template:package_summary_2\'}','2026-06-20 12:42:54','2026-06-20 12:42:57'),
('LISEInspiration','summary_inspiration_summary','{include file=\'cms_template:inspiration_summary\'}','2026-06-20 12:55:38','2026-06-20 12:55:38'),
('LISEPages','detail_pages_detail','{extends file=\'cms_template:csm master\'}\r\n\r\n{block name=\'content\'}\r\n\r\n\r\n\r\n    <!-- breadcrumb area start -->\r\n    <!-- rts breadcrumb area start -->\r\n<div class=\"rts-breadcrumb-area one\" data-bg-src=\"{uploads_url}/{$item->image|replace:\' \':\'%20\'}\">\r\n    <div class=\"container h-100\">\r\n        <div class=\"breadcrumb-area-wrapper\">\r\n            <div class=\"nav-bread-crumb\">\r\n                <a href=\"index.html\">Home</a>\r\n                <span><i class=\"fa-regular fa-chevron-right\"></i></span>\r\n                <a href=\"#\" class=\"current\">Inspiration</a>\r\n            </div>\r\n            <h1 class=\"title\">{$item->title}</h1>\r\n        </div>\r\n    </div>\r\n</div>\r\n    <!-- rts breadcrumb area end -->\r\n    <!-- breadcrumb area end -->\r\n\r\n    \r\n\r\n    <div class=\"rts-tour-details-area pt--60 rts-section-gapBottom bg-white\">\r\n        <div class=\"container\">\r\n            <div class=\"bottom-content-area g-5 mt--50\">\r\n                <div class=\"left\">\r\n                    <div class=\"tour-details-wrapper content-box radius-10 border overflow-hidden\">\r\n                        <div class=\"tour-content\">\r\n                            <div class=\"left-content\" style=\"max-width: 650px;\" >\r\n                                <h4 class=\"title\">{$item->subtitle}</h4>\r\n                                <ul class=\"meta-area\">\r\n                                    <li><i class=\"fa-regular fa-location-dot\"></i> {$item->destination}</li>\r\n                                    <li><i class=\"fa-solid fa-hashtag\"></i> {$item->trip_types}</li>\r\n                                    <li><i class=\"fa-solid fa-hashtag\"></i> {$item->package_code}</li>\r\n\r\n                                </ul>\r\n\r\n                            </div>\r\n                            <div class=\"right-content\">\r\n                                <div class=\"day-left\">\r\n                                    <h4>{$item->duration|regex_replace:\'/^(\\d+).*/\':\'$1\'}</h4>\r\n                                    <p>days</p>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                        <ul class=\"feature-list-area\">\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/03.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Activity Level</p>\r\n                                    <h6>{$item->activity_level}</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/04.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Accommodation</p>\r\n                                    <h6>Budget</h6>\r\n                                </div>\r\n                            </li>\r\n                            <li>\r\n                                <div class=\"icon\"><img src=\"{uploads_url}/csm/assets/images/trip/icon/06.svg\" alt=\"\"></div>\r\n                                <div class=\"text\">\r\n                                    <p>Starts from</p>\r\n                                    <h6>{$item->start}</h6>\r\n                                </div>\r\n                            </li>\r\n\r\n                            </li>\r\n                        </ul>\r\n                    </div>\r\n\r\n                    <div class=\"content-box tour-details-tab-area radius-10 border overflow-hidden\">\r\n                        <ul class=\"nav nav-tabs border-bottom\" id=\"myTab\" role=\"tablist\">\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link active\" id=\"overview-tab\" data-bs-toggle=\"tab\"\r\n                                    data-bs-target=\"#overview\" type=\"button\" role=\"tab\" aria-controls=\"overview\"\r\n                                    aria-selected=\"true\">Overview</button>\r\n                            </li>\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link\" id=\"itinerary-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#itinerary\"\r\n                                    type=\"button\" role=\"tab\" aria-controls=\"itinerary\"\r\n                                    aria-selected=\"false\">Itinerary</button>\r\n                            </li>\r\n\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link\" id=\"location-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#location\"\r\n                                    type=\"button\" role=\"tab\" aria-controls=\"location\"\r\n                                    aria-selected=\"false\">Location</button>\r\n                            </li>\r\n                            <li class=\"nav-item\" role=\"presentation\">\r\n                                <button class=\"nav-link\" id=\"gallery-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#gallery\"\r\n                                    type=\"button\" role=\"tab\" aria-controls=\"gallery\" aria-selected=\"false\">Gallery</button>\r\n                            </li>\r\n                        </ul>\r\n\r\n                        <div class=\"tour-details-tab-content\" id=\"myTabContent\">\r\n                            <div class=\"tab-pane fade show active\" id=\"overview\" role=\"tabpanel\"\r\n                                aria-labelledby=\"overview-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"overview-area mb--60\">\r\n                                        <h5 class=\"title mb--15\">Overview</h5>\r\n                                        <p class=\"desc\">{$item->route}</p>\r\n                                        <p class=\"desc\">{$item->introduction}</p>\r\n                                    </div>\r\n                                    <div class=\"highlight-area\">\r\n                                        <h5 class=\"title\">Highlights:</h5>\r\n\r\n                                        <style>\r\n                                            .tour-inclusions ul {\r\n                                                list-style: none;\r\n                                                padding: 0;\r\n                                                margin: 0;\r\n                                            }\r\n\r\n                                            .tour-inclusions li {\r\n                                                position: relative;\r\n\r\n                                                margin-bottom: 10px;\r\n                                            }\r\n                                        </style>\r\n\r\n                                        <div class=\"tour-inclusions\">\r\n                                            {$item->body|replace:\'<li>\':\'<li><i class=\"fa-regular fa-check\">&nbsp;&nbsp;  </i>  \'}\r\n                                        </div>\r\n\r\n\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n\r\n                            <div class=\"tab-pane fade\" id=\"itinerary\" role=\"tabpanel\" aria-labelledby=\"itinerary-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"itinerary-area\">\r\n                                        <div class=\"itinerary-header\">\r\n                                            <h2>Itinerary</h2>\r\n                                            {$item->route}\r\n                                        </div>\r\n                                        <div class=\"itinerary-list\">\r\n                                            <style>\r\n                                                .itinerary-list {\r\n                                                    width: 100%;\r\n                                                    text-align: left;\r\n                                                    padding-left: 15px !important;\r\n                                                    margin-left: 0 !important;\r\n                                                }\r\n\r\n                                                .itinerary-item {\r\n                                                    padding-left: 40px !important;\r\n                                                    margin-left: 0 !important;\r\n                                                }\r\n\r\n                                                .itinerary-title {\r\n                                                    text-align: left !important;\r\n                                                    background: transparent;\r\n                                                    border: none;\r\n                                                    display: flex !important;\r\n                                                    align-items: center !important;\r\n                                                    padding-left: 0 !important;\r\n                                                    margin-left: 0 !important;\r\n                                                }\r\n\r\n                                                .itinerary-content {\r\n                                                    padding-left: 5px !important;\r\n                                                    margin-left: 0 !important;\r\n                                                }\r\n                                            </style>\r\n                                            <div class=\"itinerary-list\">\r\n                                                {$clean_details = $item->package_details|replace:\'<ul>\':\'\'|replace:\'</ul>\':\'\'|trim}\r\n                                                {$li_items = \"<li>\"|explode:$clean_details}\r\n                                                {$itinerary_days = []}\r\n                                                {foreach from=$li_items item=li}\r\n                                                    {$cleaned_li = $li|replace:\'</li>\':\'\'|trim}\r\n                                                    {if !empty($cleaned_li)}{$itinerary_days[] = $cleaned_li}{/if}\r\n                                                {/foreach}\r\n                                                {foreach from=$itinerary_days item=day_text name=itinerary}\r\n                                                    <div class=\"itinerary-item {if $smarty.foreach.itinerary.first}active{/if}\">\r\n                                                        {$parts = \":\"|explode:$day_text:2}\r\n                                                        {$day_title = $parts[0]|trim}\r\n                                                        {$day_content = $parts[1]|trim}\r\n                                                        <button\r\n                                                            class=\"itinerary-title {if $smarty.foreach.itinerary.first}active{/if}\">\r\n                                                            {if $smarty.foreach.itinerary.first}\r\n                                                                <span class=\"icon\"><img\r\n                                                                        src=\"{uploads_url}/csm/assets/images/trip/icon/14.svg\"\r\n                                                                        alt=\"\"></span>\r\n                                                            {elseif $smarty.foreach.itinerary.last}\r\n                                                                <span class=\"icon-2\"><img\r\n                                                                        src=\"{uploads_url}/csm/assets/images/trip/icon/15.svg\"\r\n                                                                        alt=\"\"></span>\r\n                                                            {/if}\r\n                                                            {$day_title}\r\n                                                        </button>\r\n                                                        <div class=\"itinerary-content\"\r\n                                                            {if $smarty.foreach.itinerary.first}style=\"display: block;\" {/if}>\r\n                                                            <p>{$day_content}</p>\r\n                                                        </div>\r\n                                                    </div>\r\n                                                {/foreach}\r\n                                            </div>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n\r\n\r\n\r\n                            <div class=\"tab-pane fade\" id=\"location\" role=\"tabpanel\" aria-labelledby=\"location-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n                                    <div class=\"highlight-area\">\r\n                                        <h5 class=\"title\">Tour Map {$item->title}</h5>\r\n                                        <div class=\"map-area overflow-hidden radius-10\">\r\n                                            <a href=\"https://www.openstreetmap.org/search?query={$item->start}\"><img\r\n                                                    src=\"{uploads_url}/{$item->map}\" width=\"100%\"></a>\r\n                                        </div>\r\n                                    </div>\r\n                                </div>\r\n                            </div>\r\n\r\n                            <div class=\"tab-pane fade\" id=\"gallery\" role=\"tabpanel\" aria-labelledby=\"gallery-tab\">\r\n                                <div class=\"tab-content-inner\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n        <div class=\"highlight-area\">\r\n    <h5 class=\"title\">Gallery</h5>\r\n\r\n    <style>\r\n        .gallery-wrapper .hover-image {\r\n            width: 100%;\r\n            height: 250px;\r\n            object-fit: cover;\r\n            display: block;\r\n        }\r\n\r\n        .mfp-counter {\r\n            display: none !important;\r\n        }\r\n\r\n        /* Added a small style helper for your text captions */\r\n        .gallery-caption {\r\n            display: block;\r\n            margin-top: 8px;\r\n            font-size: 14px;\r\n            color: #333; \r\n            text-align: center;\r\n            font-weight: 500;\r\n            text-transform: capitalize; /* Optional: Capitalizes the first letter of each word */\r\n        }\r\n    </style>\r\n\r\n    {$img1 = $item->fielddefs.gallery1.value|trim}\r\n    {$img2 = $item->fielddefs.gallery2.value|trim}\r\n    {$img3 = $item->fielddefs.gallery3.value|trim}\r\n    {$img4 = $item->fielddefs.gallery4.value|trim}\r\n    {$img5 = $item->fielddefs.gallery5.value|trim}\r\n\r\n    {if $img1 != \'\' || $img2 != \'\' || $img3 != \'\' || $img4 != \'\' || $img5 != \'\'}\r\n        <div class=\"row\">\r\n            {$my_gallery = [$img1, $img2, $img3, $img4, $img5]}\r\n\r\n            {foreach from=$my_gallery item=img name=galleryLoop}\r\n                {if $img != \'\'}\r\n                    {* Clean up the image name: remove path, remove extension, replace underscores/dashes with spaces *}\r\n                    {$cleanName = $img|regex_replace:\'/.*\\//\':\'\'|regex_replace:\'/\\.[^.]+$/\':\'\'|replace:\'_\':\' \'|replace:\'-\':\' \'}\r\n\r\n                    <div class=\"col-lg-3 col-md-4 col-sm-6 col-6 mb--30\">\r\n                        <div class=\"gallery-wrapper with-icon wow scaleIn\"\r\n                            data-wow-delay=\"{$smarty.foreach.galleryLoop.index * 0.2}s\">\r\n                            \r\n                            <a href=\"{uploads_url}/{$img|replace:\' \':\'%20\'}\" title=\"{$cleanName}\"\r\n                                class=\"gallery-image image-transform\">\r\n                                <img class=\"hover-image\" src=\"{uploads_url}/{$img|replace:\' \':\'%20\'}\"\r\n                                    alt=\"{$cleanName}\">\r\n                                <span class=\"icon\">\r\n                                    <img src=\"assets/images/gallery/insta.svg\" alt=\"\">\r\n                                </span>\r\n                            </a>\r\n\r\n                            {* THIS DISPLAYS THE CLEAN TEXT DIRECTLY UNDER THE PHOTO *}\r\n                            <span class=\"gallery-caption\">\r\n                                \r\n                            </span>\r\n\r\n                        </div>\r\n                    </div>\r\n                {/if}\r\n            {/foreach}\r\n        </div>\r\n    {/if}\r\n</div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n                                </div>\r\n                            </div>\r\n\r\n\r\n\r\n\r\n                        </div> {* End of myTabContent *}\r\n                    </div> {* End of tour-details-tab-area *}\r\n\r\n                    <div class=\"contact-area content-box radius-10 border overflow-hidden\">\r\n                        <h5 class=\"title mb--30\">You can send your enquiry via the form below.</h5>\r\n                        {* Form code stays exactly as it is... *}\r\n                        <form id=\"contact-form\" action=\"#\" class=\"contact-form border radius-10 \">\r\n                            <div class=\"input-div\">\r\n                                <div class=\"row g-24\">\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\"><input type=\"text\" placeholder=\"Enter your first name*\"\r\n                                                required></div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-6\">\r\n                                        <div class=\"single-input\"><input type=\"text\" placeholder=\"Enter your last name*\"\r\n                                                required></div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-12\">\r\n                                        <div class=\"single-input\"><input type=\"email\"\r\n                                                placeholder=\"Enter your email address...\" required></div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-12\">\r\n                                        <div class=\"single-input\"><textarea placeholder=\"Enter your message*\"\r\n                                                required></textarea></div>\r\n                                    </div>\r\n                                    <div class=\"col-lg-12\"><button type=\"submit\" class=\"rts-btn btn-primary border\">Send\r\n                                            Mail</button></div>\r\n                                </div>\r\n                            </div>\r\n                        </form>\r\n                    </div>\r\n                </div>\r\n\r\n                <div class=\"right\">\r\n                    <div class=\"sticky-top\">\r\n                        <div class=\"content-box radius-10 border overflow-hidden pricing-box\">\r\n\r\n                            \r\n                                \r\n                                  \r\n                                    \r\n                                        <h5>$ {$item->starting_price} <span>/ per person</span></h5>\r\n                                \r\n                            <div class=\"mid-area\">\r\n                                \r\n\r\n                                \r\n\r\n                                <style>\r\n                                    /* 1. Reduce space between list items (li) */\r\n                                    .tour-inclusions li {\r\n                                        display: flex !important;\r\n                                        align-items: flex-start !important;\r\n                                        margin-bottom: 4px !important;\r\n                                        /* Reduced from 10px to 4px */\r\n                                        line-height: 1.3 !important;\r\n                                        /* Slightly tighter line spacing */\r\n                                    }\r\n\r\n                                    /* 2. Reduce space under \"Package includes\" and \"Package excludes\" titles */\r\n                                    .tour-inclusions h5,\r\n                                    .tour-inclusions .title {\r\n                                        margin-bottom: 5px !important;\r\n                                        /* Tightens space under the heading */\r\n                                    }\r\n\r\n                                    /* 3. Reduce space for the list container itself */\r\n                                    .tour-inclusions ul {\r\n                                        list-style: none !important;\r\n                                        padding: 0 !important;\r\n                                        margin-top: 5px !important;\r\n                                        /* Tightens gap between title/line and the first item */\r\n                                        margin-bottom: 20px !important;\r\n                                        /* Space before the next section starts */\r\n                                    }\r\n\r\n                                    /* 4. Icon alignment for tighter lines */\r\n                                    .tour-inclusions li i {\r\n                                        flex-shrink: 0 !important;\r\n                                        margin-right: 8px !important;\r\n                                        margin-top: 3px !important;\r\n                                        /* Adjusted slightly for the new line-height */\r\n                                        color: #0088cc;\r\n                                        font-size: 14px !important;\r\n                                    }\r\n\r\n                                    .tour-inclusions p {\r\n                                        font-size: var(--font-size-b2);\r\n                                        line-height: var(--line-height-b2);\r\n                                        font-weight: 500;\r\n                                        color: var(--color-body-1);\r\n                                        margin: 0 0 00px;\r\n                                    }\r\n                                </style>\r\n\r\n                                <div class=\"tour-inclusions\">\r\n                                <span style=\"margin-bottom: 27px>;\">Travel dates</span>\r\n                                {$item->departure_dates}<br>\r\n                                    {$item->price_conditions|replace:\'<li>\':\'<li><i class=\"fa-regular fa-check\"></i>\'}\r\n                                </div>\r\n                            </div>\r\n                            <a href=\"#\" class=\"rts-btn btn-primary m-w-100 text-center border\">Check Availability</a>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n{/block}','2026-06-22 14:57:20','2026-06-22 14:57:20'),
('LISEPackages','summary_package_summary_reslynx','{include file=\'cms_template:package_summary_reslynx\'}','2026-06-30 13:40:17','2026-06-30 13:40:17'),
('LISEPackages','detail_package_detail_reslynx','<pre>{$smarty.get|print_r}</pre>','2026-06-30 19:08:56','2026-06-30 19:08:56');
/*!40000 ALTER TABLE `cmsqy_module_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_tinymce_profile_group`
--

DROP TABLE IF EXISTS `cmsqy_module_tinymce_profile_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_tinymce_profile_group` (
  `id_profile` int(11) NOT NULL,
  `id_group` int(11) NOT NULL,
  PRIMARY KEY (`id_profile`,`id_group`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_tinymce_profile_group`
--

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

--
-- Table structure for table `cmsqy_module_tinymce_profiles`
--

DROP TABLE IF EXISTS `cmsqy_module_tinymce_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_tinymce_profiles` (
  `id_profile` int(11) NOT NULL AUTO_INCREMENT,
  `id_template` int(11) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `priority` int(11) DEFAULT NULL,
  `license_key` varchar(200) DEFAULT NULL,
  `resize` varchar(20) DEFAULT NULL,
  `autoresize` int(11) DEFAULT NULL,
  `plugins` text DEFAULT NULL,
  `enable_linker` int(11) DEFAULT NULL,
  `show_menubar` int(11) DEFAULT NULL,
  `menubar` varchar(255) DEFAULT NULL,
  `use_advanced_menu` int(11) DEFAULT NULL,
  `advanced_menu` text DEFAULT NULL,
  `show_toolbar` int(11) DEFAULT NULL,
  `toolbar1` text DEFAULT NULL,
  `toolbar2` text DEFAULT NULL,
  `contextmenu` text DEFAULT NULL,
  `show_statusbar` int(11) DEFAULT NULL,
  `id_design` int(11) DEFAULT NULL,
  `link_classes` text DEFAULT NULL,
  `image_classes` text DEFAULT NULL,
  `style_formats` text DEFAULT NULL,
  `use_custom_block_formats` int(11) DEFAULT NULL,
  `block_formats` varchar(255) DEFAULT NULL,
  `enable_user_templates` int(11) DEFAULT NULL,
  `enable_custom_dropdown` int(11) DEFAULT NULL,
  `custom_dropdown_title` varchar(100) DEFAULT NULL,
  `custom_dropdown` text DEFAULT NULL,
  `extra_js` text DEFAULT NULL,
  `external_modules` text DEFAULT NULL,
  `external_modules_show_menutext` int(11) DEFAULT NULL,
  `filemanager_use` int(11) DEFAULT NULL,
  `filemanager_id_profile` int(11) DEFAULT NULL,
  `forced_root_block` varchar(50) DEFAULT NULL,
  `newline_behavior` varchar(10) DEFAULT NULL,
  `relative_urls` int(11) DEFAULT NULL,
  `image_advtab` int(11) DEFAULT NULL,
  `css_files` text DEFAULT NULL,
  `user_templates_files_dir` varchar(250) DEFAULT NULL,
  PRIMARY KEY (`id_profile`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_tinymce_profiles`
--

LOCK TABLES `cmsqy_module_tinymce_profiles` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_tinymce_profiles` DISABLE KEYS */;
INSERT INTO `cmsqy_module_tinymce_profiles` (`id_profile`, `id_template`, `name`, `priority`, `license_key`, `resize`, `autoresize`, `plugins`, `enable_linker`, `show_menubar`, `menubar`, `use_advanced_menu`, `advanced_menu`, `show_toolbar`, `toolbar1`, `toolbar2`, `contextmenu`, `show_statusbar`, `id_design`, `link_classes`, `image_classes`, `style_formats`, `use_custom_block_formats`, `block_formats`, `enable_user_templates`, `enable_custom_dropdown`, `custom_dropdown_title`, `custom_dropdown`, `extra_js`, `external_modules`, `external_modules_show_menutext`, `filemanager_use`, `filemanager_id_profile`, `forced_root_block`, `newline_behavior`, `relative_urls`, `image_advtab`, `css_files`, `user_templates_files_dir`) VALUES (1,-1,'Minimal',5,'gpl','0',1,'autolink anchor code fullscreen image link media table visualblocks lists',1,0,'edit insert view format table tools',0,'{\n        edit: {title: \'Edit\', items: \'undo redo | cut copy paste pastetext | selectall\'},\n        insert: {title: \'Insert\', items: \'link media | template hr\'},\n        view: {title: \'View\', items: \'visualaid\'},\n        format: {title: \'Format\', items: \'bold italic underline strikethrough superscript subscript | formats | removeformat\'},\n        table: {title: \'Table\', items: \'inserttable tableprops deletetable | cell row column\'},\n        tools: {title: \'Tools\', items: \'code\'}\n    }',1,'formatselect | bold italic underline | cmsms_linker link image','','cmsms_linker link image | inserttable table | cmsms_template',0,0,'','','',0,'Paragraph=p;Header 1=h1;Header 2=h2;Header 3=h3;Header 4=h4;Header 5=h5;Header 6=h6',0,0,'Extensions','Root url|{root_url}\nSite name|{sitename}','paste_as_text: true,\nimage_caption: true','0',1,1,0,'p','default',1,0,'',''),
(2,-1,'Advanced',5,'gpl','1',1,'autolink anchor code fullscreen image link media table visualblocks lists',1,1,'edit insert view format table tools',0,'{\n        edit: {title: \'Edit\', items: \'undo redo | cut copy paste pastetext | selectall\'},\n        insert: {title: \'Insert\', items: \'link media | template hr\'},\n        view: {title: \'View\', items: \'visualaid\'},\n        format: {title: \'Format\', items: \'bold italic underline strikethrough superscript subscript | formats | removeformat\'},\n        table: {title: \'Table\', items: \'inserttable tableprops deletetable | cell row column\'},\n        tools: {title: \'Tools\', items: \'code\'}\n    }',1,'undo redo | cut copy paste | blocks | bold italic underline | alignleft aligncenter alignright alignjustify | bullist numlist | cmsms_linker link unlink image template | fullscreen code','','cmsms_linker link image | inserttable table | cmsms_template',0,0,'','','',0,'Paragraph=p;Header 1=h1;Header 2=h2;Header 3=h3;Header 4=h4;Header 5=h5;Header 6=h6',0,0,'Extensions','Root url|{root_url}\nSite name|{sitename}','paste_as_text: true,\nimage_caption: true','0',1,1,0,'p','default',1,0,'','');
/*!40000 ALTER TABLE `cmsqy_module_tinymce_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_module_userguide`
--

DROP TABLE IF EXISTS `cmsqy_module_userguide`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_module_userguide` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `position` int(11) DEFAULT NULL,
  `active` tinyint(4) DEFAULT NULL,
  `admin` tinyint(4) DEFAULT NULL,
  `content` text DEFAULT NULL,
  `embed_type` varchar(10) DEFAULT NULL,
  `embed_code` text DEFAULT NULL,
  `embed_first` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_module_userguide`
--

LOCK TABLES `cmsqy_module_userguide` WRITE;
/*!40000 ALTER TABLE `cmsqy_module_userguide` DISABLE KEYS */;
INSERT INTO `cmsqy_module_userguide` (`id`, `title`, `position`, `active`, `admin`, `content`, `embed_type`, `embed_code`, `embed_first`) VALUES (1,'Introduction',1,1,0,'','vimeo','929800510?badge=0&autopause=0&player_id=0&app_id=58479',0),
(2,'The File Manager',2,1,0,'','vimeo','929800455?badge=0&autopause=0&player_id=0&app_id=58479',0),
(3,'The Content Manager Pt 1',3,1,0,'','vimeo','929800206?badge=0&autopause=0&player_id=0&app_id=58479',0),
(4,'The Content Manager Pt 2',4,1,0,'','vimeo','929800126?badge=0&autopause=0&player_id=0&app_id=58479',0),
(5,'The Content Manager Pt 3',5,1,0,'','vimeo','929800339?badge=0&autopause=0&player_id=0&app_id=58479',0),
(6,'News',6,1,0,'','vimeo','929818091?badge=0&autopause=0&player_id=0&app_id=58479',0),
(7,'Getting Further Help',7,1,0,'','vimeo','929827027?badge=0&autopause=0&player_id=0&app_id=58479',0);
/*!40000 ALTER TABLE `cmsqy_module_userguide` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_modules`
--

DROP TABLE IF EXISTS `cmsqy_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_modules` (
  `module_name` varchar(160) NOT NULL,
  `status` varchar(255) DEFAULT NULL,
  `version` varchar(255) DEFAULT NULL,
  `admin_only` tinyint(4) DEFAULT 0,
  `active` tinyint(4) DEFAULT NULL,
  `allow_fe_lazyload` tinyint(4) DEFAULT NULL,
  `allow_admin_lazyload` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`module_name`),
  KEY `cmsqy_idx_modules_by_name` (`module_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_modules`
--

LOCK TABLES `cmsqy_modules` WRITE;
/*!40000 ALTER TABLE `cmsqy_modules` DISABLE KEYS */;
INSERT INTO `cmsqy_modules` (`module_name`, `status`, `version`, `admin_only`, `active`, `allow_fe_lazyload`, `allow_admin_lazyload`) VALUES ('AdminSearch','installed','1.0.6',0,1,1,1),
('CMSContentManager','installed','1.1.14',0,1,1,1),
('CmsJobManager','installed','1.0.0',0,1,0,0),
('DesignManager','installed','1.1.11',0,1,1,1),
('FileManager','installed','1.6.16',0,1,1,0),
('FilePicker','installed','1.0.9',0,1,0,0),
('CMSMSExt','installed','1.4.5',0,1,0,0),
('ModuleManager','installed','2.1.9',1,1,0,1),
('Navigator','installed','1.0.11',0,1,1,1),
('Search','installed','1.54',0,1,1,1),
('UserGuide','installed','1.0.0',0,1,0,1),
('LISE','installed','1.5.6',0,1,0,0),
('LISEPackages','installed','1.5.6',0,1,0,0),
('LISEInspiration','installed','1.5.6',0,1,0,0),
('LISEPages','installed','1.5.6',0,1,0,0),
('CMSMailer','installed','6.2.14',0,1,1,1),
('TinyMCE','installed','4.0.0-beta3',0,1,1,1),
('SmartyExt','installed','1.0',0,1,0,0),
('CGExtensions','installed','1.65.2',0,1,0,0),
('MAMS','installed','1.1.0',0,1,0,0);
/*!40000 ALTER TABLE `cmsqy_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_permissions`
--

DROP TABLE IF EXISTS `cmsqy_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_permissions` (
  `permission_id` int(11) NOT NULL,
  `permission_name` varchar(255) DEFAULT NULL,
  `permission_text` varchar(255) DEFAULT NULL,
  `permission_source` varchar(255) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`permission_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_permissions`
--

LOCK TABLES `cmsqy_permissions` WRITE;
/*!40000 ALTER TABLE `cmsqy_permissions` DISABLE KEYS */;
INSERT INTO `cmsqy_permissions` (`permission_id`, `permission_name`, `permission_text`, `permission_source`, `create_date`, `modified_date`) VALUES (1,'Add Pages','Add Pages','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(2,'Manage Groups','Manage Groups','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(3,'Add Templates','Add Templates','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(4,'Manage Users','Manage Users','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(5,'Modify Any Page','Modify Any Page','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(6,'Modify Permissions','Modify Permissions','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(7,'Modify Templates','Modify Templates','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(8,'Remove Pages','Remove Pages','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(9,'Modify Modules','Modify Modules','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(10,'Modify Files','Modify Files','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(11,'Modify Site Preferences','Modify Site Preferences','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(12,'Manage Stylesheets','Manage Stylesheets','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(13,'Manage Designs','Manage Designs','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(14,'Modify User-defined Tags','Modify User-defined Tags','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(15,'Clear Admin Log','Clear Admin Log','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(16,'Modify Events','Modify Events','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(17,'View Tag Help','View Tag Help','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(18,'Manage All Content','Manage All Content','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(19,'Reorder Content','Reorder Content','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(20,'Manage My Settings','Manage My Settings','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(21,'Manage My Account','Manage My Account','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(22,'Manage My Bookmarks','Manage My Bookmarks','Core','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(23,'Use Admin Search','Use Admin Search','AdminSearch','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(24,'Manage Jobs','Manage Jobs','CmsJobManager','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(25,'Use FileManager Advanced','Advanced usage of the File Manager module','FileManager','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(29,'Manage Search','Manage Search','Search','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(30,'manage_userguide','UserGuide - Manage','UserGuide','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(31,'use_userguide','UserGuide - Use','UserGuide','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(32,'lisepackages_modify_item','lisepackages: Modify Items','LISEPackages','2026-06-11 13:42:43','2026-06-11 13:42:43'),
(33,'lisepackages_modify_category','lisepackages: Modify Categories','LISEPackages','2026-06-11 13:42:43','2026-06-11 13:42:43'),
(34,'lisepackages_modify_option','lisepackages: Modify Options','LISEPackages','2026-06-11 13:42:43','2026-06-11 13:42:43'),
(35,'lisepackages_remove_item','lisepackages: Remove items','LISEPackages','2026-06-11 13:42:43','2026-06-11 13:42:43'),
(36,'lisepackages_approve_item','lisepackages: Approve items','LISEPackages','2026-06-11 13:42:43','2026-06-11 13:42:43'),
(37,'lisepackages_modify_all_item','lisepackages: Modify all items','LISEPackages','2026-06-11 13:42:43','2026-06-11 13:42:43'),
(51,'liseinspiration_modify_category','liseinspiration: Modify Categories','LISEInspiration','2026-06-17 16:07:39','2026-06-17 16:07:39'),
(52,'liseinspiration_modify_option','liseinspiration: Modify Options','LISEInspiration','2026-06-17 16:07:39','2026-06-17 16:07:39'),
(53,'liseinspiration_remove_item','liseinspiration: Remove items','LISEInspiration','2026-06-17 16:07:39','2026-06-17 16:07:39'),
(54,'liseinspiration_approve_item','liseinspiration: Approve items','LISEInspiration','2026-06-17 16:07:39','2026-06-17 16:07:39'),
(50,'liseinspiration_modify_item','liseinspiration: Modify Items','LISEInspiration','2026-06-17 16:07:39','2026-06-17 16:07:39'),
(55,'liseinspiration_modify_all_item','liseinspiration: Modify all items','LISEInspiration','2026-06-17 16:07:39','2026-06-17 16:07:39'),
(56,'lisepages_modify_item','lisepages: Modify Items','LISEPages','2026-06-17 16:08:27','2026-06-17 16:08:27'),
(57,'lisepages_modify_category','lisepages: Modify Categories','LISEPages','2026-06-17 16:08:27','2026-06-17 16:08:27'),
(58,'lisepages_modify_option','lisepages: Modify Options','LISEPages','2026-06-17 16:08:27','2026-06-17 16:08:27'),
(59,'lisepages_remove_item','lisepages: Remove items','LISEPages','2026-06-17 16:08:27','2026-06-17 16:08:27'),
(60,'lisepages_approve_item','lisepages: Approve items','LISEPages','2026-06-17 16:08:27','2026-06-17 16:08:27'),
(61,'lisepages_modify_all_item','lisepages: Modify all items','LISEPages','2026-06-17 16:08:27','2026-06-17 16:08:27'),
(62,'Manage TinyMCE profiles','Manage TinyMCE profiles','TinyMCE','2026-06-23 16:28:08','2026-06-23 16:28:08'),
(63,'Modify MAMS','Modify MAMS Properties','MAMS','2026-06-23 17:07:08','2026-06-23 17:07:08');
/*!40000 ALTER TABLE `cmsqy_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_permissions_seq`
--

DROP TABLE IF EXISTS `cmsqy_permissions_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_permissions_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_permissions_seq`
--

LOCK TABLES `cmsqy_permissions_seq` WRITE;
/*!40000 ALTER TABLE `cmsqy_permissions_seq` DISABLE KEYS */;
INSERT INTO `cmsqy_permissions_seq` (`id`) VALUES (63);
/*!40000 ALTER TABLE `cmsqy_permissions_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_routes`
--

DROP TABLE IF EXISTS `cmsqy_routes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_routes` (
  `term` varchar(255) NOT NULL,
  `key1` varchar(50) NOT NULL,
  `key2` varchar(50) DEFAULT NULL,
  `key3` varchar(50) DEFAULT NULL,
  `data` text DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  PRIMARY KEY (`term`,`key1`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_routes`
--

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

--
-- Table structure for table `cmsqy_siteprefs`
--

DROP TABLE IF EXISTS `cmsqy_siteprefs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_siteprefs` (
  `sitepref_name` varchar(255) NOT NULL,
  `sitepref_value` text DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`sitepref_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_siteprefs`
--

LOCK TABLES `cmsqy_siteprefs` WRITE;
/*!40000 ALTER TABLE `cmsqy_siteprefs` DISABLE KEYS */;
INSERT INTO `cmsqy_siteprefs` (`sitepref_name`, `sitepref_value`, `create_date`, `modified_date`) VALUES ('sitemask','sn6xuzpp6cc5jpcm',NULL,NULL),
('sitedownmessage','<p>Site is currently down for maintenance</p>',NULL,NULL),
('metadata','<!-- Character Encoding & Rendering -->\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n\r\n<!-- SEO Master Tags -->\r\n<title>CSM Travel | Receptive Tour Operator for Western Canada, Yukon & Alaska</title>\r\n<meta name=\"description\" content=\"CSM Travel is a BC-based receptive tour operator specializing in custom FIT self-drive itineraries, small group tours, and soft-adventure packages across Western Canada, Yukon, and Alaska for international wholesalers.\">\r\n<meta name=\"keywords\" content=\"receptive tour operator Canada, Western Canada wholesale travel, FIT self-drive packages BC, custom group tours Canada, Yukon Alaska tour operator, Canadian incoming agency\">\r\n<meta name=\"robots\" content=\"index, follow\">\r\n<link rel=\"canonical\" href=\"https://csmtravel.com/\">\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n',NULL,NULL),
('global_umask','022',NULL,NULL),
('auto_clear_cache_age','60',NULL,NULL),
('adminlog_lifetime','2678400',NULL,NULL),
('allow_browser_cache','0',NULL,NULL),
('browser_cache_expiry','1440',NULL,NULL),
('CMSMS\\LoginOperations','640f868fc6ad017b766fd4b9a828ef11eb5842cf',NULL,NULL),
('sitename','CSM Travel | Receptive Tour Operator for Western Canada, Yukon &amp; Alaska',NULL,NULL),
('CMSContentManager_mapi_pref_locktimeout','60',NULL,NULL),
('CMSContentManager_mapi_pref_lockrefresh','120',NULL,NULL),
('DesignManager_mapi_pref_lock_timeout','60',NULL,NULL),
('DesignManager_mapi_pref_lock_refresh','120',NULL,NULL),
('FileManager_mapi_pref_advancedmode','1',NULL,NULL),
('FileManager_mapi_pref_iconsize','32px',NULL,NULL),
('FileManager_mapi_pref_showhiddenfiles','0',NULL,NULL),
('FileManager_mapi_pref_showthumbnails','1',NULL,NULL),
('FileManager_mapi_pref_create_thumbnails','1',NULL,NULL),
('FileManager_mapi_pref_permissionstyle','xxx',NULL,NULL),
('c462d48967a440dcdbc8ce9074312ebf2','a:1:{s:8:\"xt_cmsms\";O:25:\"CMSMSExt\\jsloader\\libdefn\":1:{s:32:\"\0CMSMSExt\\jsloader\\libdefn\0_data\";a:2:{s:4:\"name\";s:8:\"xt_cmsms\";s:8:\"callback\";a:2:{i:0;s:12:\"xt_jshandler\";i:1;s:4:\"load\";}}}}',NULL,NULL),
('MAMS_mapi_pref_allowed_image_extensions','.gif,.png,.jpg',NULL,NULL),
('ModuleManager_mapi_pref_latestdepends','0',NULL,NULL),
('ModuleManager_mapi_pref_allowuninstall','0',NULL,NULL),
('ModuleManager_mapi_pref_module_repository','https://www.cmsmadesimple.org/ModuleRepository/request/v2/',NULL,NULL),
('LISEInspiration_mapi_pref_submit_on_pn','0',NULL,NULL),
('LISEPages_mapi_pref_submit_on_pn','0',NULL,NULL),
('Search_mapi_pref_stopwords','i, me, my, myself, we, our, ours, ourselves, you, your, yours, yourself, yourselves, he, him, his, himself, she, her, hers, herself, it, its, itself, they, them, their, theirs, themselves, what, which, who, whom, this, that, these, those, am, is, are, was, were, be, been, being, have, has, had, having, do, does, did, doing, a, an, the, and, but, if, or, because, as, until, while, of, at, by, for, with, about, against, between, into, through, during, before, after, above, below, to, from, up, down, in, out, on, off, over, under, again, further, then, once, here, there, when, where, why, how, all, any, both, each, few, more, most, other, some, such, no, nor, not, only, own, same, so, than, too, very',NULL,NULL),
('Search_mapi_pref_usestemming','false',NULL,NULL),
('Search_mapi_pref_searchtext','Enter Search...',NULL,NULL),
('UserGuide_mapi_pref_customModuleName','User Guide',NULL,NULL),
('UserGuide_mapi_pref_adminSection','main',NULL,NULL),
('UserGuide_mapi_pref_useSmarty','1',NULL,NULL),
('UserGuide_mapi_pref_imageFolder','',NULL,NULL),
('CmsJobManager_mapi_pref_tasks_lastcheck','1782252043',NULL,NULL),
('ClearCache_lastexecute','1782181014',NULL,NULL),
('CmsJobManager_mapi_pref_last_async_trigger','1782944830',NULL,NULL),
('CmsJobManager_mapi_pref_last_badjob_run','1782944829',NULL,NULL),
('frontendlang','en_US',NULL,NULL),
('ReduceAdminlog_lastexecute','1782246816',NULL,NULL),
('CmsVersionCheckTask','1782181014',NULL,NULL),
('adminalert_6c90bdde8f818884b1fbe817ca38f0e7','a:2:{s:6:\"module\";s:0:\"\";s:4:\"data\";s:662:\"O:35:\"CMSMS\\AdminAlerts\\TranslatableAlert\":10:{s:30:\"\0CMSMS\\AdminAlerts\\Alert\0_name\";s:26:\"CmsSecurityCheckTaskconfig\";s:32:\"\0CMSMS\\AdminAlerts\\Alert\0_module\";N;s:33:\"\0CMSMS\\AdminAlerts\\Alert\0_created\";i:1782181014;s:34:\"\0CMSMS\\AdminAlerts\\Alert\0_priority\";s:5:\"_high\";s:32:\"\0CMSMS\\AdminAlerts\\Alert\0_loaded\";N;s:43:\"\0CMSMS\\AdminAlerts\\TranslatableAlert\0_perms\";a:1:{i:0;s:23:\"Modify Site Preferences\";}s:42:\"\0CMSMS\\AdminAlerts\\TranslatableAlert\0_icon\";N;s:46:\"\0CMSMS\\AdminAlerts\\TranslatableAlert\0_titlekey\";s:14:\"security_issue\";s:44:\"\0CMSMS\\AdminAlerts\\TranslatableAlert\0_msgkey\";s:15:\"config_writable\";s:45:\"\0CMSMS\\AdminAlerts\\TranslatableAlert\0_msgargs\";N;}\";}',NULL,NULL),
('adminalert_b05a48b5f5c3e39922e569ad1dd82a8f','a:2:{s:6:\"module\";s:0:\"\";s:4:\"data\";s:659:\"O:35:\"CMSMS\\AdminAlerts\\TranslatableAlert\":10:{s:30:\"\0CMSMS\\AdminAlerts\\Alert\0_name\";s:24:\"CmsSecurityCheckTaskmail\";s:32:\"\0CMSMS\\AdminAlerts\\Alert\0_module\";N;s:33:\"\0CMSMS\\AdminAlerts\\Alert\0_created\";i:1782181014;s:34:\"\0CMSMS\\AdminAlerts\\Alert\0_priority\";s:5:\"_high\";s:32:\"\0CMSMS\\AdminAlerts\\Alert\0_loaded\";N;s:43:\"\0CMSMS\\AdminAlerts\\TranslatableAlert\0_perms\";a:1:{i:0;s:23:\"Modify Site Preferences\";}s:42:\"\0CMSMS\\AdminAlerts\\TranslatableAlert\0_icon\";N;s:46:\"\0CMSMS\\AdminAlerts\\TranslatableAlert\0_titlekey\";s:12:\"config_issue\";s:44:\"\0CMSMS\\AdminAlerts\\TranslatableAlert\0_msgkey\";s:16:\"info_mail_notset\";s:45:\"\0CMSMS\\AdminAlerts\\TranslatableAlert\0_msgargs\";N;}\";}',NULL,NULL),
('CmsSecurityCheckTask','1782181014',NULL,NULL),
('PruneAdminlog_lastexecute','1782181014',NULL,NULL),
('LISE_mapi_pref_allow_autoscan','0',NULL,NULL),
('LISE_mapi_pref_allow_autoinstall','1',NULL,NULL),
('LISE_mapi_pref_allow_autoupdate','1',NULL,NULL),
('LISEPackages_mapi_pref_lisepackages_default_summary_template','featured_package_slider',NULL,NULL),
('LISEPackages_mapi_pref_lisepackages_default_detail_template','Package Detail',NULL,NULL),
('LISEPackages_mapi_pref_lisepackages_default_search_template','default',NULL,NULL),
('LISEPackages_mapi_pref_lisepackages_default_category_template','default',NULL,NULL),
('LISEPackages_mapi_pref_lisepackages_default_archive_template','default',NULL,NULL),
('LISEPackages_mapi_pref_sortorder','ASC',NULL,NULL),
('LISEPackages_mapi_pref_adminsection','content',NULL,NULL),
('LISEPackages_mapi_pref_url_prefix','packages',NULL,NULL),
('LISEPackages_mapi_pref_urltemplate','{Prefix|lower}/{ItemTitle|lower}',NULL,NULL),
('LISEPackages_mapi_pref_alias_template','{ItemTitle|lower}_{ItemNextID|string_format:\"%06u\"}',NULL,NULL),
('LISEPackages_mapi_pref_friendlyname','Packages',NULL,NULL),
('LISEPackages_mapi_pref_item_singular','Item',NULL,NULL),
('LISEPackages_mapi_pref_item_plural','Items',NULL,NULL),
('LISEPackages_mapi_pref_item_title','Title',NULL,NULL),
('LISEPackages_mapi_pref_inactive_item_triggers_404','1',NULL,NULL),
('LISEPackages_mapi_pref_moddescription','LISE allows you to create lists that you can display throughout your website.',NULL,NULL),
('LISEPackages_mapi_pref_hide_alias','0',NULL,NULL),
('LISEPackages_mapi_pref_hide_slug','0',NULL,NULL),
('LISEPackages_mapi_pref_hide_time_control','0',NULL,NULL),
('LISEPackages_mapi_pref_auto_upgrade','1',NULL,NULL),
('LISEPackages_mapi_pref_separate_settings','0',NULL,NULL),
('LISEPackages_mapi_pref_submit_on_pn','0',NULL,NULL),
('frontendwysiwyg','&#45;1',NULL,NULL),
('logintheme','OneEleven',NULL,NULL),
('backendwysiwyg','',NULL,NULL),
('defaultdateformat','',NULL,NULL),
('thumbnail_width','96',NULL,NULL),
('thumbnail_height','96',NULL,NULL),
('searchmodule','Search',NULL,NULL),
('LISEInspiration_mapi_pref_hide_time_control','0',NULL,NULL),
('LISEInspiration_mapi_pref_hide_slug','0',NULL,NULL),
('LISEInspiration_mapi_pref_hide_alias','0',NULL,NULL),
('LISEInspiration_mapi_pref_inactive_item_triggers_404','1',NULL,NULL),
('LISEInspiration_mapi_pref_moddescription','LISE allows you to create lists that you can display throughout your website.',NULL,NULL),
('LISEInspiration_mapi_pref_item_title','Title',NULL,NULL),
('LISEInspiration_mapi_pref_item_plural','Items',NULL,NULL),
('LISEInspiration_mapi_pref_item_singular','Item',NULL,NULL),
('LISEInspiration_mapi_pref_friendlyname','inspiration',NULL,NULL),
('LISEInspiration_mapi_pref_alias_template','{ItemTitle|lower}_{ItemNextID|string_format:\"%06u\"}',NULL,NULL),
('LISEInspiration_mapi_pref_url_prefix','liseinspiration',NULL,NULL),
('LISEInspiration_mapi_pref_urltemplate','{Prefix|lower}/{ItemTitle|lower}',NULL,NULL),
('LISEInspiration_mapi_pref_sortorder','ASC',NULL,NULL),
('LISEInspiration_mapi_pref_adminsection','content',NULL,NULL),
('LISEInspiration_mapi_pref_liseinspiration_default_archive_template','default',NULL,NULL),
('LISEInspiration_mapi_pref_liseinspiration_default_category_template','default',NULL,NULL),
('LISEInspiration_mapi_pref_liseinspiration_default_search_template','default',NULL,NULL),
('LISEInspiration_mapi_pref_liseinspiration_default_detail_template','Inspiration detail',NULL,NULL),
('LISEInspiration_mapi_pref_liseinspiration_default_summary_template','featured_package_slider',NULL,NULL),
('LISEPackages_mapi_pref_title_auto_gen','0',NULL,NULL),
('LISEPackages_mapi_pref_title_display_mode','0',NULL,NULL),
('LISEPackages_mapi_pref_display_create_date','0',NULL,NULL),
('LISEPackages_mapi_pref_item_cols','create_time,package_code,trip_types,route,updated',NULL,NULL),
('LISEPackages_mapi_pref_items_per_page','20',NULL,NULL),
('LISEPackages_mapi_pref_local_mode_instance','-1',NULL,NULL),
('LISEPackages_mapi_pref_display_inline','0',NULL,NULL),
('LISEPackages_mapi_pref_subcategory','0',NULL,NULL),
('LISEPackages_mapi_pref_title_template','{ItemSingular|capitalize} - {ItemNextID|string_format:\"%06u\"}',NULL,NULL),
('LISEPackages_mapi_pref_detailpage','37',NULL,NULL),
('LISEPackages_mapi_pref_summarypage','38',NULL,NULL),
('LISEPackages_mapi_pref_reindex_search','1',NULL,NULL),
('LISEInspiration_mapi_pref_auto_upgrade','1',NULL,NULL),
('LISEInspiration_mapi_pref_separate_settings','0',NULL,NULL),
('LISEPages_mapi_pref_lisepages_default_summary_template','default',NULL,NULL),
('LISEPages_mapi_pref_lisepages_default_detail_template','default',NULL,NULL),
('LISEPages_mapi_pref_lisepages_default_search_template','default',NULL,NULL),
('LISEPages_mapi_pref_lisepages_default_category_template','default',NULL,NULL),
('LISEPages_mapi_pref_lisepages_default_archive_template','default',NULL,NULL),
('LISEPages_mapi_pref_sortorder','ASC',NULL,NULL),
('LISEPages_mapi_pref_adminsection','content',NULL,NULL),
('LISEPages_mapi_pref_url_prefix','lisepages',NULL,NULL),
('LISEPages_mapi_pref_urltemplate','{Prefix|lower}/{ItemTitle|lower}',NULL,NULL),
('LISEPages_mapi_pref_alias_template','{ItemTitle|lower}_{ItemNextID|string_format:\"%06u\"}',NULL,NULL),
('LISEPages_mapi_pref_friendlyname','Pages',NULL,NULL),
('LISEPages_mapi_pref_item_singular','Item',NULL,NULL),
('LISEPages_mapi_pref_item_plural','Items',NULL,NULL),
('LISEPages_mapi_pref_item_title','Title',NULL,NULL),
('LISEPages_mapi_pref_inactive_item_triggers_404','1',NULL,NULL),
('LISEPages_mapi_pref_moddescription','LISE allows you to create lists that you can display throughout your website.',NULL,NULL),
('LISEPages_mapi_pref_hide_alias','0',NULL,NULL),
('LISEPages_mapi_pref_hide_slug','0',NULL,NULL),
('LISEPages_mapi_pref_hide_time_control','0',NULL,NULL),
('LISEPages_mapi_pref_auto_upgrade','1',NULL,NULL),
('LISEPages_mapi_pref_separate_settings','0',NULL,NULL),
('LISEInspiration_mapi_pref_title_auto_gen','0',NULL,NULL),
('LISEInspiration_mapi_pref_title_display_mode','0',NULL,NULL),
('LISEInspiration_mapi_pref_display_create_date','0',NULL,NULL),
('LISEInspiration_mapi_pref_item_cols','',NULL,NULL),
('LISEInspiration_mapi_pref_items_per_page','20',NULL,NULL),
('LISEInspiration_mapi_pref_local_mode_instance','-1',NULL,NULL),
('LISEInspiration_mapi_pref_display_inline','0',NULL,NULL),
('LISEInspiration_mapi_pref_subcategory','0',NULL,NULL),
('LISEInspiration_mapi_pref_title_template','{ItemSingular|capitalize} - {ItemNextID|string_format:\"%06u\"}',NULL,NULL),
('LISEInspiration_mapi_pref_detailpage','43',NULL,NULL),
('LISEInspiration_mapi_pref_summarypage',NULL,NULL,NULL),
('LISEInspiration_mapi_pref_reindex_search','0',NULL,NULL),
('LISEPages_mapi_pref_title_auto_gen','0',NULL,NULL),
('LISEPages_mapi_pref_title_display_mode','0',NULL,NULL),
('LISEPages_mapi_pref_display_create_date','0',NULL,NULL),
('LISEPages_mapi_pref_item_cols','',NULL,NULL),
('LISEPages_mapi_pref_items_per_page','20',NULL,NULL),
('LISEPages_mapi_pref_local_mode_instance','-1',NULL,NULL),
('LISEPages_mapi_pref_display_inline','0',NULL,NULL),
('LISEPages_mapi_pref_subcategory','0',NULL,NULL),
('LISEPages_mapi_pref_title_template','{ItemSingular|capitalize} - {ItemNextID|string_format:\"%06u\"}',NULL,NULL),
('LISEPages_mapi_pref_detailpage','45',NULL,NULL),
('LISEPages_mapi_pref_summarypage','45',NULL,NULL),
('LISEPages_mapi_pref_reindex_search','1',NULL,NULL),
('TinyMCE_mapi_pref_id_default_profile','2',NULL,NULL),
('MAMS_mapi_pref_required_field_color','blue',NULL,NULL),
('MAMS_mapi_pref_require_onegroup','1',NULL,NULL),
('MAMS_mapi_pref_hidden_field_marker','!',NULL,NULL),
('MAMS_mapi_pref_hidden_field_color','green',NULL,NULL),
('MAMS_mapi_pref_pageid_forgotpasswd','',NULL,NULL),
('MAMS_mapi_pref_pageid_changesettings','',NULL,NULL),
('MAMS_mapi_pref_pageid_login','packages',NULL,NULL),
('MAMS_mapi_pref_pageid_logout','cmss/index.php',NULL,NULL),
('MAMS_mapi_pref_pageid_afterverify','',NULL,NULL),
('MAMS_mapi_pref_notification_subject','MAMS Event Notification',NULL,NULL),
('MAMS_mapi_pref_allow_duplicate_emails','0',NULL,NULL),
('MAMS_mapi_pref_max_passwordlength','20',NULL,NULL),
('MAMS_mapi_pref_enhanced_password','1',NULL,NULL),
('MAMS_mapi_pref_pwrequiredchars','~@#$%^&*=+_-().,!',NULL,NULL),
('MAMS_mapi_pref_min_usernamelength','4',NULL,NULL),
('MAMS_mapi_pref_max_usernamelength','40',NULL,NULL),
('MAMS_mapi_pref_user_session_expires','1800',NULL,NULL),
('MAMS_mapi_pref_cookie_keepalive','1',NULL,NULL),
('MAMS_mapi_pref_cookiename','xa1454635',NULL,NULL),
('MAMS_mapi_pref_default_group','3',NULL,NULL),
('MAMS_mapi_pref_required_field_marker','*',NULL,NULL),
('MAMS_mapi_pref_min_passwordlength','6',NULL,NULL),
('cf669c2c49b7eeaf80506380723ea25f6','a:1:{s:8:\"cg_cmsms\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:2:{s:4:\"name\";s:8:\"cg_cmsms\";s:8:\"callback\";a:2:{i:0;s:13:\"cge_jshandler\";i:1;s:4:\"load\";}}}}',NULL,NULL),
('CMSMSExt\\DailyHookTask','1782250157',NULL,NULL),
('CMSMSExt\\HourlyHookTask','1782250157',NULL,NULL),
('MAMS_mapi_pref_image_destination_path','_mams',NULL,NULL),
('MAMS_mapi_pref_username_is_email','1',NULL,NULL),
('MAMS_mapi_pref_passwordfldlength','20',NULL,NULL),
('MAMS_mapi_pref_usernamefldlength','40',NULL,NULL),
('MAMS_mapi_pref_allow_repeated_logins','1',NULL,NULL),
('ModuleManager_mapi_pref_dl_chunksize','256',NULL,NULL),
('MAMS_mapi_pref_expireage_months','520',NULL,NULL),
('MAMS_mapi_pref_use_usersalt','2',NULL,NULL),
('MAMS_mapi_pref_support_lostun','1',NULL,NULL),
('MAMS_mapi_pref_allow_changeusername','0',NULL,NULL),
('MAMS_mapi_pref_support_lostpw','1',NULL,NULL),
('MAMS_mapi_pref_password_requiredchars','',NULL,NULL),
('MAMS_mapi_pref_allow_duplicate_reminders','1',NULL,NULL),
('MAMS_mapi_pref_login_after_verify','1',NULL,NULL),
('MAMS_mapi_pref_signin_button','Sign in',NULL,NULL),
('MAMS_mapi_pref_secure_field_marker','^^',NULL,NULL),
('MAMS_mapi_pref_secure_field_color','yellow',NULL,NULL),
('MAMS_mapi_pref_pageidforgotpasswd','',NULL,NULL),
('Search_mapi_pref_savephrases','false',NULL,NULL),
('MAMS_mapi_pref_pageid_onverify','',NULL,NULL),
('MAMS_mapi_pref_pageid_afterchangesettings','',NULL,NULL),
('xmlmodulerepository','',NULL,NULL),
('Search_mapi_pref_alpharesults','false',NULL,NULL),
('Search_mapi_pref_resultpage','47',NULL,NULL),
('checkversion','1',NULL,NULL),
('lock_timeout','60',NULL,NULL),
('use_smartycache','1',NULL,NULL),
('use_smartycompilecheck','1',NULL,NULL);
/*!40000 ALTER TABLE `cmsqy_siteprefs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_user_groups`
--

DROP TABLE IF EXISTS `cmsqy_user_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_user_groups` (
  `group_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`group_id`,`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_user_groups`
--

LOCK TABLES `cmsqy_user_groups` WRITE;
/*!40000 ALTER TABLE `cmsqy_user_groups` DISABLE KEYS */;
INSERT INTO `cmsqy_user_groups` (`group_id`, `user_id`, `create_date`, `modified_date`) VALUES (1,1,'2026-06-01 11:06:56','2026-06-01 11:06:56'),
(1,2,NULL,NULL);
/*!40000 ALTER TABLE `cmsqy_user_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_userplugins`
--

DROP TABLE IF EXISTS `cmsqy_userplugins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_userplugins` (
  `userplugin_id` int(11) NOT NULL,
  `userplugin_name` varchar(255) DEFAULT NULL,
  `code` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`userplugin_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_userplugins`
--

LOCK TABLES `cmsqy_userplugins` WRITE;
/*!40000 ALTER TABLE `cmsqy_userplugins` DISABLE KEYS */;
INSERT INTO `cmsqy_userplugins` (`userplugin_id`, `userplugin_name`, `code`, `description`, `create_date`, `modified_date`) VALUES (1,'user_agent','//Code to show the users user agent information.\necho $_SERVER[\'HTTP_USER_AGENT\'];','Code to show the user\'s user agent information','2026-06-01 11:06:56','2026-06-01 11:06:56'),
(2,'custom_copyright','//set start to date your site was published\n$startCopyRight=\'2004\';\n\n// check if start year is this year\nif(date(\'Y\') == $startCopyRight){\n// it was, just print this year\n    echo $startCopyRight;\n}else{\n// it wasnt, print startyear and this year delimited with a dash\n    echo $startCopyRight.\'-\'. date(\'Y\');\n}','Code to output copyright information','2026-06-01 11:06:56','2026-06-01 11:06:56');
/*!40000 ALTER TABLE `cmsqy_userplugins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_userplugins_seq`
--

DROP TABLE IF EXISTS `cmsqy_userplugins_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_userplugins_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_userplugins_seq`
--

LOCK TABLES `cmsqy_userplugins_seq` WRITE;
/*!40000 ALTER TABLE `cmsqy_userplugins_seq` DISABLE KEYS */;
INSERT INTO `cmsqy_userplugins_seq` (`id`) VALUES (2);
/*!40000 ALTER TABLE `cmsqy_userplugins_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_userprefs`
--

DROP TABLE IF EXISTS `cmsqy_userprefs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_userprefs` (
  `user_id` int(11) NOT NULL,
  `preference` varchar(50) NOT NULL,
  `value` text DEFAULT NULL,
  `type` varchar(25) DEFAULT NULL,
  PRIMARY KEY (`user_id`,`preference`),
  KEY `cmsqy_idx_userprefs_by_user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_userprefs`
--

LOCK TABLES `cmsqy_userprefs` WRITE;
/*!40000 ALTER TABLE `cmsqy_userprefs` DISABLE KEYS */;
INSERT INTO `cmsqy_userprefs` (`user_id`, `preference`, `value`, `type`) VALUES (1,'wysiwyg','TinyMCE',NULL),
(1,'default_cms_language','en_US',NULL),
(2,'default_cms_language','en_US',NULL),
(2,'wysiwyg','MicroTiny',NULL),
(1,'filemanager_cwd','/uploads/images/packages',NULL),
(1,'ce_navdisplay','',NULL),
(1,'syntaxhighlighter','&#45;1',NULL),
(1,'admintheme','OneEleven',NULL),
(1,'bookmarks','0',NULL),
(1,'hide_help_links','0',NULL),
(1,'indent','1',NULL),
(1,'paging','0',NULL),
(1,'date_format_string','%x %X',NULL),
(1,'default_parent','-1',NULL),
(1,'homepage','',NULL),
(1,'changegroupassign_group','4',NULL);
/*!40000 ALTER TABLE `cmsqy_userprefs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_users`
--

DROP TABLE IF EXISTS `cmsqy_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_users` (
  `user_id` int(11) NOT NULL,
  `username` varchar(25) DEFAULT NULL,
  `password` varchar(40) DEFAULT NULL,
  `admin_access` tinyint(4) DEFAULT NULL,
  `first_name` varchar(50) DEFAULT NULL,
  `last_name` varchar(50) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `active` tinyint(4) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_users`
--

LOCK TABLES `cmsqy_users` WRITE;
/*!40000 ALTER TABLE `cmsqy_users` DISABLE KEYS */;
INSERT INTO `cmsqy_users` (`user_id`, `username`, `password`, `admin_access`, `first_name`, `last_name`, `email`, `active`, `create_date`, `modified_date`) VALUES (1,'willem','ccf4f9e5071fd887d4a09d9c52c62579',1,'','','willem@oudemans.com',1,'2026-06-01 11:06:56','2026-06-28 20:17:32'),
(2,'digi3','6a1f9ff99966e7ed2000589ef7d4e389',1,'digi','digi','matt@matthornsby.ca',1,'2026-06-17 18:24:14','2026-06-30 16:47:21');
/*!40000 ALTER TABLE `cmsqy_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_users_seq`
--

DROP TABLE IF EXISTS `cmsqy_users_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_users_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_users_seq`
--

LOCK TABLES `cmsqy_users_seq` WRITE;
/*!40000 ALTER TABLE `cmsqy_users_seq` DISABLE KEYS */;
INSERT INTO `cmsqy_users_seq` (`id`) VALUES (2);
/*!40000 ALTER TABLE `cmsqy_users_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmsqy_version`
--

DROP TABLE IF EXISTS `cmsqy_version`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cmsqy_version` (
  `version` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmsqy_version`
--

LOCK TABLES `cmsqy_version` WRITE;
/*!40000 ALTER TABLE `cmsqy_version` DISABLE KEYS */;
INSERT INTO `cmsqy_version` (`version`) VALUES (202);
/*!40000 ALTER TABLE `cmsqy_version` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'csmtrave_cmss989'
--

--
-- Dumping routines for database 'csmtrave_cmss989'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2026-07-01 17:32:49
