-- MySQL dump 10.16  Distrib 10.2.25-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: new_vismark
-- ------------------------------------------------------
-- Server version	10.2.25-MariaDB-log

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

--
-- Table structure for table `cms_additional_htmlblob_users`
--

DROP TABLE IF EXISTS `cms_additional_htmlblob_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_additional_htmlblob_users` (
  `additional_htmlblob_users_id` int(11) NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `htmlblob_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`additional_htmlblob_users_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_additional_htmlblob_users`
--

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

--
-- Table structure for table `cms_additional_htmlblob_users_seq`
--

DROP TABLE IF EXISTS `cms_additional_htmlblob_users_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_additional_htmlblob_users_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_additional_htmlblob_users_seq`
--

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

--
-- Table structure for table `cms_additional_users`
--

DROP TABLE IF EXISTS `cms_additional_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_additional_users`
--

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

--
-- Table structure for table `cms_additional_users_seq`
--

DROP TABLE IF EXISTS `cms_additional_users_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_additional_users_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_additional_users_seq`
--

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

--
-- Table structure for table `cms_admin_bookmarks`
--

DROP TABLE IF EXISTS `cms_admin_bookmarks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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 `cms_index_admin_bookmarks_by_user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_admin_bookmarks`
--

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

--
-- Table structure for table `cms_admin_bookmarks_seq`
--

DROP TABLE IF EXISTS `cms_admin_bookmarks_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_admin_bookmarks_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_admin_bookmarks_seq`
--

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

--
-- Table structure for table `cms_admin_recent_pages`
--

DROP TABLE IF EXISTS `cms_admin_recent_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_admin_recent_pages` (
  `id` int(11) NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `access_time` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_admin_recent_pages`
--

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

--
-- Table structure for table `cms_admin_recent_pages_seq`
--

DROP TABLE IF EXISTS `cms_admin_recent_pages_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_admin_recent_pages_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_admin_recent_pages_seq`
--

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

--
-- Table structure for table `cms_adminlog`
--

DROP TABLE IF EXISTS `cms_adminlog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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 `cms_index_adminlog1` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_adminlog`
--

LOCK TABLES `cms_adminlog` WRITE;
/*!40000 ALTER TABLE `cms_adminlog` DISABLE KEYS */;
INSERT INTO `cms_adminlog` VALUES (1561167484,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1561832049,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1561832049,0,'',-1,'Automated Task Succeeded','GatherNotificationsTask',''),(1561167485,0,'',-1,'Automated Task Succeeded','GatherNotificationsTask',''),(1562811032,0,'',-1,'Automated Task Succeeded','PruneAdminlogTask',''),(1562811033,0,'',-1,'Automated Task Succeeded','GatherNotificationsTask','');
/*!40000 ALTER TABLE `cms_adminlog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_content`
--

DROP TABLE IF EXISTS `cms_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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,
  `collapsed` tinyint(4) DEFAULT NULL,
  `markup` varchar(25) 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 `cms_index_content_by_content_alias_active` (`content_alias`,`active`),
  KEY `cms_index_content_by_default_content` (`default_content`),
  KEY `cms_index_content_by_parent_id` (`parent_id`),
  KEY `cms_index_content_by_hierarchy` (`hierarchy`),
  KEY `cms_index_content_by_idhier` (`content_id`,`hierarchy`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_content`
--

LOCK TABLES `cms_content` WRITE;
/*!40000 ALTER TABLE `cms_content` DISABLE KEYS */;
INSERT INTO `cms_content` VALUES (75,'About Us','content',1,87,28,3,'00002.00003',0,'About','about',1,NULL,'html',1,1,'87.75','en/about','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-11-28 13:13:56','2017-07-24 16:35:33',0,''),(74,'Our Portfolio with Graphic Design and Branding Work','content',1,87,30,2,'00002.00002',0,'Work','work',1,NULL,'html',1,1,'87.74','en/work','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-11-28 13:13:49','2017-07-24 16:33:27',0,''),(73,'A new way to outsource graphic design. Brand design & ui/ux design agency','content',1,87,23,1,'00002.00001',0,'Home','homepage',1,NULL,'html',1,1,'87.73','en/homepage','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-11-28 13:10:43','2017-07-24 16:31:34',0,''),(76,'Articles','content',1,87,23,4,'00002.00004',0,'Articles','articles',1,NULL,'html',0,1,'87.76','en/articles','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-11-28 13:14:01','2016-12-05 13:57:04',0,''),(77,'Customers','content',1,87,31,5,'00002.00005',0,'Customers','customers',1,NULL,'html',1,1,'87.77','en/customers','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target,testimoniale','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-11-28 13:14:07','2017-07-24 17:50:00',0,''),(78,'Outsourcing','content',1,87,28,6,'00002.00006',0,'Outsourcing','outsourcing',1,NULL,'html',1,1,'87.78','en/outsourcing','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-11-28 13:14:15','2017-02-27 19:20:24',0,''),(79,'App LogIn','link',1,87,23,7,'00002.00007',0,'App LogIn','app-login',1,NULL,'html',1,1,'87.79','en/app-login','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target,url','','','','',1,'2016-11-28 13:14:23','2016-12-05 13:57:27',0,''),(84,'Contact','content',1,87,29,12,'00002.00012',0,'Contact','contact',1,NULL,'html',1,1,'87.84','en/contact','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,target,image,thumbnail,metadescription','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-11-29 10:57:25','2017-06-01 16:32:42',0,''),(80,'Careers','content',1,87,28,8,'00002.00008',0,'Careers','careers',1,NULL,'html',1,1,'87.80','en/careers','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-11-28 13:14:34','2017-02-21 12:07:43',0,''),(81,'Newsletter','content',1,87,28,9,'00002.00009',0,'Newsletter','newsletter',1,NULL,'html',1,1,'87.81','en/newsletter','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-11-28 13:14:55','2017-02-21 13:47:03',0,''),(82,'Terms of use','content',1,87,28,10,'00002.00010',0,'Terms of use','terms-of-use',1,NULL,'html',1,1,'87.82','en/terms-of-use','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-11-28 13:15:00','2017-06-01 16:54:20',0,''),(83,'Privacy Policy','content',1,87,28,11,'00002.00011',0,'Privacy Policy','privacy-policy',1,NULL,'html',1,1,'87.83','en/privacy-policy','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-11-28 13:15:09','2017-06-01 16:52:12',0,''),(85,'FaQ','content',1,87,28,13,'00002.00013',0,'FaQ','faq',1,NULL,'html',1,1,'87.85','en/faq','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,target,image,thumbnail','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-11-30 12:02:36','2017-01-18 22:29:13',0,''),(86,'RO','sectionheader',1,-1,-1,3,'00003',0,'RO','ro',1,NULL,'html',1,1,'86','ro','content_en,searchable,extra1,extra2,extra3','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 13:55:57','2017-01-13 13:56:16',0,''),(87,'EN','sectionheader',1,-1,-1,2,'00002',0,'EN','en',1,NULL,'html',1,1,'87','en','content_en,searchable,extra1,extra2,extra3','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 13:56:08','2017-01-13 13:56:21',0,''),(88,'Agentie de design grafic publicitar, brand design & UI/UX design. Construim si imbunatatim identitatea vizuala a companiilor si produselor. ','content',1,86,23,1,'00003.00001',0,'Acasa','acasa',1,NULL,'html',1,1,'86.88','ro/acasa','searchable,extra1,extra2,content_en,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 14:01:42','2017-07-24 16:31:57',0,''),(89,'Portofoliul nostru de lucrari: Design Grafic si Identitate Vizuala, Branding','content',1,86,30,2,'00003.00002',0,'Portofoliu','portofoliu',1,NULL,'html',1,1,'86.89','ro/portofoliu','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 14:01:46','2017-07-24 16:34:28',0,''),(90,'Despre Noi','content',1,86,28,3,'00003.00003',0,'Despre','despre',1,NULL,'html',1,1,'86.90','ro/despre','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 14:01:48','2017-07-24 16:36:23',0,''),(91,'Articole','content',1,86,23,4,'00003.00004',0,'Articole','articole',1,NULL,'html',0,1,'86.91','ro/articole','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 14:01:52','2016-12-05 14:01:52',0,''),(92,'Clienti','content',1,86,31,5,'00003.00005',0,'Clienti','clienti',1,NULL,'html',1,1,'86.92','ro/clienti','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target,testimoniale','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 14:01:54','2017-07-24 17:48:32',0,''),(93,'Externalizare','content',1,86,28,6,'00003.00006',0,'Outsourcing','externalizare',1,NULL,'html',1,1,'86.93','ro/externalizare','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 14:01:56','2017-02-27 19:21:15',0,''),(94,'App LogIn','link',1,86,23,7,'00003.00007',0,'App LogIn','app-login-2',1,NULL,'html',1,1,'86.94','ro/app-login-2','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target,url','','','','',1,'2016-12-05 14:01:59','2016-12-05 14:01:59',0,''),(95,'Cariere','content',1,86,28,8,'00003.00008',0,'Cariere','cariere',1,NULL,'html',1,1,'86.95','ro/cariere','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 14:02:01','2017-02-21 12:07:41',0,''),(96,'Newsletter','content',1,86,28,9,'00003.00009',0,'Newsletter','newsletter-ro',1,NULL,'html',1,1,'86.96','ro/newsletter-ro','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 14:02:03','2017-02-21 13:47:32',0,''),(97,'Termeni si conditii','content',1,86,28,10,'00003.00010',0,'Termeni si conditii (en)','termeni-si-conditii',1,NULL,'html',1,1,'86.97','ro/termeni-si-conditii','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 14:02:05','2017-06-01 16:54:04',0,''),(98,'Politica de confidentialitate','content',1,86,28,11,'00003.00011',0,'Politica de confidentialitate (en)','politica-de-confidentialitate',1,NULL,'html',1,1,'86.98','ro/politica-de-confidentialitate','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,metadescription,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 14:02:08','2017-06-01 16:52:34',0,''),(99,'Contact','content',1,86,29,12,'00003.00012',0,'Contact','contacteaza-ne',1,NULL,'html',1,1,'86.99','ro/contacteaza-ne','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,target,image,thumbnail,metadescription','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 14:02:11','2017-06-01 16:32:21',0,''),(100,'Intrebari frecvente','content',1,86,28,13,'00003.00013',0,'Intrebari frecvente','intrebari-frecvente',1,NULL,'html',1,1,'86.100','ro/intrebari-frecvente','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,target,image,thumbnail','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2016-12-05 14:02:13','2017-01-18 22:28:45',0,''),(101,'Intro (Sortare IP)','content',1,-1,32,1,'00001',1,'Intro','intro',0,NULL,'html',1,0,'101','intro','content_en,searchable,extra1,extra2,extra3,pagedata,disable_wysiwyg,image,thumbnail,target','{* Add code here that should appear in the metadata section of all new pages *}','','','',1,'2017-01-13 13:56:10','2017-01-13 14:27:59',0,'');
/*!40000 ALTER TABLE `cms_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_content_props`
--

DROP TABLE IF EXISTS `cms_content_props`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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` text DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  KEY `cms_index_content_props_by_content_id` (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_content_props`
--

LOCK TABLES `cms_content_props` WRITE;
/*!40000 ALTER TABLE `cms_content_props` DISABLE KEYS */;
INSERT INTO `cms_content_props` VALUES (73,'string','content_en',NULL,NULL,NULL,'<br /><!-- Add code here that should appear in the content block of all new pages -->',NULL,'2017-07-24 16:31:34'),(73,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-07-24 16:31:34'),(73,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-07-24 16:31:34'),(73,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-07-24 16:31:34'),(73,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-07-24 16:31:34'),(73,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-07-24 16:31:34'),(73,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2017-07-24 16:31:34'),(73,'string','metadescription',NULL,NULL,NULL,'A new way to outsource graphic design. Brand design & ui/ux design agency',NULL,'2017-07-24 16:31:34'),(73,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-07-24 16:31:34'),(73,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-07-24 16:31:34'),(73,'string','target',NULL,NULL,NULL,'',NULL,'2017-07-24 16:31:34'),(84,'string','content_en',NULL,NULL,NULL,'<div class=\"content_page\">\r\n  <div class=\"text\">\r\n    <div class=\"container about pbottom60 ptop30 contact\">\r\n      <div class=\"container contact\">\r\n        <div class=\"col-md-12\">\r\n          <h3 class=\"title\">Contact</h3>\r\n        </div>\r\n        <div class=\"col-md-6 col-sm-12\">\r\n          <p>\r\n            Have a project you’d like to discuss?\r\n            <br>\r\n            Please complete the <a href=\"https://vismark.eu/en/contact#contact_form_vismark\">form below</a> or email us at\r\n            <br>\r\n            <a href=\"mailto:hello@vismark.eu\">hello@vismark.eu</a>\r\n          </p>\r\n          <p>\r\n            For partnership inquiries, please reach us at \r\n            <br>\r\n            <a href=\"mailto:office@vismark.eu\">office@vismark.eu</a>\r\n            <br>\r\n            or give us a call at <a href=\"tel:+40741173744\"><strong>+40 74 11 73 744</strong></a>\r\n          </p>\r\n          <p>\r\n            If you have talent, hustle and heart, make a \r\n            <br>\r\n            ruckus and get in touch. \r\n            <br>\r\n            Visit <a href=\"{cms_selflink href=\'careers\'}\">Career</a> section or send us an email at \r\n            <br>\r\n            <a href=\"mailto:careers@vismark.eu\">careers@vismark.eu</a>\r\n          </p>\r\n        </div>\r\n        <div class=\"col-md-6 col-sm-12\">\r\n          <p>\r\n            For anything else call our main line at \r\n            <br>\r\n            <a href=\"tel:+40311011072\"><strong>+4 031 101 10 72</strong></a>\r\n          </p>\r\n          <p>\r\n            The main office: \r\n            <br>\r\n            17 Radu Voda Street, Floor 4, Sector 4 \r\n            <br>\r\n            Zip Code 040273, Bucharest, RO <br> <a href=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2849.6769216621765!2d26.110367951625452!3d44.41927497899994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x40b202461d3d6793%3A0x173c5f1b335650cd!2zVklTTUFSS8Ku!5e0!3m2!1sen!2sro!4v1479899850933\" class=\"fancybox\"><strong>See on map</strong></a>\r\n          </p>\r\n          <p class=\"mbottom0 pbottom0\">\r\n            We\'re social:\r\n          </p>\r\n          <ul>\r\n              <li><a href=\"https://www.facebook.com/vismark.eu\"><i class=\"fa fa-facebook\"></i></a></li>\r\n              <li><a href=\"https://www.youtube.com/channel/UCOemEpk8qsxelbrrk1EWbLQ \"><i class=\"fa fa-youtube\"></i></a></li>\r\n              <li><a href=\"https://twitter.com/vismark_eu \"><i class=\"fa fa-twitter\"></i></a></li>\r\n              <li><a href=\"https://plus.google.com/u/1/b/111558593417091501840/+VismarkRo\"><i class=\"fa fa-google-plus\"></i></a></li>\r\n              <li><a href=\"https://www.behance.net/vismark\"><i class=\"fa fa-behance\"></i></a></li>\r\n              <li><a href=\"https://ro.pinterest.com/vismarkeu\"><i class=\"fa fa-pinterest\"></i></a></li>\r\n          </ul>\r\n        </div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n</div>',NULL,'2017-06-01 16:32:42'),(84,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-06-01 16:32:42'),(84,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-06-01 16:32:42'),(84,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-06-01 16:32:42'),(84,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-06-01 16:32:42'),(84,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-06-01 16:32:42'),(84,'string','disable_wysiwyg',NULL,NULL,NULL,'1',NULL,'2017-06-01 16:32:42'),(84,'string','target',NULL,NULL,NULL,'',NULL,'2017-06-01 16:32:42'),(74,'string','content_en',NULL,NULL,NULL,'<h3 class=\"title\">Take a look at some of our current design projects.<br /> If you like what you see, just get in touch. <br /><a title=\"SEOtitle\" href=\"#get_in_touch-modal\" data-toggle=\"modal\">Fill out this form!</a></h3>',NULL,'2017-07-24 16:33:27'),(74,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-07-24 16:33:27'),(74,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-07-24 16:33:27'),(74,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-07-24 16:33:27'),(74,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-07-24 16:33:27'),(74,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-07-24 16:33:27'),(74,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2017-07-24 16:33:27'),(74,'string','metadescription',NULL,NULL,NULL,'Our Portfolio with Graphic Design and Branding Work',NULL,'2017-07-24 16:33:27'),(74,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-07-24 16:33:27'),(74,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-07-24 16:33:27'),(74,'string','target',NULL,NULL,NULL,'',NULL,'2017-07-24 16:33:27'),(75,'string','content_en',NULL,NULL,NULL,'<div class=\"section-tour content-image-wrapper\"  style=\"min-height: 63em;\">\r\n	<div class=\"content_page department\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6 col-sm-push-6\">\r\n\r\n						<h2 class=\"section-title\" style=\"margin-top: 4.286em;\">Ideal Solution For A GROWING BUSINESS!</h2>\r\n						<p class=\"continut\">Vismark® is an online platform which brings forward a new and easy way to outsource graphic design services, so that you can save money, time and headaches. Whether you represent a company or an advertising agency, we can fulfil any of your needs regarding quality design materials.</p>\r\n						<p class=\"continut\">We provide a dedicated design team that will work to create all the graphic materials you need, respecting the deadline you want and at a fair price for you, your clients or your partners. Say goodbye to counted hours and limited feedbacks.</p>\r\n						<p class=\"continut\">A great quantity of design experts is what defines our team, but quality work is what makes us truly stand out.</p>\r\n						<a class=\"cta_about\" href=\"#get_in_touch-modal\" data-toggle=\"modal\">Get in touch </a>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 col-sm-pull-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/about-01.jpg\" alt=\"\" class=\"content-image right\" alt=\"vmk-app.gif\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 1 -->\r\n\r\n<div class=\"bgk_gray section-tour content-image-wrapper\" style=\"min-height: 51em;\">\r\n	<div class=\"content_page department\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6\">\r\n\r\n						<h2 class=\"section-title\">What we aim for?</h2>\r\n						<p class=\"continut\">To bring forward a different kind of graphic design agency. One that simultaneously provides services for companies and advertising agencies as well.</p>\r\n						<a class=\"cta_about\" href=\"{cms_selflink href=\'outsourcing\'}\">More about Outsourcing </a>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/outsourcing-01.jpg\" alt=\"\" class=\"content-image\" alt=\"department_1.png\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 2 -->\r\n\r\n<div class=\"section-tour content-image-wrapper\">\r\n	<div class=\"content_page department\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6 col-sm-push-6\">\r\n\r\n						<h2 class=\"section-title\">How are we going to do it?</h2>\r\n						<p class=\"continut\">By ensuring quality work through the means of an experienced team and by proposing an innovative system for outsourcing. You can get your hands on the graphic materials at any time, in time and for a fair price.</p>\r\n						<a class=\"cta_about\" href=\"{cms_selflink href=\'outsourcing\'}\">See how it works </a>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 col-sm-pull-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/about-03.jpg\" alt=\"\" class=\"content-image right\" alt=\"homepage_display.png\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 3 -->\r\n{global_content name=\'modal_lets_chat\'}',NULL,'2017-07-24 16:35:33'),(75,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-07-24 16:35:33'),(75,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-07-24 16:35:33'),(75,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-07-24 16:35:33'),(75,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-07-24 16:35:33'),(75,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-07-24 16:35:33'),(75,'string','disable_wysiwyg',NULL,NULL,NULL,'1',NULL,'2017-07-24 16:35:33'),(75,'string','metadescription',NULL,NULL,NULL,'outsource graphic design services',NULL,'2017-07-24 16:35:33'),(75,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-07-24 16:35:33'),(75,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-07-24 16:35:33'),(75,'string','target',NULL,NULL,NULL,'',NULL,'2017-07-24 16:35:33'),(76,'string','content_en',NULL,NULL,NULL,'<!-- Add code here that should appear in the content block of all new pages -->',NULL,'2016-12-05 13:57:04'),(76,'string','searchable',NULL,NULL,NULL,'1',NULL,'2016-12-05 13:57:04'),(76,'string','extra1',NULL,NULL,NULL,'',NULL,'2016-12-05 13:57:04'),(76,'string','extra2',NULL,NULL,NULL,'',NULL,'2016-12-05 13:57:04'),(76,'string','extra3',NULL,NULL,NULL,'',NULL,'2016-12-05 13:57:04'),(76,'string','pagedata',NULL,NULL,NULL,'',NULL,'2016-12-05 13:57:04'),(76,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2016-12-05 13:57:04'),(76,'string','metadescription',NULL,NULL,NULL,'',NULL,'2016-11-28 17:00:38'),(76,'string','image',NULL,NULL,NULL,'-1',NULL,'2016-11-28 17:00:38'),(76,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2016-11-28 17:00:38'),(76,'string','target',NULL,NULL,NULL,'',NULL,'2016-12-05 13:57:04'),(77,'string','content_en',NULL,NULL,NULL,'<h2 class=\"title\">We\'ve been working hard to impress you.</h2>\r\n<p class=\"continut\">But it`s better to let others talk about our way of doing things. <br />Here are the views of some of those who let us help them improve their company\'s image.</p>',NULL,'2017-07-24 17:50:00'),(77,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-07-24 17:50:00'),(77,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-07-24 17:50:00'),(77,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-07-24 17:50:00'),(77,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-07-24 17:50:00'),(77,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-07-24 17:50:00'),(77,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2017-07-24 17:50:00'),(77,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-07-24 17:50:00'),(77,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-07-24 17:50:00'),(77,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-07-24 17:50:00'),(77,'string','target',NULL,NULL,NULL,'',NULL,'2017-07-24 17:50:00'),(78,'string','content_en',NULL,NULL,NULL,'<div class=\"content_page department mbottom50 ptop30\">\r\n	<div class=\"text\">\r\n		<div class=\"container\">\r\n			<div class=\"row\">\r\n				<div class=\"col-md-12 text-center\">\r\n\r\n				<h2 class=\"title\">How would you like to have your own design department?</h2>\r\n				<p class=\"continut\">It doesn’t matter if you represent a company or an advertising agency. <br />We came up with the easiest way for you to get all the graphic materials you need in the shortest possible time.</p>\r\n\r\n				</div> <!-- ./col-md-12 -->\r\n			</div> <!-- ./row -->\r\n		</div> <!-- ./container -->\r\n	</div> <!-- ./text -->\r\n</div> <!-- ./content_page -->\r\n<!-- END Main Text -->\r\n\r\n<div class=\"bgk_gray section-tour content-image-wrapper\">\r\n	<div class=\"content_page department\">\r\n		<div class=\"text\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6 col-sm-push-6\">\r\n\r\n						<h2 class=\"section-title\">An entire design team <br> for your company</h2>\r\n						<p class=\"continut\">You won’t have a designer or two working on you project, but an entire team, so that your needs will certainly be fulfilled in time.<br /> <br /> <a class=\"cta_about\" href=\"{cms_selflink href=\'contact\'}\">Request a meeting</a></p>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 col-sm-pull-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/outsourcing-01.jpg\" alt=\"\" class=\"content-image right\" alt=\"outsourcing-01.jpg\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n		</div> <!-- ./text -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 1 -->\r\n\r\n\r\n<div class=\"section-tour content-image-wrapper\">\r\n	<div class=\"content_page department\">\r\n		<div class=\"text\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6\">\r\n\r\n						<h2 class=\"section-title\">Work faster and easier<br />in one place</h2>\r\n						<p class=\"continut\">Explore a new and easy way to outsource your graphic design by using the Vismark<sup>®</sup>App for free. Whether we’re talking about a Logo, Website Design, Business Card Design or any other type of material, you can find them all here.<br /> <br /> <a class=\"cta_about\" href=\"/faq/c/2/85/vismark-app\">Read more in FAQ </a></p>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/outsourcing-02.jpg\" alt=\"\" class=\"content-image\" alt=\"outsourcing-02.jpg\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n		</div> <!-- ./text -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 2 -->\r\n\r\n<div class=\"bgk_gray section-tour content-image-wrapper\">\r\n	<div class=\"content_page department\">\r\n		<div class=\"text\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6 col-sm-push-6\">\r\n\r\n						<h2 class=\"section-title\" style=\"margin-top: 3.286em;\">Any number of feedbacks <br />directly on design</h2>\r\n						<p class=\"continut\">It is important that your materials are not only of the highest quality, but also fit for your business. We will work on them until we find the perfect match.</p>\r\n						<h4>Contextual feedback</h4>\r\n						<p class=\"continut\">Using the app you can give feedback straight onto the in progress design by leaving comments.</p>\r\n						<h4>Threaded conversations</h4>\r\n						<p class=\"continut\">Never lose track of your design feedback. All the comments are stored together in one convenient archive. <br /> <br /> <a class=\"cta_about\" href=\"#get_in_touch-modal\" data-toggle=\"modal\">Let`s work together </a></p>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 col-sm-pull-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/outsourcing-03B.jpg\" alt=\"\" class=\"content-image right\" alt=\"outsourcing-03B.jpg\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n		</div> <!-- ./text -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 3 -->\r\n\r\n<div class=\"section-tour content-image-wrapper\">\r\n	<div class=\"content_page department\">\r\n		<div class=\"text\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6\">\r\n\r\n						<h2 class=\"section-title\">No counted hours</h2>\r\n						<p class=\"continut\">Once you have joined the community, you can forget about counted working hours for additional costs. <br /> <br /> <a class=\"cta_about\" href=\"#get_in_touch-modal\" data-toggle=\"modal\">Get in touch </a></p>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/outsourcing-04.jpg\" alt=\"\" class=\"content-image\" alt=\"outsourcing-04.jpg\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n		</div> <!-- ./text -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 4 -->\r\n\r\n\r\n<div class=\"bgk_gray section-tour content-image-wrapper\">\r\n	<div class=\"content_page department\">\r\n		<div class=\"text\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6 col-sm-push-6\">\r\n\r\n						<h2 class=\"section-title\">Unified looking design</h2>\r\n						<p class=\"continut\">Vismark<sup>®</sup> works the way you do. We know how important your image is in front of your clients. We will always make sure that your materials express the personality of your brand.<br /> <br /> <a class=\"cta_about\" href=\"{cms_selflink href=\'contact\'}\">Contact us </a></p>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 col-sm-pull-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/outsourcing-05.jpg\" alt=\"\" class=\"content-image right\" alt=\"outsourcing-05.jpg\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n		</div> <!-- ./text -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 5 -->\r\n\r\n\r\n<div class=\"content_page\">\r\n    <div class=\"text\">\r\n        <div class=\"container about pbottom60 ptop30 project\">\r\n            <div class=\"container text-center\">\r\n                <h3 class=\"title\">So what`s next?  We`re ready!</h3>\r\n                <a href=\"#get_in_touch-modal\" class=\"gray_cta\" data-toggle=\"modal\">Get in touch</a> \r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n{global_content name=\'modal_lets_chat\'}',NULL,'2017-02-27 19:20:24'),(78,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-02-27 19:20:24'),(78,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-02-27 19:20:24'),(78,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-02-27 19:20:24'),(78,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-02-27 19:20:24'),(78,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-02-27 19:20:24'),(78,'string','disable_wysiwyg',NULL,NULL,NULL,'1',NULL,'2017-02-27 19:20:24'),(78,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-02-27 19:20:24'),(78,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-02-27 19:20:24'),(78,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-02-27 19:20:24'),(78,'string','target',NULL,NULL,NULL,'',NULL,'2017-02-27 19:20:24'),(79,'string','content_en',NULL,NULL,NULL,'<!-- Add code here that should appear in the content block of all new pages -->',NULL,'2016-11-28 13:14:23'),(79,'string','searchable',NULL,NULL,NULL,'1',NULL,'2016-11-28 13:14:23'),(79,'string','extra1',NULL,NULL,NULL,'',NULL,'2016-12-05 13:57:27'),(79,'string','extra2',NULL,NULL,NULL,'',NULL,'2016-12-05 13:57:27'),(79,'string','extra3',NULL,NULL,NULL,'',NULL,'2016-12-05 13:57:27'),(79,'string','pagedata',NULL,NULL,NULL,'',NULL,'2016-11-28 13:14:23'),(79,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2016-11-28 13:14:23'),(79,'string','metadescription',NULL,NULL,NULL,'',NULL,'2016-11-28 13:14:23'),(79,'string','image',NULL,NULL,NULL,'-1',NULL,'2016-11-28 13:14:23'),(79,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2016-11-28 13:14:23'),(79,'string','target',NULL,NULL,NULL,'',NULL,'2016-12-05 13:57:27'),(80,'string','content_en',NULL,NULL,NULL,'<div class=\"content_page\">\r\n	<div class=\"text\">\r\n		<div class=\"container about pbottom30 ptop30\">\r\n			<div class=\"row\">\r\n				<div class=\"col-md-12 text-center\">\r\n\r\n				<h2 class=\"title\">We\'re growing fast, and we\'d love for you to join us.</h2>\r\n				<p class=\"continut\">VISMARK® is a welcoming place for everyone, and we do our best to make sure <br /> people feel supported and connected at work.</p>\r\n\r\n				</div> <!-- ./col-md-12 -->\r\n			</div> <!-- ./row -->\r\n		</div> <!-- ./container -->\r\n	</div> <!-- ./text -->\r\n</div> <!-- ./content_page -->\r\n<!-- END Main Text -->\r\n\r\n<div class=\"content_page bgk_gray\">\r\n	<div class=\"text\">\r\n	{cms_module module=\"Careers\" detailpage=\"careers\" action=\"categories\"}\r\n	</div><!-- ./text -->\r\n</div><!-- ./content_page -->\r\n\r\n<div class=\"content_page\">\r\n	<div class=\"text\">\r\n		<div class=\"container about pbottom30 ptop30\">\r\n			<div class=\"row\">\r\n				<div class=\"col-md-12 text-center\">\r\n\r\n				<p class=\"continut\" style=\"font-size: 13px !important;\">As a proud equal opportunity employer, we\'re committed to hiring top talent regardless of race, religion, color, national origin, sex, sexual orientation, gender identity, age, status as a protected veteran, status as an individual with a disability, or other applicable legally protected characteristics.</p>\r\n\r\n				</div> <!-- ./col-md-12 -->\r\n			</div> <!-- ./row -->\r\n		</div> <!-- ./container -->\r\n	</div> <!-- ./text -->\r\n</div> <!-- ./content_page -->\r\n<!-- END Main Text -->',NULL,'2017-02-21 12:07:43'),(80,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-02-21 12:07:43'),(80,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-02-21 12:07:43'),(80,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-02-21 12:07:43'),(80,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-02-21 12:07:43'),(80,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-02-21 12:07:43'),(80,'string','disable_wysiwyg',NULL,NULL,NULL,'1',NULL,'2017-02-21 12:07:43'),(80,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-02-21 12:07:43'),(80,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-02-21 12:07:43'),(80,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-02-21 12:07:43'),(80,'string','target',NULL,NULL,NULL,'',NULL,'2017-02-21 12:07:43'),(81,'string','content_en',NULL,NULL,NULL,'<div class=\"content_page\">\r\n	<div class=\"text\">\r\n		<div class=\"container\">\r\n			<div class=\"row abonarenewsletter_vmk\">\r\n				<div class=\"col-md-12 text-center\">\r\n					<h2 class=\"title\">Newsletter</h2>\r\n					<p class=\"continut\">We love graphic design and we know you do too. </br>Don`t bother seeking out new information, but let us keep you updated with the latest weekly trends.</p>\r\n				</div>\r\n				<div class=\"col-md-4 col-xs-12\"> </div>\r\n				<div class=\"col-md-4 col-xs-12\">\r\n					<form id=\"form1\" action=\"\" method=\"post\">\r\n						<input type=\"text\" name=\"name\" placeholder=\"Name\" /> \r\n						<input type=\"email\" name=\"email\" placeholder=\"Email Address\" /> \r\n						<input type=\"submit\" value=\"Subscribe now\" />\r\n					</form>\r\n				</div>\r\n				<div class=\"col-md-4 col-xs-12\"> </div>\r\n			</div>\r\n			<div id=\"divid\"></div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<script type=\"text/javascript\">// <![CDATA[\r\n$(\"#form1\").submit(function(e){\r\n    e.preventDefault();\r\n    var self = this;\r\n    $.ajax({\r\n        type: \'post\',\r\n        url: \'nl.php\',\r\n        data: $(self).serialize(),\r\n        success: function(data) {\r\n        	$(\"#divid\").html(data);\r\n        }\r\n    });\r\n});\r\n// ]]></script>',NULL,'2017-02-21 13:47:03'),(81,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-02-21 13:47:03'),(81,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-02-21 13:47:03'),(81,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-02-21 13:47:03'),(81,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-02-21 13:47:03'),(81,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-02-21 13:47:03'),(81,'string','disable_wysiwyg',NULL,NULL,NULL,'1',NULL,'2017-02-21 13:47:03'),(81,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-02-21 13:47:03'),(81,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-02-21 13:47:03'),(81,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-02-21 13:47:03'),(81,'string','target',NULL,NULL,NULL,'',NULL,'2017-02-21 13:47:03'),(82,'string','content_en',NULL,NULL,NULL,'<div class=\"content_page\">\r\n<div class=\"text\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2\"> </div>\r\n<div class=\"col-md-8 terms\">\r\n<h3 class=\"title\">TERMS OF SERVICE</h3>\r\n<p>The following Terms and Conditions of Service apply to all products and services provided by VISMARK® Consulting S.R.L. (hereinafter referred to as VISMARK®) and in the event of any dispute are governed by the laws of Romania.</p>\r\n<p>All work is carried out by VISMARK® on the understanding that the client has agreed to our terms and conditions.</p>\r\n<p>Copyright is retained by VISMARK® on all design work including words, pictures, ideas, proofs, visual concepts and illustrations unless specifically released in writing and after all costs have been settled.</p>\r\n<p>If a choice of designs is presented and one is chosen for your project, only that solution is deemed to be given by us as fulfilling the contract. All other designs remain the property of VISMARK®, unless specifically agreed in writing. VISMARK® reserved the rights to choose it`s clients.</p>\r\n<p>Please contact us if you do not understand any of the terms and conditions in this document. Please also note that from time to time VISMARK® may need to alter these terms and conditions without notice.</p>\r\n<h4 class=\"title\">DEFINITIONS</h4>\r\n<p>\'VISMARK® Consulting S.R.L.\' or \'VISMARK®\' means Vismark Consulting S.R.L. as , \'VISMARK®\' or \'VISMARK®App\'</p>\r\n<p>\'Client\' means a person/s or company who engages VISMARK® for design and related services</p>\r\n<p>\'Quotation\' means the design quotation provided to the client in writing by VISMARK®</p>\r\n<p>\'Project\' means the scope and purpose of the client\'s identified usage of the work product as described in the quotation</p>\r\n<p>\'Service\' and \'services\' means the service/s and to be provided to the client by VISMARK®, as described and otherwise further defined in the quotation</p>\r\n<p>\'Deliverables\' and \'materials\' means the end product/s to be delivered by VISMARK® to the client, in the form and media specified in the quotation</p>\r\n<p>\'Website\' means a connected group of pages on the World Wide Web regarded as a single entity, maintained by VISMARK®</p>\r\n<h4 class=\"title\">VISMARK® CONTENT</h4>\r\n<p>The Website, the Services, and their contents may only be used in accordance with the terms of this Agreement. All materials displayed or performed on the Website or in the Services, including, but not limited to text, graphics, articles, photographs, images, illustrations (also known as the \"VISMARK® Content,\") are protected by copyright. You shall abide by all copyright notices, trademark rules, information, and restrictions contained in any VISMARK® Content accessed through the Services, and shall not use, copy, reproduce, modify, translate, publish, broadcast, transmit, distribute, perform, upload, display, license, sell or otherwise exploit for any purposes whatsoever any VISMARK® Content or other proprietary rights not owned by you: (i) without the express prior written consent of the respective owners, and (ii) in any way that violates any third party right.</p>\r\n<h4 class=\"title\">ACCOUNTS, PASSWORDS, AND SECURITY</h4>\r\n<p>The client is responsible for all activity that occurs via his account on VISMARK®App. The client must notify Customer Support immediately if becoming aware of any unauthorized use of his account. The client may not (a) Share his account information (except with an authorized account administrator) or (b) use another person\'s account. The account administrator may use the clients account information to manage the access to his projects, previews and proofs, chat messages, invoices, pin-tasks, contact details, personal information, billing information and passwords.</p>\r\n<p>Only the clients of VISMARK® services can have an account. VISMARK® can create the clients account, for free, after he place the order. The account can be deleted on express request released in writing. VISMARK® reserves the right to close or delete the clients account with or without a notice.</p>\r\n<h4 class=\"title\">COMMENCEMENT OF WORK</h4>\r\n<p>Agreement to work with, and submission of a design brief and payment of deposit to VISMARK® constitutes agreement to these terms and conditions. VISMARK® reserves the right to use the services of sub-contractors, agents and suppliers and any work, content, services and usage is bound by their Terms and Conditions. VISMARK® will not knowingly perform any actions to contravene these and the client also agrees to be so bound.</p>\r\n<h4 class=\"title\">QUOTATION</h4>\r\n<p>All Quotations are provided by VISMARK® free of charge and are valid for 30 days from the date of issue. Quotations that are not accepted within the time identified may be subject to amendment. All quoted are priced in Euros. Additional work which is outside the original scope and not provided for in the original quotation, is charged at an additional hourly rate of €20 to €35 per hour ex.</p>\r\n<h4 class=\"title\">DESIGN PAYMENT TERMS</h4>\r\n<p>Charges for design services to be provided by VISMARK® will be set out in the written estimate or quotation that is provided to the customer. At the time of the customer\'s signed acceptance of this estimate or quotation, indicating acceptance of the Terms &amp; Conditions.</p>\r\n<p>Unless agreed otherwise with the Client, all design services require an advance payment of a minimum of fifty (50) percent of the project quotation total before the work commences. The remaining fifty (50) percent of the project quotation total will be due upon completion of the work prior to upload to the server or release of materials.</p>\r\n<p>Once research, resources allocated or design work has commenced on a project, this deposit is <strong>non-refundable</strong>. In the case of a change of mind by \"The Client\" this deposit is <strong>non-refundable</strong>. VISMARK® endeavours to provide design services that meet and exceed a client\'s needs and expectations, but in the event of a \"change of mind\" (after a project has commenced) by \"The Client\", the initial 50% deposit is forfeited, plus a prorata payment based upon the time spent.</p>\r\n<p>The invoices which remain unpaid for 7 days after the date of invoice will incur an additional <span style=\"text-decoration: underline;\">late payment fee equivalent to 5%</span> of the project costs for each week payment is outstanding. The client is responsible for all debt collection fees, legal fees and court fees that may be incurred as a result of the client\'s failure to pay invoices within 7 calendar days of date of issue. If you are having difficulty paying your invoice, please get in touch as soon as you are aware of the issue, so we can discuss a solution that works for your company.</p>\r\n<h4 class=\"title\">CONFIDENTIAL INFORMATION</h4>\r\n<p>VISMARK® and the client both acknowledge that during business dealings they may receive certain confidential information and materials of the other party. Each party, including its agents and employees, agrees to hold and maintain in strict confidence all confidential Information, shall not disclose confidential Information to any third party, and shall not use any confidential Information except as may be necessary to perform its obligations under the Quotation, and as may be required by a court or governmental authority.</p>\r\n<p>Confidential Information does not include any information that is in the public domain or becomes publicly known through no fault of the receiving party, or is otherwise properly received from a third party without an obligation of confidentiality.</p>\r\n<p> </p>\r\n<h4 class=\"title\">DEADLINES</h4>\r\n<p>Every effort possible is made by VISMARK® to meet required deadlines. Additional charges may apply if VISMARK® is required to work outside of normal business hours in order to meet deadlines. It is the client\'s responsibility to notify VISMARK® of deadlines prior to the commencement of the project.</p>\r\n<p>VISMARK® will not be liable or held responsible for any deadlines not met, or any costs incurred as a result, due to circumstances beyond VISMARK®\'s control, such as illness, injury, client delay, or third-party or sub-contractor turnaround times. Final approval of art must also be provided to VISMARK® in writing before any work is released – verbal approvals cannot be accepted.</p>\r\n<h4 class=\"title\">PROOFS</h4>\r\n<p>All concepts created by VISMARK® are presented in low resolution draft format for on-screen proofing. High resolution files are only released once full payment is received. VISMARK® exercises reasonable effort to proof and test deliverables prior to presentation. All concepts presented by VISMARK® are created to the very best of VISMARK®\'s ability and knowledge. The client must confirm in writing or in VISMARK®App that they approve or require revisions to supplied proofs, within 14 days of receipt of proofs.</p>\r\n<h4 class=\"title\">REVISIONS</h4>\r\n<p>Any and all corrections, changes or amendments to a project must be provided to VISMARK® in writing or through VISMARK®App. Each quotation allows the client unlimited rounds of minor revisions to their project within 50 days of receipt of the first proofs. Any revisions or updates not nominated in the 50 days rounds of minor revisions, or otherwise accounted for in the quotation, are charged at an hourly rate of €20 to €35 per hour. Should the client choose not to proceed with the project, an invoice will be issued for work completed up to that date.</p>\r\n<h4 class=\"title\">ERRORS &amp; OMISSIONS</h4>\r\n<p>Whilst all care is taken by VISMARK® in producing proofs and final art, it is understood that the client assumes and accepts liability for any and all errors not corrected. The client is responsible for proof reading and identifying any errors or omissions, prior to final approval. Final artwork is not released to the client or third parties (eg. printers) until final approval of art is provided to VISMARK® in writing or through VISMARK®App – verbal approvals cannot be accepted. Should the client request a project reprint, the client is solely responsible for payment of all associated costs. VISMARK® cannot issue credit or refunds.</p>\r\n<h4 class=\"title\">OFFSET &amp; DIGITAL PRINTING</h4>\r\n<p>Files provided by the client to VISMARK® for use in high quality print reproduction, must be supplied as CMYK and at a minimum resolution of 300dpi at actual size. Additional charges may apply where VISMARK® is required to manipulate and convert client supplied files, to ensure they are press-ready.</p>\r\n<p>VISMARK® thoroughly checks all images supplied, and provides advice to the client regarding reproduction quality, colour and stock. The client accepts that VISMARK® is not responsible for any client supplied images that do not print as expected. VISMARK® supplies files to print companies and other third parties for high quality reproduction, at a minimum of 300dpi at actual size, or as high resolution PDF\'s, and as per their required specifications.</p>\r\n<p>Due to variations in computer settings, on-screen colour proofing may differ between monitors and devices, and can differ from the final printed result. The Client acknowledges that on-screen proofing is not an accurate representation of the final printed project, and that VISMARK® is not responsible for any colour variations that may occur between on-screen proofs and the final printed outcome.</p>\r\n<p>Colour accuracy is best determined at the chosen print company, by the production of pre-press calibrated high resolution proofs. Depending upon the print company, such colour-accurate hard copy proofs may attract an additional cost, prices are available upon request. VISMARK® will happily press-check projects where feasible and where requested, to help ensure consistency and the best possible printed outcome. The client accepts that VISMARK® is not responsible for any print inaccuracies that may arise.</p>\r\n<h4 class=\"title\">FILE FORMATS</h4>\r\n<p>VISMARK® does not release or supply any working files used in the creation of a project (such as Adobe Illustrator, InDesign, Photoshop, Corel and so on). High resolution PDF\'s of a completed project can be supplied upon final payment, at the client\'s request. Upon project completion, VISMARK® securely backs up and stores all associated files for minimum 50 days. Should the client request the supply of any files more than 50 days after project completion, a small retrieval fee may be incurred.</p>\r\n<h4 class=\"title\">USE OF IMAGES</h4>\r\n<p>VISMARK® can not use images that violate copyright. Client supplied images must be sourced from reputable stock photography libraries, or the client must be the copyright holder or have written permission from the copyright holder to use the image/s for commercial purposes. The client is fully responsable if the used images are violating the copyrights. VISMARK® can source professional stock photography as required. Professional stock photography that is no accounted for in the initial quotation attracts an additional cost which is payable by the client.</p>\r\n<h4 class=\"title\">INCOMPLETE &amp; CANCELLED PROJECTS</h4>\r\n<p>The client, within 14 calendar days of receipt of each proof, shall notify VISMARK® of any corrections, changes or amendments the client wishes to be made. Should the Client fail to contact VISMARK® within 14 calendar days of receipt of proof/s, and notify VISMARK® of any corrections, changes or amendments, or of final proof approval, VISMARK® reserves the right to consider the project finalised, and issue an invoice for payment of work completed. In the event of a project termination by either party, VISMARK® will issue an invoice for all work completed up to the date of cancellation, and payment of this invoice is required by the Client.</p>\r\n<h4 class=\"title\">ADDITIONAL COSTS</h4>\r\n<p>Quotation pricing includes VISMARK®\'s fees only. Any and all third party costs will be invoiced to the client, unless specifically otherwise provided for in the quotation. Such outside costs include, but are not limited to, postage and packaging, freight and shipping, courier fees, high resolution proofs from chosen offset printer, offset printing, digital printing, photocopies, artwork burnt to disk, sub-contractor\'s costs and fees, stock photography, photography and or artwork licenses, online access or hosting fees, parking fees, tolls, taxi fares and public transportation fares.</p>\r\n<h4 class=\"title\">PROMOTION</h4>\r\n<p>VISMARK® retains the right to publish and display any client projects in VISMARK®\'s portfolio, website, design periodicals, and other media or presentations.</p>\r\n<h4 class=\"title\">QUESTIONS OR CONCERNS</h4>\r\n<p>If you have any questions or concerns regarding our terms of services, please send us a detailed message on email, at support@vismark.eu. We will make every effort to resolve your concerns.</p>\r\n<p>S.C. Vismark Consulting S.R.L., 5 Baraganului Street, Ap. 41, Zip Code 810453, Braila, Romania<br /> Phone +4 031 101 10 72<br /><br /> Effective Date: December 5, 2016</p>\r\n</div>\r\n<div class=\"col-md-2\"> </div>\r\n</div>\r\n<div class=\"row text-center\">\r\n<h2 class=\"title\">Get in touch!</h2>\r\n<a class=\"gray_cta\" href=\"en/contact\" data-toggle=\"modal\">Contact us</a></div>\r\n</div>\r\n</div>\r\n</div>',NULL,'2017-06-01 16:54:20'),(82,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-06-01 16:54:20'),(82,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-06-01 16:54:20'),(82,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-06-01 16:54:20'),(82,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-06-01 16:54:20'),(82,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-06-01 16:54:20'),(82,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2017-06-01 16:54:20'),(82,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-06-01 16:54:20'),(82,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-06-01 16:54:20'),(82,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-06-01 16:54:20'),(82,'string','target',NULL,NULL,NULL,'',NULL,'2017-06-01 16:54:20'),(83,'string','content_en',NULL,NULL,NULL,'<div class=\"content_page\">\r\n<div class=\"text\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2\"> </div>\r\n<div class=\"col-md-8 terms\">\r\n<h3 class=\"title\">We value your privacy and trust.</h3>\r\n<h4 class=\"title\">OVERVIEW</h4>\r\n<p class=\"continut\">We at VISMARK® Consulting S.R.L. (\"VISMARK® ,\" \"we,\" \"us,\" \"our\") know that our clients (\"you,\" \"your\") care about how your personal information is used and shared, and we take your privacy seriously. This privacy policy describes how VISMARK® collects and uses the personal information you provide on our Website: vismark.eu/vismark.ro/vismark.org. Please read the following to learn more about our Privacy Policy. By visiting or using the Website or Services in any manner, you acknowledge that you accept the practices and policies outlined in this Privacy Policy and you hereby consent that we will collect, use, and share your information in the following ways. Any capitalized terms used herein without definition shall have the meaning given to them in the VISMARK® Terms of Use.</p>\r\n<h4 class=\"title\">TYPES OF PERSONAL INFORMATION WE COLLECT</h4>\r\n<p>VISMARK® collects the following types of Personal Information through the Service: <br /> a) Contact Information;<br /> b) Financial Account Information;<br /> c) Company Information;<br /> d) User Account Information and Content;<br /> e) Other informations you provide to us</p>\r\n<h4 class=\"title\">HOW DO WE USE THE INFORMATION THAT YOU PROVIDE TO US?</h4>\r\n<p>Broadly speaking, we use personal information for purposes of administering our business activities, providing customer service and making available other items and services to our clients and prospective clienti.</p>\r\n<p>VISMARK® will not obtain personally-identifying information about you when you visit our site, unless you choose to provide such information to us, nor will such information be sold or otherwise transferred to unaffiliated third parties without the approval of the user at the time of collection.</p>\r\n<p>We may disclose information when legally compelled to do so, in other words, when we, in good faith, believe that the law requires it or for the protection of our legal rights.</p>\r\n<p>This policy does not apply to the practices of companies that we do not own or control, or to individuals that we do not employ or manage.</p>\r\n<p>We do not knowingly collect or solicit personal information from anyone under the age of 18 or knowingly allow such persons to register for the Services. No one under age 18 may provide any personal information to us or on the Services.</p>\r\n<h4 class=\"title\">IP ADDRESSES</h4>\r\n<p>IP addresses are used by your computer every time you are connected to the Internet. Your IP address is a number that is used by computers on the network to identify your computer. IP addresses are automatically collected by our web server as part of demographic and profile data known as \"traffic data\" so that data (such as the Web pages you request) can be sent to you.</p>\r\n<h4 class=\"title\">EMAIL INFORMATION</h4>\r\n<p>If you choose to correspond with us through email, we may retain the content of your email messages together with your email address and our responses. We provide the same protections for these electronic communications that we employ in the maintenance of information received online, mail, VISMARK® App and telephone. This also applies when you register for our website, sign up through any of our forms using your email address or make a purchase on this site. For further information see the email policies below.</p>\r\n<h4 class=\"title\">EMAIL POLICIES</h4>\r\n<p>We are committed to keeping your e-mail address confidential. We do not sell, rent, or lease our subscription lists to third parties, and we will not provide your personal information to any third party individual, government agency, or company at any time unless strictly compelled to do so by law.</p>\r\n<p>We will use your e-mail address solely to provide timely information about VISMARK®, VISMARK® App and services.</p>\r\n<p>We will maintain the information you send via e-mail or through VISMARK® App in accordance with applicable law.</p>\r\n<h4 class=\"title\">CAN-SPAM Compliance</h4>\r\n<p>In compliance with the CAN-SPAM Act, all e-mail sent from our organization will clearly state who the e-mail is from and provide clear information on how to contact the sender. In addition, all e-mail messages will also contain concise information on how to remove yourself from our mailing list so that you receive no further e-mail communication from us.</p>\r\n<h4 class=\"title\">Choice/Opt-Out</h4>\r\n<p>Our site provides users the opportunity to opt-out of receiving communications from us and our partners by reading the unsubscribe instructions located at the bottom of any e-mail they receive from us at anytime.</p>\r\n<p>The clients who no longer wish to receive our newsletter or promotional materials may opt-out of receiving these communications by clicking on the unsubscribe link in the e-mail.</p>\r\n<h4 class=\"title\">STORAGE AND SECURITY</h4>\r\n<p>We believe the security of your information is a serious issue and we are committed to protecting the information we receive from you. We use commercially reasonable security measures to protect against the loss, misuse and alteration of your information under our control. Notwithstanding such measures, please be aware that no security measures are perfect or impenetrable, and we cannot guarantee the security of any information transmitted to or from the Service. We also are not responsible for the actions of any third parties that may receive any such information.</p>\r\n<p>We may transfer your information to, or maintain it on, computers located outside of your state or country, in a location having laws that are less protective of your privacy. If you are located outside Romania and choose to provide information to us, be advised that VISMARK® is located in the Romania and processes your information in Romania. By using the Service under this Privacy Policy and the Terms of Service, you consent to the transfer of your information to Romania.</p>\r\n<h4 class=\"title\">WHERE DO WE STORE YOUR PERSONAL INFORMATION?</h4>\r\n<p>The information that we collect from the client may be transferred to, and stored and processed at, a destination in Romania. By submitting information, you agree to this transfer, storing or processing. We will take all steps reasonably necessary to ensure that your information is treated securely and in accordance with this Privacy Policy.</p>\r\n<h4 class=\"title\">USE OF EXTERNAL LINKS</h4>\r\n<p>http://www.vismark.eu /.ro /.org may contain links to many other websites. VISMARK® cannot guarantee the accuracy of information found at any linked site. Links to or from external sites not owned or controlled by VISMARK® do not constitute an endorsement by VISMARK® or any of its employees of the sponsors of these sites or the products or information presented therein.</p>\r\n<p>By accessing the VISMARK® website, you are agreeing to be bound by these web site Privacy Policy and Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this web site are protected by applicable copyright and trade mark law.</p>\r\n<h4 class=\"title\">INTELLECTUAL PROPERTY RIGHTS</h4>\r\n<p>All copyrights, trademarks, patents and other intellectual property rights in and on our website and all content and software located on the site shall remain the sole property of VISMARK® or its licensors. The use of our trademarks, content and intellectual property is forbidden without the express written consent from VISMARK®.</p>\r\n<p>You must not:<br /> - Republish material from our website without prior written consent.<br /> - Sell or rent material from our website.<br /> - Reproduce, duplicate, create derivative, copy or otherwise exploit material on our website for any purpose.<br /> - Redistribute any content from our website, including onto another website.</p>\r\n<h4 class=\"title\">ACCEPTABLE USE</h4>\r\n<p>You agree to use our website only for lawful purposes, and in a way that does not infringe the rights of, restrict or inhibit anyone else\'s use and enjoyment of the website. Prohibited behavior includes harassing or causing distress or inconvenience to any other user or client, transmitting obscene or offensive content or disrupting the normal flow of dialogue within our website.</p>\r\n<p>You must not use our website to send unsolicited commercial communications. You must not use the content on our website for any marketing related purpose without our express written consent.</p>\r\n<h4 class=\"title\">RESTRICTED ACCESS</h4>\r\n<p>We may in the future need to restrict access to parts (or all) of our website and reserve full rights to do so. If, at any point, we provide you with a username and password for you to access restricted areas of our website, you must ensure that both your username and password are kept confidential.</p>\r\n<h4 class=\"title\">USE OF TESTIMONIALS</h4>\r\n<p>In accordance to the guidelines concerning the use of endorsements and testimonials in advertising, please be aware of the following:</p>\r\n<p>Testimonials that appear on this site are actually received via text, audio or video submission. They are individual experiences, reflecting real life experiences of those who have used our products and/or services in some way. They are individual results and results do vary. We do not claim that they are typical results. The testimonials are not necessarily representative of all of those who will use our products and/or services.</p>\r\n<p>The testimonials displayed in any form on this site (text, audio, video or other) are reproduced verbatim, except for correction of grammatical or typing errors. Some may have been shortened. In other words, not the whole message received by the testimonial writer is displayed when it seems too lengthy or not the whole statement seems relevant for the general public.</p>\r\n<p>VISMARK® is not responsible for any of the opinions or comments posted on http://www.vismark.eu /.ro /.org. VISMARK® is not a forum for testimonials, however provides testimonials as a means for customers to share their experiences with one another. To protect against abuse, all testimonials appear after they have been reviewed by management of VISMARK®.</p>\r\n<p>The testimonials are never intended to make claims that our products and/or services can be used to diagnose, treat, cure, mitigate or prevent any disease. Any such claims, implicit or explicit, in any shape or form, have not been clinically tested or evaluated.</p>\r\n<h4 class=\"title\">NO RESPONSIBILITY FOR PRIVACY PRACTICES OF THIRD PARTIES</h4>\r\n<p>This Privacy Policy applies only to the Service. It does not apply to sites that have linked or are redirected to or from the Service (\"Third Party Sites\"), regardless of whether or not such link or redirection is authorized by VISMARK®. Third Party Sites may have their own policies regarding privacy, or no policy at all. VISMARK® is not responsible for Third Party Sites and you use them at your own risk.</p>\r\n<h4 class=\"title\">INTERACTIONS WITH OTHERS</h4>\r\n<p>The Service may contain areas where you may be able to publicly post information, communicate with others such as discussion boards or blogs, review goods, services vendors, and submit media content. Such use is subject to our Terms of Service, and may be viewed by the public at large. Any information, including Personal Information, that you post there will be public, and therefore anyone who accesses such postings will have the ability to read, collect and further disseminate such information.</p>\r\n<h4 class=\"title\">ACCESSING AND CORRECTING PERSONAL INFORMATION</h4>\r\n<p>You may correct or update certain of your Personal Information via your VISMARK® App account.</p>\r\n<p>You may close or delete your account by sending notice in writing to us, but VISMARK® will nevertheless retain your Personal Information so as to protect the business interests of VISMARK® , VISMARK® Affiliates, vendors and other users. Those interests include the completion of transactions, maintaining records for financial reporting purposes, complying with our legal obligations, resolving disputes, and enforcing agreements.</p>\r\n<h4 class=\"title\">CHANGES TO THE PRIVACY POLICY</h4>\r\n<p>VISMARK® reserves the right to change this Privacy Policy. Such changes may be announced to you either by email or by the posting of the revised policy on the Service. You are responsible for reviewing both your own email and the Service to determine what is the then-current Privacy Policy.</p>\r\n<h4 class=\"title\">NOTICE TO RESIDENTS OF COUNTRIES OUTSIDE ROMANIA</h4>\r\n<p>VISMARK® is headquartered in Romania. Personal Information may be accessed by us or transferred to us in Romania or to VISMARK® Affiliates, business partners, vendors, or service providers elsewhere in the world. By providing us with Personal Information, you consent to this transfer. VISMARK® will adhere to its Privacy Policy, regardless of where the Personal Information is processed or stored.</p>\r\n<h4 class=\"title\">QUESTIONS OR CONCERNS</h4>\r\n<p>If you have any questions or concerns regarding our privacy policies, please send us a detailed message on email, at support@vismark.eu. We will make every effort to resolve your concerns.</p>\r\n<p>S.C. Vismark Consulting S.R.L., 5 Baraganului Street, Ap. 41, Zip Code 810453, Braila, Romania<br /> Phone +4 031 101 10 72<br /><br /> Effective Date: 5th of December, 2016</p>\r\n</div>\r\n<div class=\"col-md-2\"> </div>\r\n</div>\r\n<div class=\"row text-center\">\r\n<h2 class=\"title\">Get in touch!</h2>\r\n<a class=\"gray_cta\" href=\"en/contact\" data-toggle=\"modal\">Contact us</a></div>\r\n</div>\r\n</div>\r\n</div>',NULL,'2017-06-01 16:52:12'),(83,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-06-01 16:52:12'),(83,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-06-01 16:52:12'),(83,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-06-01 16:52:12'),(83,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-06-01 16:52:12'),(83,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-06-01 16:52:12'),(83,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2017-06-01 16:52:12'),(83,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-06-01 16:52:12'),(83,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-06-01 16:52:12'),(83,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-06-01 16:52:12'),(83,'string','target',NULL,NULL,NULL,'',NULL,'2017-06-01 16:52:12'),(79,'string','url',NULL,NULL,NULL,'http://app.vismark.eu',NULL,'2016-12-05 13:57:27'),(77,'string','testimoniale',NULL,NULL,NULL,'{Testimoniale filter_alias_equal=\"paul-ardeleanu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"svetlana-simion\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"sergiu-constantinescu\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"razvan-sdrobis\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"sandel-prodan\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"elena-ivancenco\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"madalina-bacaim\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"alice-constantin\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"catalin-pana\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"sherif-abdala\" summarytemplate=\"video\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"toni-spiridon\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"robert-dumitru\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"nathaniel-geana\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"costin-iurea\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"marius-visinescu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"apostol-mihai\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"vania-szasz\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"marian-mocanu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"david-alexandru\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"razvan-dragoi\" summarytemplate=\"video\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"anca-alina-ionescu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"ion-codreanu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"marian-ciufu\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"marius-lazia\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"leonard-dima\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"nagy-tibor\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"lss-text\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"marius-bura\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"ionut-merlusca\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"lorand-soares-szasz\" summarytemplate=\"video\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"george-viziru\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"mihaela-steti\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"liviu-caramalau\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"larisa-grajdieru-loos\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"gabriel-radu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"zoltan-tussai\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"lacramioara-manole\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"lucian-ciobanu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"eliza-nitescu\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"monica-paraschiv\" summarytemplate=\"video\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"ana-maria-juhasz\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"sorin-cojocaru\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"ruxandra-stan\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"ciprian-sandu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"mihai-irimia\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"camelia-moldovan\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"ian-ramon\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"stefan-iorgulescu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"ionut-ungureanu\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<br />\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"george-mirescu\" summarytemplate=\"text\"}',NULL,'2017-07-24 17:50:00'),(85,'string','content_en',NULL,NULL,NULL,'{FaQ action=\"categories\" summarytemplate=\"category_list\"}',NULL,'2017-01-18 22:29:13'),(85,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-01-18 22:29:13'),(85,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-01-18 22:29:13'),(85,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-01-18 22:29:13'),(85,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-01-18 22:29:13'),(85,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-01-18 22:29:13'),(85,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2017-01-18 22:29:13'),(85,'string','target',NULL,NULL,NULL,'',NULL,'2017-01-18 22:29:13'),(88,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-07-24 16:31:57'),(88,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-07-24 16:31:57'),(88,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-07-24 16:31:57'),(88,'string','content_en',NULL,NULL,NULL,'<br /><!-- Add code here that should appear in the content block of all new pages -->',NULL,'2017-07-24 16:31:57'),(86,'string','content_en',NULL,NULL,NULL,'<!-- Add code here that should appear in the content block of all new pages -->',NULL,'2016-12-05 13:55:57'),(86,'string','searchable',NULL,NULL,NULL,'1',NULL,'2016-12-05 13:55:57'),(86,'string','extra1',NULL,NULL,NULL,'',NULL,'2016-12-05 13:55:57'),(86,'string','extra2',NULL,NULL,NULL,'',NULL,'2016-12-05 13:55:57'),(86,'string','extra3',NULL,NULL,NULL,'',NULL,'2016-12-05 13:55:57'),(87,'string','content_en',NULL,NULL,NULL,'<!-- Add code here that should appear in the content block of all new pages -->',NULL,'2016-12-05 13:56:08'),(87,'string','searchable',NULL,NULL,NULL,'1',NULL,'2016-12-05 13:56:08'),(87,'string','extra1',NULL,NULL,NULL,'',NULL,'2016-12-05 13:56:08'),(87,'string','extra2',NULL,NULL,NULL,'',NULL,'2016-12-05 13:56:08'),(87,'string','extra3',NULL,NULL,NULL,'',NULL,'2016-12-05 13:56:08'),(88,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-07-24 16:31:57'),(88,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-07-24 16:31:57'),(88,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2017-07-24 16:31:57'),(88,'string','metadescription',NULL,NULL,NULL,'Agentie de design grafic publicitar, brand design & UI/UX design. Construim si imbunatatim identitatea vizuala a companiilor si produselor. ',NULL,'2017-07-24 16:31:57'),(88,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-07-24 16:31:57'),(88,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-07-24 16:31:57'),(88,'string','target',NULL,NULL,NULL,'',NULL,'2017-07-24 16:31:57'),(89,'string','content_en',NULL,NULL,NULL,'<h3 class=\"title\">Vizualizeaza cele mai recente proiecte realizate de echipa noastra de graficieni.<br /> Daca iti place ce vezi, contacteaza-ne. <br /><a title=\"SEOtitle\" href=\"#get_in_touch-modal\" data-toggle=\"modal\">Scrie-ne aici!</a></h3>',NULL,'2017-07-24 16:34:28'),(89,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-07-24 16:34:28'),(89,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-07-24 16:34:28'),(89,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-07-24 16:34:28'),(89,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-07-24 16:34:28'),(89,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-07-24 16:34:28'),(89,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2017-07-24 16:34:28'),(89,'string','metadescription',NULL,NULL,NULL,'Portofoliul nostru de lucrari: Design Grafic si Identitate Vizuala, Branding',NULL,'2017-07-24 16:34:28'),(89,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-07-24 16:34:28'),(89,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-07-24 16:34:28'),(89,'string','target',NULL,NULL,NULL,'',NULL,'2017-07-24 16:34:28'),(90,'string','content_en',NULL,NULL,NULL,'<div class=\"section-tour content-image-wrapper\" style=\"min-height: 63em;\">\r\n	<div class=\"content_page department\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6 col-sm-push-6\">\r\n\r\n						<h2 class=\"section-title\" style=\"margin-top: 4.286em;\">Solutia ideala pentru afacerile care se dezvolta!</h2>\r\n						<p class=\"continut\">Vismark® este o platforma online prin care poti externaliza designul grafic printr-o metoda noua si simplificata, astfel ca tu sa salvezi timp, bani si dureri de cap. Fie ca reprezinti o companie sau o agentie de publicitate, iti putem satisface orice nevoie cu privire la materiale grafice.</p>\r\n						<p class=\"continut\">Iti punem la dispozitie o echipa dedicata de desineri care vor lucra pentru materialele tale in timpul dorit si la pretul corect pentru tine, clientii si partenerii tai. Datorita sistemului nostru de lucru, poti uita de ore contorizare si feedback-uri limitate.</p>\r\n						<p class=\"continut\">Echipa noastra e compusa dintr-un numar mare de experti in design, iar calitatea muncii lor este ceea ce ne deosebeste.</p>\r\n						<a class=\"cta_about\" href=\"#get_in_touch-modal\" data-toggle=\"modal\">Contacteaza-ne! </a>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 col-sm-pull-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/about-01.jpg\" alt=\"\" class=\"content-image right\" alt=\"vmk-app.gif\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 1 -->\r\n\r\n<div class=\"bgk_gray section-tour content-image-wrapper\" style=\"min-height: 51em;\">\r\n	<div class=\"content_page department\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6\">\r\n\r\n						<h2 class=\"section-title\">Ce ne propunem?</h2>\r\n						<p class=\"continut\">Sa dezvoltam un nou tip de agentie de design, una care poate sa isi puna simultan serviciile la dispozitia companiilor si agentiilor de publicitate.</p>\r\n						<a class=\"cta_about\" href=\"{cms_selflink href=\'externalizare\'}\">Despre Outsourcing </a>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/outsourcing-01.jpg\" alt=\"\" class=\"content-image\" alt=\"department_1.png\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 2 -->\r\n\r\n<div class=\"section-tour content-image-wrapper\">\r\n	<div class=\"content_page department\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6 col-sm-push-6\">\r\n\r\n						<h2 class=\"section-title\">Cum vom face asta?</h2>\r\n						<p class=\"continut\">Asigurand o calitate superioara a designurilor, cu ajutorul unei echipe experimentate si a unui sistem eficient de outsourcing. Astfel, tu sa poti realiza materiale grafice oricand, in timp si la un pret corect.</p>\r\n						<a class=\"cta_about\" href=\"{cms_selflink href=\'externalizare\'}\">Vezi cum functioneaza </a>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 col-sm-pull-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/about-03.jpg\" alt=\"\" class=\"content-image right\" alt=\"homepage_display.png\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 3 -->\r\n{global_content name=\'modal_lets_chat\'}',NULL,'2017-07-24 16:36:23'),(90,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-07-24 16:36:23'),(90,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-07-24 16:36:23'),(90,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-07-24 16:36:23'),(90,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-07-24 16:36:23'),(90,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-07-24 16:36:23'),(90,'string','disable_wysiwyg',NULL,NULL,NULL,'1',NULL,'2017-07-24 16:36:23'),(90,'string','metadescription',NULL,NULL,NULL,'Iti punem la dispozitie o echipa dedicata de desineri',NULL,'2017-07-24 16:36:23'),(90,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-07-24 16:36:23'),(90,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-07-24 16:36:23'),(90,'string','target',NULL,NULL,NULL,'',NULL,'2017-07-24 16:36:23'),(91,'string','content_en',NULL,NULL,NULL,'<!-- Add code here that should appear in the content block of all new pages -->',NULL,'2016-12-05 14:01:52'),(91,'string','searchable',NULL,NULL,NULL,'1',NULL,'2016-12-05 14:01:52'),(91,'string','extra1',NULL,NULL,NULL,'',NULL,'2016-12-05 14:01:52'),(91,'string','extra2',NULL,NULL,NULL,'',NULL,'2016-12-05 14:01:52'),(91,'string','extra3',NULL,NULL,NULL,'',NULL,'2016-12-05 14:01:52'),(91,'string','pagedata',NULL,NULL,NULL,'',NULL,'2016-12-05 14:01:52'),(91,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2016-12-05 14:01:52'),(91,'string','metadescription',NULL,NULL,NULL,'',NULL,'2016-12-05 14:01:52'),(91,'string','image',NULL,NULL,NULL,'-1',NULL,'2016-12-05 14:01:52'),(91,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2016-12-05 14:01:52'),(91,'string','target',NULL,NULL,NULL,'',NULL,'2016-12-05 14:01:52'),(92,'string','content_en',NULL,NULL,NULL,'<h2 class=\"title\">Ne dam silinta sa te impresionam.</h2>\r\n<p class=\"continut\">Dar preferam sa ii lasam pe altii sa confirme modul nostru de lucru. <br /> Iata cateva feedback-uri de la cei pe care i-am ajutat sa-si imbunatateasca imaginea companiei.</p>',NULL,'2017-07-24 17:48:32'),(92,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-07-24 17:48:32'),(92,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-07-24 17:48:32'),(92,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-07-24 17:48:32'),(92,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-07-24 17:48:32'),(92,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-07-24 17:48:32'),(92,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2017-07-24 17:48:32'),(92,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-07-24 17:48:32'),(92,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-07-24 17:48:32'),(92,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-07-24 17:48:32'),(92,'string','target',NULL,NULL,NULL,'',NULL,'2017-07-24 17:48:32'),(92,'string','testimoniale',NULL,NULL,NULL,'{Testimoniale filter_alias_equal=\"paul-ardeleanu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"svetlana-simion\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"sergiu-constantinescu\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"razvan-sdrobis\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"sandel-prodan\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"elena-ivancenco\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"madalina-bacaim\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"alice-constantin\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"catalin-pana\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"sherif-abdala\" summarytemplate=\"video\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"toni-spiridon\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"robert-dumitru\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"nathaniel-geana\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"costin-iurea\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"marius-visinescu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"apostol-mihai\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"vania-szasz\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"marian-mocanu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"david-alexandru\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"razvan-dragoi\" summarytemplate=\"video\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"anca-alina-ionescu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"ion-codreanu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"marian-ciufu\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"marius-lazia\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"leonard-dima\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"nagy-tibor\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"lss-text\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"marius-bura\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"ionut-merlusca\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"lorand-soares-szasz\" summarytemplate=\"video\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"george-viziru\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"mihaela-steti\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"liviu-caramalau\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"larisa-grajdieru-loos\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"gabriel-radu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"zoltan-tussai\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"lacramioara-manole\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"lucian-ciobanu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"eliza-nitescu\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n<p>{Testimoniale filter_alias_equal=\"monica-paraschiv\" summarytemplate=\"video\"}</p>\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"ana-maria-juhasz\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"sorin-cojocaru\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"ruxandra-stan\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"ciprian-sandu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"mihai-irimia\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"camelia-moldovan\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"ian-ramon\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"stefan-iorgulescu\" summarytemplate=\"text\"} {Testimoniale filter_alias_equal=\"ionut-ungureanu\" summarytemplate=\"text\"}\r\n<div class=\"clearfix\"> </div>\r\n{Testimoniale filter_alias_equal=\"george-mirescu\" summarytemplate=\"text\"}',NULL,'2017-07-24 17:48:32'),(93,'string','content_en',NULL,NULL,NULL,'<div class=\"content_page department mbottom50 ptop30\">\r\n	<div class=\"text\">\r\n		<div class=\"container\">\r\n			<div class=\"row\">\r\n				<div class=\"col-md-12 text-center\">\r\n\r\n				<h2 class=\"title\">Ti-ar placea sa ai propriul departament de design grafic?</h2>\r\n				<p class=\"continut mtop10\">Suntem aici sa te ajutam, indiferent daca esti companie sau agentie de publicitate. De acum iti poti realiza materiale grafice oricand, chiar daca ai un volum mare de solicitari, la un pret corect.</p>\r\n\r\n				</div> <!-- ./col-md-12 -->\r\n			</div> <!-- ./row -->\r\n		</div> <!-- ./container -->\r\n	</div> <!-- ./text -->\r\n</div> <!-- ./content_page -->\r\n<!-- END Main Text -->\r\n\r\n<div class=\"bgk_gray section-tour content-image-wrapper\">\r\n	<div class=\"content_page department\">\r\n		<div class=\"text\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6 col-sm-push-6\">\r\n\r\n						<h2 class=\"section-title\">O intreaga echipa de graficieni <br> pentru tine</h2>\r\n						<p class=\"continut\">La proiectele tale nu vor lucra unul sau doi designeri, ci o echipa intreaga, astfel ca tu sa fii sigur ca materialele tale sunt gata la timp si la cea mai inalta calitate. <br /> <br /> <a class=\"cta_about\" href=\"{cms_selflink href=\'contacteaza-ne\'}\">Contacteaza-ne </a></p>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 col-sm-pull-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/outsourcing-01.jpg\" alt=\"\" class=\"content-image right\" alt=\"outsourcing-01.jpg\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n		</div> <!-- ./text -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 1 -->\r\n\r\n\r\n<div class=\"section-tour content-image-wrapper\">\r\n	<div class=\"content_page department\">\r\n		<div class=\"text\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6\">\r\n\r\n						<h2 class=\"section-title\">Mai rapid si mai usor<br />intr-un singur loc</h2>\r\n						<p class=\"continut\">Ia parte la experienta usoara de outsourcing oferita de aplicatia Vismark<sup>®</sup>App. Fie ca vorbim de Logo, design de website, carti de vizita sau alt tip de material, le vei gasi pe toate aici. <br /> <br /> <a class=\"cta_about\" href=\"/faq/c/2/100/vismark-app\">Citeste mai mult </a></p>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/outsourcing-02.jpg\" alt=\"\" class=\"content-image\" alt=\"outsourcing-02.jpg\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n		</div> <!-- ./text -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 2 -->\r\n\r\n<div class=\"bgk_gray section-tour content-image-wrapper\">\r\n	<div class=\"content_page department\">\r\n		<div class=\"text\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6 col-sm-push-6\">\r\n\r\n						<h2 class=\"section-title\"  style=\"margin-top: 3.286em;\">Numar nelimitat de feedback-uri <br />direct pe design</h2>\r\n						<p class=\"continut\">E important nu doar ca materialele tale sa fie de calitate, ci sa ti se si potriveasca. Vom lucra la ele pana vom gasi potrivirea perfecta.</p>\r\n						<h4>Feedback contextual</h4>\r\n						<p class=\"continut\">Folosind aplicatia, poti da feedback live comentand direct pe materialul in lucru.</p>\r\n						<h4>Arhiva conversatii</h4>\r\n						<p class=\"continut\">Ai control total asupra feedback-urilor tale. Acestea sunt pastrate in arhiva din contul tau personal.<br /> <br /> <a class=\"cta_about\" href=\"#get_in_touch-modal\" data-toggle=\"modal\">Hai sa lucram impreuna </a></p>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 col-sm-pull-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/outsourcing-03B.jpg\" alt=\"\" class=\"content-image right\" alt=\"outsourcing-03B.jpg\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n		</div> <!-- ./text -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 3 -->\r\n\r\n<div class=\"section-tour content-image-wrapper\">\r\n	<div class=\"content_page department\">\r\n		<div class=\"text\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6\">\r\n\r\n						<h2 class=\"section-title\">Fara ore contorizate</h2>\r\n						<p class=\"continut\">Odata ce faci parte din comunitate, poti sa-ti iei adio de la orele de lucru contorizate. Bucura-te de materiale grafice fara costuri suplimentare. <br /> <br /> <a class=\"cta_about\" href=\"{cms_selflink href=\'contacteaza-ne\'}\">Contacteaza-ne </a></p>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/outsourcing-04.jpg\" alt=\"\" class=\"content-image\" alt=\"outsourcing-04.jpg\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n		</div> <!-- ./text -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 4 -->\r\n\r\n\r\n<div class=\"bgk_gray section-tour content-image-wrapper\">\r\n	<div class=\"content_page department\">\r\n		<div class=\"text\">\r\n			<div class=\"container\">\r\n				<div class=\"row\">\r\n					<div class=\"col-sm-6 col-sm-push-6\">\r\n\r\n						<h2 class=\"section-title\">Un design unitar, care urmareste linia brandului</h2>\r\n						<p class=\"continut\">Stim cat de importanta este imaginea ta in fata clientilor, de aceea vom avea grija ca fiecare material sa corespunda personalitatii brandului tau. <br /> <br /> <a class=\"cta_about\" href=\"#get_in_touch-modal\" data-toggle=\"modal\">Scrie-ne</a></p>\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n					<div class=\"col-sm-6 col-sm-pull-6 content-image-container\">\r\n\r\n						<img src=\"http://vismark.eu/uploads/images/outsourcing-05.jpg\" alt=\"\" class=\"content-image right\" alt=\"outsourcing-05.jpg\">\r\n\r\n					</div> <!-- ./col-sm-6 -->\r\n				</div> <!-- ./ROW -->\r\n			</div> <!-- ./container -->\r\n		</div> <!-- ./text -->\r\n	</div> <!-- ./content_page -->\r\n</div> <!-- ./department1 -->\r\n<!-- END SECTION 5 -->\r\n\r\n\r\n<div class=\"content_page\">\r\n    <div class=\"text\">\r\n        <div class=\"container about pbottom60 ptop30 project\">\r\n            <div class=\"container text-center\">\r\n                <h3 class=\"title\">Hai sa ne cunoastem!</h3>\r\n                <a href=\"#get_in_touch-modal\" class=\"gray_cta\" data-toggle=\"modal\">Contacteaza-ne! </a> \r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n{global_content name=\'modal_lets_chat\'}',NULL,'2017-02-27 19:21:15'),(93,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-02-27 19:21:15'),(93,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-02-27 19:21:15'),(93,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-02-27 19:21:15'),(93,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-02-27 19:21:15'),(93,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-02-27 19:21:15'),(93,'string','disable_wysiwyg',NULL,NULL,NULL,'1',NULL,'2017-02-27 19:21:15'),(93,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-02-27 19:21:15'),(93,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-02-27 19:21:15'),(93,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-02-27 19:21:15'),(93,'string','target',NULL,NULL,NULL,'',NULL,'2017-02-27 19:21:15'),(94,'string','content_en',NULL,NULL,NULL,'<!-- Add code here that should appear in the content block of all new pages -->',NULL,'2016-12-05 14:01:59'),(94,'string','searchable',NULL,NULL,NULL,'1',NULL,'2016-12-05 14:01:59'),(94,'string','extra1',NULL,NULL,NULL,'',NULL,'2016-12-05 14:01:59'),(94,'string','extra2',NULL,NULL,NULL,'',NULL,'2016-12-05 14:01:59'),(94,'string','extra3',NULL,NULL,NULL,'',NULL,'2016-12-05 14:01:59'),(94,'string','pagedata',NULL,NULL,NULL,'',NULL,'2016-12-05 14:01:59'),(94,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2016-12-05 14:01:59'),(94,'string','metadescription',NULL,NULL,NULL,'',NULL,'2016-12-05 14:01:59'),(94,'string','image',NULL,NULL,NULL,'-1',NULL,'2016-12-05 14:01:59'),(94,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2016-12-05 14:01:59'),(94,'string','target',NULL,NULL,NULL,'',NULL,'2016-12-05 14:01:59'),(94,'string','url',NULL,NULL,NULL,'http://app.vismark.eu',NULL,'2016-12-05 14:01:59'),(95,'string','content_en',NULL,NULL,NULL,'<div class=\"content_page\">\r\n	<div class=\"text\">\r\n		<div class=\"container about pbottom30 ptop30\">\r\n			<div class=\"row\">\r\n				<div class=\"col-md-12 text-center\">\r\n\r\n				<h2 class=\"title\">Crestem repede, si ne-ar face placere sa ni te alaturi.</h2>\r\n				<p class=\"continut\">La VISMARK® este binevenit oricine si ne dam silinta ca oamenii sa se simta sprijiniti si conectati la munca.</p>\r\n\r\n				</div> <!-- ./col-md-12 -->\r\n			</div> <!-- ./row -->\r\n		</div> <!-- ./container -->\r\n	</div> <!-- ./text -->\r\n</div> <!-- ./content_page -->\r\n<!-- END Main Text -->\r\n\r\n<div class=\"content_page bgk_gray\">\r\n	<div class=\"text\">\r\n	{Careers detailpage=\"cariere\" action=\"categories\"}\r\n	</div><!-- ./text -->\r\n</div><!-- ./content_page -->\r\n\r\n<div class=\"content_page\">\r\n	<div class=\"text\">\r\n		<div class=\"container about pbottom30 ptop30\">\r\n			<div class=\"row\">\r\n				<div class=\"col-md-12 text-center\">\r\n\r\n				<p class=\"continut\" style=\"font-size: 13px !important;\">Fiind un angajator care ofera drepturi egale tuturor, suntem deschisi in a angaja noi talente, indiferent de rasa, religie, culoare, nationalitate, sex, orientare sexuala, varsta, statut, sau orice alte caracteristici cu aplicativitati legale.</p>\r\n\r\n				</div> <!-- ./col-md-12 -->\r\n			</div> <!-- ./row -->\r\n		</div> <!-- ./container -->\r\n	</div> <!-- ./text -->\r\n</div> <!-- ./content_page -->\r\n<!-- END Main Text -->',NULL,'2017-02-21 12:07:41'),(95,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-02-21 12:07:41'),(95,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-02-21 12:07:41'),(95,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-02-21 12:07:41'),(95,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-02-21 12:07:41'),(95,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-02-21 12:07:41'),(95,'string','disable_wysiwyg',NULL,NULL,NULL,'1',NULL,'2017-02-21 12:07:41'),(95,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-02-21 12:07:41'),(95,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-02-21 12:07:41'),(95,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-02-21 12:07:41'),(95,'string','target',NULL,NULL,NULL,'',NULL,'2017-02-21 12:07:41'),(96,'string','content_en',NULL,NULL,NULL,'<div class=\"content_page\">\r\n	<div class=\"text\">\r\n		<div class=\"container\">\r\n			<div class=\"row abonarenewsletter_vmk\">\r\n				<div class=\"col-md-12 text-center\">\r\n					<h2 class=\"title\">Newsletter</h2>\r\n					<p class=\"continut\">Suntem indragostiti de design grafic si stim ca si tie iti place. </br>Nu te chinui sa cauti noutati din domeniu, ci lasa-ne pe noi sa te tinem saptamanal la curent cu ultimele trenduri.</p>\r\n				</div>\r\n				<div class=\"col-md-4 col-xs-12\"> </div>\r\n				<div class=\"col-md-4 col-xs-12\">\r\n					<form id=\"form1\" action=\"\" method=\"post\">\r\n						<input type=\"text\" name=\"name\" placeholder=\"Nume\" /> \r\n						<input type=\"email\" name=\"email\" placeholder=\"Adresa de email\" /> \r\n						<input type=\"submit\" value=\"Aboneaza-ma\" />\r\n					</form>\r\n				</div>\r\n				<div class=\"col-md-4 col-xs-12\"> </div>\r\n			</div>\r\n			<div id=\"divid\"></div>\r\n		</div>\r\n	</div>\r\n</div>\r\n<script type=\"text/javascript\">// <![CDATA[\r\n$(\"#form1\").submit(function(e){\r\n    e.preventDefault();\r\n    var self = this;\r\n    $.ajax({\r\n        type: \'post\',\r\n        url: \'nl.php\',\r\n        data: $(self).serialize(),\r\n        success: function(data) {\r\n        	$(\"#divid\").html(data);\r\n        }\r\n    });\r\n});\r\n// ]]></script>',NULL,'2017-02-21 13:47:32'),(96,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-02-21 13:47:32'),(96,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-02-21 13:47:32'),(96,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-02-21 13:47:32'),(96,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-02-21 13:47:32'),(96,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-02-21 13:47:32'),(96,'string','disable_wysiwyg',NULL,NULL,NULL,'1',NULL,'2017-02-21 13:47:32'),(96,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-02-21 13:47:32'),(96,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-02-21 13:47:32'),(96,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-02-21 13:47:32'),(96,'string','target',NULL,NULL,NULL,'',NULL,'2017-02-21 13:47:32'),(97,'string','content_en',NULL,NULL,NULL,'<div class=\"content_page\">\r\n<div class=\"text\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-2\"> </div>\r\n<div class=\"col-md-8 terms\">\r\n<h3 class=\"title\">TERMS OF SERVICE</h3>\r\n<p>The following Terms and Conditions of Service apply to all products and services provided by VISMARK® Consulting S.R.L. (hereinafter referred to as VISMARK®) and in the event of any dispute are governed by the laws of Romania.</p>\r\n<p>All work is carried out by VISMARK® on the understanding that the client has agreed to our terms and conditions.</p>\r\n<p>Copyright is retained by VISMARK® on all design work including words, pictures, ideas, proofs, visual concepts and illustrations unless specifically released in writing and after all costs have been settled.</p>\r\n<p>If a choice of designs is presented and one is chosen for your project, only that solution is deemed to be given by us as fulfilling the contract. All other designs remain the property of VISMARK®, unless specifically agreed in writing. VISMARK® reserved the rights to choose it`s clients.</p>\r\n<p>Please contact us if you do not understand any of the terms and conditions in this document. Please also note that from time to time VISMARK® may need to alter these terms and conditions without notice.</p>\r\n<h4 class=\"title\">DEFINITIONS</h4>\r\n<p>\'VISMARK® Consulting S.R.L.\' or \'VISMARK®\' means Vismark Consulting S.R.L. as , \'VISMARK®\' or \'VISMARK®App\'</p>\r\n<p>\'Client\' means a person/s or company who engages VISMARK® for design and related services</p>\r\n<p>\'Quotation\' means the design quotation provided to the client in writing by VISMARK®</p>\r\n<p>\'Project\' means the scope and purpose of the client\'s identified usage of the work product as described in the quotation</p>\r\n<p>\'Service\' and \'services\' means the service/s and to be provided to the client by VISMARK®, as described and otherwise further defined in the quotation</p>\r\n<p>\'Deliverables\' and \'materials\' means the end product/s to be delivered by VISMARK® to the client, in the form and media specified in the quotation</p>\r\n<p>\'Website\' means a connected group of pages on the World Wide Web regarded as a single entity, maintained by VISMARK®</p>\r\n<h4 class=\"title\">VISMARK® CONTENT</h4>\r\n<p>The Website, the Services, and their contents may only be used in accordance with the terms of this Agreement. All materials displayed or performed on the Website or in the Services, including, but not limited to text, graphics, articles, photographs, images, illustrations (also known as the \"VISMARK® Content,\") are protected by copyright. You shall abide by all copyright notices, trademark rules, information, and restrictions contained in any VISMARK® Content accessed through the Services, and shall not use, copy, reproduce, modify, translate, publish, broadcast, transmit, distribute, perform, upload, display, license, sell or otherwise exploit for any purposes whatsoever any VISMARK® Content or other proprietary rights not owned by you: (i) without the express prior written consent of the respective owners, and (ii) in any way that violates any third party right.</p>\r\n<h4 class=\"title\">ACCOUNTS, PASSWORDS, AND SECURITY</h4>\r\n<p>The client is responsible for all activity that occurs via his account on VISMARK®App. The client must notify Customer Support immediately if becoming aware of any unauthorized use of his account. The client may not (a) Share his account information (except with an authorized account administrator) or (b) use another person\'s account. The account administrator may use the clients account information to manage the access to his projects, previews and proofs, chat messages, invoices, pin-tasks, contact details, personal information, billing information and passwords.</p>\r\n<p>Only the clients of VISMARK® services can have an account. VISMARK® can create the clients account, for free, after he place the order. The account can be deleted on express request released in writing. VISMARK® reserves the right to close or delete the clients account with or without a notice.</p>\r\n<h4 class=\"title\">COMMENCEMENT OF WORK</h4>\r\n<p>Agreement to work with, and submission of a design brief and payment of deposit to VISMARK® constitutes agreement to these terms and conditions. VISMARK® reserves the right to use the services of sub-contractors, agents and suppliers and any work, content, services and usage is bound by their Terms and Conditions. VISMARK® will not knowingly perform any actions to contravene these and the client also agrees to be so bound.</p>\r\n<h4 class=\"title\">QUOTATION</h4>\r\n<p>All Quotations are provided by VISMARK® free of charge and are valid for 30 days from the date of issue. Quotations that are not accepted within the time identified may be subject to amendment. All quoted are priced in Euros. Additional work which is outside the original scope and not provided for in the original quotation, is charged at an additional hourly rate of €20 to €35 per hour ex.</p>\r\n<h4 class=\"title\">DESIGN PAYMENT TERMS</h4>\r\n<p>Charges for design services to be provided by VISMARK® will be set out in the written estimate or quotation that is provided to the customer. At the time of the customer\'s signed acceptance of this estimate or quotation, indicating acceptance of the Terms &amp; Conditions.</p>\r\n<p>Unless agreed otherwise with the Client, all design services require an advance payment of a minimum of fifty (50) percent of the project quotation total before the work commences. The remaining fifty (50) percent of the project quotation total will be due upon completion of the work prior to upload to the server or release of materials.</p>\r\n<p>Once research, resources allocated or design work has commenced on a project, this deposit is <strong>non-refundable</strong>. In the case of a change of mind by \"The Client\" this deposit is <strong>non-refundable</strong>. VISMARK® endeavours to provide design services that meet and exceed a client\'s needs and expectations, but in the event of a \"change of mind\" (after a project has commenced) by \"The Client\", the initial 50% deposit is forfeited, plus a prorata payment based upon the time spent.</p>\r\n<p>The invoices which remain unpaid for 7 days after the date of invoice will incur an additional <span style=\"text-decoration: underline;\">late payment fee equivalent to 5%</span> of the project costs for each week payment is outstanding. The client is responsible for all debt collection fees, legal fees and court fees that may be incurred as a result of the client\'s failure to pay invoices within 7 calendar days of date of issue. If you are having difficulty paying your invoice, please get in touch as soon as you are aware of the issue, so we can discuss a solution that works for your company.</p>\r\n<h4 class=\"title\">CONFIDENTIAL INFORMATION</h4>\r\n<p>VISMARK® and the client both acknowledge that during business dealings they may receive certain confidential information and materials of the other party. Each party, including its agents and employees, agrees to hold and maintain in strict confidence all confidential Information, shall not disclose confidential Information to any third party, and shall not use any confidential Information except as may be necessary to perform its obligations under the Quotation, and as may be required by a court or governmental authority.</p>\r\n<p>Confidential Information does not include any information that is in the public domain or becomes publicly known through no fault of the receiving party, or is otherwise properly received from a third party without an obligation of confidentiality.</p>\r\n<p> </p>\r\n<h4 class=\"title\">DEADLINES</h4>\r\n<p>Every effort possible is made by VISMARK® to meet required deadlines. Additional charges may apply if VISMARK® is required to work outside of normal business hours in order to meet deadlines. It is the client\'s responsibility to notify VISMARK® of deadlines prior to the commencement of the project.</p>\r\n<p>VISMARK® will not be liable or held responsible for any deadlines not met, or any costs incurred as a result, due to circumstances beyond VISMARK®\'s control, such as illness, injury, client delay, or third-party or sub-contractor turnaround times. Final approval of art must also be provided to VISMARK® in writing before any work is released – verbal approvals cannot be accepted.</p>\r\n<h4 class=\"title\">PROOFS</h4>\r\n<p>All concepts created by VISMARK® are presented in low resolution draft format for on-screen proofing. High resolution files are only released once full payment is received. VISMARK® exercises reasonable effort to proof and test deliverables prior to presentation. All concepts presented by VISMARK® are created to the very best of VISMARK®\'s ability and knowledge. The client must confirm in writing or in VISMARK®App that they approve or require revisions to supplied proofs, within 14 days of receipt of proofs.</p>\r\n<h4 class=\"title\">REVISIONS</h4>\r\n<p>Any and all corrections, changes or amendments to a project must be provided to VISMARK® in writing or through VISMARK®App. Each quotation allows the client unlimited rounds of minor revisions to their project within 50 days of receipt of the first proofs. Any revisions or updates not nominated in the 50 days rounds of minor revisions, or otherwise accounted for in the quotation, are charged at an hourly rate of €20 to €35 per hour. Should the client choose not to proceed with the project, an invoice will be issued for work completed up to that date.</p>\r\n<h4 class=\"title\">ERRORS &amp; OMISSIONS</h4>\r\n<p>Whilst all care is taken by VISMARK® in producing proofs and final art, it is understood that the client assumes and accepts liability for any and all errors not corrected. The client is responsible for proof reading and identifying any errors or omissions, prior to final approval. Final artwork is not released to the client or third parties (eg. printers) until final approval of art is provided to VISMARK® in writing or through VISMARK®App – verbal approvals cannot be accepted. Should the client request a project reprint, the client is solely responsible for payment of all associated costs. VISMARK® cannot issue credit or refunds.</p>\r\n<h4 class=\"title\">OFFSET &amp; DIGITAL PRINTING</h4>\r\n<p>Files provided by the client to VISMARK® for use in high quality print reproduction, must be supplied as CMYK and at a minimum resolution of 300dpi at actual size. Additional charges may apply where VISMARK® is required to manipulate and convert client supplied files, to ensure they are press-ready.</p>\r\n<p>VISMARK® thoroughly checks all images supplied, and provides advice to the client regarding reproduction quality, colour and stock. The client accepts that VISMARK® is not responsible for any client supplied images that do not print as expected. VISMARK® supplies files to print companies and other third parties for high quality reproduction, at a minimum of 300dpi at actual size, or as high resolution PDF\'s, and as per their required specifications.</p>\r\n<p>Due to variations in computer settings, on-screen colour proofing may differ between monitors and devices, and can differ from the final printed result. The Client acknowledges that on-screen proofing is not an accurate representation of the final printed project, and that VISMARK® is not responsible for any colour variations that may occur between on-screen proofs and the final printed outcome.</p>\r\n<p>Colour accuracy is best determined at the chosen print company, by the production of pre-press calibrated high resolution proofs. Depending upon the print company, such colour-accurate hard copy proofs may attract an additional cost, prices are available upon request. VISMARK® will happily press-check projects where feasible and where requested, to help ensure consistency and the best possible printed outcome. The client accepts that VISMARK® is not responsible for any print inaccuracies that may arise.</p>\r\n<h4 class=\"title\">FILE FORMATS</h4>\r\n<p>VISMARK® does not release or supply any working files used in the creation of a project (such as Adobe Illustrator, InDesign, Photoshop, Corel and so on). High resolution PDF\'s of a completed project can be supplied upon final payment, at the client\'s request. Upon project completion, VISMARK® securely backs up and stores all associated files for minimum 50 days. Should the client request the supply of any files more than 50 days after project completion, a small retrieval fee may be incurred.</p>\r\n<h4 class=\"title\">USE OF IMAGES</h4>\r\n<p>VISMARK® can not use images that violate copyright. Client supplied images must be sourced from reputable stock photography libraries, or the client must be the copyright holder or have written permission from the copyright holder to use the image/s for commercial purposes. The client is fully responsable if the used images are violating the copyrights. VISMARK® can source professional stock photography as required. Professional stock photography that is no accounted for in the initial quotation attracts an additional cost which is payable by the client.</p>\r\n<h4 class=\"title\">INCOMPLETE &amp; CANCELLED PROJECTS</h4>\r\n<p>The client, within 14 calendar days of receipt of each proof, shall notify VISMARK® of any corrections, changes or amendments the client wishes to be made. Should the Client fail to contact VISMARK® within 14 calendar days of receipt of proof/s, and notify VISMARK® of any corrections, changes or amendments, or of final proof approval, VISMARK® reserves the right to consider the project finalised, and issue an invoice for payment of work completed. In the event of a project termination by either party, VISMARK® will issue an invoice for all work completed up to the date of cancellation, and payment of this invoice is required by the Client.</p>\r\n<h4 class=\"title\">ADDITIONAL COSTS</h4>\r\n<p>Quotation pricing includes VISMARK®\'s fees only. Any and all third party costs will be invoiced to the client, unless specifically otherwise provided for in the quotation. Such outside costs include, but are not limited to, postage and packaging, freight and shipping, courier fees, high resolution proofs from chosen offset printer, offset printing, digital printing, photocopies, artwork burnt to disk, sub-contractor\'s costs and fees, stock photography, photography and or artwork licenses, online access or hosting fees, parking fees, tolls, taxi fares and public transportation fares.</p>\r\n<h4 class=\"title\">PROMOTION</h4>\r\n<p>VISMARK® retains the right to publish and display any client projects in VISMARK®\'s portfolio, website, design periodicals, and other media or presentations.</p>\r\n<h4 class=\"title\">QUESTIONS OR CONCERNS</h4>\r\n<p>If you have any questions or concerns regarding our terms of services, please send us a detailed message on email, at support@vismark.eu. We will make every effort to resolve your concerns.</p>\r\n<p>S.C. Vismark Consulting S.R.L., 5 Baraganului Street, Ap. 41, Zip Code 810453, Braila, Romania<br /> Phone +4 031 101 10 72<br /><br /> Effective Date: December 5, 2016</p>\r\n</div>\r\n<div class=\"col-md-2\"> </div>\r\n</div>\r\n<div class=\"row text-center\">\r\n<h2 class=\"title\">Get in touch!</h2>\r\n<a class=\"gray_cta\" href=\"ro/contacteaza-ne\" data-toggle=\"modal\">Contact us</a></div>\r\n</div>\r\n</div>\r\n</div>',NULL,'2017-06-01 16:54:04'),(97,'string','searchable',NULL,NULL,NULL,'0',NULL,'2017-06-01 16:54:04'),(97,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-06-01 16:54:04'),(97,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-06-01 16:54:04'),(97,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-06-01 16:54:04'),(97,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-06-01 16:54:04'),(97,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2017-06-01 16:54:04'),(97,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-06-01 16:54:04'),(97,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-06-01 16:54:04'),(97,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-06-01 16:54:04'),(97,'string','target',NULL,NULL,NULL,'',NULL,'2017-06-01 16:54:04'),(98,'string','content_en',NULL,NULL,NULL,'<div class=\"row\">\r\n<div class=\"col-md-2\"> </div>\r\n<div class=\"col-md-8 terms\">\r\n<h3 class=\"title\">We value your privacy and trust.</h3>\r\n<h4 class=\"title\">OVERVIEW</h4>\r\n<p class=\"continut\">We at VISMARK® Consulting S.R.L. (\"VISMARK® ,\" \"we,\" \"us,\" \"our\") know that our clients (\"you,\" \"your\") care about how your personal information is used and shared, and we take your privacy seriously. This privacy policy describes how VISMARK® collects and uses the personal information you provide on our Website: vismark.eu/vismark.ro/vismark.org. Please read the following to learn more about our Privacy Policy. By visiting or using the Website or Services in any manner, you acknowledge that you accept the practices and policies outlined in this Privacy Policy and you hereby consent that we will collect, use, and share your information in the following ways. Any capitalized terms used herein without definition shall have the meaning given to them in the VISMARK® Terms of Use.</p>\r\n<h4 class=\"title\">TYPES OF PERSONAL INFORMATION WE COLLECT</h4>\r\n<p>VISMARK® collects the following types of Personal Information through the Service: <br /> a) Contact Information;<br /> b) Financial Account Information;<br /> c) Company Information;<br /> d) User Account Information and Content;<br /> e) Other informations you provide to us</p>\r\n<h4 class=\"title\">HOW DO WE USE THE INFORMATION THAT YOU PROVIDE TO US?</h4>\r\n<p>Broadly speaking, we use personal information for purposes of administering our business activities, providing customer service and making available other items and services to our clients and prospective clienti.</p>\r\n<p>VISMARK® will not obtain personally-identifying information about you when you visit our site, unless you choose to provide such information to us, nor will such information be sold or otherwise transferred to unaffiliated third parties without the approval of the user at the time of collection.</p>\r\n<p>We may disclose information when legally compelled to do so, in other words, when we, in good faith, believe that the law requires it or for the protection of our legal rights.</p>\r\n<p>This policy does not apply to the practices of companies that we do not own or control, or to individuals that we do not employ or manage.</p>\r\n<p>We do not knowingly collect or solicit personal information from anyone under the age of 18 or knowingly allow such persons to register for the Services. No one under age 18 may provide any personal information to us or on the Services.</p>\r\n<h4 class=\"title\">IP ADDRESSES</h4>\r\n<p>IP addresses are used by your computer every time you are connected to the Internet. Your IP address is a number that is used by computers on the network to identify your computer. IP addresses are automatically collected by our web server as part of demographic and profile data known as \"traffic data\" so that data (such as the Web pages you request) can be sent to you.</p>\r\n<h4 class=\"title\">EMAIL INFORMATION</h4>\r\n<p>If you choose to correspond with us through email, we may retain the content of your email messages together with your email address and our responses. We provide the same protections for these electronic communications that we employ in the maintenance of information received online, mail, VISMARK® App and telephone. This also applies when you register for our website, sign up through any of our forms using your email address or make a purchase on this site. For further information see the email policies below.</p>\r\n<h4 class=\"title\">EMAIL POLICIES</h4>\r\n<p>We are committed to keeping your e-mail address confidential. We do not sell, rent, or lease our subscription lists to third parties, and we will not provide your personal information to any third party individual, government agency, or company at any time unless strictly compelled to do so by law.</p>\r\n<p>We will use your e-mail address solely to provide timely information about VISMARK®, VISMARK® App and services.</p>\r\n<p>We will maintain the information you send via e-mail or through VISMARK® App in accordance with applicable law.</p>\r\n<h4 class=\"title\">CAN-SPAM Compliance</h4>\r\n<p>In compliance with the CAN-SPAM Act, all e-mail sent from our organization will clearly state who the e-mail is from and provide clear information on how to contact the sender. In addition, all e-mail messages will also contain concise information on how to remove yourself from our mailing list so that you receive no further e-mail communication from us.</p>\r\n<h4 class=\"title\">Choice/Opt-Out</h4>\r\n<p>Our site provides users the opportunity to opt-out of receiving communications from us and our partners by reading the unsubscribe instructions located at the bottom of any e-mail they receive from us at anytime.</p>\r\n<p>The clients who no longer wish to receive our newsletter or promotional materials may opt-out of receiving these communications by clicking on the unsubscribe link in the e-mail.</p>\r\n<h4 class=\"title\">STORAGE AND SECURITY</h4>\r\n<p>We believe the security of your information is a serious issue and we are committed to protecting the information we receive from you. We use commercially reasonable security measures to protect against the loss, misuse and alteration of your information under our control. Notwithstanding such measures, please be aware that no security measures are perfect or impenetrable, and we cannot guarantee the security of any information transmitted to or from the Service. We also are not responsible for the actions of any third parties that may receive any such information.</p>\r\n<p>We may transfer your information to, or maintain it on, computers located outside of your state or country, in a location having laws that are less protective of your privacy. If you are located outside Romania and choose to provide information to us, be advised that VISMARK® is located in the Romania and processes your information in Romania. By using the Service under this Privacy Policy and the Terms of Service, you consent to the transfer of your information to Romania.</p>\r\n<h4 class=\"title\">WHERE DO WE STORE YOUR PERSONAL INFORMATION?</h4>\r\n<p>The information that we collect from the client may be transferred to, and stored and processed at, a destination in Romania. By submitting information, you agree to this transfer, storing or processing. We will take all steps reasonably necessary to ensure that your information is treated securely and in accordance with this Privacy Policy.</p>\r\n<h4 class=\"title\">USE OF EXTERNAL LINKS</h4>\r\n<p>http://www.vismark.eu /.ro /.org may contain links to many other websites. VISMARK® cannot guarantee the accuracy of information found at any linked site. Links to or from external sites not owned or controlled by VISMARK® do not constitute an endorsement by VISMARK® or any of its employees of the sponsors of these sites or the products or information presented therein.</p>\r\n<p>By accessing the VISMARK® website, you are agreeing to be bound by these web site Privacy Policy and Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this web site are protected by applicable copyright and trade mark law.</p>\r\n<h4 class=\"title\">INTELLECTUAL PROPERTY RIGHTS</h4>\r\n<p>All copyrights, trademarks, patents and other intellectual property rights in and on our website and all content and software located on the site shall remain the sole property of VISMARK® or its licensors. The use of our trademarks, content and intellectual property is forbidden without the express written consent from VISMARK®.</p>\r\n<p>You must not:<br /> - Republish material from our website without prior written consent.<br /> - Sell or rent material from our website.<br /> - Reproduce, duplicate, create derivative, copy or otherwise exploit material on our website for any purpose.<br /> - Redistribute any content from our website, including onto another website.</p>\r\n<h4 class=\"title\">ACCEPTABLE USE</h4>\r\n<p>You agree to use our website only for lawful purposes, and in a way that does not infringe the rights of, restrict or inhibit anyone else\'s use and enjoyment of the website. Prohibited behavior includes harassing or causing distress or inconvenience to any other user or client, transmitting obscene or offensive content or disrupting the normal flow of dialogue within our website.</p>\r\n<p>You must not use our website to send unsolicited commercial communications. You must not use the content on our website for any marketing related purpose without our express written consent.</p>\r\n<h4 class=\"title\">RESTRICTED ACCESS</h4>\r\n<p>We may in the future need to restrict access to parts (or all) of our website and reserve full rights to do so. If, at any point, we provide you with a username and password for you to access restricted areas of our website, you must ensure that both your username and password are kept confidential.</p>\r\n<h4 class=\"title\">USE OF TESTIMONIALS</h4>\r\n<p>In accordance to the guidelines concerning the use of endorsements and testimonials in advertising, please be aware of the following:</p>\r\n<p>Testimonials that appear on this site are actually received via text, audio or video submission. They are individual experiences, reflecting real life experiences of those who have used our products and/or services in some way. They are individual results and results do vary. We do not claim that they are typical results. The testimonials are not necessarily representative of all of those who will use our products and/or services.</p>\r\n<p>The testimonials displayed in any form on this site (text, audio, video or other) are reproduced verbatim, except for correction of grammatical or typing errors. Some may have been shortened. In other words, not the whole message received by the testimonial writer is displayed when it seems too lengthy or not the whole statement seems relevant for the general public.</p>\r\n<p>VISMARK® is not responsible for any of the opinions or comments posted on http://www.vismark.eu /.ro /.org. VISMARK® is not a forum for testimonials, however provides testimonials as a means for customers to share their experiences with one another. To protect against abuse, all testimonials appear after they have been reviewed by management of VISMARK®.</p>\r\n<p>The testimonials are never intended to make claims that our products and/or services can be used to diagnose, treat, cure, mitigate or prevent any disease. Any such claims, implicit or explicit, in any shape or form, have not been clinically tested or evaluated.</p>\r\n<h4 class=\"title\">NO RESPONSIBILITY FOR PRIVACY PRACTICES OF THIRD PARTIES</h4>\r\n<p>This Privacy Policy applies only to the Service. It does not apply to sites that have linked or are redirected to or from the Service (\"Third Party Sites\"), regardless of whether or not such link or redirection is authorized by VISMARK®. Third Party Sites may have their own policies regarding privacy, or no policy at all. VISMARK® is not responsible for Third Party Sites and you use them at your own risk.</p>\r\n<h4 class=\"title\">INTERACTIONS WITH OTHERS</h4>\r\n<p>The Service may contain areas where you may be able to publicly post information, communicate with others such as discussion boards or blogs, review goods, services vendors, and submit media content. Such use is subject to our Terms of Service, and may be viewed by the public at large. Any information, including Personal Information, that you post there will be public, and therefore anyone who accesses such postings will have the ability to read, collect and further disseminate such information.</p>\r\n<h4 class=\"title\">ACCESSING AND CORRECTING PERSONAL INFORMATION</h4>\r\n<p>You may correct or update certain of your Personal Information via your VISMARK® App account.</p>\r\n<p>You may close or delete your account by sending notice in writing to us, but VISMARK® will nevertheless retain your Personal Information so as to protect the business interests of VISMARK® , VISMARK® Affiliates, vendors and other users. Those interests include the completion of transactions, maintaining records for financial reporting purposes, complying with our legal obligations, resolving disputes, and enforcing agreements.</p>\r\n<h4 class=\"title\">CHANGES TO THE PRIVACY POLICY</h4>\r\n<p>VISMARK® reserves the right to change this Privacy Policy. Such changes may be announced to you either by email or by the posting of the revised policy on the Service. You are responsible for reviewing both your own email and the Service to determine what is the then-current Privacy Policy.</p>\r\n<h4 class=\"title\">NOTICE TO RESIDENTS OF COUNTRIES OUTSIDE ROMANIA</h4>\r\n<p>VISMARK® is headquartered in Romania. Personal Information may be accessed by us or transferred to us in Romania or to VISMARK® Affiliates, business partners, vendors, or service providers elsewhere in the world. By providing us with Personal Information, you consent to this transfer. VISMARK® will adhere to its Privacy Policy, regardless of where the Personal Information is processed or stored.</p>\r\n<h4 class=\"title\">QUESTIONS OR CONCERNS</h4>\r\n<p>If you have any questions or concerns regarding our privacy policies, please send us a detailed message on email, at support@vismark.eu. We will make every effort to resolve your concerns.</p>\r\n<p>S.C. Vismark Consulting S.R.L., 5 Baraganului Street, Ap. 41, Zip Code 810453, Braila, Romania<br /> Phone +4 031 101 10 72<br /><br /> Effective Date: 5th of December, 2016</p>\r\n</div>\r\n<div class=\"col-md-2\"> </div>\r\n</div>\r\n<h2 class=\"title\">Get in touch!</h2>\r\n<a class=\"gray_cta\" href=\"en/contact\" data-toggle=\"modal\">Contact us</a>',NULL,'2017-06-01 16:52:34'),(98,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-06-01 16:52:34'),(98,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-06-01 16:52:34'),(98,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-06-01 16:52:34'),(98,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-06-01 16:52:34'),(98,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-06-01 16:52:34'),(98,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2017-06-01 16:52:34'),(98,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-06-01 16:52:34'),(98,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-06-01 16:52:34'),(98,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-06-01 16:52:34'),(98,'string','target',NULL,NULL,NULL,'',NULL,'2017-06-01 16:52:34'),(99,'string','content_en',NULL,NULL,NULL,'<div class=\"content_page\">\r\n  <div class=\"text\">\r\n    <div class=\"container about pbottom60 ptop30 contact\">\r\n      <div class=\"container contact\">\r\n        <div class=\"col-md-12\">\r\n          <h3 class=\"title\">Contact</h3>\r\n        </div>\r\n        <div class=\"col-md-6 col-sm-12\">\r\n          <p>\r\n            Ai un proiect despre care vrei sa discutam? \r\n            <br>\r\n            Te rugam sa completezi <a href=\"https://vismark.eu/ro/contacteaza-ne#contact_form_vismark\">formularul de mai jos</a> <br> sau sa ne trimiti un email la\r\n            <br>\r\n            <a href=\"mailto:hello@vismark.eu\">hello@vismark.eu</a>\r\n          </p>\r\n          <p>\r\n            Pentru parteneriate, ne poti contacta pe emai\r\n            <br>\r\n            <a href=\"mailto:office@vismark.eu\">office@vismark.eu</a>\r\n            <br>\r\n            sau ne poti suna la <a href=\"tel:+40741173744\"><strong>+4 07411 73 744</strong></a>\r\n          </p>\r\n          <p>\r\n            Daca ai talent, inspiratie si determinare, \r\n            <br>\r\n            te rugam sa ne anunti.\r\n            <br>\r\n            Viziteaza sectiunea <a href=\"{cms_selflink href=\'cariere\'}\">Cariere</a> sau scrie-ne pe \r\n            <br>\r\n            <a href=\"mailto:careers@vismark.eu\">careers@vismark.eu</a>\r\n          </p>\r\n        </div>\r\n        <div class=\"col-md-6 col-sm-12\">\r\n          <p>\r\n            Pentru intrebari sau proiecte noi, ne poti suna la\r\n            <br>\r\n           <a href=\"tel:+40311011072\"><strong>+4 031 101 10 72</strong></a>\r\n          </p>\r\n          <p>\r\n            Locatie:\r\n            <br>\r\n            Strada Radu Voda 17, Etaj 4, Sector 4\r\n            <br>\r\n            Cod Postal 040273, Bucuresti, RO <br> <a href=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2849.6769216621765!2d26.110367951625452!3d44.41927497899994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x40b202461d3d6793%3A0x173c5f1b335650cd!2zVklTTUFSS8Ku!5e0!3m2!1sen!2sro!4v1479899850933\" class=\"fancybox\"><strong>Vezi pe harta</strong></a>\r\n          </p>\r\n          <p class=\"mbottom0 pbottom0\">\r\n            Suntem sociabili:\r\n          </p>\r\n          <ul>\r\n              <li><a href=\"https://www.facebook.com/vismark.eu\"><i class=\"fa fa-facebook\"></i></a></li>\r\n              <li><a href=\"https://www.youtube.com/channel/UCOemEpk8qsxelbrrk1EWbLQ \"><i class=\"fa fa-youtube\"></i></a></li>\r\n              <li><a href=\"https://twitter.com/vismark_eu \"><i class=\"fa fa-twitter\"></i></a></li>\r\n              <li><a href=\"https://plus.google.com/u/1/b/111558593417091501840/+VismarkRo\"><i class=\"fa fa-google-plus\"></i></a></li>\r\n              <li><a href=\"https://www.behance.net/vismark\"><i class=\"fa fa-behance\"></i></a></li>\r\n              <li><a href=\"https://ro.pinterest.com/vismarkeu\"><i class=\"fa fa-pinterest\"></i></a></li>\r\n            </ul>\r\n        </div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n</div>',NULL,'2017-06-01 16:32:21'),(99,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-06-01 16:32:21'),(99,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-06-01 16:32:21'),(99,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-06-01 16:32:21'),(99,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-06-01 16:32:21'),(99,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-06-01 16:32:21'),(99,'string','disable_wysiwyg',NULL,NULL,NULL,'1',NULL,'2017-06-01 16:32:21'),(99,'string','target',NULL,NULL,NULL,'',NULL,'2017-06-01 16:32:21'),(100,'string','content_en',NULL,NULL,NULL,'{FaQ action=\"categories\" summarytemplate=\"category_list\"}',NULL,'2017-01-18 22:28:45'),(100,'string','searchable',NULL,NULL,NULL,'1',NULL,'2017-01-18 22:28:45'),(100,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-01-18 22:28:45'),(100,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-01-18 22:28:45'),(100,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-01-18 22:28:45'),(100,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-01-18 22:28:45'),(100,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2017-01-18 22:28:45'),(100,'string','target',NULL,NULL,NULL,'',NULL,'2017-01-18 22:28:45'),(99,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-06-01 16:32:21'),(99,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-06-01 16:32:21'),(84,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-06-01 16:32:42'),(84,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-06-01 16:32:42'),(101,'string','content_en',NULL,NULL,NULL,'{get_browserlang} {if $lang == \'ro\'} {redirect_page page=\"acasa\"} {else} {redirect_page page=\"homepage\"} {/if}',NULL,'2017-01-13 14:27:59'),(101,'string','searchable',NULL,NULL,NULL,'0',NULL,'2017-01-13 14:27:59'),(101,'string','extra1',NULL,NULL,NULL,'',NULL,'2017-01-13 14:27:59'),(101,'string','extra2',NULL,NULL,NULL,'',NULL,'2017-01-13 14:27:59'),(101,'string','extra3',NULL,NULL,NULL,'',NULL,'2017-01-13 14:27:59'),(101,'string','pagedata',NULL,NULL,NULL,'',NULL,'2017-01-13 14:27:59'),(101,'string','disable_wysiwyg',NULL,NULL,NULL,'0',NULL,'2017-01-13 14:27:59'),(101,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-01-13 14:27:59'),(101,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-01-13 14:27:59'),(101,'string','target',NULL,NULL,NULL,'',NULL,'2017-01-13 14:27:59'),(100,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-01-18 22:28:45'),(100,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-01-18 22:28:45'),(85,'string','image',NULL,NULL,NULL,'-1',NULL,'2017-01-18 22:29:13'),(85,'string','thumbnail',NULL,NULL,NULL,'-1',NULL,'2017-01-18 22:29:13'),(84,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-06-01 16:32:42'),(99,'string','metadescription',NULL,NULL,NULL,'',NULL,'2017-06-01 16:32:21');
/*!40000 ALTER TABLE `cms_content_props` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_content_props_seq`
--

DROP TABLE IF EXISTS `cms_content_props_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_content_props_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_content_props_seq`
--

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

--
-- Table structure for table `cms_content_seq`
--

DROP TABLE IF EXISTS `cms_content_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_content_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_content_seq`
--

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

--
-- Table structure for table `cms_crossref`
--

DROP TABLE IF EXISTS `cms_crossref`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_crossref` (
  `child_type` varchar(100) DEFAULT NULL,
  `child_id` int(11) DEFAULT NULL,
  `parent_type` varchar(100) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  KEY `cms_index_crossref_by_child_type_child_id` (`child_type`,`child_id`),
  KEY `cms_index_crossref_by_parent_type_parent_id` (`parent_type`,`parent_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_crossref`
--

LOCK TABLES `cms_crossref` WRITE;
/*!40000 ALTER TABLE `cms_crossref` DISABLE KEYS */;
INSERT INTO `cms_crossref` VALUES ('global_content',1,'template',22,'2009-05-11 02:01:23','2009-05-11 02:01:23');
/*!40000 ALTER TABLE `cms_crossref` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_css`
--

DROP TABLE IF EXISTS `cms_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_css` (
  `css_id` int(11) NOT NULL,
  `css_name` varchar(255) DEFAULT NULL,
  `css_text` text DEFAULT NULL,
  `media_type` varchar(255) DEFAULT NULL,
  `media_query` text DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`css_id`),
  KEY `cms_index_css_by_css_name` (`css_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_css`
--

LOCK TABLES `cms_css` WRITE;
/*!40000 ALTER TABLE `cms_css` DISABLE KEYS */;
INSERT INTO `cms_css` VALUES (47,'ncleanbluecore','/*\r\n  @Nuno Costa [criacaoweb.net] Core CSS.\r\n  @Licensed under GPL and MIT.\r\n  @Status: Stable\r\n  @Version: 0.1-20090418\r\n  \r\n  @Contributors:\r\n  \r\n  --------------------------------------------------------------- \r\n*/\r\n/*----------- Global Containers ----------- */\r\n/* \r\n.core-wrap-100   =  width - 100% of Browser Fluid\r\n.core-wrap-960   =  width - 960px  - fixed\r\n.core-wrap-780   =  width - 780px  - fixed\r\n.custom-wrap-x   =  width -  custom   - declared in another css (your site css)\r\n*/\r\n.core-wrap-100 {\r\n	width: 100%;\r\n}\r\n.core-wrap-960 {\r\n	width: 960px;\r\n}\r\n.core-wrap-780 {\r\n	width: 780px;\r\n}\r\n.core-wrap-100,\r\n.core-wrap-960,\r\n.core-wrap-780,\r\n.custom-wrap-x {\r\n	margin-left: auto;\r\n	margin-right: auto;\r\n}\r\n/*----------- Global Float ----------- */\r\n.core-wrap-100  .core-float-left,\r\n.core-wrap-960  .core-float-left,\r\n.core-wrap-780  .core-float-left,\r\n.custom-wrap-x  .core-float-left {\r\n	float: left;\r\n	display: inline;\r\n}\r\n.core-wrap-100  .core-float-right,\r\n.core-wrap-960  .core-float-right,\r\n.core-wrap-780  .core-float-right,\r\n.custom-wrap-x  .core-float-right {\r\n	float: right;\r\n	display: inline;\r\n}\r\n/*----------- Global Center ----------- */\r\n.core-wrap-100   .core-center,\r\n.core-wrap-960   .core-center,\r\n.core-wrap-780   .core-center,\r\n.custom-wrap-x   .core-center {\r\n	margin-left: auto;\r\n	margin-right: auto;\r\n}','screen','','2009-05-06 14:28:28','2009-05-11 02:35:43'),(48,'ncleanblueutils','/*\r\n  @Nuno Costa [criacaoweb.net] Utils CSS.\r\n  @Licensed under GPL2 and MIT.\r\n  @Status: Stable\r\n  @Version: 0.1-20090418\r\n  \r\n  @Contributors:\r\n        -  http://meyerweb.com/eric/tools/css/reset/index.html \r\n  \r\n  --------------------------------------------------------------- \r\n*/\r\n/* From: http://meyerweb.com/eric/tools/css/reset/index.html  (Original) */\r\n/* v1.0 | 20080212 */\r\nhtml, body, div, span, applet, object, iframe,\r\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\r\na, abbr, acronym, address, big, cite, code,\r\ndel, dfn, em, font, img, ins, kbd, q, s, samp,\r\nsmall, strike, strong, sub, sup, tt, var,\r\nb, u, i, center,\r\ndl, dt, dd, ol, ul, li,\r\nfieldset, form, label, legend,\r\ntable, caption, tbody, tfoot, thead, tr, th, td {\r\n	margin: 0;\r\n	padding: 0;\r\n	border: 0;\r\n	outline: 0;\r\n	font-size: 100%;\r\n	vertical-align: baseline;\r\n	background: transparent;\r\n}\r\n/*\r\nStantby for nowbody {\r\n	line-height: 1;\r\n}\r\n*/\r\nol, ul {\r\n	list-style: none;\r\n}\r\nblockquote, q {\r\n	quotes: none;\r\n}\r\nblockquote:before,\r\nblockquote:after,\r\nq:before, q:after {\r\n	content: \'\';\r\n	content: none;\r\n}\r\n/* remember to define focus styles! */\r\n:focus {\r\n	outline: 0;\r\n}\r\n/* remember to highlight inserts somehow! */\r\nins {\r\n	text-decoration: none;\r\n}\r\ndel {\r\n	text-decoration: line-through;\r\n}\r\n/* tables still need \'cellspacing=\"0\"\' in the markup */\r\ntable {\r\n	border-collapse: collapse;\r\n	border-spacing: 0;\r\n}\r\n/* ------- @Nuno Costa [criacaoweb.net] Utils CSS. ---------- */\r\n* {\r\n	font-weight: inherit;\r\n	font-style: inherit;\r\n	font-family: inherit;\r\n}\r\ndfn {\r\n	display: none;\r\n	overflow: hidden;\r\n}\r\n/* ----------- Clear Floated Elements ----------- */\r\nhtml body .util-clearb {\r\n	background: none;\r\n	border: 0;\r\n	clear: both;\r\n	display: block;\r\n	float: none;\r\n	font-size: 0;\r\n	margin: 0;\r\n	padding: 0;\r\n	position: static;\r\n	overflow: hidden;\r\n	visibility: hidden;\r\n	width: 0;\r\n	height: 0;\r\n}\r\n/* ----------- Fix to Clear Floated Elements ----------- */\r\n.util-clearfix:after {\r\n	clear: both;\r\n	content: \'.\';\r\n	display: block;\r\n	visibility: hidden;\r\n	height: 0;\r\n}\r\n.util-clearfix {\r\n	display: inline-block;\r\n}\r\n* html .util-clearfix {\r\n	height: 1%;\r\n}\r\n.util-clearfix {\r\n	display: block;\r\n}','screen','','2009-05-06 14:29:17','2009-05-11 02:38:10'),(49,'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 ------------ */','screen','','2009-05-06 14:30:25','2009-07-22 17:39:51');
/*!40000 ALTER TABLE `cms_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_css_assoc`
--

DROP TABLE IF EXISTS `cms_css_assoc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_css_assoc` (
  `assoc_to_id` int(11) DEFAULT NULL,
  `assoc_css_id` int(11) DEFAULT NULL,
  `assoc_type` varchar(80) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  `assoc_order` int(11) DEFAULT NULL,
  KEY `cms_index_css_assoc_by_assoc_to_id` (`assoc_to_id`),
  KEY `cms_index_css_assoc_by_assoc_css_id` (`assoc_css_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_css_assoc`
--

LOCK TABLES `cms_css_assoc` WRITE;
/*!40000 ALTER TABLE `cms_css_assoc` DISABLE KEYS */;
INSERT INTO `cms_css_assoc` VALUES (29,47,'template','2016-11-29 11:42:09','2016-11-29 11:42:09',2),(29,48,'template','2016-11-29 11:42:09','2016-11-29 11:42:09',1),(29,49,'template','2016-11-29 11:42:09','2016-11-29 11:42:09',3),(23,47,'template','2016-07-06 12:01:34','2016-07-06 12:01:34',2),(23,48,'template','2016-07-06 12:01:34','2016-07-06 12:01:34',1),(23,49,'template','2016-07-06 12:01:34','2016-07-06 12:01:34',3),(28,49,'template','2016-11-29 09:16:43','2016-11-29 09:16:43',3),(28,48,'template','2016-11-29 09:16:43','2016-11-29 09:16:43',1),(28,47,'template','2016-11-29 09:16:43','2016-11-29 09:16:43',2),(30,48,'template','2016-11-29 15:00:13','2016-11-29 15:00:13',1),(30,49,'template','2016-11-29 15:00:13','2016-11-29 15:00:13',3),(27,49,'template','2016-11-28 15:51:22','2016-11-28 15:51:22',3),(27,48,'template','2016-11-28 15:51:22','2016-11-28 15:51:22',1),(27,47,'template','2016-11-28 15:51:22','2016-11-28 15:51:22',2),(30,47,'template','2016-11-29 15:00:13','2016-11-29 15:00:13',2),(31,49,'template','2016-11-30 09:57:38','2016-11-30 09:57:38',3),(31,48,'template','2016-11-30 09:57:38','2016-11-30 09:57:38',1),(31,47,'template','2016-11-30 09:57:38','2016-11-30 09:57:38',2);
/*!40000 ALTER TABLE `cms_css_assoc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_css_seq`
--

DROP TABLE IF EXISTS `cms_css_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_css_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_css_seq`
--

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

--
-- Table structure for table `cms_event_handler_seq`
--

DROP TABLE IF EXISTS `cms_event_handler_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_event_handler_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_event_handler_seq`
--

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

--
-- Table structure for table `cms_event_handlers`
--

DROP TABLE IF EXISTS `cms_event_handlers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_event_handlers`
--

LOCK TABLES `cms_event_handlers` WRITE;
/*!40000 ALTER TABLE `cms_event_handlers` DISABLE KEYS */;
INSERT INTO `cms_event_handlers` VALUES (40,NULL,'MenuManager',0,4,14),(38,NULL,'MenuManager',0,4,13),(38,NULL,'Search',0,2,3),(40,NULL,'Search',0,2,4),(48,NULL,'Search',0,1,5),(53,NULL,'Gallery',0,1,6),(53,NULL,'CGExtensions',0,2,7),(37,NULL,'SEOTools2',0,1,8),(38,NULL,'SEOTools2',0,3,9),(40,NULL,'SEOTools2',0,3,10),(53,NULL,'SEOTools2',0,3,11),(53,NULL,'TinyMCE',0,4,12);
/*!40000 ALTER TABLE `cms_event_handlers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_events`
--

DROP TABLE IF EXISTS `cms_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_events` (
  `originator` varchar(200) NOT NULL,
  `event_name` varchar(200) NOT NULL,
  `event_id` int(11) NOT NULL,
  PRIMARY KEY (`event_id`),
  KEY `cms_originator` (`originator`),
  KEY `cms_event_name` (`event_name`),
  KEY `cms_event_id` (`event_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_events`
--

LOCK TABLES `cms_events` WRITE;
/*!40000 ALTER TABLE `cms_events` DISABLE KEYS */;
INSERT INTO `cms_events` VALUES ('Core','LoginPost',1),('Core','LogoutPost',2),('Core','AddUserPre',3),('Core','AddUserPost',4),('Core','EditUserPre',5),('Core','EditUserPost',6),('Core','DeleteUserPre',7),('Core','DeleteUserPost',8),('Core','AddGroupPre',9),('Core','AddGroupPost',10),('Core','EditGroupPre',11),('Core','EditGroupPost',12),('Core','DeleteGroupPre',13),('Core','DeleteGroupPost',14),('Core','AddStylesheetPre',15),('Core','AddStylesheetPost',16),('Core','EditStylesheetPre',17),('Core','EditStylesheetPost',18),('Core','DeleteStylesheetPre',19),('Core','DeleteStylesheetPost',20),('Core','AddTemplatePre',21),('Core','AddTemplatePost',22),('Core','EditTemplatePre',23),('Core','EditTemplatePost',24),('Core','DeleteTemplatePre',25),('Core','DeleteTemplatePost',26),('Core','TemplatePreCompile',27),('Core','TemplatePostCompile',28),('Core','AddGlobalContentPre',29),('Core','AddGlobalContentPost',30),('Core','EditGlobalContentPre',31),('Core','EditGlobalContentPost',32),('Core','DeleteGlobalContentPre',33),('Core','DeleteGlobalContentPost',34),('Core','GlobalContentPreCompile',35),('Core','GlobalContentPostCompile',36),('Core','ContentEditPre',37),('Core','ContentEditPost',38),('Core','ContentDeletePre',39),('Core','ContentDeletePost',40),('Core','AddUserDefinedTagPre',41),('Core','AddUserDefinedTagPost',42),('Core','EditUserDefinedTagPre',43),('Core','EditUserDefinedTagPost',44),('Core','DeleteUserDefinedTagPre',45),('Core','DeleteUserDefinedTagPost',46),('Core','ModuleInstalled',47),('Core','ModuleUninstalled',48),('Core','ModuleUpgraded',49),('Core','ContentStylesheet',50),('Core','ContentPreCompile',51),('Core','ContentPostCompile',52),('Core','ContentPostRender',53),('Core','SmartyPreCompile',54),('Core','SmartyPostCompile',55),('Core','ChangeGroupAssignPre',56),('Core','ChangeGroupAssignPost',57),('Core','StylesheetPreCompile',58),('Core','StylesheetPostCompile',59),('Core','LoginFailed',60),('Core','TemplatePreFetch',61),('FileManager','OnFileUploaded',62),('Search','SearchInitiated',69),('Search','SearchCompleted',70),('Search','SearchItemAdded',71),('Search','SearchItemDeleted',72),('Search','SearchAllItemsDeleted',73),('SEOTools2','PrefsUpdated',74),('SlideShow','CategoryDeleted',136),('SlideShow','CategoryEdited',135),('SlideShow','CategoryAdded',134),('SlideShow','ItemDeleted',133),('SlideShow','ItemEdited',132),('SlideShow','ItemAdded',131),('Portfolio','ItemsReordered',105),('Portfolio','CategoryDeleted',104),('Portfolio','CategoryEdited',103),('Portfolio','CategoryAdded',102),('Portfolio','ItemDeleted',101),('Portfolio','ItemEdited',100),('Portfolio','ItemAdded',99),('Parteneri','ItemAdded',91),('Parteneri','ItemEdited',92),('Parteneri','ItemDeleted',93),('Parteneri','CategoryAdded',94),('Parteneri','CategoryEdited',95),('Parteneri','CategoryDeleted',96),('Parteneri','ItemsReordered',97),('Parteneri','CategoriesReordered',98),('Portfolio','CategoriesReordered',106),('Testimoniale','ItemAdded',107),('Testimoniale','ItemEdited',108),('Testimoniale','ItemDeleted',109),('Testimoniale','CategoryAdded',110),('Testimoniale','CategoryEdited',111),('Testimoniale','CategoryDeleted',112),('Testimoniale','ItemsReordered',113),('Testimoniale','CategoriesReordered',114),('Careers','ItemAdded',115),('Careers','ItemEdited',116),('Careers','ItemDeleted',117),('Careers','CategoryAdded',118),('Careers','CategoryEdited',119),('Careers','CategoryDeleted',120),('Careers','ItemsReordered',121),('Careers','CategoriesReordered',122),('FaQ','ItemAdded',123),('FaQ','ItemEdited',124),('FaQ','ItemDeleted',125),('FaQ','CategoryAdded',126),('FaQ','CategoryEdited',127),('FaQ','CategoryDeleted',128),('FaQ','ItemsReordered',129),('FaQ','CategoriesReordered',130),('SlideShow','ItemsReordered',137),('SlideShow','CategoriesReordered',138);
/*!40000 ALTER TABLE `cms_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_events_seq`
--

DROP TABLE IF EXISTS `cms_events_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_events_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_events_seq`
--

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

--
-- Table structure for table `cms_group_perms`
--

DROP TABLE IF EXISTS `cms_group_perms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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 `cms_index_group_perms_by_group_id_permission_id` (`group_id`,`permission_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_group_perms`
--

LOCK TABLES `cms_group_perms` WRITE;
/*!40000 ALTER TABLE `cms_group_perms` DISABLE KEYS */;
INSERT INTO `cms_group_perms` VALUES (176,3,30,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(177,3,25,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(178,3,4,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(179,3,31,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(180,3,26,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(181,3,22,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(182,3,11,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(183,3,32,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(184,3,27,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(185,3,24,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(186,3,16,'2009-05-12 08:05:26','2009-05-12 08:05:26'),(187,2,44,'2009-05-12 08:05:26','2009-05-12 08:05:26');
/*!40000 ALTER TABLE `cms_group_perms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_group_perms_seq`
--

DROP TABLE IF EXISTS `cms_group_perms_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_group_perms_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_group_perms_seq`
--

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

--
-- Table structure for table `cms_groups`
--

DROP TABLE IF EXISTS `cms_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_groups` (
  `group_id` int(11) NOT NULL,
  `group_name` varchar(25) 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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_groups`
--

LOCK TABLES `cms_groups` WRITE;
/*!40000 ALTER TABLE `cms_groups` DISABLE KEYS */;
INSERT INTO `cms_groups` VALUES (1,'Admin',1,'2006-07-25 21:22:32','2006-07-25 21:22:32'),(2,'Editor',1,'2006-07-25 21:22:32','2006-07-25 21:22:32'),(3,'Designer',1,'2006-07-25 21:22:32','2006-07-25 21:22:32');
/*!40000 ALTER TABLE `cms_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_groups_seq`
--

DROP TABLE IF EXISTS `cms_groups_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_groups_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_groups_seq`
--

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

--
-- Table structure for table `cms_htmlblobs`
--

DROP TABLE IF EXISTS `cms_htmlblobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_htmlblobs` (
  `htmlblob_id` int(11) NOT NULL,
  `htmlblob_name` varchar(255) DEFAULT NULL,
  `html` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `use_wysiwyg` tinyint(4) DEFAULT NULL,
  `owner` int(11) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`htmlblob_id`),
  KEY `cms_index_htmlblobs_by_htmlblob_name` (`htmlblob_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_htmlblobs`
--

LOCK TABLES `cms_htmlblobs` WRITE;
/*!40000 ALTER TABLE `cms_htmlblobs` DISABLE KEYS */;
INSERT INTO `cms_htmlblobs` VALUES (9,'header','<!DOCTYPE html>\r\n<!--[if lt IE 7]> <html itemscope itemtype=\"https://schema.org/WebSite\" class=\"no-js ie6 oldie\" lang=\"ro\"> <![endif]-->\r\n<!--[if IE 7]>    <html itemscope itemtype=\"https://schema.org/WebSite\" class=\"no-js ie7 oldie\" lang=\"ro\"> <![endif]-->\r\n<!--[if IE 8]>    <html itemscope itemtype=\"https://schema.org/WebSite\" class=\"no-js ie8 oldie\" lang=\"ro\"> <![endif]-->\r\n<!--[if gt IE 8]><!--> <html itemscope itemtype=\"https://schema.org/WebSite\" dir=\"ltr\" lang=\"ro\"> <!--<![endif]-->\r\n<head>\r\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n    {if isset($canonical)}\r\n        <link rel=\"canonical\" href=\"{$canonical}\" />{elseif isset($content_obj)}\r\n        <link rel=\"canonical\" href=\"{$content_obj->GetURL()}\" />\r\n    {/if}\r\n    \r\n    {SEOTools2 showbase=\'true\'}\r\n    {capture assign=metadescription}{content block=\"metadescription\" label=\"META Description\" oneline=\"true\"}{/capture}\r\n\r\n    <!-- Fonts -->\r\n    <link href=\'https://fonts.googleapis.com/css?family=Lato:400,300,600,700,700italic,600italic,400italic\' rel=\'stylesheet\' type=\'text/css\'>\r\n    <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css\">\r\n    <!-- Font Awesome -->\r\n    <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css\">\r\n    <link rel=\"stylesheet\" href=\"{root_url}/css/jquery.fancybox.min.css\">\r\n    <link href=\"{root_url}/css/style.css\" rel=\"stylesheet\">\r\n\r\n    <!-- jQuery -->\r\n    <script src=\"js/jquery.min.js\"></script>\r\n\r\n    <!--[if lt IE 9]>\r\n      <script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>\r\n      <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>\r\n    <![endif]-->\r\n</head>\r\n<body id=\"{$page_lang}\" itemscope itemtype=\"https://schema.org/WebPage\">\r\n{strip}\r\n{* language switching *} \r\n{capture assign=\"hierarchy_en\"}2{$friendly_position|substr:\'1\'}{/capture} \r\n{capture assign=\"hierarchy_ro\"}3{$friendly_position|substr:\'1\'}{/capture} \r\n{hierarchy_position friendly_position=$hierarchy_en assign=\"en_alias\"} \r\n{hierarchy_position friendly_position=$hierarchy_ro assign=\"ro_alias\"} \r\n{/strip}\r\n<!-- STARD HEADER -->\r\n<div class=\"container header\">\r\n  <nav class=\"navbar navbar-default\" role=\"navigation\">\r\n    <div class=\"container-fluid\">\r\n      <div class=\"navbar-header\">\r\n        <button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-ex1-collapse\">\r\n          <span class=\"sr-only\">Toggle navigation</span>\r\n          <span class=\"icon-bar\"></span>\r\n          <span class=\"icon-bar\"></span>\r\n          <span class=\"icon-bar\"></span>\r\n        </button>\r\n        <a class=\"navbar-brand\" href=\"{if $page_lang == \'ro\'}ro/acasa{else}index.php{/if}\" title=\"SEOtitle\">\r\n          <img src=\"images/vmk_black_svg/logo_03.svg\" alt=\"Vismark Consulting\" class=\"logo1\" height=\"19\">\r\n          <img src=\"images/vmk_black_svg/slogan.svg\" alt=\"Vismark Consulting\" class=\"logo2\" height=\"14\">\r\n          <img src=\"images/vmk_black_svg/logo_02.svg\" alt=\"Vismark Consulting\" class=\"logo3\" height=\"14\">\r\n        </a>\r\n      </div>\r\n      <div class=\"collapse navbar-collapse navbar-ex1-collapse\">\r\n{if $page_lang == \'ro\'}\r\n         {menu items=\"acasa,portofoliu,despre,articole,clienti,externalizare,contacteaza-ne,app-login\"}\r\n{else}\r\n         {menu items=\"homepage,work,about,articles,customers,outsourcing,contact,app-login\"}\r\n{/if}\r\n      </div>\r\n    </div>\r\n  </nav>\r\n</div>\r\n<!-- END HEADER -->','',0,1,'2016-12-06 11:08:27','2017-01-30 17:52:52'),(10,'footer','<!-- START FOOTER -->\r\n  <div class=\"footer\">\r\n    <div class=\"container\">\r\n      <div class=\"row\">\r\n        <div class=\"col-md-4 col-sm-6 col-sm-offset-3 col-md-offset-0\">\r\n          <p class=\"section\">\r\n            {if $page_lang == \'ro\'}Ultimele tweet-uri {else}Latest Tweets {/if}\r\n          </p>\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n{twitter_lastest}\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n          </ul>\r\n        </div>\r\n\r\n\r\n        <div class=\"col-md-2 col-sm-6 col-xs-6\">\r\n          <p class=\"section\">\r\n            {if $page_lang == \'ro\'}Navigare{else}Navigation{/if}\r\n          </p>\r\n{if $page_lang == \'ro\'}\r\n          {menu items=\"acasa,portofoliu,despre,articole,clienti,externalizare,intrebari-frecvente,cariere,contacteaza-ne\" template=\"footer_navigation.tpl\"}\r\n{else}\r\n          {menu items=\"homepage,work,about,articles,customers,outsourcing,department,faq,careers,contact\" template=\"footer_navigation.tpl\"}\r\n{/if}\r\n        </div>\r\n\r\n\r\n        <div class=\"col-md-2 col-sm-6 col-xs-6\">\r\n          <p class=\"section\">\r\n            Contact\r\n          </p>\r\n          <p class=\"content\">\r\n            <strong>\r\n            {if $page_lang == \'ro\'}Proiecte noi{else}New projects{/if}</strong>\r\n            <br>\r\n            <a href=\"mailto:hello@vismark.eu\" title=\"hello@vismark.eu\">hello@vismark.eu</a>\r\n            <br>\r\n            <a href=\"tel:+40311011072\" title=\"+4 031 101 10 72\">+4 031 101 10 72</a>\r\n            <br>\r\n            <br>\r\n            <strong>{if $page_lang == \'ro\'}Parteneriate{else}Partnerships{/if}</strong>\r\n            <br>\r\n            <a href=\"mailto:office@vismark.eu\" title=\"office@vismark.eu\">office@vismark.eu</a>\r\n            <br>\r\n            <a href=\"tel:+40741173744\" title=\"+4074 11 73 744\">+4074 11 73 744</a>\r\n            <br>\r\n            <br>\r\n            <strong>{if $page_lang == \'ro\'}HR{else}Join Us{/if}</strong>\r\n            <br>\r\n            <a href=\"mailto:careers@vismark.eu\" title=\"careers@vismark.eu\">careers@vismark.eu</a>\r\n          </p>\r\n        </div>\r\n        \r\n\r\n        <div class=\"col-md-2 col-md-push-2 col-sm-6 col-xs-6\">\r\n          <p class=\"section\">\r\n            App & Legal\r\n          </p>\r\n{if $page_lang == \'en\'}\r\n          {menu items=\"app-login,newsletter,terms-of-use,privacy-policy\" template=\"footer_navigation.tpl\"}\r\n{else}\r\n          {menu items=\"app-login,newsletter-ro,termeni-si-conditii,politica-de-confidentialitate\" template=\"footer_navigation.tpl\"}\r\n{/if}\r\n          <div class=\"dropdown languages\">\r\n            <button id=\"dropdownMenu2\" class=\"btn btn-default dropdown-toggle\" type=\"button\" data-toggle=\"dropdown\"> {if $page_lang == \'ro\'}Alege limba{else}Choose your language{/if} <span class=\"caret\"></span></button>\r\n            <ul class=\"dropdown-menu\">\r\n\r\n              <li><a href=\"{if empty($articol_detail)}{cms_selflink href=$en_alias}{else}{$articol_detail}{/if}\"><img src=\"images/flag_1_1.png\" alt=\"\" /> International</a></li>\r\n              <li><a href=\"{if empty($articol_detail_ro)}{cms_selflink href=$ro_alias}{else}{$articol_detail_ro}{/if}\"><img src=\"images/flag_1.png\" alt=\"\" /> Română</a></li>\r\n\r\n              <li class=\"divider\"></li>\r\n              <li class=\"soon\"><a href=\"javscript:void(0);\"><img src=\"images/flag_3.png\" alt=\"\" /> <span>[soon]</span> Deutsch</a></li>\r\n              <li class=\"soon\"><a href=\"javscript:void(0);\"><img src=\"images/flag_4.png\" alt=\"\" /> <span>[soon]</span> Francais</a></li>\r\n              <li class=\"soon\"><a href=\"javscript:void(0);\"><img src=\"images/flag_5.png\" alt=\"\" /> <span>[soon]</span> Italiano</a></li>\r\n              <li class=\"soon\"><a href=\"javscript:void(0);\"><img src=\"images/flag_6.png\" alt=\"\" /> <span>[soon]</span> Espanol</a></li>\r\n            </ul>\r\n          </div>\r\n        </div>\r\n\r\n        <div class=\"col-md-2 col-md-pull-2 col-sm-6 col-xs-6\" itemscope itemtype=\"https://schema.org/LocalBusiness\">\r\n          <p class=\"section\">\r\n            {if $page_lang == \'ro\'}Locatie{else}Office Location{/if}\r\n          </p>\r\n          <meta itemprop=\"name\" content=\"Vismark Consulting\" />\r\n          <meta itemprop=\"telephone\" content=\"+4 031 101 10 72\" />\r\n          <meta itemprop=\"image\" content=\"https://vismark.eu/images/vmk_black_svg/logo_03.svg\" />\r\n          <p class=\"content\" itemprop=\"address\" itemscope itemtype=\"https://schema.org/PostalAddress\">\r\n            <span itemprop=\"streetAddress\">{if $page_lang == \'ro\'}Str. Radu Voda 17{else}17 Radu Voda Street{/if}</span>\r\n            <br>\r\n            {if $page_lang == \'ro\'}Etaj 4, Sector 4{else}4th Floor, Sector 4{/if}\r\n            <br>\r\n            {if $page_lang == \'ro\'}Cod postal <span itemprop=\"postalCode\">040273</span>{else}Zip Code <span itemprop=\"postalCode\">040273</span>{/if}\r\n<br>\r\n<span itemprop=\"addressLocality\">{if $page_lang == \'ro\'}Bucuresti, RO{else}Bucharest, RO{/if}</span>\r\n            <br>\r\n            <a href=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2849.6769216621765!2d26.110367951625452!3d44.41927497899994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x40b202461d3d6793%3A0x173c5f1b335650cd!2zVklTTUFSS8Ku!5e0!3m2!1sen!2sro!4v1479899850933\" class=\"seeonmap fancybox\">{if $page_lang == \'ro\'}Vezi pe harta{else}See on map{/if}</a>\r\n          </p>\r\n        </div>\r\n\r\n        \r\n\r\n\r\n      </div>\r\n    </div>\r\n  </div>\r\n  <div class=\"copyright\">\r\n    <div class=\"container\">\r\n      <div class=\"row\">\r\n        <div class=\"col-md-6 col-md-push-6  col-sm-12 social\">\r\n          {if $page_lang == \'ro\'}Suntem sociabili:{else}We\'re social:{/if}\r\n          <ul>\r\n            <li><a href=\"https://www.facebook.com/vismark.eu\"><i class=\"fa fa-facebook\"></i></a></li>\r\n              <li><a href=\"https://www.youtube.com/channel/UCOemEpk8qsxelbrrk1EWbLQ \"><i class=\"fa fa-youtube\"></i></a></li>\r\n              <li><a href=\"https://twitter.com/vismark_eu \"><i class=\"fa fa-twitter\"></i></a></li>\r\n              <li><a href=\"https://plus.google.com/u/1/b/111558593417091501840/+VismarkRo\"><i class=\"fa fa-google-plus\"></i></a></li>\r\n              <li><a href=\"https://www.behance.net/vismark\"><i class=\"fa fa-behance\"></i></a></li>\r\n              <li><a href=\"https://ro.pinterest.com/vismarkeu\"><i class=\"fa fa-pinterest\"></i></a></li>\r\n          </ul>\r\n        </div>\r\n        <div class=\"col-md-6 col-md-pull-6 col-sm-12 copy\">\r\n          &copy;2017 VISMARK<sup>&reg;</sup>. {if $page_lang == \'ro\'}Toate drepturile rezervate{else}All rights reserved.{/if}\r\n        </div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n  <!-- END FOOTER -->\r\n\r\n  <script src=\"js/mansory.js\"></script>\r\n  <script src=\"js/jquery.fancybox.min.js\"></script>\r\n  <script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js\"></script>\r\n  <script src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>\r\n<!-- <script src=\"js/responsive-tabs.js\"></script> -->\r\n  <script src=\"js/main.js\"></script>\r\n\r\n\r\n<a href=\"#\" id=\"back-to-top\" title=\"Back to top\"><span class=\"fa fa-chevron-up\"></span></a>\r\n\r\n{literal}\r\n<script>\r\n  (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\r\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n  })(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\');\r\n\r\n  ga(\'create\', \'UA-89984331-1\', \'auto\');\r\n  ga(\'send\', \'pageview\');\r\n\r\n</script>\r\n\r\n<!-- Google Tag Manager -->\r\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\r\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\r\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,\'script\',\'dataLayer\',\'GTM-MMPKVN\');</script>\r\n<!-- End Google Tag Manager --> \r\n\r\n\r\n<!-- Google Tag Manager (noscript) -->\r\n<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-MMPKVN\"\r\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\r\n<!-- End Google Tag Manager (noscript) -->\r\n{/literal}\r\n</body>\r\n</html>','',0,1,'2016-12-06 11:09:13','2017-07-24 15:51:57'),(11,'modal_lets_chat','{* \r\n  Let\'s make some variabiles assigning ro/en\r\n*}\r\n\r\n{if \'ro\' === $page_lang}\r\n{* Romana *}\r\n  {assign var=\'gitm_fullname\' value=\'Nume Prenume\'}\r\n  {assign var=\'gitm_company_name\' value=\'Compania\'}\r\n  {assign var=\'gitm_brief\' value=\'design grafic pentru..\'}\r\n  {assign var=\'gitm_deadline\' value=\'Data\'}\r\n  {assign var=\'gitm_buget\' value=\'Euro\'}\r\n  {assign var=\'gitm_email\' value=\'E-mail\'}\r\n  {assign var=\'gitm_phone\' value=\'Telefon\'}\r\n  {assign var=\'gitm_submit\' value=\'Trimite\'}\r\n{else}\r\n{* Engleza *}\r\n  {assign var=\'gitm_fullname\' value=\'Full Name\'}\r\n  {assign var=\'gitm_company_name\' value=\'Company Name\'}\r\n  {assign var=\'gitm_brief\' value=\'designing a ...\'}\r\n  {assign var=\'gitm_deadline\' value=\'Date or Timeframe\'}\r\n  {assign var=\'gitm_buget\' value=\'Euro\'}\r\n  {assign var=\'gitm_email\' value=\'E-mail\'}\r\n  {assign var=\'gitm_phone\' value=\'Phone\'}\r\n  {assign var=\'gitm_submit\' value=\'Send\'}\r\n{/if}\r\n\r\n<!-- Modal -->\r\n<div class=\"modal fade\" id=\"get_in_touch-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"gitm-label\">\r\n	<div class=\"get_in_touch-modal modal-dialog\">\r\n\r\n	  <!-- Header -->\r\n		<div class=\"get_in_touch-header modal-header\">\r\n			<button type=\"button\" class=\"close\" \r\n							data-dismiss=\"modal\" \r\n							aria-label=\"Close\">\r\n							<span aria-hidden=\"true\">&times;</span>\r\n			</button> <!-- .close Button -->\r\n		{if \'en\' === $page_lang}\r\n      <h3 id=\"gitm-label\">Speed Request</h3>\r\n      \r\n    {else}\r\n      <h3 id=\"gitm-label\">Contact rapid</h3>\r\n      \r\n    {/if}\r\n		</div>\r\n	  <!-- /Header -->\r\n		\r\n		<!-- Content -->\r\n		<div class=\"get_in_touch-content modal-body\">\r\n			\r\n	    <div class=\"get_in_touch-form\">\r\n        <div id=\"result\"></div>\r\n        <form id=\"get_in_touch-form\">\r\n          <input type=\"hidden\" name=\"page_lang\" value=\"{$page_lang}\">\r\n        	<p>\r\n					{if \'en\' === $page_lang}\r\n        		<label for=\"gitf-fullname\" class=\"form-group\">My name is\r\n        	{else}\r\n        		<label for=\"gitf-fullname\" class=\"form-group\">Ma numesc\r\n        	{/if}\r\n        		<input type=\"text\" name=\"fullname\" id=\"gitf-fullname\" placeholder=\"{$gitm_fullname}\" required> <br class=\"visible-xs\"></label>\r\n\r\n					{if \'en\' === $page_lang}\r\n        		<label for=\"gitf-company\" class=\"form-group\">and I\'m with\r\n        	{else}\r\n        		<label for=\"gitf-company\" class=\"form-group\">si reprezint\r\n        	{/if}\r\n        		<input type=\"text\" name=\"company_name\" id=\"gitf-company\" placeholder=\"{$gitm_company_name}\"> <br class=\"visible-xs\"></label>\r\n        	</p> <!-- End form text -->\r\n\r\n        	<p>\r\n					{if \'en\' === $page_lang}\r\n        		<label for=\"gitf-brief\" class=\"form-group\">I am in need of a partner to assist me with\r\n        	{else}\r\n        		<label for=\"gitf-brief\" class=\"form-group\">Am nevoie de un partener pentru a ma ajuta cu\r\n        	{/if}\r\n            <input type=\"text\" name=\"brief\" id=\"gitf-brief\" placeholder=\"{$gitm_brief}\" required> <br class=\"visible-xs\"></label>\r\n\r\n					{if \'en\' === $page_lang}\r\n            <label for=\"gitf-deadline\" class=\"form-group\">with a goal of having that completed on or near\r\n        	{else}\r\n            <label for=\"gitf-deadline\" class=\"form-group\">termenul limita fiind pe\r\n        	{/if}\r\n            <input type=\"text\" name=\"deadline\" id=\"gitf-deadline\" placeholder=\"{$gitm_deadline}\"> <br class=\"visible-xs\"></label>\r\n        	</p> <!-- End form text -->\r\n        	\r\n        	<p>\r\n					{if \'en\' === $page_lang}\r\n            <label for=\"gitf-buget\" class=\"form-group\">I am looking to stay around a budget of \r\n        	{else}\r\n            <label for=\"gitf-buget\" class=\"form-group\">Bugetul alocat pentru acest proiect este de aproximativ\r\n        	{/if}\r\n            <input type=\"text\" name=\"buget\" id=\"gitf-buget\" placeholder=\"{$gitm_buget}\"> <br class=\"visible-xs\"></label>\r\n        	</p> <!-- End form text -->\r\n        		\r\n        	<p>\r\n					{if \'en\' === $page_lang}\r\n            <label for=\"gitf-email\" class=\"form-group\">You can reach me at\r\n        	{else}\r\n            <label for=\"gitf-email\" class=\"form-group\">Ma puteti contacta pe\r\n        	{/if}\r\n            <input type=\"email\" name=\"email\" id=\"gitf-email\" placeholder=\"{$gitm_email}\" required> <br class=\"visible-xs\"></label>\r\n						<br>\r\n					{if \'en\' === $page_lang}\r\n            <label for=\"gitf-phone\" class=\"form-group\">or call me on\r\n        	{else}\r\n            <label for=\"gitf-phone\" class=\"form-group\">sau ma puteti suna pe\r\n        	{/if}\r\n            <input type=\"text\" name=\"phone\" id=\"gitf-phone\" placeholder=\"{$gitm_phone}\" required> </label>\r\n          </p> <!-- End form text -->\r\n					<div class=\"form-group\">\r\n					{if \'en\' === $page_lang}\r\n            to get the conversation started. Thanks!\r\n        	{else}\r\n            pentru a discuta mai multe detalii sau sa stabilim o intalnire. Multumesc!\r\n        	{/if}\r\n          </div>\r\n\r\n          <!-- Submit button -->\r\n          <div class=\"form-group text-center\">\r\n              <button class=\"btn btn-primary\">{$gitm_submit} </button>\r\n          </div> <!-- ./form-group -->\r\n\r\n          <div id=\"error_container\" class=\"hide\"></div>\r\n\r\n        </form> <!-- .#get_in_touch-form -->\r\n	    </div><!-- ./get_in_touch-form -->\r\n\r\n		</div> <!-- ./get_in_touch-content -->\r\n		<!-- /Content -->\r\n\r\n	</div> <!-- ./get_in_touch-modal -->\r\n</div> <!-- ./Modal -->\r\n\r\n<script src=\"{root_url}/js/bootstrapValidator.min.js\"></script>\r\n<script>\r\n    $(document).ready(function() {\r\n        $(\'#get_in_touch-form\').bootstrapValidator({\r\n	        	container: \'#error_container\',\r\n            excluded: [\':disabled\', \':hidden\', \':not(:visible)\'],\r\n            feedbackIcons: {\r\n                valid: \'fa fa-check\',\r\n                invalid: \'fa fa-times\',\r\n                validating: \'fa fa-refresh\'\r\n            },\r\n            live: \'enabled\',\r\n        }).on(\'success.form.bv\', function(e) {\r\n          // Prevent default form submission\r\n          e.preventDefault();\r\n\r\n          var $form = $(e.target);\r\n\r\n          // Send all form data to back-end\r\n          $.ajax({\r\n              url: \'get_in_touch_progress.php\',\r\n              type: \'POST\',\r\n              data: $form.serialize(),\r\n              dataType: \'json\',\r\n              success: function(response) {\r\n                  if(response.type == \'error\')\r\n                  {\r\n                      output = response.text;\r\n                  }else{\r\n                      output = response.text; \r\n                      $form.bootstrapValidator(\'resetForm\', true);\r\n                      $(\'#get_in_touch-form\').hide();\r\n                  }\r\n                  $(\"#result\").hide().html(output).slideDown();\r\n\r\n              }\r\n          }); //ajax\r\n        }); //ON function\r\n\r\n\r\n        $(\'#get_in_touch-modal\').on(\'show.bs.modal\', function() {\r\n            $(\'#get_in_touch-form\').bootstrapValidator(\'resetForm\', true);\r\n        });\r\n    });\r\n</script>','',0,1,'2016-12-07 14:46:22','2017-03-07 22:27:41');
/*!40000 ALTER TABLE `cms_htmlblobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_htmlblobs_seq`
--

DROP TABLE IF EXISTS `cms_htmlblobs_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_htmlblobs_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_htmlblobs_seq`
--

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

--
-- Table structure for table `cms_module_careers_categories`
--

DROP TABLE IF EXISTS `cms_module_careers_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_careers_categories` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(255) DEFAULT NULL,
  `category_alias` varchar(255) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `hierarchy` varchar(255) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `hierarchy_position` varchar(255) DEFAULT NULL,
  `long_name` text DEFAULT NULL,
  `usergroup` int(11) DEFAULT NULL,
  `create_date` time DEFAULT NULL,
  `modified_date` time DEFAULT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_careers_categories`
--

LOCK TABLES `cms_module_careers_categories` WRITE;
/*!40000 ALTER TABLE `cms_module_careers_categories` DISABLE KEYS */;
INSERT INTO `cms_module_careers_categories` VALUES (1,'Marketing','',-1,'00001',1,'00001','Marketing',0,'10:03:16','10:03:16'),(2,'Design','',-1,'00002',2,'00002','Design',0,'10:03:21','10:03:21'),(3,'Sales','',-1,'00003',3,'00003','Sales',0,'10:03:27','10:03:27'),(4,'Engineering','',-1,'00004',4,'00004','Engineering',0,'10:03:33','10:03:33');
/*!40000 ALTER TABLE `cms_module_careers_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_careers_fielddef`
--

DROP TABLE IF EXISTS `cms_module_careers_fielddef`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_careers_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,
  `section` varchar(10) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `required` int(1) DEFAULT NULL,
  `editview` int(1) DEFAULT NULL,
  `filter_frontend` int(1) DEFAULT NULL,
  `filter_admin` int(1) DEFAULT NULL,
  `searchable` int(1) DEFAULT NULL,
  `extra` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`fielddef_id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_careers_fielddef`
--

LOCK TABLES `cms_module_careers_fielddef` WRITE;
/*!40000 ALTER TABLE `cms_module_careers_fielddef` DISABLE KEYS */;
INSERT INTO `cms_module_careers_fielddef` VALUES (2,'Locatie','locatie','','textbox','items',4,0,0,NULL,NULL,NULL,''),(3,'Descriere','descriere','','textarea','items',2,0,0,NULL,NULL,NULL,'wysiwyg[1]'),(4,'Meta Description','meta_desc_item','','textbox','items',5,0,0,NULL,NULL,NULL,''),(5,'Meta Keywords','meta_key_item','','textbox','items',7,0,0,NULL,NULL,NULL,''),(6,'Titlu Ro','titlu_ro','','textbox','items',1,0,0,NULL,NULL,NULL,''),(7,'Descriere RO','descriere_ro','','textarea','items',3,0,0,NULL,NULL,NULL,'wysiwyg[1]'),(8,'Meta Description RO','meta_desc_item_ro','','textbox','items',6,0,0,NULL,NULL,NULL,''),(9,'Meta Keywords RO','meta_key_item_ro','','textbox','items',8,0,0,NULL,NULL,NULL,'');
/*!40000 ALTER TABLE `cms_module_careers_fielddef` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_careers_fieldval`
--

DROP TABLE IF EXISTS `cms_module_careers_fieldval`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_careers_fieldval` (
  `item_id` int(11) NOT NULL,
  `fielddef_id` int(11) NOT NULL,
  `value` text DEFAULT NULL,
  PRIMARY KEY (`item_id`,`fielddef_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_careers_fieldval`
--

LOCK TABLES `cms_module_careers_fieldval` WRITE;
/*!40000 ALTER TABLE `cms_module_careers_fieldval` DISABLE KEYS */;
INSERT INTO `cms_module_careers_fieldval` VALUES (1,2,'Bucharest, RO'),(1,3,'<p>Our Design team crafts delightful experiences that make people’s lives easier. We\'re a close-knit, collaborative group, guided by a highly iterative design process.</p>\r\n<strong>Role Description</strong>\r\n<p>We\'re seeking a driven Product Designer to refine Dropbox’s simplicity and apply it to new, amazing, and appealing user experiences. Dropbox has a bunch of projects in the pipeline, and we have an ongoing cycle of revamping our entire experience across web, client, and mobile. There are countless UX challenges and tons of pixels for you to push. We feel like we\'re in a unique position to change the way people interact with their digital stuff. You\'ll be at the forefront of our efforts and be directly responsible for decisions that form the product. You’ll use your full range of skills from product design, interaction design, and visual design to build magical experiences. Dropbox\'s San Francisco office is filled with all the tools you need, and we\'re looking for you to join an awesome and like-minded team.</p>\r\n<strong>Responsibilities</strong>\r\n<ul>\r\n<li>You\'re actively involved in defining product strategy.</li>\r\n<li>Thinking in terms of design systems and making rational design decisions.</li>\r\n<li>You obsess over details and are excited to polish until your work is pixel-perfect.</li>\r\n<li>Constantly pushing your limits and searching for opportunities to become better.</li>\r\n<li>Your team collaboration skills are unparalleled.</li>\r\n<li>You thrive in an environment with short feedback loops.</li>\r\n</ul>\r\n<strong>Requirements</strong>\r\n<ul>\r\n<li>You\'re an experience whisperer, and you can distill complicated problems into simple and elegant solutions.</li>\r\n<li>You have a highly refined aesthetic sense and can both work within and expand the Dropbox style.</li>\r\n<li>You\'re a self-starter who actively seeks ways to make the Dropbox experience both visually appealing and</li>\r\n<li>You look for opportunities to solve problems in unusual and innovative ways.</li>\r\n<li>Experience designing for the web and understanding how to apply both form and functio</li>\r\n<li>You construct your own iconography, set your own guidelines, and build easy-to-navigate documents.</li>\r\n<li>You read everything and will paste an html heart character before your first name on the next page.</li>\r\n<li>You want to work on a team of the world\'s best software designers and engineers, building a product that you use every single day!</li>\r\n</ul>\r\n<strong>Benefits and Perks</strong>\r\n<ul>\r\n<li>Wellness Reimbursement</li>\r\n<li>Generous vacation policy</li>\r\n<li>10 company paid holidays</li>\r\n<li>Volunteer time off</li>\r\n<li>Company sponsored tech talks (technology and other relevant professional topics)</li>\r\n</ul>\r\n<p>VISMARK is an equal opportunity employer. We are a welcoming place for everyone, and we do our best to make sure people feel supported and connected at work.</p>\r\n'),(2,2,'Bucharest, RO'),(2,3,'<p>Our Design team crafts delightful experiences that make people’s lives easier. We\'re a close-knit, collaborative group, guided by a highly iterative design process.</p>\r\n<strong>Role Description</strong>\r\n<p>We\'re seeking a driven Product Designer to refine Dropbox’s simplicity and apply it to new, amazing, and appealing user experiences. Dropbox has a bunch of projects in the pipeline, and we have an ongoing cycle of revamping our entire experience across web, client, and mobile. There are countless UX challenges and tons of pixels for you to push. We feel like we\'re in a unique position to change the way people interact with their digital stuff. You\'ll be at the forefront of our efforts and be directly responsible for decisions that form the product. You’ll use your full range of skills from product design, interaction design, and visual design to build magical experiences. Dropbox\'s San Francisco office is filled with all the tools you need, and we\'re looking for you to join an awesome and like-minded team.</p>\r\n<strong>Responsibilities</strong>\r\n<ul>\r\n<li>You\'re actively involved in defining product strategy.</li>\r\n<li>Thinking in terms of design systems and making rational design decisions.</li>\r\n<li>You obsess over details and are excited to polish until your work is pixel-perfect.</li>\r\n<li>Constantly pushing your limits and searching for opportunities to become better.</li>\r\n<li>Your team collaboration skills are unparalleled.</li>\r\n<li>You thrive in an environment with short feedback loops.</li>\r\n</ul>\r\n<strong>Requirements</strong>\r\n<ul>\r\n<li>You\'re an experience whisperer, and you can distill complicated problems into simple and elegant solutions.</li>\r\n<li>You have a highly refined aesthetic sense and can both work within and expand the Dropbox style.</li>\r\n<li>You\'re a self-starter who actively seeks ways to make the Dropbox experience both visually appealing and</li>\r\n<li>You look for opportunities to solve problems in unusual and innovative ways.</li>\r\n<li>Experience designing for the web and understanding how to apply both form and functio</li>\r\n<li>You construct your own iconography, set your own guidelines, and build easy-to-navigate documents.</li>\r\n<li>You read everything and will paste an html heart character before your first name on the next page.</li>\r\n<li>You want to work on a team of the world\'s best software designers and engineers, building a product that you use every single day!</li>\r\n</ul>\r\n<strong>Benefits and Perks</strong>\r\n<ul>\r\n<li>Wellness Reimbursement</li>\r\n<li>Generous vacation policy</li>\r\n<li>10 company paid holidays</li>\r\n<li>Volunteer time off</li>\r\n<li>Company sponsored tech talks (technology and other relevant professional topics)</li>\r\n</ul>\r\n<p>VISMARK is an equal opportunity employer. We are a welcoming place for everyone, and we do our best to make sure people feel supported and connected at work.</p>\r\n'),(3,2,'Bucharest, RO'),(3,3,'<p>Our Design team crafts delightful experiences that make people’s lives easier. We\'re a close-knit, collaborative group, guided by a highly iterative design process.</p>\r\n<strong>Role Description</strong>\r\n<p>We\'re seeking a driven Product Designer to refine Dropbox’s simplicity and apply it to new, amazing, and appealing user experiences. Dropbox has a bunch of projects in the pipeline, and we have an ongoing cycle of revamping our entire experience across web, client, and mobile. There are countless UX challenges and tons of pixels for you to push. We feel like we\'re in a unique position to change the way people interact with their digital stuff. You\'ll be at the forefront of our efforts and be directly responsible for decisions that form the product. You’ll use your full range of skills from product design, interaction design, and visual design to build magical experiences. Dropbox\'s San Francisco office is filled with all the tools you need, and we\'re looking for you to join an awesome and like-minded team.</p>\r\n<strong>Responsibilities</strong>\r\n<ul>\r\n<li>You\'re actively involved in defining product strategy.</li>\r\n<li>Thinking in terms of design systems and making rational design decisions.</li>\r\n<li>You obsess over details and are excited to polish until your work is pixel-perfect.</li>\r\n<li>Constantly pushing your limits and searching for opportunities to become better.</li>\r\n<li>Your team collaboration skills are unparalleled.</li>\r\n<li>You thrive in an environment with short feedback loops.</li>\r\n</ul>\r\n<strong>Requirements</strong>\r\n<ul>\r\n<li>You\'re an experience whisperer, and you can distill complicated problems into simple and elegant solutions.</li>\r\n<li>You have a highly refined aesthetic sense and can both work within and expand the Dropbox style.</li>\r\n<li>You\'re a self-starter who actively seeks ways to make the Dropbox experience both visually appealing and</li>\r\n<li>You look for opportunities to solve problems in unusual and innovative ways.</li>\r\n<li>Experience designing for the web and understanding how to apply both form and functio</li>\r\n<li>You construct your own iconography, set your own guidelines, and build easy-to-navigate documents.</li>\r\n<li>You read everything and will paste an html heart character before your first name on the next page.</li>\r\n<li>You want to work on a team of the world\'s best software designers and engineers, building a product that you use every single day!</li>\r\n</ul>\r\n<strong>Benefits and Perks</strong>\r\n<ul>\r\n<li>Wellness Reimbursement</li>\r\n<li>Generous vacation policy</li>\r\n<li>10 company paid holidays</li>\r\n<li>Volunteer time off</li>\r\n<li>Company sponsored tech talks (technology and other relevant professional topics)</li>\r\n</ul>\r\n<p>VISMARK is an equal opportunity employer. We are a welcoming place for everyone, and we do our best to make sure people feel supported and connected at work.</p>\r\n'),(4,2,'Bucharest, RO'),(4,3,'<p>Our Design team crafts delightful experiences that make people’s lives easier. We\'re a close-knit, collaborative group, guided by a highly iterative design process.</p>\r\n<strong>Role Description</strong>\r\n<p>We\'re seeking a driven Product Designer to refine Dropbox’s simplicity and apply it to new, amazing, and appealing user experiences. Dropbox has a bunch of projects in the pipeline, and we have an ongoing cycle of revamping our entire experience across web, client, and mobile. There are countless UX challenges and tons of pixels for you to push. We feel like we\'re in a unique position to change the way people interact with their digital stuff. You\'ll be at the forefront of our efforts and be directly responsible for decisions that form the product. You’ll use your full range of skills from product design, interaction design, and visual design to build magical experiences. Dropbox\'s San Francisco office is filled with all the tools you need, and we\'re looking for you to join an awesome and like-minded team.</p>\r\n<strong>Responsibilities</strong>\r\n<ul>\r\n<li>You\'re actively involved in defining product strategy.</li>\r\n<li>Thinking in terms of design systems and making rational design decisions.</li>\r\n<li>You obsess over details and are excited to polish until your work is pixel-perfect.</li>\r\n<li>Constantly pushing your limits and searching for opportunities to become better.</li>\r\n<li>Your team collaboration skills are unparalleled.</li>\r\n<li>You thrive in an environment with short feedback loops.</li>\r\n</ul>\r\n<strong>Requirements</strong>\r\n<ul>\r\n<li>You\'re an experience whisperer, and you can distill complicated problems into simple and elegant solutions.</li>\r\n<li>You have a highly refined aesthetic sense and can both work within and expand the Dropbox style.</li>\r\n<li>You\'re a self-starter who actively seeks ways to make the Dropbox experience both visually appealing and</li>\r\n<li>You look for opportunities to solve problems in unusual and innovative ways.</li>\r\n<li>Experience designing for the web and understanding how to apply both form and functio</li>\r\n<li>You construct your own iconography, set your own guidelines, and build easy-to-navigate documents.</li>\r\n<li>You read everything and will paste an html heart character before your first name on the next page.</li>\r\n<li>You want to work on a team of the world\'s best software designers and engineers, building a product that you use every single day!</li>\r\n</ul>\r\n<strong>Benefits and Perks</strong>\r\n<ul>\r\n<li>Wellness Reimbursement</li>\r\n<li>Generous vacation policy</li>\r\n<li>10 company paid holidays</li>\r\n<li>Volunteer time off</li>\r\n<li>Company sponsored tech talks (technology and other relevant professional topics)</li>\r\n</ul>\r\n<p>VISMARK is an equal opportunity employer. We are a welcoming place for everyone, and we do our best to make sure people feel supported and connected at work.</p>\r\n'),(5,2,'San Francisco, CA'),(5,3,'<p>Our Design team crafts delightful experiences that make people’s lives easier. We\'re a close-knit, collaborative group, guided by a highly iterative design process.</p>\r\n<strong>Role Description</strong>\r\n<p>We\'re seeking a driven Product Designer to refine Dropbox’s simplicity and apply it to new, amazing, and appealing user experiences. Dropbox has a bunch of projects in the pipeline, and we have an ongoing cycle of revamping our entire experience across web, client, and mobile. There are countless UX challenges and tons of pixels for you to push. We feel like we\'re in a unique position to change the way people interact with their digital stuff. You\'ll be at the forefront of our efforts and be directly responsible for decisions that form the product. You’ll use your full range of skills from product design, interaction design, and visual design to build magical experiences. Dropbox\'s San Francisco office is filled with all the tools you need, and we\'re looking for you to join an awesome and like-minded team.</p>\r\n<strong>Responsibilities</strong>\r\n<ul>\r\n<li>You\'re actively involved in defining product strategy.</li>\r\n<li>Thinking in terms of design systems and making rational design decisions.</li>\r\n<li>You obsess over details and are excited to polish until your work is pixel-perfect.</li>\r\n<li>Constantly pushing your limits and searching for opportunities to become better.</li>\r\n<li>Your team collaboration skills are unparalleled.</li>\r\n<li>You thrive in an environment with short feedback loops.</li>\r\n</ul>\r\n<strong>Requirements</strong>\r\n<ul>\r\n<li>You\'re an experience whisperer, and you can distill complicated problems into simple and elegant solutions.</li>\r\n<li>You have a highly refined aesthetic sense and can both work within and expand the Dropbox style.</li>\r\n<li>You\'re a self-starter who actively seeks ways to make the Dropbox experience both visually appealing and</li>\r\n<li>You look for opportunities to solve problems in unusual and innovative ways.</li>\r\n<li>Experience designing for the web and understanding how to apply both form and functio</li>\r\n<li>You construct your own iconography, set your own guidelines, and build easy-to-navigate documents.</li>\r\n<li>You read everything and will paste an html heart character before your first name on the next page.</li>\r\n<li>You want to work on a team of the world\'s best software designers and engineers, building a product that you use every single day!</li>\r\n</ul>\r\n<strong>Benefits and Perks</strong>\r\n<ul>\r\n<li>Wellness Reimbursement</li>\r\n<li>Generous vacation policy</li>\r\n<li>10 company paid holidays</li>\r\n<li>Volunteer time off</li>\r\n<li>Company sponsored tech talks (technology and other relevant professional topics)</li>\r\n</ul>\r\n<p>VISMARK is an equal opportunity employer. We are a welcoming place for everyone, and we do our best to make sure people feel supported and connected at work.</p>\r\n'),(6,2,'Bucharest, RO'),(6,3,'<p>Our Design team crafts delightful experiences that make people’s lives easier. We\'re a close-knit, collaborative group, guided by a highly iterative design process.</p>\r\n<strong>Role Description</strong>\r\n<p>We\'re seeking a driven Product Designer to refine Dropbox’s simplicity and apply it to new, amazing, and appealing user experiences. Dropbox has a bunch of projects in the pipeline, and we have an ongoing cycle of revamping our entire experience across web, client, and mobile. There are countless UX challenges and tons of pixels for you to push. We feel like we\'re in a unique position to change the way people interact with their digital stuff. You\'ll be at the forefront of our efforts and be directly responsible for decisions that form the product. You’ll use your full range of skills from product design, interaction design, and visual design to build magical experiences. Dropbox\'s San Francisco office is filled with all the tools you need, and we\'re looking for you to join an awesome and like-minded team.</p>\r\n<strong>Responsibilities</strong>\r\n<ul>\r\n<li>You\'re actively involved in defining product strategy.</li>\r\n<li>Thinking in terms of design systems and making rational design decisions.</li>\r\n<li>You obsess over details and are excited to polish until your work is pixel-perfect.</li>\r\n<li>Constantly pushing your limits and searching for opportunities to become better.</li>\r\n<li>Your team collaboration skills are unparalleled.</li>\r\n<li>You thrive in an environment with short feedback loops.</li>\r\n</ul>\r\n<strong>Requirements</strong>\r\n<ul>\r\n<li>You\'re an experience whisperer, and you can distill complicated problems into simple and elegant solutions.</li>\r\n<li>You have a highly refined aesthetic sense and can both work within and expand the Dropbox style.</li>\r\n<li>You\'re a self-starter who actively seeks ways to make the Dropbox experience both visually appealing and</li>\r\n<li>You look for opportunities to solve problems in unusual and innovative ways.</li>\r\n<li>Experience designing for the web and understanding how to apply both form and functio</li>\r\n<li>You construct your own iconography, set your own guidelines, and build easy-to-navigate documents.</li>\r\n<li>You read everything and will paste an html heart character before your first name on the next page.</li>\r\n<li>You want to work on a team of the world\'s best software designers and engineers, building a product that you use every single day!</li>\r\n</ul>\r\n<strong>Benefits and Perks</strong>\r\n<ul>\r\n<li>Wellness Reimbursement</li>\r\n<li>Generous vacation policy</li>\r\n<li>10 company paid holidays</li>\r\n<li>Volunteer time off</li>\r\n<li>Company sponsored tech talks (technology and other relevant professional topics)</li>\r\n</ul>\r\n<p>VISMARK is an equal opportunity employer. We are a welcoming place for everyone, and we do our best to make sure people feel supported and connected at work.</p>\r\n'),(7,2,'Bucharest, RO'),(7,3,'<p>Our Design team crafts delightful experiences that make people’s lives easier. We\'re a close-knit, collaborative group, guided by a highly iterative design process.</p>\r\n<strong>Role Description</strong>\r\n<p>We\'re seeking a driven Product Designer to refine Dropbox’s simplicity and apply it to new, amazing, and appealing user experiences. Dropbox has a bunch of projects in the pipeline, and we have an ongoing cycle of revamping our entire experience across web, client, and mobile. There are countless UX challenges and tons of pixels for you to push. We feel like we\'re in a unique position to change the way people interact with their digital stuff. You\'ll be at the forefront of our efforts and be directly responsible for decisions that form the product. You’ll use your full range of skills from product design, interaction design, and visual design to build magical experiences. Dropbox\'s San Francisco office is filled with all the tools you need, and we\'re looking for you to join an awesome and like-minded team.</p>\r\n<strong>Responsibilities</strong>\r\n<ul>\r\n<li>You\'re actively involved in defining product strategy.</li>\r\n<li>Thinking in terms of design systems and making rational design decisions.</li>\r\n<li>You obsess over details and are excited to polish until your work is pixel-perfect.</li>\r\n<li>Constantly pushing your limits and searching for opportunities to become better.</li>\r\n<li>Your team collaboration skills are unparalleled.</li>\r\n<li>You thrive in an environment with short feedback loops.</li>\r\n</ul>\r\n<strong>Requirements</strong>\r\n<ul>\r\n<li>You\'re an experience whisperer, and you can distill complicated problems into simple and elegant solutions.</li>\r\n<li>You have a highly refined aesthetic sense and can both work within and expand the Dropbox style.</li>\r\n<li>You\'re a self-starter who actively seeks ways to make the Dropbox experience both visually appealing and</li>\r\n<li>You look for opportunities to solve problems in unusual and innovative ways.</li>\r\n<li>Experience designing for the web and understanding how to apply both form and functio</li>\r\n<li>You construct your own iconography, set your own guidelines, and build easy-to-navigate documents.</li>\r\n<li>You read everything and will paste an html heart character before your first name on the next page.</li>\r\n<li>You want to work on a team of the world\'s best software designers and engineers, building a product that you use every single day!</li>\r\n</ul>\r\n<strong>Benefits and Perks</strong>\r\n<ul>\r\n<li>Wellness Reimbursement</li>\r\n<li>Generous vacation policy</li>\r\n<li>10 company paid holidays</li>\r\n<li>Volunteer time off</li>\r\n<li>Company sponsored tech talks (technology and other relevant professional topics)</li>\r\n</ul>\r\n<p>VISMARK is an equal opportunity employer. We are a welcoming place for everyone, and we do our best to make sure people feel supported and connected at work.</p>\r\n'),(8,2,'Bucharest, RO'),(8,3,'<p>Our Design team crafts delightful experiences that make people’s lives easier. We\'re a close-knit, collaborative group, guided by a highly iterative design process.</p>\r\n<strong>Role Description</strong>\r\n<p>We\'re seeking a driven Product Designer to refine Dropbox’s simplicity and apply it to new, amazing, and appealing user experiences. Dropbox has a bunch of projects in the pipeline, and we have an ongoing cycle of revamping our entire experience across web, client, and mobile. There are countless UX challenges and tons of pixels for you to push. We feel like we\'re in a unique position to change the way people interact with their digital stuff. You\'ll be at the forefront of our efforts and be directly responsible for decisions that form the product. You’ll use your full range of skills from product design, interaction design, and visual design to build magical experiences. Dropbox\'s San Francisco office is filled with all the tools you need, and we\'re looking for you to join an awesome and like-minded team.</p>\r\n<strong>Responsibilities</strong>\r\n<ul>\r\n<li>You\'re actively involved in defining product strategy.</li>\r\n<li>Thinking in terms of design systems and making rational design decisions.</li>\r\n<li>You obsess over details and are excited to polish until your work is pixel-perfect.</li>\r\n<li>Constantly pushing your limits and searching for opportunities to become better.</li>\r\n<li>Your team collaboration skills are unparalleled.</li>\r\n<li>You thrive in an environment with short feedback loops.</li>\r\n</ul>\r\n<strong>Requirements</strong>\r\n<ul>\r\n<li>You\'re an experience whisperer, and you can distill complicated problems into simple and elegant solutions.</li>\r\n<li>You have a highly refined aesthetic sense and can both work within and expand the Dropbox style.</li>\r\n<li>You\'re a self-starter who actively seeks ways to make the Dropbox experience both visually appealing and</li>\r\n<li>You look for opportunities to solve problems in unusual and innovative ways.</li>\r\n<li>Experience designing for the web and understanding how to apply both form and functio</li>\r\n<li>You construct your own iconography, set your own guidelines, and build easy-to-navigate documents.</li>\r\n<li>You read everything and will paste an html heart character before your first name on the next page.</li>\r\n<li>You want to work on a team of the world\'s best software designers and engineers, building a product that you use every single day!</li>\r\n</ul>\r\n<strong>Benefits and Perks</strong>\r\n<ul>\r\n<li>Wellness Reimbursement</li>\r\n<li>Generous vacation policy</li>\r\n<li>10 company paid holidays</li>\r\n<li>Volunteer time off</li>\r\n<li>Company sponsored tech talks (technology and other relevant professional topics)</li>\r\n</ul>\r\n<p>VISMARK is an equal opportunity employer. We are a welcoming place for everyone, and we do our best to make sure people feel supported and connected at work.</p>\r\n'),(9,2,'Bucharest, RO'),(9,3,'<p>Our Design team crafts delightful experiences that make people’s lives easier. We\'re a close-knit, collaborative group, guided by a highly iterative design process.</p>\r\n<strong>Role Description</strong>\r\n<p>We\'re seeking a driven Product Designer to refine Dropbox’s simplicity and apply it to new, amazing, and appealing user experiences. Dropbox has a bunch of projects in the pipeline, and we have an ongoing cycle of revamping our entire experience across web, client, and mobile. There are countless UX challenges and tons of pixels for you to push. We feel like we\'re in a unique position to change the way people interact with their digital stuff. You\'ll be at the forefront of our efforts and be directly responsible for decisions that form the product. You’ll use your full range of skills from product design, interaction design, and visual design to build magical experiences. Dropbox\'s San Francisco office is filled with all the tools you need, and we\'re looking for you to join an awesome and like-minded team.</p>\r\n<strong>Responsibilities</strong>\r\n<ul>\r\n<li>You\'re actively involved in defining product strategy.</li>\r\n<li>Thinking in terms of design systems and making rational design decisions.</li>\r\n<li>You obsess over details and are excited to polish until your work is pixel-perfect.</li>\r\n<li>Constantly pushing your limits and searching for opportunities to become better.</li>\r\n<li>Your team collaboration skills are unparalleled.</li>\r\n<li>You thrive in an environment with short feedback loops.</li>\r\n</ul>\r\n<strong>Requirements</strong>\r\n<ul>\r\n<li>You\'re an experience whisperer, and you can distill complicated problems into simple and elegant solutions.</li>\r\n<li>You have a highly refined aesthetic sense and can both work within and expand the Dropbox style.</li>\r\n<li>You\'re a self-starter who actively seeks ways to make the Dropbox experience both visually appealing and</li>\r\n<li>You look for opportunities to solve problems in unusual and innovative ways.</li>\r\n<li>Experience designing for the web and understanding how to apply both form and functio</li>\r\n<li>You construct your own iconography, set your own guidelines, and build easy-to-navigate documents.</li>\r\n<li>You read everything and will paste an html heart character before your first name on the next page.</li>\r\n<li>You want to work on a team of the world\'s best software designers and engineers, building a product that you use every single day!</li>\r\n</ul>\r\n<strong>Benefits and Perks</strong>\r\n<ul>\r\n<li>Wellness Reimbursement</li>\r\n<li>Generous vacation policy</li>\r\n<li>10 company paid holidays</li>\r\n<li>Volunteer time off</li>\r\n<li>Company sponsored tech talks (technology and other relevant professional topics)</li>\r\n</ul>\r\n<p>VISMARK is an equal opportunity employer. We are a welcoming place for everyone, and we do our best to make sure people feel supported and connected at work.</p>'),(10,2,'Bucharest, RO'),(10,3,'<p>Our Design team crafts delightful experiences that make people’s lives easier. We\'re a close-knit, collaborative group, guided by a highly iterative design process.</p>\r\n<strong>Role Description</strong>\r\n<p>We\'re seeking a driven Product Designer to refine Dropbox’s simplicity and apply it to new, amazing, and appealing user experiences. Dropbox has a bunch of projects in the pipeline, and we have an ongoing cycle of revamping our entire experience across web, client, and mobile. There are countless UX challenges and tons of pixels for you to push. We feel like we\'re in a unique position to change the way people interact with their digital stuff. You\'ll be at the forefront of our efforts and be directly responsible for decisions that form the product. You’ll use your full range of skills from product design, interaction design, and visual design to build magical experiences. Dropbox\'s San Francisco office is filled with all the tools you need, and we\'re looking for you to join an awesome and like-minded team.</p>\r\n<strong>Responsibilities</strong>\r\n<ul>\r\n<li>You\'re actively involved in defining product strategy.</li>\r\n<li>Thinking in terms of design systems and making rational design decisions.</li>\r\n<li>You obsess over details and are excited to polish until your work is pixel-perfect.</li>\r\n<li>Constantly pushing your limits and searching for opportunities to become better.</li>\r\n<li>Your team collaboration skills are unparalleled.</li>\r\n<li>You thrive in an environment with short feedback loops.</li>\r\n</ul>\r\n<strong>Requirements</strong>\r\n<ul>\r\n<li>You\'re an experience whisperer, and you can distill complicated problems into simple and elegant solutions.</li>\r\n<li>You have a highly refined aesthetic sense and can both work within and expand the Dropbox style.</li>\r\n<li>You\'re a self-starter who actively seeks ways to make the Dropbox experience both visually appealing and</li>\r\n<li>You look for opportunities to solve problems in unusual and innovative ways.</li>\r\n<li>Experience designing for the web and understanding how to apply both form and functio</li>\r\n<li>You construct your own iconography, set your own guidelines, and build easy-to-navigate documents.</li>\r\n<li>You read everything and will paste an html heart character before your first name on the next page.</li>\r\n<li>You want to work on a team of the world\'s best software designers and engineers, building a product that you use every single day!</li>\r\n</ul>\r\n<strong>Benefits and Perks</strong>\r\n<ul>\r\n<li>Wellness Reimbursement</li>\r\n<li>Generous vacation policy</li>\r\n<li>10 company paid holidays</li>\r\n<li>Volunteer time off</li>\r\n<li>Company sponsored tech talks (technology and other relevant professional topics)</li>\r\n</ul>\r\n<p>VISMARK is an equal opportunity employer. We are a welcoming place for everyone, and we do our best to make sure people feel supported and connected at work.</p>\r\n');
/*!40000 ALTER TABLE `cms_module_careers_fieldval` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_careers_images`
--

DROP TABLE IF EXISTS `cms_module_careers_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_careers_images` (
  `image_id` int(10) NOT NULL AUTO_INCREMENT,
  `item_id` int(10) DEFAULT NULL,
  `filename` varchar(255) DEFAULT NULL,
  `position` int(10) DEFAULT NULL,
  PRIMARY KEY (`image_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_careers_images`
--

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

--
-- Table structure for table `cms_module_careers_item`
--

DROP TABLE IF EXISTS `cms_module_careers_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_careers_item` (
  `item_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_id` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `recursive` varchar(50) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `active` int(1) DEFAULT NULL,
  `item_date` datetime DEFAULT NULL,
  `item_date_end` datetime DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`item_id`),
  KEY `cms_careers_url` (`url`),
  KEY `cms_careers_category_id` (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_careers_item`
--

LOCK TABLES `cms_module_careers_item` WRITE;
/*!40000 ALTER TABLE `cms_module_careers_item` DISABLE KEYS */;
INSERT INTO `cms_module_careers_item` VALUES (1,4,'Web Developer','web-developer','','',1,1,'2016-11-29 10:04:59','1970-01-01 02:00:00','2016-11-29 10:04:59','2016-11-29 10:04:59'),(2,2,'Product Designer','product-designer','','',2,1,'2016-11-29 10:08:26','1970-01-01 02:00:00','2016-11-29 10:08:27','2016-11-29 10:08:27'),(3,1,'Copywriter','copywriter','','',3,1,'2016-11-29 10:08:59','1970-01-01 02:00:00','2016-11-29 10:08:59','2016-11-29 10:08:59'),(4,1,'Product Marketing Lead','product-marketing-lead','','',4,1,'2016-11-29 10:09:02','1970-01-01 02:00:00','2016-11-29 10:09:02','2016-11-29 10:09:02'),(5,1,'Product Marketing Manager','product-marketing-manager','','',5,1,'2016-11-29 10:09:05','1970-01-01 02:00:00','2016-11-29 10:09:05','2016-11-29 10:09:05'),(6,2,'Brand Illustrator','brand-illustrator','','',6,1,'2016-11-29 10:09:07','1970-01-01 02:00:00','2016-11-29 10:09:07','2016-11-29 10:09:07'),(7,3,'Deal Desk Strategy Analyst','deal-desk-strategy-analyst','','',7,1,'2016-11-29 10:09:17','1970-01-01 02:00:00','2016-11-29 10:09:17','2016-11-29 10:09:17'),(8,3,'Distribution Manager','distribution-manager','','',8,1,'2016-11-29 10:09:19','1970-01-01 02:00:00','2016-11-29 10:09:19','2016-11-29 10:09:19'),(9,4,'Software Engineer - UI','engineering-software-engineer-ui','','',9,1,'2016-11-29 10:09:21','1970-01-01 02:00:00','2016-11-29 10:09:21','2016-11-29 10:09:21'),(10,3,'Business Dev. Representative','business-dev-representative','','',10,1,'2016-11-29 10:10:15','1970-01-01 02:00:00','2016-11-29 10:10:15','2016-11-29 10:10:15');
/*!40000 ALTER TABLE `cms_module_careers_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_cgcontentutils`
--

DROP TABLE IF EXISTS `cms_module_cgcontentutils`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_cgcontentutils` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(80) DEFAULT NULL,
  `prompt` varchar(80) DEFAULT NULL,
  `value` text DEFAULT NULL,
  `type` varchar(40) DEFAULT NULL,
  `attribs` text DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_cgcontentutils`
--

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

--
-- Table structure for table `cms_module_cge_assocdata`
--

DROP TABLE IF EXISTS `cms_module_cge_assocdata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_cge_assocdata`
--

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

--
-- Table structure for table `cms_module_cge_countries`
--

DROP TABLE IF EXISTS `cms_module_cge_countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_cge_countries` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(2) NOT NULL,
  `name` varchar(50) DEFAULT NULL,
  `sorting` int(11) DEFAULT 0,
  PRIMARY KEY (`id`,`code`)
) ENGINE=MyISAM AUTO_INCREMENT=239 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_cge_countries`
--

LOCK TABLES `cms_module_cge_countries` WRITE;
/*!40000 ALTER TABLE `cms_module_cge_countries` DISABLE KEYS */;
INSERT INTO `cms_module_cge_countries` VALUES (1,'AF','Afghanistan',1),(2,'AL','Albania',2),(3,'DZ','Algeria',3),(4,'AS','American Samoa',4),(5,'AD','Andorra',5),(6,'AO','Angola',6),(7,'AI','Anguilla',7),(8,'AQ','Antarctica',8),(9,'AG','Antigua And Barbuda',9),(10,'AR','Argentina',10),(11,'AM','Armenia',11),(12,'AW','Aruba',12),(13,'AU','Australia',13),(14,'AT','Austria',14),(15,'AZ','Azerbaijan',15),(16,'BS','Bahamas',16),(17,'BH','Bahrain',17),(18,'BD','Bangladesh',18),(19,'BB','Barbados',19),(20,'BY','Belarus',20),(21,'BE','Belgium',21),(22,'BZ','Belize',22),(23,'BJ','Benin',23),(24,'BM','Bermuda',24),(25,'BT','Bhutan',25),(26,'BO','Bolivia',26),(27,'BA','Bosnia And Herzegowina',27),(28,'BW','Botswana',28),(29,'BV','Bouvet Island',29),(30,'BR','Brazil',30),(31,'IO','British Indian Ocean Territory',31),(32,'BN','Brunei Darussalam',32),(33,'BG','Bulgaria',33),(34,'BF','Burkina Faso',34),(35,'BI','Burundi',35),(36,'KH','Cambodia',36),(37,'CM','Cameroon',37),(38,'CA','Canada',38),(39,'CV','Cape Verde',39),(40,'KY','Cayman Islands',40),(41,'CF','Central African Republic',41),(42,'TD','Chad',42),(43,'CL','Chile',43),(44,'CN','China',44),(45,'CX','Christmas Island',45),(46,'CC','Cocos (Keeling) Islands',46),(47,'CO','Colombia',47),(48,'KM','Comoros',48),(49,'CG','Congo',49),(50,'CK','Cook Islands',50),(51,'CR','Costa Rica',51),(52,'CI','Cote D\'Ivoire',52),(53,'HR','Croatia (Local Name: Hrvatska)',53),(54,'CU','Cuba',54),(55,'CY','Cyprus',55),(56,'CZ','Czech Republic',56),(57,'DK','Denmark',57),(58,'DJ','Djibouti',58),(59,'DM','Dominica',59),(60,'DO','Dominican Republic',60),(61,'TP','East Timor',61),(62,'EC','Ecuador',62),(63,'EG','Egypt',63),(64,'SV','El Salvador',64),(65,'GQ','Equatorial Guinea',65),(66,'ER','Eritrea',66),(67,'EE','Estonia',67),(68,'ET','Ethiopia',68),(69,'FK','Falkland Islands (Malvinas)',69),(70,'FO','Faroe Islands',70),(71,'FJ','Fiji',71),(72,'FI','Finland',72),(73,'FR','France',73),(74,'GF','French Guiana',74),(75,'PF','French Polynesia',75),(76,'TF','French Southern Territories',76),(77,'GA','Gabon',77),(78,'GM','Gambia',78),(79,'GE','Georgia',79),(80,'DE','Germany',80),(81,'GH','Ghana',81),(82,'GI','Gibraltar',82),(83,'GR','Greece',83),(84,'GL','Greenland',84),(85,'GD','Grenada',85),(86,'GP','Guadeloupe',86),(87,'GU','Guam',87),(88,'GT','Guatemala',88),(89,'GN','Guinea',89),(90,'GW','Guinea-Bissau',90),(91,'GY','Guyana',91),(92,'HT','Haiti',92),(93,'HM','Heard And Mc Donald Islands',93),(94,'VA','Holy See (Vatican City State)',94),(95,'HN','Honduras',95),(96,'HK','Hong Kong',96),(97,'HU','Hungary',97),(98,'IS','Icel And',98),(99,'IN','India',99),(100,'ID','Indonesia',100),(101,'IR','Iran (Islamic Republic Of)',101),(102,'IQ','Iraq',102),(103,'IE','Ireland',103),(104,'IL','Israel',104),(105,'IT','Italy',105),(106,'JM','Jamaica',106),(107,'JP','Japan',107),(108,'JO','Jordan',108),(109,'KZ','Kazakhstan',109),(110,'KE','Kenya',110),(111,'KI','Kiribati',111),(112,'KP','Korea',112),(113,'KR','Korea',113),(114,'KW','Kuwait',114),(115,'KG','Kyrgyzstan',115),(116,'LA','Lao People\'S Dem Republic',116),(117,'LV','Latvia',117),(118,'LB','Lebanon',118),(119,'LS','Lesotho',119),(120,'LR','Liberia',120),(121,'LY','Libyan Arab Jamahiriya',121),(122,'LI','Liechtenstein',122),(123,'LT','Lithuania',123),(124,'LU','Luxembourg',124),(125,'MO','Macau',125),(126,'MK','Macedonia',126),(127,'MG','Madagascar',127),(128,'MW','Malawi',128),(129,'MY','Malaysia',129),(130,'MV','Maldives',130),(131,'ML','Mali',131),(132,'MT','Malta',132),(133,'MH','Marshall Islands',133),(134,'MQ','Martinique',134),(135,'MR','Mauritania',135),(136,'MU','Mauritius',136),(137,'YT','Mayotte',137),(138,'MX','Mexico',138),(139,'FM','Micronesia',139),(140,'MD','Moldova',140),(141,'MC','Monaco',141),(142,'MN','Mongolia',142),(143,'MS','Montserrat',143),(144,'MA','Morocco',144),(145,'MZ','Mozambique',145),(146,'MM','Myanmar',146),(147,'NA','Namibia',147),(148,'NR','Nauru',148),(149,'NP','Nepal',149),(150,'NL','Netherlands',150),(151,'AN','Netherlands Ant Illes',151),(152,'NC','New Caledonia',152),(153,'NZ','New Zealand',153),(154,'NI','Nicaragua',154),(155,'NE','Niger',155),(156,'NG','Nigeria',156),(157,'NU','Niue',157),(158,'NF','Norfolk Island',158),(159,'MP','Northern Mariana Islands',159),(160,'NO','Norway',160),(161,'OM','Oman',161),(162,'PK','Pakistan',162),(163,'PW','Palau',163),(164,'PA','Panama',164),(165,'PG','Papua New Guinea',165),(166,'PY','Paraguay',166),(167,'PE','Peru',167),(168,'PH','Philippines',168),(169,'PN','Pitcairn',169),(170,'PL','Poland',170),(171,'PT','Portugal',171),(172,'PR','Puerto Rico',172),(173,'QA','Qatar',173),(174,'RE','Reunion',174),(175,'RO','Romania',175),(176,'RU','Russian Federation',176),(177,'RW','Rwanda',177),(178,'KN','Saint K Itts And Nevis',178),(179,'LC','Saint Lucia',179),(180,'VC','Saint Vincent',180),(181,'WS','Samoa',181),(182,'SM','San Marino',182),(183,'ST','Sao Tome And Principe',183),(184,'SA','Saudi Arabia',184),(185,'SN','Senegal',185),(186,'SC','Seychelles',186),(187,'SL','Sierra Leone',187),(188,'SG','Singapore',188),(189,'SK','Slovakia (Slovak Republic)',189),(190,'SI','Slovenia',190),(191,'SB','Solomon Islands',191),(192,'SO','Somalia',192),(193,'ZA','South Africa',193),(194,'GS','South Georgia',194),(195,'ES','Spain',195),(196,'LK','Sri Lanka',196),(197,'SH','St. Helena',197),(198,'PM','St. Pierre And Miquelon',198),(199,'SD','Sudan',199),(200,'SR','Suriname',200),(201,'SJ','Svalbard',201),(202,'SZ','Sw Aziland',202),(203,'SE','Sweden',203),(204,'CH','Switzerland',204),(205,'SY','Syrian Arab Republic',205),(206,'TW','Taiwan',206),(207,'TJ','Tajikistan',207),(208,'TZ','Tanzania',208),(209,'TH','Thailand',209),(210,'TG','Togo',210),(211,'TK','Tokelau',211),(212,'TO','Tonga',212),(213,'TT','Trinidad And Tobago',213),(214,'TN','Tunisia',214),(215,'TR','Turkey',215),(216,'TM','Turkmenistan',216),(217,'TC','Turks And Caicos Islands',217),(218,'TV','Tuvalu',218),(219,'UG','Uganda',219),(220,'UA','Ukraine',220),(221,'AE','United Arab Emirates',221),(222,'GB','United Kingdom',222),(223,'US','United States',223),(224,'UM','United States Minor Is.',224),(225,'UY','Uruguay',225),(226,'UZ','Uzbekistan',226),(227,'VU','Vanuatu',227),(228,'VE','Venezuela',228),(229,'VN','Viet Nam',229),(230,'VG','Virgin Islands (British)',230),(231,'VI','Virgin Islands (U.S.)',231),(232,'WF','Wallis And Futuna Islands',232),(233,'EH','Western Sahara',233),(234,'YE','Yemen',234),(235,'YU','Yugoslavia',235),(236,'ZR','Zaire',236),(237,'ZM','Zambia',237),(238,'ZW','Zimbabwe',238);
/*!40000 ALTER TABLE `cms_module_cge_countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_cge_states`
--

DROP TABLE IF EXISTS `cms_module_cge_states`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_cge_states` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(2) NOT NULL,
  `name` varchar(50) DEFAULT NULL,
  `sorting` int(11) DEFAULT 0,
  PRIMARY KEY (`id`,`code`)
) ENGINE=MyISAM AUTO_INCREMENT=73 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_cge_states`
--

LOCK TABLES `cms_module_cge_states` WRITE;
/*!40000 ALTER TABLE `cms_module_cge_states` DISABLE KEYS */;
INSERT INTO `cms_module_cge_states` VALUES (1,'AL','Alabama',1),(2,'AK','Alaska',2),(3,'AS','American Samoa',3),(4,'AZ','Arizona',4),(5,'AR','Arkansas',5),(6,'CA','California',6),(7,'CO','Colorado',7),(8,'CT','Connecticut',8),(9,'DE','Delaware',9),(10,'DC','District of Columbia',10),(11,'FM','Fed. States of Micronesia',11),(12,'FL','Florida',12),(13,'GA','Georgia',13),(14,'GU','Guam',14),(15,'HI','Hawaii',15),(16,'ID','Idaho',16),(17,'IL','Illinois',17),(18,'IN','Indiana',18),(19,'IA','Iowa',19),(20,'KS','Kansas',20),(21,'KY','Kentucky',21),(22,'LA','Louisiana',22),(23,'ME','Maine',23),(24,'MH','Marshall Islands',24),(25,'MD','Maryland',25),(26,'MA','Massachusetts',26),(27,'MI','Michigan',27),(28,'MN','Minnesota',28),(29,'MS','Mississippi',29),(30,'MO','Missouri',30),(31,'MT','Montana',31),(32,'NE','Nebraska',32),(33,'NV','Nevada',33),(34,'NH','New Hampshire',34),(35,'NJ','New Jersey',35),(36,'NM','New Mexico',36),(37,'NY','New York',37),(38,'NC','North Carolina',38),(39,'ND','North Dakota',39),(40,'MP','Northern Mariana Is.',40),(41,'OH','Ohio',41),(42,'OK','Oklahoma',42),(43,'OR','Oregon',43),(44,'PW','Palau',44),(45,'PA','Pennsylvania',45),(46,'PR','Puerto Rico',46),(47,'RI','Rhode Island',47),(48,'SC','South Carolina',48),(49,'SD','South Dakota',49),(50,'TN','Tennessee',50),(51,'TX','Texas',51),(52,'UT','Utah',52),(53,'VT','Vermont',53),(54,'VA','Virginia',54),(55,'VI','Virgin Islands',55),(56,'WA','Washington',56),(57,'WV','West Virginia',57),(58,'WI','Wisconsin',58),(59,'WY','Wyoming',59),(60,'AB','Alberta',60),(61,'BC','British Columbia',61),(62,'MB','Manitoba',62),(63,'NB','New Brunswick',63),(64,'NU','Nunavut',64),(65,'NL','Newfoundland',65),(66,'NT','Northwest Territories',66),(67,'NS','Nova Scotia',67),(68,'ON','Ontario',68),(69,'PE','Prince Edward Island',69),(70,'QC','Quebec',70),(71,'SK','Saskatchewan',71),(72,'YT','Yukon',72);
/*!40000 ALTER TABLE `cms_module_cge_states` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_deps`
--

DROP TABLE IF EXISTS `cms_module_deps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_deps`
--

LOCK TABLES `cms_module_deps` WRITE;
/*!40000 ALTER TABLE `cms_module_deps` DISABLE KEYS */;
INSERT INTO `cms_module_deps` VALUES ('FileManager','MicroTiny','1.4.2','2016-07-06 10:27:44','2016-07-06 10:27:44'),('CGExtensions','JQueryTools','1.46.3','2016-07-06 10:39:18','2016-07-06 10:39:18'),('CGExtensions','ExtendedTools','1.26','2016-07-06 10:34:42','2016-07-06 10:34:42'),('CGExtensions','CGContentUtils','1.46.3','2016-07-06 10:40:17','2016-07-06 10:40:17'),('CGSimpleSmarty','CGContentUtils','1.8','2016-07-06 10:40:17','2016-07-06 10:40:17'),('CGExtensions','CGSmartImage','1.47','2016-07-06 10:40:38','2016-07-06 10:40:38'),('CGSmartImage','ModuleGenerator','1.9.5','2017-01-30 17:18:57','2017-01-30 17:18:57'),('ExtendedTools','ModuleGenerator','1.3.3','2017-01-30 17:18:57','2017-01-30 17:18:57'),('CGExtensions','ModuleGenerator','1.31','2017-01-30 17:18:57','2017-01-30 17:18:57'),('CGSmartImage','SlideShow','1.9.5','2017-01-30 17:05:48','2017-01-30 17:05:48'),('ExtendedTools','SlideShow','1.3.3','2017-01-30 17:05:48','2017-01-30 17:05:48'),('CGExtensions','SlideShow','1.31','2017-01-30 17:05:48','2017-01-30 17:05:48'),('CGSmartImage','Portfolio','1.9.5','2016-11-28 16:05:55','2016-11-28 16:05:55'),('ExtendedTools','Portfolio','1.3.3','2016-11-28 16:05:55','2016-11-28 16:05:55'),('CGExtensions','Portfolio','1.31','2016-11-28 16:05:55','2016-11-28 16:05:55'),('CGExtensions','Parteneri','1.31','2016-11-28 15:39:50','2016-11-28 15:39:50'),('ExtendedTools','Parteneri','1.3.3','2016-11-28 15:39:50','2016-11-28 15:39:50'),('CGSmartImage','Parteneri','1.9.5','2016-11-28 15:39:50','2016-11-28 15:39:50'),('CGExtensions','Testimoniale','1.31','2016-11-28 16:22:27','2016-11-28 16:22:27'),('ExtendedTools','Testimoniale','1.3.3','2016-11-28 16:22:27','2016-11-28 16:22:27'),('CGSmartImage','Testimoniale','1.9.5','2016-11-28 16:22:27','2016-11-28 16:22:27'),('CGExtensions','Careers','1.31','2016-11-29 09:58:05','2016-11-29 09:58:05'),('ExtendedTools','Careers','1.3.3','2016-11-29 09:58:05','2016-11-29 09:58:05'),('CGSmartImage','Careers','1.9.5','2016-11-29 09:58:05','2016-11-29 09:58:05'),('CGExtensions','FaQ','1.31','2016-11-30 12:03:22','2016-11-30 12:03:22'),('ExtendedTools','FaQ','1.3.3','2016-11-30 12:03:22','2016-11-30 12:03:22'),('CGSmartImage','FaQ','1.9.5','2016-11-30 12:03:22','2016-11-30 12:03:22');
/*!40000 ALTER TABLE `cms_module_deps` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_faq_categories`
--

DROP TABLE IF EXISTS `cms_module_faq_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_faq_categories` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(255) DEFAULT NULL,
  `category_alias` varchar(255) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `hierarchy` varchar(255) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `hierarchy_position` varchar(255) DEFAULT NULL,
  `long_name` text DEFAULT NULL,
  `usergroup` int(11) DEFAULT NULL,
  `create_date` time DEFAULT NULL,
  `modified_date` time DEFAULT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_faq_categories`
--

LOCK TABLES `cms_module_faq_categories` WRITE;
/*!40000 ALTER TABLE `cms_module_faq_categories` DISABLE KEYS */;
INSERT INTO `cms_module_faq_categories` VALUES (1,'General','general',-1,'00001',1,'00001','General',0,'12:08:23','16:46:32'),(2,'VISMARK<sup>®</sup> App','vismark-app',-1,'00002',2,'00002','VISMARK<sup>®</sup> App',0,'12:08:33','16:46:47'),(3,'Projects & Services','projects-and-services',-1,'00003',3,'00003','Projects & Services',0,'12:08:45','16:47:08'),(4,'Invoices & Payments','invoices-and-payments',-1,'00004',4,'00004','Invoices & Payments',0,'12:09:01','13:57:34'),(5,'Legal & Guidelines','legal-and-guidelines',-1,'00005',5,'00005','Legal & Guidelines',0,'12:09:13','16:48:43'),(6,'Talent & Jobs','talent-and-jobs',-1,'00006',6,'00006','Talent & Jobs',0,'12:09:24','16:49:09');
/*!40000 ALTER TABLE `cms_module_faq_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_faq_fielddef`
--

DROP TABLE IF EXISTS `cms_module_faq_fielddef`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_faq_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,
  `section` varchar(10) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `required` int(1) DEFAULT NULL,
  `editview` int(1) DEFAULT NULL,
  `filter_frontend` int(1) DEFAULT NULL,
  `filter_admin` int(1) DEFAULT NULL,
  `searchable` int(1) DEFAULT NULL,
  `extra` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`fielddef_id`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_faq_fielddef`
--

LOCK TABLES `cms_module_faq_fielddef` WRITE;
/*!40000 ALTER TABLE `cms_module_faq_fielddef` DISABLE KEYS */;
INSERT INTO `cms_module_faq_fielddef` VALUES (1,'Content','content','','textarea','items',2,1,0,NULL,0,1,'wysiwyg[1] '),(2,'Titlu Ro','titlu_ro','','textbox','categories',2,1,0,NULL,NULL,NULL,''),(3,'Content_RO','content_ro','','textarea','items',3,1,0,NULL,0,NULL,'wysiwyg[1]'),(4,'Intrebare Ro','intrebare_ro','','textbox','items',1,1,0,NULL,0,NULL,''),(5,'Meta Description','meta_desc_item','','textbox','items',4,0,0,NULL,0,NULL,''),(6,'Meta Keywords','meta_key_item','','textbox','items',5,0,0,NULL,0,NULL,''),(7,'Meta Description for Category','meta_desc_cat','','textbox','categories',6,0,0,NULL,NULL,NULL,''),(8,'Meta Keywords for Category','meta_key_cat','','textbox','categories',7,0,0,NULL,NULL,NULL,''),(9,'Meta Description RO','meta_desc_item_ro','','textbox','items',8,0,0,NULL,0,NULL,''),(10,'Meta Keywords RO','meta_key_item_ro','','textbox','items',9,0,0,NULL,0,NULL,''),(11,'Meta Description for Category RO','meta_desc_cat_ro','','textbox','categories',10,0,0,NULL,NULL,NULL,''),(12,'Meta Keywords for Category RO','meta_key_cat_ro','','textbox','categories',11,0,0,NULL,NULL,NULL,'');
/*!40000 ALTER TABLE `cms_module_faq_fielddef` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_faq_fieldval`
--

DROP TABLE IF EXISTS `cms_module_faq_fieldval`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_faq_fieldval` (
  `item_id` int(11) NOT NULL,
  `fielddef_id` int(11) NOT NULL,
  `value` text DEFAULT NULL,
  PRIMARY KEY (`item_id`,`fielddef_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_faq_fieldval`
--

LOCK TABLES `cms_module_faq_fieldval` WRITE;
/*!40000 ALTER TABLE `cms_module_faq_fieldval` DISABLE KEYS */;
INSERT INTO `cms_module_faq_fieldval` VALUES (1,1,'<p>VISMARK® is a Romanian based design and visual communications agency. VISMARK® offers graphic design services to companies that are looking to create or improve their visual identity or any graphic materials for promoting their company, products and services, especially on a regular basics.</p>\r\n<p> VISMARK® is also an outsourced graphic department for companies who need visual designs and for advertising agencies that have multiple projects.</p>\r\n<p> </p>'),(2,1,'<p>Definitely! Our team is consists of account managers, art directors. Our designers have different expertise, like: brand design, commercial design, illustrate, 3D art, user interface and user experience design, graphic design, motion design and so on.</p>\r\n<p>We`re ready. Let`s work together! <a title=\"Let`s work together! \" href=\"en/contact\">Contact us here</a></p>\r\n<p> </p>'),(3,1,'<p>Call us at +4 021 367 33 94 or send us an email at hello@vismark.eu and see if we are a fit. We’ll listen to your needs and tell you what your options are. We can put things in perspective and offer solutions that you may not have even considered. We are problem solvers and brand creators. Let us create the consistency that’s currently missing in your visual communication.</p>\r\n<p> </p>'),(4,1,'<p>- An entire design team working on your projects</p>\r\n<p>- Integrated platform</p>\r\n<p>- Easy way to outsource graphic design materials</p>\r\n<p>- Unlimited number of feedbacks</p>\r\n<p>- No counted hours</p>\r\n<p> </p>'),(5,1,'<p>Our apologies, but we do not work with companies dealing in harmful, unlawful, adult, or questionable material.</p>\r\n<p> </p>'),(6,1,'<p>Absolutely! If you have any quick question, please give us a call on +4 021 367 33 94, or send us an email at <a href=\"mailto:hello@vismark.eu\">hello@vismark.eu</a> . If you\'d like to have a longer chat, we can schedule a meeting at our office (Bucharest, Romania) or via Skype.</p>\r\n<p> </p>'),(7,1,'<p>Although we are located in Bucharest, Romania, we have worked with individuals, advertising agencies and companies from all over the world. Some of our long term clients we haven`t even met in person, many of our meetings took place over the phone or through Skype. Our clients are from all over Europe, but also Asia and Northern America.</p>\r\n<p>Want to work together? <a title=\"Let`s work together! \" href=\"en/contact\">Contact us here</a></p>\r\n<p> </p>\r\n<p> </p>'),(8,1,'<p>We can connect by email, phone and Skype, or in person if you live locally, at 44 Mircea Voda Boulevard, Building M17, Floor 3, Sector 3, Bucharest, Romania.</p>\r\n<p> </p>'),(9,1,'<p>VISMARK® has experience working with lots of different types and sizes of businesses and organizations. Some of the businesses our company has worked with include: law firms, medical, aerial, tourism, retail, nonprofits, restaurants, mechanical, industrial and much more!</p>\r\n<p> <a href=\"en/work\" target=\"_blank\">See our portfolio by industry here.</a></p>\r\n<p> </p>'),(10,1,'<p>We’ve got plenty of examples of our graphic design work on our website: <a href=\"http://www.vismark.eu/work\">www.vismark.eu/work</a> . But, if you’d like to see some more (including some designs we can’t display on VISMARK® website), please just <a href=\"en/contact\">contact us.</a></p>\r\n<p> </p>'),(11,1,'<p>If you have a privacy question or concern, please email us at <a href=\"mailto:hello@vismark.eu\">hello@vismark.eu</a>, or call us at <strong>+4 021 367 33 94.</strong></p>\r\n<p> </p>\r\n<p> </p>'),(12,1,'<p>VISMARK®App is our internal app. The account creation is free for our clients, and we pursue to establish a comprehensive service experience for them.</p>\r\n<p>Are you our customer? <a href=\"ro/contacteaza-ne\" target=\"_blank\">Click here to log in.</a></p>\r\n<p> </p>\r\n<p> </p>'),(13,1,'<p>VISMARK®App includes features that helps you to:</p>\r\n<ul>\r\n<li>\r\n<p><strong>- place orders</strong> quick and easy, and create new projects</p>\r\n</li>\r\n<li>\r\n<p><strong>- upload files</strong>, write a brief on every new project and choose deadlines</p>\r\n</li>\r\n<li>\r\n<p><strong>- give feedbacks directly on design</strong></p>\r\n</li>\r\n<li>\r\n<p><strong>- search and sort</strong> the projects and previews easy</p>\r\n</li>\r\n<li>\r\n<p><strong>- open a chat conversation</strong> in every open project, with no information wasted</p>\r\n</li>\r\n<li>\r\n<p><strong>- pin a task</strong> and describe what you want to be adjusted, you can edit it, give replies or delete it</p>\r\n</li>\r\n<li>\r\n<p><strong>- stretch with your project</strong>, because it will be <strong>no counted hours</strong></p>\r\n</li>\r\n<li>\r\n<p><strong>- change and modify the draft</strong> until it`s right for you, for free</p>\r\n</li>\r\n<li>\r\n<p><strong>- view the history</strong> of your activity, projects and previews, invoices, messages or pin-tasks</p>\r\n</li>\r\n<li>\r\n<p><strong>- change the status of your projects</strong> and previews: In Progress, Approved and Archived</p>\r\n</li>\r\n<li>\r\n<p><strong>- download</strong> the source and print files after the project is finished</p>\r\n</li>\r\n<li>\r\n<p><strong>- rate our work.</strong> You can choose a level of satisfaction, and you can leave a testimonial or a recommendation that help us improve our services</p>\r\n</li>\r\n<li>\r\n<p><strong>- benefit from a great customer care service.</strong> You can learn how to use the platform in Help Center section, you can access the Help Widget or simply can call at the call center for instructions</p>\r\n</li>\r\n<li>\r\n<p><strong>- be notified</strong> on email or in platform with everything that happens with your account, projects, messages or activities</p>\r\n</li>\r\n<li>\r\n<p>- navigate in <strong>a friendly and intuitive user interface</strong>, easy to learn </p>\r\n<p>You cand be relaxed, because your materials will have an <strong>unified looking design</strong>. The same design team will work for you on every project to learn your brand and the way you communicate with your customers.</p>\r\n<p> </p>\r\n<p>We`re ready. Let`s work together! <a title=\"Let`s work together! \" href=\"en/contact\">Contact us here</a></p>\r\n<p> </p>\r\n<p> </p>\r\n</li>\r\n</ul>'),(14,1,'<p>VISMARK®App is a closed group dedicated to our clients. To access the app, you need to place an order for design services, and then you will get your own free username and password to access the VISMARK®App for an unlimited amount of time.</p>\r\n<p>Want to work with us? <a title=\"Let`s work together! \" href=\"en/contact\">Contact us here</a></p>\r\n<p> </p>'),(15,1,'<p>No. VISMARK®App is our internal tool that helps our customers manage their projects and files, and us to improve our services and offer a great customer care.</p>\r\n<p> </p>'),(16,1,'<p>The app can be used on: MAC, PC, laptop, smartphones and tablets as well.</p>\r\n<p>We`re ready. Let`s work together! <a title=\"Let`s work together! \" href=\"en/contact\">Contact us here</a></p>\r\n<p> </p>'),(17,1,'<p>You don`t need to pay anything. VISMARK®App FREE for our clients.</p>\r\n<p>Want to be our client? <a title=\"Contact US\" href=\"en/contact\">Contact us here</a></p>\r\n<p> </p>'),(18,1,'<p>As a very broad generalization, our design process follows the following steps:</p>\r\n<p> </p>\r\n<p>1. Complete our Get a Quote form or <a href=\"en/contact\">contact form</a> to submit your project specifics to us.</p>\r\n<p>2. We will either contact you to clarify your requirements or provide you with a price quote for your project.</p>\r\n<p>3. Once you have accepted the price quote, we will conduct creative research about you, your company/product/service and your design tastes and requirements.</p>\r\n<p>4. Armed with your creative input, we will provide you some designs that will be available in Projects section, in your VISMARK®App account. From this point, we will wait for your feedback within 5-7 business days for your feedback.</p>\r\n<p>5. You will provide comments about the first round of concepts, directly on design.</p>\r\n<p>6. There is a series of design/feedback/redesign/feedback cycles as your comments and changes are integrated into a more refined design.</p>\r\n<p>7. Once you have approved a final design, we prepare the final files for delivery. This takes anywhere from 1-24 hours.</p>\r\n<p>8. The project invoice and the final files will be delivered in your VISMARK®App account.</p>\r\n<p>9. You can rate our services. This help us to improve ourselves to serve our customers better.</p>\r\n<p> </p>\r\n<p>Time frames are general, and can be adjusted to match your schedule.</p>\r\n<p> </p>'),(18,3,'<p>In linii mari, procesul nostru de realizare a unui design grafic are urmatorii pasi:</p>\r\n<p> </p>\r\n<p>1. Completeaza formularul de cerere oferta sau <a href=\"ro/contacteaza-ne\" target=\"_blank\">formularul de contact</a> pentru a ne trimite specificatiile proiectului tau.</p>\r\n<p>2. In functie de informatiile primite, te vom contacta pentru clarificari sau iti vom trimite o cotatie de pret aferenta proiectului tau.</p>\r\n<p>3. Odata ce ai acceptat oferta de pret, vom face un research aprofundat despre compania, produsul si serviciile tale, dar si despre preferintele tale in materie de design grafic.</p>\r\n<p>4. Inarmati cu informatiile pe parte creativa obtinute de la tine, vom veni cu cateva propuneri de design pe care le vei gasi in contul tau VISMARK®App la sectiunea Proiecte. Din acest punct, asteptam feedback-ul tau in 5-7 zile lucratoare.</p>\r\n<p>5. Vei putea da feedback si comentarii cu privire la propunerile de design direct pe acestea.</p>\r\n<p>6. Din acest punct, va incepe un proces de design/feedback/redesign in functie de comentariile tale si modificarile pe care le aducem noi, pentru a ajunge intr-un punct comun.</p>\r\n<p>7. In momentul in care am ajuns la un acord cu privire la designul final, iti pregatim fisierele finale pentru a ti le trimite. Acest proces poate dura intre 1 si 24 de ore.</p>\r\n<p>8. Iti trimitem factura si fisierele finale direct in contul tau VISMARK®App.</p>\r\n<p>9. Ne poti evalua serviciile. Acest lucru ne va ajuta sa oferim servicii cat mai bune in continuare.</p>\r\n<p> </p>\r\n<p>Cadrele de timp sunt generale si pot fi ajustate in functie de programul tau.</p>\r\n<p> </p>'),(20,4,'Ce fel de servicii oferiti?'),(20,1,'<p> </p>\r\n<p>VISMARK® provides a full range of graphic design services to serve your company, agency or organization. Our services include: graphic design, brand design, ui &amp; ux design, commercial design, 3d design, motion design, illustrations, and othe visual communication design. To see our portfolio, please visit our <a href=\"en/work\" target=\"_blank\">work page section.</a></p>\r\n<p> </p>\r\n<p><span style=\"color: #00b050;\"><span style=\"text-decoration: underline;\"> </span></span></p>'),(21,1,'<p>A graphic designer is a communicator of your idea, your product and your solution to the world.</p>\r\n<p>With training or experience as a visual communicator, a designer will combine your content with elements, color, typography, line, space, shape and balance to create a complete communication piece for your business or organization. He/she will work with you to explore different options or design directions and to solve your particular challenge.</p>\r\n<p>If a designer can make all of this, imagine what an entire design agency can do.</p>\r\n<p>We also prepare the \'mechanical requirements\' of your finished piece and prepare it for the specifications of a printer, magazine, web host, television studio or any other output medium, to ensure trouble-free output of a final finished product.</p>\r\n<p> </p>'),(21,3,'<p>Un graphic designer este un profesionist care iti comunica ideea, produsul sau solutia catre intreaga lume.</p>\r\n<p>Cu trainingul si experienta necesara in zona de comunicare vizuala, un designer poate combina continutul tau cu elemente, culori, linii, spatii, forme si elemente de typography pentru a crea echilibru si pentru a da viata unui material complet de comunicare vizuala pentru compania ta. Vei lucra impreuna cu acesta pentru a explora diferite variante de design care sa rezolve problemele companiei tale.</p>\r\n<p>Daca un designer poate face toate acestea, imagineaza-ti ce poate face o intreaga agentie de design.</p>\r\n<p>Totodata, ne vom ocupa si de „specifiactiile tehnice” ale materialelor tale. Le vom pregati pentru print, revista, web host, studio TV sau alt tip de output, pentru a asigura ca procesul de output nu intampina probleme.</p>\r\n<p> </p>'),(22,1,'<p>No, we do not provide printing services. Printing is typically not included in any of our project quotations.</p>\r\n<p> </p>\r\n<p> </p>'),(23,1,'<p>We believe in your complete satisfaction. We will continue to work with you to refine your design until you are completely happy; we offer \'unlimited\' revisions on your design project within the confines set out in the original design brief.</p>\r\n<p>However, if we collaborate on a project, and in the end we do not arrive at a result with which you are perfectly satisfied, we guarantee your money back. Any partial deposits or payments will be returned to you, less any financial institution fees. The copyrights to your design project remain with VISMARK®, while you maintain the copyright over your company or product names used in the designs. What this means is that we could theoretically use or resell the design to another VISMARK® client.</p>\r\n<p>Also, if you choose not to complete the project, you will also be asked to sign and warrant that you will not use any creative or interim designs created or presented to you as part of our design process together. We trust our work will speak for itself and your satisfaction will be assured.</p>\r\n<p>In case if you approve a project and then you change your mind about the need of this design, the 50% deposit is non-refundable.</p>\r\n<p> </p>'),(24,1,'<p>Once we have completed the design process, and you have paid in full for your final logo design, the copyrights of that final individual logo are then transferred to you and you own them. We own the rights to any creative concepts that are not completed.</p>\r\n<p> </p>\r\n<p> </p>'),(25,1,'<p>You will receive many different files of your finished logo design, in a variety of colors, sizes and file formats, which can be used in everything from print projects to Web sites. If you prefer or require a different type of file format, just let us know and we will be happy to supply it.</p>\r\n<p> </p>'),(26,1,'<p>Design versions can be thought of as different design directions or different creative directions. For instance, a restaurant may be presented with logo versions which use images of food, chefs or forks. These are three different logo versions or concepts for one company.</p>\r\n<p>Once you have narrowed down your choice to one or two concepts from the many presented, we then refine or alter your choice. These are design revisions and involve changes to color, font, and proportions of the logo, but typically don\'t involve changing the concept of the logo itself.</p>\r\n<p> </p>'),(26,3,'<p>Versiunile de design au la baza diferite directii de design (concepte) sau directori de creatie diferiti. Spre exemplu, pentru un restaurant pot fi create versiuni de design care includ imagini cu mancaruri, bucatari sau furculite. Acestea sunt trei versiuni de logo pentru o companie.</p>\r\n<p>In momentul in care te-ai decis la unul sau doua dintre conceptele prezentate (sa zicem, cel cu furculite), vom perfectiona alegerea ta. Acest proces de perfectionare implica revizii de design si se refera la modificari de culoare, font, proprzii, insa in mod normal nu inseamna schimbarea conceptului de logo.</p>\r\n<p> </p>'),(27,1,'<p>No problem! Changes happen. We are happy to incorporate your comments and revisions whether they happen at the beginning or middle of your project. If these changes affect the final price for your project, a change order will be sent to you for your approval prior to any changes being made.</p>\r\n<p> </p>'),(28,1,'<p>Final design files can be delivered by a variety of means. Files can be emailed to you, or will be available on your VISMARK®App account for you to download.</p>\r\n<p> </p>'),(29,1,'<p>Yes, the standard pack for every logo design or print material contains a full set of scalable vector files.</p>\r\n<p> </p>\r\n<p> </p>'),(30,1,'<p>Your business cards and stationery will be created in a vector format, so using any vector editing application such as Adobe Illustrator or CorelDraw you will be able to open, change and edit your files.</p>\r\n<p> </p>'),(31,1,'<p>Yes, we can design your full logo branding and complete stationery package.</p>\r\n<p><a href=\"en/contact\" target=\"_blank\">You can contact us here for a quotation.</a></p>\r\n<p> </p>'),(32,1,'<p>Depending on the type of project or design requirements, you should see initial graphic design concepts anywhere from 24 hours to 15 business days after the start of the design process.</p>\r\n<p> </p>'),(33,1,'<p>For a period of 50 days following your project, we keep your design in an active archive, in case you lose or damage your files, or require follow-up work. After this period, we archive your files. Any retrieval at this point may incur a nominal cost.</p>\r\n<p> </p>'),(34,1,'<p>We would like to give you a straight answer to this, however design services are not so easily quantifiable as requirement varies for each and every project.</p>\r\n<p> </p>\r\n<p>We have two types of billing depending on your design job:</p>\r\n<p>   a) Net Price - per-project price, pre-determined at the start of the project or</p>\r\n<p>   b) Hourly rated - billed according to the time utilized.</p>\r\n<p>       Clients are updated regularly on their project by our time-log and status reports.</p>\r\n<p> </p>\r\n<p>We offer a FREE, no-obligation quotation process, to help define the scope and specification of each project. We do not believe in disappointing anybody with any form of hidden cost. It is our policy to be transparent with our clients with all costs itemized prior to the start of any project. Any changes and adjustments are then made and agreed upon by both sides before embarking on any work.</p>\r\n<p> </p>'),(35,1,'<p>With the advent of easy-to-use, do-it-yourself graphics software, it is relatively simple for anyone to create a functional logo or adequate website. The answer it`s simple: if someone has a paintbrush, it doesn\'t make them Rembrandt.</p>\r\n<p>It\'s not just about the price, it\'s also about originality in design and concept, variety of options, mastery of the software and successful and on time delivery to the specifications of your printer or web host. Many who opt for the lowest price often discover they get what they pay for. So, hiring an outsourced design agency it will save you time and money in the long run.</p>\r\n<p> </p>'),(36,1,'<p>We have a <a href=\"en/customers\" target=\"_blank\">number of clients</a> who have retained our services on a longer term basis or for ongoing work. By paying a flat monthly retainer fee (with a 3 month minimum contract term) we can act as your fulltime, in-house design department. If you have larger, more involved projects or require multiple pieces created this can often be a more economical method compared to getting each item separately quoted and created.</p>\r\n<p>Let`s work together. <a href=\"en/contact\" target=\"_blank\">Hire us!</a></p>\r\n<p> </p>'),(37,1,'<p>Unless agreed otherwise with the Client, all design services require an advance payment of a minimum of fifty (50) percent of the project quotation total before the work commences. The remaining fifty (50) percent of the project quotation total will be due upon completion of the work prior to upload to the server or release of materials.</p>\r\n<p> </p>'),(38,1,'<p>Once we started working on you project and resources were allocated for the design work, in the case that you changed your mind, this deposit is <strong>non-refundable</strong>. VISMARK® endeavors to provide design services that meet and exceed a client’s needs and expectations, but in the event of a “change of mind” (after a project has commenced) by you the initial 50% deposit is forfeited, plus a prorate payment based upon the time spent.</p>\r\n<p> </p>'),(39,1,'<p> We accept and prefer payment by bank transfer, or you can choose a secure online payments using your credit card, debit card, or your bank account via PayPal.com. Opening an account is fast, easy, and FREE.</p>\r\n<p><a href=\"en/contact\" target=\"_blank\"> Hire us here.</a></p>\r\n<p> </p>\r\n<p><span style=\"color: #000000;\"> </span></p>'),(40,1,'<p>Yes, using PayPal.com, you can make payments using Visa or MasterCard.</p>\r\n<p> </p>\r\n<p> </p>'),(41,1,'<p>The invoices which remain unpaid for 7 days after the date of invoice will incur an additional late payment fee equivalent to 5% of the project costs for each week payment is outstanding. The client is responsible for all debt collection fees, legal fees and court fees that may be incurred as a result of the client’s failure to pay invoices within 7 calendar days of date of issue. If you are having difficulty paying your invoice, please get in touch as soon as you are aware of the issue, so we can discuss a solution that works for both sides.</p>\r\n<p> </p>'),(42,1,'<p>We are committed to respecting your right to privacy and will protect it when you visit our Web site or deal with our company. Click here to view the <a href=\"en/privacy-policy\" target=\"_blank\">VISMARK® Privacy Policy</a>. It explains our online information practices, including how we collect and use your personal information.</p>\r\n<p> </p>\r\n<p> </p>'),(43,1,'<p>The terms and conditions of use constitute a legal agreement between you and VISMARK® and govern your usage of our web site. Please read these terms and conditions of use in their entirety before you continue to use this site or its content.</p>\r\n<p>If you do not agree with these terms and conditions of use, please discontinue using this site.</p>\r\n<p><a href=\"en/terms-of-use\" target=\"_blank\">To view our terms and conditions of use please click here.</a></p>\r\n<p> </p>\r\n<p> </p>'),(44,1,'<p>We understand that the security of your personal information is important. We provide reasonable administrative, technical, and physical security controls to protect your personal information. However, despite our efforts, no security controls are 100% effective and VISMARK® cannot ensure or warrant the security of your personal information.</p>\r\n<p> </p>\r\n<p> </p>'),(45,1,'<p>Occasionally, we may change this privacy policy (or Term of services) to allow VISMARK®, to use or share your personal information in a different way to improve our services for our customers. We encourage you to periodically review the <a href=\"en/privacy-policy\" target=\"_blank\">VISMARK® Privacy Center</a> for the latest information on our privacy practices.</p>\r\n<p> </p>\r\n<p> </p>'),(46,1,'<p>We appreciate your desire to protect your intellectual property and are glad to sign any non-disclosure agreements. We usually sign a contract with our customers through we assure them that we protect the clients intellectual property, files and informations, business models, or concepts.</p>\r\n<p> </p>\r\n<p> </p>'),(47,1,'<p>Generally, businesses, including corporations, protect their trade names by registering their trade name as a service mark or trademark if the trade name also functions as a service mark or trademark. Denuding on your country/state of origin, different laws govern the protection of your business name. Because of the legal complexities involved, we recommend that businesses obtain private counsel to get advice on how to protect a trade name in interstate commerce.</p>\r\n<p> </p>\r\n<p> </p>'),(48,1,'<p>VISMARK® is a welcoming place for everyone, and we do our best to make sure people feel supported and connected at work. If you are interested, please access <a href=\"en/careers\" target=\"_blank\">Careers section.</a></p>\r\n<p> </p>\r\n<p> </p>'),(49,1,'<p>Apply directly for the position you’re interested in from our current listings in <a href=\"en/careers\">Careers section</a>. Please make sure you qualify for the role before applying. It’s okay to apply for positions in multiple offices, but applying for positions you do not qualify for won’t increase your chances, and will likely raise a red flag within the recruiting team. For design applicants, it’s important to include a PDF or URL of your portfolio for easy sharing of files.</p>\r\n<p> </p>\r\n<p> </p>'),(50,1,'<p>We have a small recruiting team who manages job listings, reads incoming applications, determines fit, and coordinates the interview and offer processes. The interview process can often include multiple (pre)interviews with a variety of HR managers. You should be ready to share examples of your work and passion areas to help us get a sense of who you are beyond your resume.</p>\r\n<p> </p>\r\n<p> </p>'),(51,1,'<p>Once we reach out to someone, we\'ve usually seen their work and now we want to talk to them. We\'re looking for people who are great storytellers. What got them here? How do they solve problems? What inspires them? We often see people who have followed rich and diverse paths to get to where they are. So sometimes that story is really interesting to us, and we look for that.</p>\r\n<p>We also want to know that they\'re passionate about the role. Sometimes there\'s a distinction between being passionate about working at VISMARK® and being passionate about the role we\'re hiring for. Do they truly love the idea of this job, whether it\'s at VISMARK® or somewhere else? </p>\r\n<p>We also look for people who embody our values in some way. We look for people who, when talking about their work or projects, talk about how they were part of a team. It\'s not just \"I did this\" or \"I had the good idea.\" Finally, curiosity: We love for them to be curious, to ask us questions.</p>\r\n<p> </p>\r\n<p> </p>'),(51,3,'<p>In momentul in care contactam pe cineva, le-am vazut deja munca si dorim sa deschidem discutia. Cautam oameni care sunt adevarati povestitori. Ce i-a adus aici? Cum rezolva problemele pe care le intalnesc? Ce ii inspira? Deseori, vedem oameni care au urmat trasee profesionale bogate si diverse pentru a ajunge unde sunt. Uneori, povestea aceea ni se pare foarte interesanta, iar asta cautam.</p>\r\n<p>Vrem sa stim si ca te pasioneaza postul oferit. Uneori este o diferenta intre a fi pasionat de a lucra la VISMARK® si a fi pasionat de postul pe care il oferim. Sunt cu adevarat entuziasmati sa faca asta, la VISMARK® sau altundeva? </p>\r\n<p>Cautam oameni care ne intruchipeaza valorile intr-un fel sau altul. Oameni care atunci cand vorbesc despre munca sau proiectele lor, vorbesc despre rolul lor ca parte a unei echipe. Nu este vorba doar despre „Ce am facut eu” sau „Cu ce idee am venit eu”. Si in final, curiozitatea: Ne-ar placea sa fie curiosi, sa ne puna intrebari.</p>\r\n<p> </p>\r\n<p> </p>'),(52,1,'<p>We hire people with a wide range of professional experience and educational background, as we know that bringing diverse perspectives is crucial to making positive, disproportionate impact in the world. Some roles call for seasoned professionals, while others have more flexibility to bring on less experienced candidates. Either way, we’ve designed systems that allow our community to learn, grow, and thrive. Degrees are important for some roles, but we aim to keep our community as diverse as the challenges we work on.</p>\r\n<p> </p>\r\n<p> </p>'),(53,1,'<p>We want to know as much as we can about you, and while clever gimmicks are sometimes entertaining, the best way to catch our eye is through your work. A thoughtful cover letter also goes a long way. Don’t write what you think we want to hear; be yourself.</p>\r\n<p> </p>\r\n<p> </p>'),(54,1,'<p>Because we receive hundreds of resumes, we can’t personally reply to each submission. Your application will be reviewed, and someone on the recruiting team will reach out directly if they’d like to schedule an interview. Whether or not you hear from us, your application will remain on file for potential future openings.</p>\r\n<p> </p>\r\n<p> </p>'),(55,1,'<p>Not yet. But soon!</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>'),(56,1,'<p>If you have a question that’s not answered here, please send an email to <a href=\"mailto:careers@vismark.eu\">careers@vismark.eu</a> . Please note that this email is not for submitting application materials.</p>\r\n<p> </p>\r\n<p> </p>'),(1,2,'General'),(2,2,'VISMARK<sup>®</sup> App'),(3,2,'Proiecte si Servicii'),(4,2,'Facturi si Plati'),(5,2,'Legal'),(6,2,'Talente si Joburi'),(56,4,'Inca am intrebari. Pot sa vorbesc cu cineva?'),(56,3,'<p>Daca ai o intrebare la care nu gasesti raspunsul aici, trimite un email la <a href=\"mailto:careers@vismark.eu\">careers@vismark.eu</a> . Te rog tine minte ca aceasta adresa nu e destinata depunerii CV-urilor.</p>\r\n<p> </p>\r\n<p> </p>'),(11,4,'Cum va pot contacta pentru intrebari sau nelamuriri?'),(11,3,'<p>Daca ai o nelamurire sau o intrebare pe partea de confidentialitate, te rugam sa e contactezi la <a href=\"mailto:hello@vismark.eu\">hello@vismark.eu</a> sau la <strong>+4 021 367 33 94.</strong></p>\r\n<p> </p>\r\n<p> </p>'),(1,4,'Cine este VISMARK®?'),(1,3,'<p>VISMARK® este o agentie de comunicare vizuala cu sediul in Romania. VISMARK® ofera servicii de design grafic companiilor care vor sa-si perfectioneze identitatea vizuala sau care isi doresc in mod regulat materiale pentru promovarea companiei, produselor si serviciilor.</p>\r\n<p>De asemenea, VISMARK® poate fi departamentul de design extern al oricarei companii sau agentii de publicitate care lucreaza pe proiecte multiple.</p>\r\n<p> </p>'),(1,5,'VISMARK® offers graphic design services to companies'),(1,6,'visual communications agency, graphic design agency, outsourced graphic department, outsourcing design, advertising agencies '),(1,9,'VISMARK® ofera servicii de design grafic'),(1,10,'comunicare vizuala, agentii de publicitate, servicii de design, design grafic'),(2,4,'Compania noastra are nevoie lunar de o cantitate mare de servicii de design. Puteti face fata unui astfel de volum?'),(2,3,'<p>Categoric! Echipa noastra consta in account manageri, art directori, copywriteri. Designerii nostri au abilitati diverse si expertize diferite: design comercial, ilustratie, 3D art, interfete grafice website-uri sau aplicatii, design de user experience, design grafic, design animat si multe altele.</p>\r\n<p>Noi suntem pregatiti. Hai sa lucram impreuna! <a title=\"Contacteaza-ne\" href=\"ro/contacteaza-ne\">Contacteaza-ne</a></p>\r\n<p> </p>'),(2,5,' Our designers have different expertise, like: commercial design, illustrate, 3D art, user interface and user experience design, graphic design, motion design'),(2,6,'brand design, commercial design, illustrate, 3D art, user interface and user experience design, graphic design, motion design, ui design'),(2,9,'Designerii nostri au abilitati diverse si expertize diferite: design comercial, ilustratie, 3D art, user interface, design de user experience, design grafic, design de miscare'),(2,10,'design comercial, ilustratie, 3D art, interfete grafice website-uri sau aplicatii, design de user experience, design grafic, brand design'),(3,4,'Nu stiu de unde sa incep. Ma puteti ajuta?'),(3,3,'<p>Da-ne un telefon la +4 021 367 33 94 ca sa vezi daca ne potrivim. Vom asculta nevoile tale si vom stabili impreuna ce optiuni de colaborare exista. Suntem capabili sa punem lucrurile in perspectiva si sa venim cu solutii noi. Ne place sa rezolvam probleme si sa cream branduri.</p>\r\n<p> </p>'),(3,5,'We are problem solvers and brand creators.'),(3,6,'brand design, visual communication, branding,brand creators'),(3,9,'Ne place sa rezolvam probleme si sa cream branduri. '),(3,10,'creare brand, branding'),(4,4,'De ce sa aleg VISMARK® si nu alta companie pentru designurile mele grafice?'),(4,3,'<p>- O echipa intreaga de designeri va lucra la proiectele tale</p>\r\n<p>- Platforma integrata, prin care iti poti gestiona proiectele</p>\r\n<p>- Metoda usoara de a face outsourcing</p>\r\n<p>- Numar nelimitat de feedback-uri</p>\r\n<p>- Fara contorizare de ore</p>\r\n<p> </p>'),(4,5,'Easy way to outsource graphic design materials'),(4,6,'design team, outsource graphic design, no counted hours'),(4,9,'Metoda usoara de a face outsourcing de design grafic publicitar'),(4,10,'echipa de designeri, graficieni, '),(5,4,'Detin o afacere dedicata adultilor. Putem colabora?'),(5,3,'<p>Ne cerem scuze, insa nu colaboram cu agentii sau companii care lucreaza cu materiale cu un continut ilegal, obscen sau daunator.</p>\r\n<p> </p>'),(5,5,'related business'),(5,6,'related business'),(5,9,'colaboram cu agentii'),(5,10,'colaboram cu agentii'),(6,4,'Putem discuta inainte sa imi iau un angajament?'),(6,3,'<p>Absolut! Daca ai intrebari scurte, ne poti contacta telefonic la +4 021 367 33 94 sau prin e-mail la <a href=\"mailto:suppor@vismark.eu\">hello@vismark.eu</a> . Daca doresti sa avem o discutie mai lunga pe o anumita problema, putem stabili o intalnire la sediul nostru din Bucuresti sau prin Skype.</p>\r\n<p> </p>'),(7,4,'Compania voastra poate lucra cu clienti din toata lumea?'),(7,3,'<p>Desi ne desfasuram activitatea in Bucuresti, am lucrat cu persoane fizice, agentii de publicitate si companii din intreaga lume. Cu multi dintre clientii nostri nu ne-am intalnit niciodata in persoana, discutiile fiind purtate la telefon sau prin Skype. Lucrarile noastre au fost prestate pentru clienti din intreaga Europa, dar si din Asia sau America de Nord.</p>\r\n<p>Vrei sa lucrezi cu noi?  <a title=\"Contacteaza-ne\" href=\"ro/contacteaza-ne\">Contacteaza-ne</a></p>\r\n<p> </p>'),(7,5,'Although we are located in Bucharest, Romania, we have worked with individuals, agencies and companies from all over the world.'),(7,6,' advertising agencies'),(7,9,'Desi ne desfasuram activitatea in Bucuresti, am lucrat cu persoane fizice, agentii de publicitate si companii din intreaga lume. '),(7,10,'agentii de publicitate'),(8,4,'Cum puteti fi gasiti?'),(8,3,'<p>Putem fi gasiti prin e-mail, telefon si Skype sau in persoana la adresa Bulevardul Mircea Voda 44, bloc M17, etaj 3, Sector 3, Bucuresti.</p>\r\n<p> </p>'),(8,6,'agentie de publicitate bucuresti'),(8,10,'advertising agency bucharest'),(9,4,'Cu ce tipuri de companii a lucrat agentia voastra?'),(9,3,'<p>VISMARK® are experienta de lucru cu organizatii si companii de diferite feluri si marimi. Printre domeniile de activitate pe care le acopera clientii nostri se numara: cabinete de avocatura, companii medicale, aeriene, agentii turism, retail, organizatii non-profit, restaurante, companii din domeniul mecanic si industrial si multe altele!</p>\r\n<p><a href=\"ro/portofoliu\" target=\"_blank\">Vezi portofoliul nostru in functie de domenii de activitate aici.</a></p>\r\n<p> </p>'),(9,5,'Graphic design for law firms, medical, aerial, tourism, retail, nonprofits, restaurants, mechanical, industrial'),(9,6,'law firms, medical, aerial, tourism, retail, nonprofits, restaurants, mechanical, industrial'),(9,9,'Printre domeniile de activitate pe care le acopera clientii nostri se numara: cabinete de avocatura, companii medicale, aeriene, agentii turism, retail, organizatii non-profit, restaurante, companii din domeniul mecanic si industrial '),(9,10,'cabinete de avocatura, companii medicale, aeriene, agentii turism, retail, organizatii non-profit, restaurante'),(10,4,'Pot sa vad mai multe exemple din munca voastra?'),(10,3,'<p>Avem mai multe proiecte de care suntem mandri pe website-ul nostru: <a href=\"ro/portofoliu\">www.vismark.eu/work</a> . Totusi, daca esti interesat sa vezi mai mult (inclusiv cateva proiecte care nu pot fi afisate pe website-ul VISMARK®), nu ezita sa <a href=\"ro/contacteaza-ne\">ne contactezi.</a></p>\r\n<p> </p>'),(10,5,'We’ve got plenty of examples of our  graphic design work on our website'),(10,6,'VISMARK® website'),(10,9,'Avem mai multe proiecte de care suntem mandri pe website-ul nostru'),(10,10,'VISMARK® website'),(12,4,'Ce este VISMARK®App?'),(12,3,'<p>VISMARK®App este aplicatia noastra interna. Crearea unui cont nou este gratuita pentru clientii nostri, iar scopul nostru este de a le oferi acestora o experienta de servicii completa.</p>\r\n<p>Esti clientul nostru? <a href=\"ro/contacteaza-ne\" target=\"_blank\">Te poti autentifica aici. </a></p>\r\n<p> </p>'),(12,5,'VISMARK®App is our internal app'),(12,6,'VISMARK®App'),(12,9,'VISMARK®App este aplicatia noastra interna. '),(12,10,'VISMARK®App'),(13,4,'Ce caracteristici are VISMARK®App?'),(13,3,'<p>VISMARK®App are o serie de caracteristici care te ajuta sa:</p>\r\n<p>- <strong>plasezi comenzi</strong> rapid si usor, dand startul la proiecte noi</p>\r\n<p>- <strong>incarci fisiere</strong>, alaturi de un scurt brief pentru fiecare proiect si un deadline pentru acesta</p>\r\n<p>- <strong>dai feedback direct pe design</strong></p>\r\n<p>- <strong>cauti si sortezi</strong> proiectele si preview-urile tale cu usurinta</p>\r\n<p>- <strong>deschizi conversatii</strong> pentru fiecare proiect in lucru, fara a pierde informatii</p>\r\n<p>- <strong>fixezi sarcini</strong> si descrii ajustarile pe care le doresti, modifici sau stergi aceste sarcini</p>\r\n<p>- <strong>prelungesti proiectul</strong>, deoarece nu exista ore contorizate</p>\r\n<p>- <strong>schimbi sau modifici draftul</strong> pana arata asa cum iti doresti, in mod gratuit</p>\r\n<p>- <strong>urmaresti istoricul activitatii tale</strong>, proiectele, preview-urile, facturile, mesajele sau sarcinile</p>\r\n<p>- esti relaxat, deoarece materialele tale vor avea o <strong>identitate vizuala unitara</strong></p>\r\n<p>- <strong>schimbi statustul proiectelor si preview-urilor tale</strong>: In lucru, Aprobat, Arhivat</p>\r\n<p>- <strong>descarci fisierele finale</strong> si fisierele pentru print cand proiectul este finalizat</p>\r\n<p>- <strong>evaluezi munca noastra</strong>, alegi nivelul de satisfactie si daca doresti ne poti lasa un testimonial sau o recomandare care sa ne ajute sa ne imbunatatim serviciile</p>\r\n<p>- <strong>beneficiezi de un nivel de serviciu clienti de cea mai buna calitate</strong>. Poti invata cum sa folosesti platforma in sectiunea Help Center, poti accesat Help Widget sau ne poti suna pentru instructiuni</p>\r\n<p>- <strong>esti notificat</strong> pe e-mail sau direct in platforma referitor la orice schimbare privitoare la contul, proiectele, mesajele sau activitatile tale</p>\r\n<p>- navighezi intr-o <strong>interfata prietenoasa si intuitiva</strong>, usor de invatat</p>\r\n<br />\r\n<p> </p>\r\n<p>Noi suntem pregatiti. Hai sa lucram impreuna! <a title=\"Contacteaza-ne\" href=\"ro/contacteaza-ne\">Contacteaza-ne</a></p>\r\n<p> </p>\r\n<p> </p>'),(13,5,'give feedbacks directly on design'),(13,6,'design feedback, create new projects, visual identity'),(13,9,'dai feedback direct pe design'),(13,10,'design feedback, identitate vizuala'),(14,4,'Cum imi pot crea un cont pentru a accesa aplicatia?'),(14,3,'<p>VISMARK®App este o comunitate inchisa, dedicata clientilor nostri. Pentru a accesa aplicatia, e nevoie sa faci o comanda pentru serviciile noastre de design, moment in care vei primi (gratuit) un user si o parola pentru a folosi VISMARK®App cat timp doresti.</p>\r\n<p>Vrei sa lucram impreuna? <a title=\"Contacteaza-ne\" href=\"ro/contacteaza-ne\">Contacteaza-ne</a></p>\r\n<p> </p>'),(14,5,' To access the app, you need to place an order for design services'),(14,6,'graphic design services, design community'),(14,9,'Pentru a accesa aplicatia, e nevoie sa faci o comanda pentru serviciile noastre de design'),(14,10,'servicii de design, comunitate design'),(15,4,'VISMARK®App este o platforma pentru freelanceri?'),(15,3,'<p>Nu. VISMARK®App este mecanismul nostru intern care ajuta clientii sa-si administreze fisierele si proiectele, iar pe noi sa ne imbunatatim serviciile si sa le oferim asistenta clientilor.</p>\r\n<p> </p>'),(16,4,'Pe ce dispozitive pot folosi VISMARK®App?'),(16,3,'<p>Aplicatia poate fi folosita pe MAC, PC, laptop, smartphone si tableta.</p>\r\n<p>Noi suntem pregatiti. Hai sa lucram impreuna! <a title=\"Contacteaza-ne\" href=\"ro/contacteaza-ne\">Contacteaza-ne</a></p>\r\n<p> </p>'),(17,4,'Cat trebuie sa platesc pentru un cont in aplicatie?'),(17,3,'<p>Nu trebuie sa platesti nimic. VISMARK®App este GRATUIT pentru clientii nostri.</p>\r\n<p>Fii clientul nostru!  <a title=\"Contacteaza-ne\" href=\"ro/contacteaza-ne\">Contacteaza-ne</a></p>\r\n<p> </p>'),(17,5,'VISMARK®App FREE for our clients.'),(17,9,'VISMARK®App este GRATUIT'),(18,4,'Care este procesul de incepere a proiectelor?'),(18,5,'As a very broad generalization, our design process follows the following steps'),(18,6,'design, customers agency, graphic design'),(18,9,'procesul nostru de realizare a unui design grafic are urmatorii pasi'),(18,10,'design, agentie de design, publicitate,  propunerile de design'),(20,3,'<p>VISMARK® ofera o gama completa de servicii de design pentru compania, agentia sau organiatia din care faci parte. Serviciile noastre includ: design grafic, design de brand, dessign UI si UX, design comperical, 3D, motion design, ilustratie si alte tipuri de servicii de comunicare vizuala. Pentru a ne vedea portofoliul, poti accesa <a href=\"ro/portofoliu\" target=\"_blank\">sectiunea Proiecte.</a></p>\r\n<p> </p>'),(20,5,'VISMARK® provides a full range of graphic design services to serve your company, agency or organization.'),(20,6,'graphic design, brand design, ui & ux design, commercial design, 3d design, motion design, illustrations,  visual communication design'),(20,9,'VISMARK® ofera o gama completa de servicii de design pentru compania, agentia sau organiatia din care faci parte.'),(20,10,'design grafic, design de brand, dessign UI si UX, design comperical, 3D, motion design, ilustratii, comunicare vizuala'),(21,4,'Care este munca propriu-zisa a unei agentii de design?'),(21,5,'A graphic designer is a communicator of your idea, your product and your solution to the world.'),(21,6,'agency design, graphic designer, typography, design directions'),(21,9,'Un designer este un profesionist care iti comunica ideea, produsul sau solutia catre intreaga lume.'),(21,10,'agentie de design, graphic designer, typography, variante de design'),(22,4,'Oferiti servicii de print?'),(22,3,'<p>Nu oferim servicii de print. Printingul nu este inclus in cotatiile de pret ale ofertelor noastre.</p>\r\n<p> </p>\r\n<p> </p>'),(22,6,'print services'),(22,10,'servicii de print'),(23,4,'Ce se intampla daca nu sunt multumit de produsul final?'),(23,3,'<p>Suntem convinsi ca trebuie sa ne satisfacem clientii. Din acest motiv, o sa continuam sa lucram la designul tau pana esti multumit cu el; in baza discutiei facute pe brief-ul initial, oferim revizii nelimitate pentru proiectul tau.</p>\r\n<p>Cu toate acestea, daca vom lucra impreuna pentru un proiect, iar la finalul acestuia nu esti complet satisfacut de rezultat, iti garantam banii inapoi. Orice depuneri partiale sau plati vor fi returnate, cu exceptia taxelor catre institutiile financiare. Drepturile de autor pentru proiectul tau vor ramane in custodia VISMARK®, in timp ce tu vei pastra drepturile pentru informatiile legate de companie care au fost folosite in material. Astfel, VISMARK® va putea comercializa in continuare designul conceput.</p>\r\n<p>De asemenea, daca alegi sa nu finalizezi proiectul inceput, vei fi rugat sa semnezi o garantie conform careia nu vei folosi niciun material realizat de catre noi care ti-a fost prezentat in procesul creativ. Totusi, suntem increzatori ca munca noastra va vorbi de la sine si ca satisfactia ta va fi garantata.</p>\r\n<p>Totusi, daca accepti designul primit iar apoi constati ca nu mai ai nevoie de acel material, avansul de 50% platit catre noi, nu va fi returnat.</p>\r\n<p> </p>'),(23,5,'continue to work with you to refine your design until you are completely happy'),(23,6,'design concept, design project'),(23,9,'continuam sa lucram la designul tau pana esti multumit cu el; in baza discutiei facute pe brief-ul initial'),(23,10,'design concept, Drepturile de autor'),(24,4,'O sa detin drepturile pentru un logo (sau alt material) pe care l-ai creat pentru mine?'),(24,3,'<p>In momentul in care am finalizat procesul de design si factura pentru aceasta a fost achitata, drepturile de autor pentru varianta finala a logo-ului (altui material) vor fi transferate catre tine. Noi vom detine drepturile pentru variantele de concept pe care le-am creat si nu au fost luate in considerare/finalizate.</p>\r\n<p> </p>\r\n<p> </p>'),(24,5,'Once we have completed the design process, and you have paid in full for your final logo design'),(24,6,'logo design, creative concepts, design process, logo'),(24,9,'In momentul in care am finalizat procesul de design si factura pentru aceasta a fost achitata'),(24,10,'procesul de design, drepturi de autor'),(25,4,'Poate fi integrat logo-ul meu in alte proiecte? (web, print etc)'),(25,3,'<p>Vei primi mai mute fisiere cu varianta finala a logo-ului tau, in varietati de culoare, marimi si formate, care vor putea folosite in orice tip material, fie el print sau digital. Daca iti doresti un anumit tip de fisier sau format, spune-ne si vom fi fericiti sa ti-l punem la dispozitie.</p>\r\n<p> </p>'),(25,5,'You will receive many different files of your finished logo design, in a variety of colors, sizes and file formats'),(25,6,'web sites, website,  logo, print, digital'),(25,9,'Vei primi mai mute fisiere cu varianta finala a logo-ului tau, in varietati de culoare'),(25,10,'website, logo, print, digital'),(26,4,'Cum se diferentiaza versiunile de design de reviziile de design?'),(26,5,' These are design revisions and involve changes to color, font, and proportions of the logo'),(26,6,'design directions, logo versions, different logo versions, concepts, concept of the logo, design revisions'),(26,9,'Versiunile de design au la baza diferite directii de design (concepte) sau directori de creatie diferiti'),(26,10,'design, directori de creatie, concepte, logo, versiuni de logo'),(27,4,'Ce se intampla daca mi se schimba alegerea in mijlocul unui proiect?'),(27,3,'<p>Nicio problema! Schimbarile se produc mereu. Vom tine cont de comentariile si modificarile aduse fie ca se produc la inceputul sau in mijlocul proiectului. Daca aceste modificari influenteaza pretul final al proiectului, costurile vor fi trimise catre aprobare inainte ca acestea sa fie aplicate.</p>\r\n<p> </p>'),(27,5,' We are happy to incorporate your comments and revisions whether they happen at the beginning or middle of your project'),(27,6,'graphic design job, design project'),(27,9,'Vom tine cont de comentariile si modificarile aduse fie ca se produc la inceputul sau in mijlocul proiectului'),(28,4,'Cum imi veti livra fisierele?'),(28,3,'<p>Fisierele final de design grafic pot fi livrate prin mai multe metode. Acestea pot fi trimise prin e-mail, dar sunt in acelasi timp disponibile pentru descarcare in contul VISMARK®App.</p>\r\n<p> </p>'),(28,5,'Final design files can be delivered by a variety of means.'),(28,6,'design files'),(28,9,'Fisierele final de design grafic pot fi livrate prin mai multe metode.'),(28,10,'design grafic'),(29,4,'Imi vor fi furnizate fisiere vectoriale scalabile pentru logo-ul sau materialele de print?'),(29,3,'<p>Da. In pachetul standard al fiecarui logo sau material de print sunt incluse fisiere scalabile vectoriale.</p>\r\n<p> </p>\r\n<p> </p>'),(29,5,'the standard pack for every logo design or print material contains a full set of scalable vector files.'),(29,6,'logo design, scalable vector files'),(29,9,'In pachetul standard al fiecarui logo sau material de print sunt incluse fisiere scalabile vectoriale.'),(29,10,'material de print, logo, design logo, creare logo, fisiere vectoriale'),(30,4,'Pot sa-mi editez cartile de vizita si celelalte materiale stationery?'),(30,3,'<p>Cartile de vizita si materialele de design stationery (mape de prezentare, coli cu antet) vor fi create intr-un format vectorial, asa ca folosirea oricarei aplicatii (cum ar fi Adobe Illustrator sau CorelDraw) ar trebui sa iti dea posibilitatea sa editezi aceste materiale.</p>\r\n<p> </p>'),(30,5,'Your business cards and stationery will be created in a vector format, so using any vector editing application such as Adobe Illustrator or CorelDraw'),(30,6,'Adobe Illustrator, CorelDraw, business cards, design, vector format'),(30,9,'Cartile de vizita si materialele de design stationery (mape de prezentare, coli cu antet) vor fi create intr-un format vectoria'),(30,10,'Adobe Illustrator, CorelDraw, carti de vizita, mape de prezentare, coli cu antet, format vectorial'),(31,4,'Imi puteti crea designul pentru carti de vizita, coli cu antet si mape impreuna cu designul de logo?'),(31,3,'<p>Da, putem sa iti cream un branding vizual complet, inclusiv design pentru: mape de prezentare, coli cu antet, identitate vizuala pentru autoturisme, casete volumetrice s.a.</p>\r\n<p><a href=\"ro/contacteaza-ne\" target=\"_blank\">Contacteaza-ne ca sa iti putem face o cotatie de pret.</a></p>\r\n<p> </p>'),(31,5,'design my business cards, letter heads and envelopes along with my new logo design'),(31,6,'branding, brand design, full logo branding, complete stationery package'),(31,9,'Design pentru carti de vizita, coli cu antet si mape impreuna cu designul de logo'),(31,10,'mape de prezentare, coli cu antet, identitate vizuala pentru autoturisme, casete volumetrice, branding, brand'),(32,4,'In cat timp voi putea vedea primele variante de design?'),(32,3,'<p>In functie de tipul de proiect si de cerintele particulare ale acestuia, ar trebui sa primesti primul draft de design intre 1 si 15 zile lucratoare din momentul inceperii acestuia.</p>\r\n<p> </p>'),(32,5,'you should see initial graphic design concepts anywhere from 24 hours to 15 business days'),(32,6,'graphic design, design concepts'),(32,10,'draft de design'),(33,4,'Pastrati fisierele materialelor mele de design dupa ce proiectul este incheiat?'),(33,3,'<p>Pentru o perioada de 50 de zile, iti pastram fisierele active, in caz ca iti pierzi sau strici fisierele sau in cazul in care soliciti modificari. Dupa aceasta perioada, acestea vor fi arhivate. Orice solicitare venita dupa aceasta perioada poate necesita costuri suplimentare.</p>\r\n<p> </p>'),(33,5,'Keep design files after we finish the project'),(33,9,'Pastrati fisierele materialelor mele de design dupa ce proiectul este incheiat'),(34,4,'Ce tipuri de preturi practicati?'),(34,3,'<p>Am dori sa putem da un raspuns direct in legatura cu acest subiect. Cu toate acestea, serviciile de design nu sunt atat de usor de cuantificat, deoarece cerintele variaza pentru fiecare proiect.</p>\r\n<p> </p>\r\n<p>Practicam doua tipuri de facturari in functie de serviciul de design pe care il soliciti:</p>\r\n<p>a)      Pret net- pretul pe proiect, predeterminat la inceputul proiectului.</p>\r\n<p>b)      Taxa pe ora- facturarea se face conform timpului utilizat.</p>\r\n<p>Clientii sunt tinuti la curent regulat cu privire la proiect de catre jurnalul nostru de timp si de rapoarte.</p>\r\n<p> </p>\r\n<p>Oferim un proces de stabilire a preturilor gratuit, fara obligatii, pentru a putea defini domeniul si specificul fiecarui proiect.  Nu vrem sa dezamagim pe nimeni cu niciun cost ascuns. A fi transparenti cu clientii nostri face parte din politica noastra, de aceea comunicam toate costurile detaliate inainte de inceperea oricarui proiect. Orice schimbare si ajustare este apoi facuta si convenita  de catre ambele parti inainte de inceperea unui proiect.</p>\r\n<p> </p>'),(34,5,'We have two types of billing depending on your design job'),(34,6,'graphic design prices, hourly rate, design job, graphic design services, design work'),(34,9,'Practicam doua tipuri de facturari in functie de serviciul de design pe care il solicit'),(34,10,'servicii de design, preturi design'),(35,4,'Ar trebui sa caut cel mai bun pret?'),(35,3,'<p>Odata cu aparitia softurilor de grafica easy-to-use sau do-it-yourself, este relativ simplu pentru oricine sa creeze un logo functional sau un website adecvat. Raspunsul este simplu: daca cineva are o pensula, asta nu il face Rembrandt.</p>\r\n<p>Nu este vorba doar de pret, este vorba de asemenea despre originalitate in design si concept, o varietate de optiuni, stapanirea softului si livrarea la timp si cu succes a specificatiilor catre imprimanta sau hostul web. Majoritatea celor care opteaza pentru cel mai mic pret descopera ca primesc ceea ce platesc. Asadar, angajand o agentie de design externalizata vei castiga timp si bani pe termen lung.</p>\r\n<p> </p>'),(35,6,'best price graphic design, design prices, design and concept, design agency, lowest price, outsourced design agency, functional logo'),(35,10,'pret design, agentie de design, outsourced design agency, functional logo'),(36,4,'Am nevoie de multe materiale, putem opta pentru un abonament lunar pentru ca voi sa creati aceste materiale?'),(36,3,'<p>Avem un <a href=\"ro/clienti\" target=\"_blank\">numar de clienti</a> care ne-au pastrat ca fiind agentia lor de design publicitar pe termen lung.  Pentru o taxa lunara fixa (cu un contract de minimum 3 luni) putem deveni departamentul tau de design cu norma intreaga. Daca ai proiecte mai mari, care necesita mai multa implicare sau mai multe materiale create, acest lucru poate fi de obicei o metoda mai economica comparativ cu crearea si fixarea fiecarui element.</p>\r\n<p>Hai sa lucram impreuna. <a href=\"ro/contacteaza-ne\" target=\"_blank\">Contacteaza-ne! </a></p>\r\n<p> </p>'),(36,5,'paying a flat monthly retainer fee for design services'),(36,6,'monthly retainer fee, monthly design services fee, graphic design retainer fee'),(36,9,' putem deveni departamentul tau de design cu norma intreaga'),(36,10,'abonament design publicitar, abonamente servicii design, agentie de design, plata lunara design'),(37,4,'Care sunt politicile de facturare?'),(37,3,'<p>Daca nu s-a stabilit in alt mod cu clientul, toate serviciile de design necesita o plata in avans de minimum cincizeci (50) de procente din cota totala a proiectului inainte de inceperea muncii. Celelalte cincizeci de procente vor fi platite inainte de trimiterea fisierelor finale catre client sau de urcarea lor pe server in contul acestuia.</p>\r\n<p> </p>'),(37,6,'design services'),(37,10,'serviciile de design'),(38,4,'Ce se intampla daca ma razgandesc dupa inceperea proiectului?'),(38,3,'<p>Odata ce proiectul a inceput si au fost alocate resurse pentru munca de design, in cazul in care te razgandesti, avansul de 50 de procente este nerambursabil. VISMARK® incearca furnizarea de servicii de design care se ridica sau depasesc asteptarile clientului, dar in cazul unei  „razgandiri” (dupa ce proiectul a inceput) de catre dumneavoastra, depozitul de 50% este pierdut, plus o plata pe baza timpului utilizat.</p>\r\n<p> </p>'),(38,5,'VISMARK® endeavors to provide design services '),(38,6,'graphic design services'),(38,9,'VISMARK® incearca furnizarea de servicii de design'),(38,10,'servicii de design'),(39,4,'Cum pot sa fac plata catre voi?'),(39,3,'<p>Acceptam si preferam plata prin transfer bancar, insa poti alege o metoda de plata online securizata folosind cardul de credit, cardul de debit sau contul bancar via PayPal.com. Deschiderea unui cont este rapida, usoara si GRAUITA.</p>\r\n<p><a href=\"ro/contacteaza-ne\" target=\"_blank\">Hai sa lucram impreuna. </a></p>\r\n<p> </p>'),(39,5,'choose a secure online payments'),(40,4,'Acceptati carduri de credit?'),(40,3,'<p>Da, folosind PayPal.com, puteti face plati folosind cardurile Visa si MasterCard.</p>\r\n<p> </p>\r\n<p> </p>'),(41,4,'Ce se intampla daca nu-mi platesc facturile la timp?'),(41,3,'<p>Facturile care raman neplatite timp de 7 zile de la data facturarii vor suporta o taxa aditionala de 5% din costul proiectului pentru fiecare saptamana in care plata nu este facuta. Clientul este responsabil  pentru toate taxele de colectare a debitelor, taxele legale si taxele de judecata care ar putea surveni ca rezultat al neplatii facturilor de catre client in 7 zile calendaristice de la data emiterii. Daca ai dificultati cu privire la plata facturilor, te rugam sa iei legatura cu no, in momentul in care semnalezi problema, ca sa putem gasi o solutie convenabila pentru ambele parti.</p>\r\n<p> </p>'),(42,4,'Care este politica voastra de confidentialitate?'),(42,3,'<p>Ne-am luat angajamentul de a va respecta dreptul de confidentialitate si o vom proteja atunci cand navigati pe website-ul nostru sau atunci cand colaborati cu compania noastra. Faceti click aici ca sa vizualizati <a href=\"en/privacy-policy\" target=\"_blank\">politica de confidensialitate (EN)</a> VISMARK®. Aceasta explica practicile noastre de informare online, inclusiv modul in care colectam si utilizam informatiile cu caracter personal.</p>\r\n<p> </p>\r\n<p> </p>'),(43,4,'Care sunt Termenii si Conditiile de Utilizare pentru website-urile VISMARK®?'),(43,3,'<p>Termenii si conditiile de utiliazre reprezinta un acord legal intre client si VISMARK® si guverneaza utlizarea website-ului nostru de catre acesta. Citeste termenii si conditiile de utilizare in intregime inainte de a utiliza website-ul sau continutul aferent. Daca nu esti de acord cu termenii si conditiile de utilizare, te rugam sa intrerupi utilizarea website-ului.</p>\r\n<p><a href=\"en/terms-of-use\" target=\"_blank\">Fa click aici pentru a vizualiza termenii si conditiile de utilizare.</a></p>\r\n<p> </p>\r\n<p> </p>'),(44,4,'Sunt informatiile mele personale in siguranta?'),(44,3,'<p>Intelegem ca securitatea informatiilor dumneavoastra personale este importanta. Va punem la dispozitie controale rezonabile de securitate fizica, administrativa si tehnica pentru a proteja informatiile dumneavoastra personale. Totusi, in ciuda eforturilor noastre, nu exista controale de securitate 100% eficiente si VISMARK® nu poate asigura sau garanta securitatea informatiilor personale.</p>\r\n<p> </p>\r\n<p> </p>'),(45,4,'Va suferi Politica de Confidentialitate schimbari?'),(45,3,'<p>Ocazional, am putea schimba aceasa politica de confidentialitate (sau termenii serviciilor) pentru a permite VISMARK® sa utilizeze sau sa faca schimb de informatii personale intr-un mod diferit, pentru a imbunatati serviciile oferite clientilor nostri. Va recomandam sa verificati <a href=\"en/privacy-policy\" target=\"_blank\">Centrul de Confidentialitate</a> periodic pentru a fi la curent cu toate informatiile sau modificarile recente privind practicile noastre de confidentialitate.  </p>\r\n<p> </p>\r\n<p> </p>'),(46,4,'Am o idee pe care as vrea sa o protejez, VISMARK® semneaza acorduri de non-divulgare?'),(46,3,'<p>Respectam dorinta ta de a-ti proteja proprietatea intelectuala si suntem dispusi sa semnam cu bucurie orice acord de non-divulgare. De regula, incheiem cu clientii nostri contracte prin care ii asiguram ca proprietatea lor intelectuala, fisierele, informatiile, conceptele sau modelele de afacere le sunt protejate.</p>\r\n<p> </p>\r\n<p> </p>'),(46,6,'intellectual property'),(46,10,'proprietatea intelectuala'),(47,4,'Cum pot proteja numele afacerii mele?'),(47,3,'<p>De regula, intreprinderile, inclusiv corporatiile, isi protejeaza denumirile comerciale prin inregistrarea lor ca marca de serviciu sau marca comerciala in cazul in care denumirea respectiva functioneaza ca oricare dintre cele doua. In functie de tara sau statul de origine, protectia numelui firmei este reglementata de diverse legi in vigoare. Din cauza complexitatii juridice implicate, recomandam intreprinderilor sa obtina sfaturi sau consultanta cu privire la modul protejarii unei denumiri comerciale in comertul interstatal.</p>\r\n<p> </p>\r\n<p> </p>'),(47,5,'Corporations protect their trade names by registering their trade name as a service mark or trademark'),(47,6,'business name, '),(47,9,'intreprinderile, inclusiv corporatiile, isi protejeaza denumirile comerciale prin inregistrarea lor ca marca de serviciu sau marca comercial'),(47,10,'marca comerciala, inregistrare brand, inregistrare denumire'),(48,4,'Unde pot vizualiza joburile disponibile?'),(48,3,'<p>VISMARK® este locul unde oricine este binevenit, si facem tot ce ne sta in putere pentru ca oamenii sa se simta sustinuti si in conexiune unii cu altii. Daca esti interesat, te rugam sa accesezi <a href=\"ro/cariere\" target=\"_blank\">sectiunea Cariere.</a></p>\r\n<p> </p>\r\n<p> </p>'),(48,6,'design agency job'),(48,10,'job agentie de design'),(49,4,'Cum ar trebui sa aplic?'),(49,3,'<p>Aplica direct pentru postul care te intereseaza de pe lista de la <a href=\"ro/cariere\" target=\"_blank\">sectiunea Cariere</a>. Te rugam sa te asiguri ca te califici pentru job inainte sa aplici. Este in regula sa aplici pentru posturi in mai multe departamente, dar daca aplici pentru posturi pentru care nu esti calificat nu iti vor creste sansele, ci vei transmite cel mai probabil un semnal de alarma echipei de recrutare. Daca aplici pe un post de designer, e important sa incluzi un PDF sau URL cu portofoliul, pentru a facilita accesul la fisiere.</p>\r\n<p> </p>\r\n<p> </p>'),(50,4,'Cum functioneaza procesul de recrutare?'),(50,3,'<p>Avem o mica echipa de recrutare, care gestioneaza listarea joburilor, citeste solicitarile primite, stabileste cat de potriviti sunt candidatii cu job-ul, coordoneaza interviurile si procesele de oferta. Procesul interviului poate include adeseori pre(interviuri) multiple cu manageri de HR variati. Ar trebui sa fii pregatit sa ne impartasesti exemple legate de munca si pasiunile tale, pentru a ne ajuta sa ne dam seama cine esti, dincolo de CV-ul tau.</p>\r\n<p> </p>\r\n<p> </p>'),(50,5,'We have a small recruiting team who manages job listings'),(50,9,'Avem o mica echipa de recrutare, care gestioneaza listarea joburilor'),(51,4,'Ce fel de persoane cautati?'),(52,4,'Cat de multa experienta este necesara?'),(52,3,'<p>Angajam oameni cu experienta profesionala si background educational foarte variat, pentru ca stim ca a aduce impreuna perspective diverse e crucial atunci cand vrei sa ai un puternic impact pozitiv in lume. Unele posturi necesita profesionisti, in timp ce in cazul altora exista flexibilitatea de a selecta candidati cu mai putina experienta. In orice caz, am proiectat sisteme care permit comunitatii sa invete, sa creasca si sa prospere. Diplomele sunt importante pentru unele posturi, dar urmarim sa ne pastram comunitatea la fel de diversa ca si provocarile pe care le intalnim la munca.</p>\r\n<p> </p>\r\n<p> </p>'),(53,4,'Cum as putea sa ies in evidenta?'),(53,3,'<p>Vrem sa stim cat mai multe despre tine si, desi trucurile sunt uneori amuzante, cel mai bun mod de a ne capta atentia este prin munca ta. Un rol important il are si o scrisoare de intentie scrisa cu atentie. Nu scrie ce crezi ca vrem sa auzim, fii tu insuti.</p>\r\n<p> </p>\r\n<p> </p>'),(54,4,'Voi fi contactat in legatura cu statusul solicitarii mele?'),(54,3,'<p>Pentru ca primim sute de CV-uri, nu putem raspunde personal la fiecare cerere. Solicitarea ta va fi examinata, iar cineva din echipa de recrutare te va contacta direct daca doresc sa programeze un interviu. Chiar daca nu primesti nici un semn, CV-ul tau va ramane la dosar pentru potentiale deschideri viitoare.</p>\r\n<p> </p>\r\n<p> </p>'),(55,4,'VISMARK® ofera si internship-uri?'),(55,3,'<p>Nu inca, dar vom oferi in curand!</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>'),(55,6,'internship in agency'),(55,10,'internship in agentie');
/*!40000 ALTER TABLE `cms_module_faq_fieldval` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_faq_images`
--

DROP TABLE IF EXISTS `cms_module_faq_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_faq_images` (
  `image_id` int(10) NOT NULL AUTO_INCREMENT,
  `item_id` int(10) DEFAULT NULL,
  `filename` varchar(255) DEFAULT NULL,
  `position` int(10) DEFAULT NULL,
  PRIMARY KEY (`image_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_faq_images`
--

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

--
-- Table structure for table `cms_module_faq_item`
--

DROP TABLE IF EXISTS `cms_module_faq_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_faq_item` (
  `item_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_id` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `recursive` varchar(50) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `active` int(1) DEFAULT NULL,
  `item_date` datetime DEFAULT NULL,
  `item_date_end` datetime DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`item_id`),
  KEY `cms_faq_url` (`url`),
  KEY `cms_faq_category_id` (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=57 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_faq_item`
--

LOCK TABLES `cms_module_faq_item` WRITE;
/*!40000 ALTER TABLE `cms_module_faq_item` DISABLE KEYS */;
INSERT INTO `cms_module_faq_item` VALUES (1,1,'Who is VISMARK®?','who-is-vismark','','',1,1,'2016-11-30 12:11:15','1970-01-01 02:00:00','2016-11-30 12:11:15','2016-11-30 12:11:15'),(2,1,'My company needs a huge amount of design services every month. Can you keep up and help us creating those materials?','my-company-needs-a-huge-amount-of-design-services-every-month-can-you-keep-up-and-help-us-creating-those-materials','','',2,1,'2016-11-30 12:38:20','1970-01-01 02:00:00','2016-11-30 12:38:20','2016-11-30 12:38:20'),(3,1,'I don’t know where to start. Can you help me?','i-don-t-know-where-to-start-can-you-help-me','','',3,1,'2016-11-30 12:38:36','1970-01-01 02:00:00','2016-11-30 12:38:36','2016-11-30 12:38:36'),(4,1,'Why should I choose VISMARK® over some other firm to do my design work?','why-should-i-choose-vismark-over-some-other-firm-to-do-my-design-work','','',4,1,'2016-11-30 12:39:03','1970-01-01 02:00:00','2016-11-30 12:39:03','2016-11-30 12:39:03'),(5,1,'I own an adult related business. Will you work with me?','i-own-an-adult-related-business-will-you-work-with-me','','',5,1,'2016-11-30 12:39:37','1970-01-01 02:00:00','2016-11-30 12:39:37','2016-11-30 12:39:37'),(6,1,'Can we talk first before I commit myself?','can-we-talk-first-before-i-commit-myself','','',6,1,'2016-11-30 12:39:56','1970-01-01 02:00:00','2016-11-30 12:39:56','2016-11-30 12:39:56'),(7,1,'Does your company work with clients all over the world?','does-your-company-work-with-clients-all-over-the-world','','',7,1,'2016-11-30 12:41:04','1970-01-01 02:00:00','2016-11-30 12:41:04','2016-11-30 12:41:04'),(8,1,'Where are you located?','where-are-you-located','','',8,1,'2016-11-30 12:41:21','1970-01-01 02:00:00','2016-11-30 12:41:21','2016-11-30 12:41:21'),(9,1,'What type of businesses has the agency worked with?','what-type-of-businesses-has-the-agency-worked-with','','',9,1,'2016-11-30 12:41:59','1970-01-01 02:00:00','2016-11-30 12:41:59','2016-11-30 12:41:59'),(10,1,'Can I see some more samples of your work?','can-i-see-some-more-samples-of-your-work','','',10,1,'2016-11-30 12:42:29','1970-01-01 02:00:00','2016-11-30 12:42:29','2016-11-30 12:42:29'),(11,1,'Who can I contact for questions or concerns?','who-can-i-contact-for-questions-or-concerns','','',11,1,'2016-11-30 12:42:47','1970-01-01 02:00:00','2016-11-30 12:42:47','2016-11-30 12:42:47'),(12,2,'What is VISMARK®App?','what-is-vismark-app','','',12,1,'2016-11-30 12:43:04','1970-01-01 02:00:00','2016-11-30 12:43:04','2016-11-30 12:43:04'),(13,2,'What features VISMARK®App has?','what-features-vismark-app-has','','',13,1,'2016-11-30 12:44:14','1970-01-01 02:00:00','2016-11-30 12:44:14','2016-11-30 12:44:14'),(14,2,'How can I create an account and access the app?','how-can-i-create-an-account-and-access-the-app','','',14,1,'2016-11-30 12:44:37','1970-01-01 02:00:00','2016-11-30 12:44:37','2016-11-30 12:44:37'),(15,2,'Is VISMARK®App freelance platform?','is-vismark-app-freelance-platform','','',15,1,'2016-11-30 12:45:11','1970-01-01 02:00:00','2016-11-30 12:45:11','2016-11-30 12:45:11'),(16,2,'On what devices can I use VISMARK®App?','on-what-devices-can-i-use-vismark-app','','',16,1,'2016-11-30 12:45:30','1970-01-01 02:00:00','2016-11-30 12:45:30','2016-11-30 12:45:30'),(17,2,'How much do I need to pay for an account?','how-much-do-i-need-to-pay-for-an-account','','',17,1,'2016-11-30 12:45:45','1970-01-01 02:00:00','2016-11-30 12:45:45','2016-11-30 12:45:45'),(18,3,'How do I get started with my project?','how-do-i-get-started-with-my-project','','',18,1,'2016-11-30 12:46:13','1970-01-01 02:00:00','2016-11-30 12:46:13','2016-11-30 12:46:13'),(20,3,'What services do you provide?','what-services-do-you-provide','','',20,1,'2016-11-30 12:47:35','1970-01-01 02:00:00','2016-11-30 12:47:35','2016-11-30 12:47:35'),(21,3,'What does the design agency actually do?','what-does-the-design-agency-actually-do','','',21,1,'2016-11-30 12:48:02','1970-01-01 02:00:00','2016-11-30 12:48:02','2016-11-30 12:48:02'),(22,3,'Do you provide print services?','do-you-provide-print-services','','',22,1,'2016-11-30 12:48:56','1970-01-01 02:00:00','2016-11-30 12:48:56','2016-11-30 12:48:56'),(23,3,'What if I am not satisfied with my final product?','what-if-i-am-not-satisfied-with-my-final-product','','',23,1,'2016-11-30 12:49:25','1970-01-01 02:00:00','2016-11-30 12:49:25','2016-11-30 12:49:25'),(24,3,'Will I own the rights to a logo (or any design material) that you design for us?','will-i-own-the-rights-to-a-logo-or-any-design-material-that-you-design-for-us','','',24,1,'2016-11-30 12:49:40','1970-01-01 02:00:00','2016-11-30 12:49:40','2016-11-30 12:49:40'),(25,3,'Can my logo be integrated into other projects (web, printing, etc)?','can-my-logo-be-integrated-into-other-projects-web-printing-etc','','',25,1,'2016-11-30 12:51:30','1970-01-01 02:00:00','2016-11-30 12:51:30','2016-11-30 12:51:30'),(26,3,'How do design versions differ from design revisions?','how-do-design-versions-differ-from-design-revisions','','',26,1,'2016-11-30 12:53:09','1970-01-01 02:00:00','2016-11-30 12:53:09','2016-11-30 12:53:09'),(27,3,'What if I change my mind in the middle of a job?','what-if-i-change-my-mind-in-the-middle-of-a-job','','',27,1,'2016-11-30 12:53:30','1970-01-01 02:00:00','2016-11-30 12:53:30','2016-11-30 12:53:30'),(28,3,'How do you deliver my design files?','how-do-you-deliver-my-design-files','','',28,1,'2016-11-30 12:53:51','1970-01-01 02:00:00','2016-11-30 12:53:51','2016-11-30 12:53:51'),(29,3,'Will you provide me with scalable vector files for my logo print materials?','will-you-provide-me-with-scalable-vector-files-for-my-logo-print-materials','','',29,1,'2016-11-30 12:54:09','1970-01-01 02:00:00','2016-11-30 12:54:09','2016-11-30 12:54:09'),(30,3,'Can I edit my business cards and stationery?','can-i-edit-my-business-cards-and-stationery','','',30,1,'2016-11-30 12:54:35','1970-01-01 02:00:00','2016-11-30 12:54:35','2016-11-30 12:54:35'),(31,3,'Can you design my business cards, letter heads and envelopes along with my new logo design?','can-you-design-my-business-cards-letter-heads-and-envelopes-along-with-my-new-logo-design','','',31,1,'2016-11-30 12:55:32','1970-01-01 02:00:00','2016-11-30 12:55:32','2016-11-30 12:55:32'),(32,3,'How long before I see my first designs?','how-long-before-i-see-my-first-designs','','',32,1,'2016-11-30 12:56:15','1970-01-01 02:00:00','2016-11-30 12:56:15','2016-11-30 12:56:15'),(33,3,'Do you keep my design files after we finish the project?','do-you-keep-my-design-files-after-we-finish-the-project','','',33,1,'2016-11-30 12:56:47','1970-01-01 02:00:00','2016-11-30 12:56:47','2016-11-30 12:56:47'),(34,4,'How much do you charge?','how-much-do-you-charge','','',34,1,'2016-11-30 12:58:02','1970-01-01 02:00:00','2016-11-30 12:58:02','2016-11-30 12:58:02'),(35,4,'Should I just look for the best price?','should-i-just-look-for-the-best-price','','',35,1,'2016-11-30 12:58:48','1970-01-01 02:00:00','2016-11-30 12:58:48','2016-11-30 12:58:48'),(36,4,'I have many items to produce, can we arrange for a monthly retainer fee for you to create everything for us?','i-have-many-items-to-produce-can-we-arrange-for-a-monthly-retainer-fee-for-you-to-create-everything-for-us','','',36,1,'2016-11-30 12:59:04','1970-01-01 02:00:00','2016-11-30 12:59:04','2016-11-30 12:59:04'),(37,4,'What are your billing policies?','what-are-your-billing-policies','','',37,1,'2016-11-30 12:59:25','1970-01-01 02:00:00','2016-11-30 12:59:25','2016-11-30 12:59:25'),(38,4,'What if I change my mind after the project has commenced?','what-if-i-change-my-mind-after-the-project-has-commenced','','',38,1,'2016-11-30 13:00:58','1970-01-01 02:00:00','2016-11-30 13:00:58','2016-11-30 13:00:58'),(39,4,'How can I make payments to you?','how-can-i-make-payments-to-you','','',39,1,'2016-11-30 13:01:17','1970-01-01 02:00:00','2016-11-30 13:01:17','2016-11-30 13:01:17'),(40,4,'Do you accept credit cards?','do-you-accept-credit-cards','','',40,1,'2016-11-30 13:01:43','1970-01-01 02:00:00','2016-11-30 13:01:43','2016-11-30 13:01:43'),(41,4,'What happens if I don’t pay my bills in time?','what-happens-if-i-don-t-pay-my-bills-in-time','','',41,1,'2016-11-30 13:02:28','1970-01-01 02:00:00','2016-11-30 13:02:28','2016-11-30 13:02:28'),(42,5,'What is your Privacy Policy?','what-is-your-privacy-policy','','',42,1,'2016-11-30 13:03:33','1970-01-01 02:00:00','2016-11-30 13:03:33','2016-11-30 13:03:33'),(43,5,'What are the Terms and Conditions of Use for VISMARK® websites?','what-are-the-terms-and-conditions-of-use-for-vismark-websites','','',43,1,'2016-11-30 13:04:10','1970-01-01 02:00:00','2016-11-30 13:04:10','2016-11-30 13:04:10'),(44,5,'Is my personal information secure?','is-my-personal-information-secure','','',44,1,'2016-11-30 13:04:50','1970-01-01 02:00:00','2016-11-30 13:04:50','2016-11-30 13:04:50'),(45,5,'Will this privacy policy change?','will-this-privacy-policy-change','','',45,1,'2016-11-30 13:05:33','1970-01-01 02:00:00','2016-11-30 13:05:33','2016-11-30 13:05:33'),(46,5,'I have an idea that I would like to protect, does VISMARK® sign non-disclosure agreements?','i-have-an-idea-that-i-would-like-to-protect-does-vismark-sign-non-disclosure-agreements','','',46,1,'2016-11-30 13:06:07','1970-01-01 02:00:00','2016-11-30 13:06:07','2016-11-30 13:06:07'),(47,5,'How can I protect my business name?','how-can-i-protect-my-business-name','','',47,1,'2016-11-30 13:06:27','1970-01-01 02:00:00','2016-11-30 13:06:27','2016-11-30 13:06:27'),(48,6,'Where can I find the available jobs?','where-can-i-find-the-available-jobs','','',48,1,'2016-11-30 13:06:59','1970-01-01 02:00:00','2016-11-30 13:06:59','2016-11-30 13:06:59'),(49,6,'How should I apply?','how-should-i-apply','','',49,1,'2016-11-30 13:07:31','1970-01-01 02:00:00','2016-11-30 13:07:31','2016-11-30 13:07:31'),(50,6,'How does the recruiting process work?','how-does-the-recruiting-process-work','','',50,1,'2016-11-30 13:07:46','1970-01-01 02:00:00','2016-11-30 13:07:46','2016-11-30 13:07:46'),(51,6,'What kind of people are you looking for?','what-kind-of-people-are-you-looking-for','','',51,1,'2016-11-30 13:08:08','1970-01-01 02:00:00','2016-11-30 13:08:08','2016-11-30 13:08:08'),(52,6,'How much experience do I need?','how-much-experience-do-i-need','','',52,1,'2016-11-30 13:08:28','1970-01-01 02:00:00','2016-11-30 13:08:28','2016-11-30 13:08:28'),(53,6,'How can I stand out?','how-can-i-stand-out','','',53,1,'2016-11-30 13:08:45','1970-01-01 02:00:00','2016-11-30 13:08:45','2016-11-30 13:08:45'),(54,6,'Will you contact me regarding the status of my application?','will-you-contact-me-regarding-the-status-of-my-application','','',54,1,'2016-11-30 13:09:03','1970-01-01 02:00:00','2016-11-30 13:09:03','2016-11-30 13:09:03'),(55,6,'Does VISMARK® offer internships?','does-vismark-offer-internships','','',55,1,'2016-11-30 13:09:22','1970-01-01 02:00:00','2016-11-30 13:09:22','2016-11-30 13:09:22'),(56,6,'I still have questions. May I talk with someone?','i-still-have-questions-may-i-talk-with-someone','','',56,1,'2016-11-30 13:09:54','1970-01-01 02:00:00','2016-11-30 13:09:54','2016-11-30 13:09:54');
/*!40000 ALTER TABLE `cms_module_faq_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_gallery`
--

DROP TABLE IF EXISTS `cms_module_gallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_gallery` (
  `fileid` int(11) NOT NULL AUTO_INCREMENT,
  `filename` varchar(255) DEFAULT NULL,
  `filepath` varchar(255) DEFAULT NULL,
  `filedate` datetime DEFAULT NULL,
  `fileorder` int(11) DEFAULT NULL,
  `active` int(11) DEFAULT NULL,
  `defaultfile` int(11) DEFAULT NULL,
  `galleryid` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `comment` text DEFAULT NULL,
  PRIMARY KEY (`fileid`)
) ENGINE=MyISAM AUTO_INCREMENT=89 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_gallery`
--

LOCK TABLES `cms_module_gallery` WRITE;
/*!40000 ALTER TABLE `cms_module_gallery` DISABLE KEYS */;
INSERT INTO `cms_module_gallery` VALUES (1,'','','2016-07-06 10:34:18',-1,1,0,0,'',''),(2,'Galerie-Foto/','','2016-07-06 12:47:39',0,1,0,1,'',''),(56,'Caritsan Ioana017.JPG','Galerie-Foto/','2016-08-22 16:10:15',0,1,0,2,'',''),(5,'IMG_0009JPG.jpg','Galerie-Foto/','2016-07-06 13:07:41',6,1,0,2,'',''),(6,'IMG_0593.jpg','Galerie-Foto/','2016-07-06 13:07:43',11,1,0,2,'',''),(7,'IMG_0627.jpg','Galerie-Foto/','2016-07-06 13:08:00',28,1,0,2,'',''),(8,'IMG_0667.jpg','Galerie-Foto/','2016-07-06 13:08:09',41,1,0,2,'',''),(9,'IMG_0606.jpg','Galerie-Foto/','2016-07-06 13:07:47',17,1,0,2,'',''),(53,'Caritsan Ioana053.JPG','Galerie-Foto/','2016-08-22 16:10:39',0,1,0,2,'',''),(12,'IMG_0619.jpg','Galerie-Foto/','2016-07-06 13:07:52',24,1,0,2,'',''),(13,'IMG_0007JPG.jpg','Galerie-Foto/','2016-07-06 13:07:41',4,1,0,2,'',''),(14,'IMG_0673.jpg','Galerie-Foto/','2016-07-06 13:08:09',43,1,0,2,'',''),(15,'IMG_0637.jpg','Galerie-Foto/','2016-07-06 13:08:01',31,1,0,2,'',''),(16,'IMG_0616.jpg','Galerie-Foto/','2016-07-06 13:07:50',23,1,0,2,'',''),(18,'IMG_0639.jpg','Galerie-Foto/','2016-07-06 13:08:02',32,1,0,2,'',''),(19,'IMG_0645-vert.jpg','Galerie-Foto/','2016-07-06 13:08:07',36,1,0,2,'',''),(23,'IMG_0649.jpg','Galerie-Foto/','2016-07-06 13:08:08',39,1,0,2,'',''),(27,'IMG_0008JPG.jpg','Galerie-Foto/','2016-07-06 13:07:41',5,1,0,2,'',''),(29,'IMG_0634.jpg','Galerie-Foto/','2016-07-06 13:08:01',30,1,0,2,'',''),(30,'IMG_0641.jpg','Galerie-Foto/','2016-07-06 13:08:04',33,1,0,2,'',''),(54,'Caritsan Ioana090.JPG','Galerie-Foto/','2016-08-22 16:10:53',0,1,0,2,'',''),(33,'IMG_0011JPG.jpg','Galerie-Foto/','2016-07-06 13:07:42',7,1,0,2,'',''),(34,'IMG_0615.jpg','Galerie-Foto/','2016-07-06 13:07:49',22,1,0,2,'',''),(36,'IMG_0613.jpg','Galerie-Foto/','2016-07-06 13:07:48',20,1,0,2,'',''),(37,'IMG_0651.jpg','Galerie-Foto/','2016-07-06 13:08:08',40,1,0,2,'',''),(38,'IMG_0645.jpg','Galerie-Foto/','2016-07-06 13:08:06',35,1,0,2,'',''),(52,'Caritsan Ioana012.JPG','Galerie-Foto/','2016-08-22 16:10:06',0,1,0,2,'',''),(40,'IMG_0668.jpg','Galerie-Foto/','2016-07-06 13:08:09',42,1,0,2,'',''),(42,'IMG_0005JPG.jpg','Galerie-Foto/','2016-07-06 13:07:40',3,1,0,2,'',''),(44,'csm.jpg','Galerie-Foto/','2016-07-06 13:07:40',1,1,0,2,'',''),(45,'IMG_0591.jpg','Galerie-Foto/','2016-07-06 13:07:43',10,1,0,2,'',''),(55,'Caritsan Ioana011.JPG','Galerie-Foto/','2016-08-22 16:10:03',0,1,0,2,'',''),(49,'IMG_0633.jpg','Galerie-Foto/','2016-07-06 13:08:00',29,1,0,2,'',''),(57,'Caritsan Ioana056.JPG','Galerie-Foto/','2016-08-22 16:10:44',0,1,0,2,'',''),(59,'Caritsan Ioana022.JPG','Galerie-Foto/','2016-08-22 16:10:17',0,1,0,2,'',''),(60,'Caritsan Ioana050.JPG','Galerie-Foto/','2016-08-22 16:10:34',0,1,0,2,'',''),(61,'Caritsan Ioana030.JPG','Galerie-Foto/','2016-08-22 16:10:20',0,1,0,2,'',''),(62,'Caritsan Ioana006.JPG','Galerie-Foto/','2016-08-22 16:09:49',0,1,0,2,'',''),(63,'Caritsan Ioana032.JPG','Galerie-Foto/','2016-08-22 16:10:26',0,1,0,2,'',''),(64,'Caritsan Ioana046.JPG','Galerie-Foto/','2016-08-22 16:10:28',0,1,0,2,'',''),(65,'Caritsan Ioana100.JPG','Galerie-Foto/','2016-08-22 16:11:01',0,1,0,2,'',''),(66,'_D1A0574.jpg','Galerie-Foto/','2016-08-22 16:09:42',0,1,0,2,'',''),(67,'Caritsan Ioana092.JPG','Galerie-Foto/','2016-08-22 16:10:54',0,1,0,2,'',''),(68,'Caritsan Ioana097.JPG','Galerie-Foto/','2016-08-22 16:10:58',0,1,0,2,'',''),(69,'Caritsan Ioana015.JPG','Galerie-Foto/','2016-08-22 16:10:12',0,1,0,2,'',''),(78,'Caritsan_AndreeaMaria0057.JPG','Galerie-Foto/','2016-11-07 14:14:53',0,1,0,2,'',''),(71,'Caritsan_AndreeaS157.JPG','Galerie-Foto/','2016-10-04 14:17:42',0,1,0,2,'',''),(72,'Caritsan_AndreeaS006.JPG','Galerie-Foto/','2016-10-04 14:18:06',0,1,0,2,'',''),(73,'Caritsan_AndreeaS041.JPG','Galerie-Foto/','2016-10-04 14:18:40',0,1,0,2,'',''),(74,'Caritsan_AndreeaS083.JPG','Galerie-Foto/','2016-10-04 14:19:56',0,1,0,2,'',''),(75,'Caritsan_AndreeaS154.JPG','Galerie-Foto/','2016-10-04 14:19:24',0,1,0,2,'',''),(76,'Caritsan_AndreeaS037.JPG','Galerie-Foto/','2016-10-04 14:18:27',0,1,0,2,'',''),(77,'Caritsan_AndreeaS165.JPG','Galerie-Foto/','2016-10-04 14:18:55',0,1,0,2,'',''),(79,'Caritsan_AndreeaMaria0005.JPG','Galerie-Foto/','2016-11-07 14:14:51',0,1,0,2,'',''),(80,'Caritsan_AndreeaMaria0067.JPG','Galerie-Foto/','2016-11-07 14:14:53',0,1,0,2,'',''),(81,'Caritsan_AndreeaMaria0141.JPG','Galerie-Foto/','2016-11-07 14:14:55',0,1,0,2,'',''),(82,'Caritsan_AndreeaMaria0040.JPG','Galerie-Foto/','2016-11-07 14:14:52',0,1,0,2,'',''),(83,'Caritsan_AndreeaMaria0116.JPG','Galerie-Foto/','2016-11-07 14:14:54',0,1,0,2,'',''),(84,'Caritsan_AndreeaMaria0006.JPG','Galerie-Foto/','2016-11-07 14:14:51',0,1,0,2,'',''),(85,'Caritsan_AndreeaMaria0002.JPG','Galerie-Foto/','2016-11-07 14:14:50',0,1,0,2,'',''),(86,'Caritsan_AndreeaMaria0048.JPG','Galerie-Foto/','2016-11-07 14:14:52',0,1,0,2,'',''),(87,'Caritsan_AndreeaMaria0155.JPG','Galerie-Foto/','2016-11-07 14:14:56',0,1,0,2,'',''),(88,'Caritsan_AndreeaMaria0113.JPG','Galerie-Foto/','2016-11-07 14:14:54',0,1,0,2,'','');
/*!40000 ALTER TABLE `cms_module_gallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_gallery_fielddefs`
--

DROP TABLE IF EXISTS `cms_module_gallery_fielddefs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_gallery_fielddefs` (
  `fieldid` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `properties` varchar(255) DEFAULT NULL,
  `dirfield` tinyint(4) DEFAULT NULL,
  `sortorder` int(11) DEFAULT NULL,
  `public` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`fieldid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_gallery_fielddefs`
--

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

--
-- Table structure for table `cms_module_gallery_fieldvals`
--

DROP TABLE IF EXISTS `cms_module_gallery_fieldvals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_gallery_fieldvals` (
  `fileid` int(11) NOT NULL,
  `fieldid` int(11) NOT NULL,
  `value` text DEFAULT NULL,
  PRIMARY KEY (`fileid`,`fieldid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_gallery_fieldvals`
--

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

--
-- Table structure for table `cms_module_gallery_props`
--

DROP TABLE IF EXISTS `cms_module_gallery_props`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_gallery_props` (
  `fileid` int(11) NOT NULL,
  `templateid` int(11) DEFAULT NULL,
  `hideparentlink` int(11) DEFAULT NULL,
  `feugroups` varchar(255) DEFAULT NULL,
  `editors` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`fileid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_gallery_props`
--

LOCK TABLES `cms_module_gallery_props` WRITE;
/*!40000 ALTER TABLE `cms_module_gallery_props` DISABLE KEYS */;
INSERT INTO `cms_module_gallery_props` VALUES (1,0,1,NULL,''),(2,0,1,NULL,'1');
/*!40000 ALTER TABLE `cms_module_gallery_props` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_gallery_templateprops`
--

DROP TABLE IF EXISTS `cms_module_gallery_templateprops`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_gallery_templateprops` (
  `templateid` int(11) NOT NULL AUTO_INCREMENT,
  `template` varchar(255) DEFAULT NULL,
  `version` varchar(20) DEFAULT NULL,
  `about` text DEFAULT NULL,
  `thumbwidth` int(11) DEFAULT NULL,
  `thumbheight` int(11) DEFAULT NULL,
  `resizemethod` varchar(10) DEFAULT NULL,
  `maxnumber` int(11) DEFAULT NULL,
  `sortitems` varchar(255) DEFAULT NULL,
  `jsposition` int(11) DEFAULT NULL,
  `visible` int(11) DEFAULT NULL,
  PRIMARY KEY (`templateid`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_gallery_templateprops`
--

LOCK TABLES `cms_module_gallery_templateprops` WRITE;
/*!40000 ALTER TABLE `cms_module_gallery_templateprops` DISABLE KEYS */;
INSERT INTO `cms_module_gallery_templateprops` VALUES (1,'AE-Gallery','1.2.7-1','<p>This Gallerytemplate uses the AD-Gallery jQuery plugin version 1.2.7 by Anders Ekdahl.</p>\r\n<p>For the CMSms Gallery Module, the name is changed to AE-Gallery, to prevent the script being blocked by Ad-block browser plugins. All occurences of \'ad\' have been replaced by \'ae\' (the initials of the author).</p>\r\n<p>A demo (download) and documentation for extra options can be found at <a href=\"https://adgallery.codeplex.com/\" target=\"_blank\">adgallery.codeplex.com</a></p>\r\n<p>Files that come with AE-Gallery are stored in modules/Gallery/templates/ae-gallery/</p>\r\n<p>The AD-Gallery plugin is dual licensed under the MIT (<a href=\"http://www.opensource.org/licenses/mit-license.php\" target=\"_blank\">www.opensource.org/licenses/mit-license.php</a>) and GPL (<a href=\"http://www.opensource.org/licenses/gpl-license.php\" target=\"_blank\">www.opensource.org/licenses/gpl-license.php</a>) licenses.</p>',NULL,NULL,NULL,NULL,'s+file',0,1),(2,'Cycle','1.7-1','<p>This Gallerytemplate uses the jQuery Cycle Lite plugin version 1.7</p>\r\n<p>Documentation for extra options can be found at <a href=\"http://jquery.malsup.com/cycle/lite/\" target=\"_blank\">jquery.malsup.com/cycle/lite</a></p>\r\n<p>Files that come with Cycle are stored in <em>modules/Gallery/templates/cycle/</em></p>\r\n<p>Cycle was built using the <a href=\"http://jquery.com/\">jQuery library</a>. Licensed under both <a href=\"http://docs.jquery.com/Licensing\">MIT and GPL licenses</a></p>',300,120,'cr',NULL,'0',0,1),(3,'Fancybox','1.3.4-3','<p>This Gallerytemplate uses the Fancybox system version 1.3.4</p>\r\n<p>Documentation for extra options can be found at <a href=\"http://www.fancybox.net/\" target=\"_blank\">www.fancybox.net</a></p>\r\n<p>Files that come with Fancybox are stored in <em>modules/Gallery/templates/fancybox/</em></p>\r\n<p>Fancybox was built using the <a href=\"http://jquery.com/\">jQuery library</a>. Licensed under both <a href=\"http://docs.jquery.com/Licensing\">MIT and GPL licenses</a></p>',NULL,NULL,NULL,NULL,'n-isdir/s+file',0,1),(4,'gallerytree','1.0','<p>This template is ment for the {Gallery action=\'gallerytree\' template=\'gallerytree\'} call.</p>\r\n<p>The generated tree respects the sortorder settings for each (sub)gallery. Setting a sortorder for this template won\'t make any difference.</p>',NULL,NULL,NULL,NULL,'0',0,0),(5,'Lightbox','2.8.2-2','<p>This Gallerytemplate uses the Lightbox2 system version 2.8.2 by Lokesh Dhakar</p>\r\n<p>Documentation can be found at <a href=\"http://lokeshdhakar.com/projects/lightbox2/\" target=\"_blank\">www.lokeshdhakar.com/projects/lightbox2</a></p>\r\n<p>Files that come with Lightbox are stored in <em>modules/Gallery/templates/lightbox/</em></p>\r\n<p>Lightbox was built using the <a href=\"http://jquery.com/\">jQuery library</a>. Licensed under the <a href=\"https://raw.githubusercontent.com/lokesh/lightbox2/master/LICENSE\">MIT License</a></p>',NULL,NULL,NULL,NULL,'n-isdir/s+file',1,1),(6,'prettyPhoto','3.1.6-1','<p>This Gallerytemplate uses the prettyPhoto system version 3.1.6</p>\r\n<p>Documentation for extra options can be found at <a href=\"http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/\" target=\"_blank\">www.no-margin-for-errors.com</a></p>\r\n<p>Files that come with prettyPhoto are stored in <em>modules/Gallery/templates/prettyphoto/</em></p>\r\n<p>prettyPhoto was built using the <a href=\"http://jquery.com/\">jQuery library</a>. It is released under the <a href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GPLv2</a> or <a href=\"http://creativecommons.org/licenses/by/2.5/\">Creative Commons 2.5</a> license.</p>',300,300,'cr',NULL,'n-isdir/s+file',1,1),(7,'Slimbox','2.05-1','<p>This Gallerytemplate uses the Slimbox system version 2.05, a lightweight Lightbox clone using the jQuery javascript library, by Christophe Beyls.</p>\r\n<p>Documentation can be found at <a href=\"http://www.digitalia.be/software/slimbox2\">www.digitalia.be/software/slimbox2</a></p>\r\n<p>Files that come with Slimbox are stored in <em>modules/Gallery/templates/slimbox/</em></p>\r\nLicensed under <a href=\"http://www.opensource.org/licenses/mit-license.php\">MIT License</a>',NULL,NULL,NULL,NULL,'n-isdir/s+file',0,1);
/*!40000 ALTER TABLE `cms_module_gallery_templateprops` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_generator`
--

DROP TABLE IF EXISTS `cms_module_generator`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_generator` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `module_name` varchar(255) DEFAULT NULL,
  `attach` varchar(255) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_generator`
--

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

--
-- Table structure for table `cms_module_parteneri_categories`
--

DROP TABLE IF EXISTS `cms_module_parteneri_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_parteneri_categories` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(255) DEFAULT NULL,
  `category_alias` varchar(255) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `hierarchy` varchar(255) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `hierarchy_position` varchar(255) DEFAULT NULL,
  `long_name` text DEFAULT NULL,
  `usergroup` int(11) DEFAULT NULL,
  `create_date` time DEFAULT NULL,
  `modified_date` time DEFAULT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_parteneri_categories`
--

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

--
-- Table structure for table `cms_module_parteneri_fielddef`
--

DROP TABLE IF EXISTS `cms_module_parteneri_fielddef`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_parteneri_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,
  `section` varchar(10) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `required` int(1) DEFAULT NULL,
  `editview` int(1) DEFAULT NULL,
  `filter_frontend` int(1) DEFAULT NULL,
  `filter_admin` int(1) DEFAULT NULL,
  `searchable` int(1) DEFAULT NULL,
  `extra` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`fielddef_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_parteneri_fielddef`
--

LOCK TABLES `cms_module_parteneri_fielddef` WRITE;
/*!40000 ALTER TABLE `cms_module_parteneri_fielddef` DISABLE KEYS */;
INSERT INTO `cms_module_parteneri_fielddef` VALUES (1,'Imagine Partener','logo_partener','','upload_file','items',1,1,0,NULL,NULL,NULL,'allow[gif,png,jpeg,jpg]');
/*!40000 ALTER TABLE `cms_module_parteneri_fielddef` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_parteneri_fieldval`
--

DROP TABLE IF EXISTS `cms_module_parteneri_fieldval`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_parteneri_fieldval` (
  `item_id` int(11) NOT NULL,
  `fielddef_id` int(11) NOT NULL,
  `value` text DEFAULT NULL,
  PRIMARY KEY (`item_id`,`fielddef_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_parteneri_fieldval`
--

LOCK TABLES `cms_module_parteneri_fieldval` WRITE;
/*!40000 ALTER TABLE `cms_module_parteneri_fieldval` DISABLE KEYS */;
INSERT INTO `cms_module_parteneri_fieldval` VALUES (12,1,'15.png'),(13,1,'14.png'),(14,1,'13.png'),(15,1,'12.png'),(16,1,'11.png'),(17,1,'10.png'),(18,1,'9.png'),(19,1,'8.png'),(20,1,'7.png'),(21,1,'6.png'),(22,1,'5.png'),(23,1,'4.png'),(24,1,'3.png'),(25,1,'2.png'),(26,1,'1.png'),(27,1,'vismark03.png'),(28,1,'vismark01.png'),(29,1,'vismark02.png');
/*!40000 ALTER TABLE `cms_module_parteneri_fieldval` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_parteneri_images`
--

DROP TABLE IF EXISTS `cms_module_parteneri_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_parteneri_images` (
  `image_id` int(10) NOT NULL AUTO_INCREMENT,
  `item_id` int(10) DEFAULT NULL,
  `filename` varchar(255) DEFAULT NULL,
  `position` int(10) DEFAULT NULL,
  PRIMARY KEY (`image_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_parteneri_images`
--

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

--
-- Table structure for table `cms_module_parteneri_item`
--

DROP TABLE IF EXISTS `cms_module_parteneri_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_parteneri_item` (
  `item_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_id` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `recursive` varchar(50) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `active` int(1) DEFAULT NULL,
  `item_date` datetime DEFAULT NULL,
  `item_date_end` datetime DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`item_id`),
  KEY `cms_parteneri_url` (`url`),
  KEY `cms_parteneri_category_id` (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_parteneri_item`
--

LOCK TABLES `cms_module_parteneri_item` WRITE;
/*!40000 ALTER TABLE `cms_module_parteneri_item` DISABLE KEYS */;
INSERT INTO `cms_module_parteneri_item` VALUES (12,0,'Speed Pizza','speed-pizza','','',1,1,'2017-01-04 17:06:51','0000-00-00 00:00:00','2017-01-04 17:06:51','2017-01-04 17:06:51'),(13,0,'Agentia de Turism KUSADASI','agentia-de-turism-kusadasi','','',2,1,'2017-01-04 17:07:08','0000-00-00 00:00:00','2017-01-04 17:07:08','2017-01-04 17:07:08'),(14,0,'International Airport Mihail Kogalniceanu Constanta','international-airport-mihail-kogalniceanu-constanta','','',3,1,'2017-01-04 17:07:41','1970-01-01 02:00:00','2017-01-04 17:07:41','2017-01-04 17:07:41'),(15,0,'Bizz Club','bizz-club','','',4,1,'2017-01-04 17:09:23','0000-00-00 00:00:00','2017-01-04 17:09:24','2017-01-04 17:09:24'),(16,0,'Soleta','soleta','','',5,1,'2017-01-04 17:09:38','0000-00-00 00:00:00','2017-01-04 17:09:38','2017-01-04 17:09:38'),(17,0,'Lorand Soares Szasz','lorand-soares-szasz','','',6,1,'2017-01-04 17:09:57','0000-00-00 00:00:00','2017-01-04 17:09:57','2017-01-04 17:09:57'),(18,0,'Deutz-Fahr','deutz-fahr','','',7,1,'2017-01-04 17:10:21','0000-00-00 00:00:00','2017-01-04 17:10:21','2017-01-04 17:10:21'),(19,0,'Granini','granini','','',8,1,'2017-01-04 17:10:37','0000-00-00 00:00:00','2017-01-04 17:10:37','2017-01-04 17:10:37'),(20,0,'Air Bucharest','air-bucharest','','',9,1,'2017-01-04 17:10:52','0000-00-00 00:00:00','2017-01-04 17:10:52','2017-01-04 17:10:52'),(21,0,'Stalinskaya','stalinskaya','','',10,1,'2017-01-04 17:11:22','0000-00-00 00:00:00','2017-01-04 17:11:22','2017-01-04 17:11:22'),(22,0,'Leonidas','leonidas','','',11,1,'2017-01-04 17:11:38','0000-00-00 00:00:00','2017-01-04 17:11:38','2017-01-04 17:11:38'),(23,0,'Kaufland','kaufland','','',12,1,'2017-01-04 17:11:53','0000-00-00 00:00:00','2017-01-04 17:11:53','2017-01-04 17:11:53'),(24,0,'LEGO','lego','','',13,1,'2017-01-04 17:12:10','0000-00-00 00:00:00','2017-01-04 17:12:10','2017-01-04 17:12:10'),(25,0,'F64','f64','','',14,1,'2017-01-04 17:12:27','0000-00-00 00:00:00','2017-01-04 17:12:27','2017-01-04 17:12:27'),(26,0,'OTTER','otter','','',15,1,'2017-01-04 17:12:38','0000-00-00 00:00:00','2017-01-04 17:12:38','2017-01-04 17:12:38'),(27,0,'fra','fra','','',16,1,'2017-02-22 15:16:37','0000-00-00 00:00:00','2017-02-22 15:16:37','2017-02-22 15:16:37'),(28,0,'blackd','blackd','','',17,1,'2017-02-22 15:16:56','0000-00-00 00:00:00','2017-02-22 15:16:56','2017-02-22 15:16:56'),(29,0,'bd','bd','','',18,1,'2017-02-22 15:17:13','0000-00-00 00:00:00','2017-02-22 15:17:13','2017-02-22 15:17:13');
/*!40000 ALTER TABLE `cms_module_parteneri_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_portfolio_categories`
--

DROP TABLE IF EXISTS `cms_module_portfolio_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_portfolio_categories` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(255) DEFAULT NULL,
  `category_alias` varchar(255) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `hierarchy` varchar(255) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `hierarchy_position` varchar(255) DEFAULT NULL,
  `long_name` text DEFAULT NULL,
  `usergroup` int(11) DEFAULT NULL,
  `create_date` time DEFAULT NULL,
  `modified_date` time DEFAULT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=277 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_portfolio_categories`
--

LOCK TABLES `cms_module_portfolio_categories` WRITE;
/*!40000 ALTER TABLE `cms_module_portfolio_categories` DISABLE KEYS */;
INSERT INTO `cms_module_portfolio_categories` VALUES (89,'Fotografi-Cameramani.ro','',-1,'00089',37,'00037','Fotografi-Cameramani.ro',0,'16:31:34','16:31:34'),(90,'Gents Hairdresser - Austria','gents-hairdresser-brand-design',-1,'00090',38,'00038','Gents Hairdresser - Austria',0,'16:32:15','18:20:39'),(88,'Cafeneaua F64','',-1,'00088',36,'00036','Cafeneaua F64',0,'16:31:15','16:31:15'),(85,'Endurest Tours','',-1,'00085',33,'00033','Endurest Tours',0,'16:30:25','16:30:25'),(86,'Extrem Guard','',-1,'00086',34,'00034','Extrem Guard',0,'16:30:39','16:30:39'),(87,'F64 Studio','',-1,'00087',35,'00035','F64 Studio',0,'16:30:56','16:30:56'),(79,'Euphonic, USA','',-1,'00079',27,'00027','Euphonic, USA',0,'16:28:46','22:04:41'),(80,'DEX Auto Expert','',-1,'00080',28,'00028','DEX Auto Expert',0,'16:29:04','16:29:04'),(81,'Dolce Nera','dolce-nera',-1,'00081',29,'00029','Dolce Nera',0,'16:29:19','09:37:52'),(82,'Foggi Jeans','',-1,'00082',30,'00030','Foggi Jeans',0,'16:29:34','16:29:34'),(83,'Eduard Sandu - Ventriloc','',-1,'00083',31,'00031','Eduard Sandu - Ventriloc',0,'16:29:47','16:29:47'),(84,'Eka Expert','',-1,'00084',32,'00032','Eka Expert',0,'16:30:01','16:30:01'),(72,'CONS DDA','',-1,'00072',20,'00020','CONS DDA',0,'16:26:19','16:26:19'),(73,'Control F5','',-1,'00073',21,'00021','Control F5',0,'16:26:34','16:26:34'),(74,'Crama Gabai','crama-gabai-packaging-design',-1,'00074',22,'00022','Crama Gabai',0,'16:27:18','09:30:42'),(75,'Creative Coding','',-1,'00075',23,'00023','Creative Coding',0,'16:27:38','16:27:38'),(76,'Crystal Dental Clinic','',-1,'00076',24,'00024','Crystal Dental Clinic',0,'16:27:57','16:27:57'),(77,'Protect Life, USA','',-1,'00077',25,'00025','Protect Life, USA',0,'16:28:11','22:04:29'),(78,'Essence, USA','',-1,'00078',26,'00026','Essence, USA',0,'16:28:28','22:04:52'),(66,'CabinaFotoIeftina.ro','',-1,'00066',14,'00014','CabinaFotoIeftina.ro',0,'16:24:08','16:24:08'),(67,'Carit San Medical','',-1,'00067',15,'00015','Carit San Medical',0,'16:24:24','16:24:24'),(68,'Chasm','',-1,'00068',16,'00016','Chasm',0,'16:24:43','16:24:43'),(69,'Clever Toys','',-1,'00069',17,'00017','Clever Toys',0,'16:24:56','16:24:56'),(70,'Coaching4you','',-1,'00070',18,'00018','Coaching4you',0,'16:25:50','16:25:50'),(71,'Comunicare Esentiala','',-1,'00071',19,'00019','Comunicare Esentiala',0,'16:26:03','16:26:03'),(53,'AIMKC - International Airport  Mihail Kogalniceanu Constanta','aimkc-international-airport-mihail-kogalniceanu-constanta',-1,'00053',1,'00001','AIMKC - International Airport  Mihail Kogalniceanu Constanta',0,'21:48:41','15:59:47'),(54,'American Challenge','',-1,'00054',2,'00002','American Challenge',0,'16:20:25','16:20:25'),(55,'Ancora','',-1,'00055',3,'00003','Ancora',0,'16:20:40','16:20:40'),(56,'Artasociation','',-1,'00056',4,'00004','Artasociation',0,'16:21:12','16:21:12'),(57,'Benefits4u','',-1,'00057',5,'00005','Benefits4u',0,'16:21:29','16:21:29'),(58,'Bidrom','',-1,'00058',6,'00006','Bidrom',0,'16:21:42','16:21:42'),(59,'Bows','',-1,'00059',7,'00007','Bows',0,'16:21:58','16:21:58'),(60,'LEGO® Certified Stores Romania','',-1,'00060',8,'00008','LEGO® Certified Stores Romania',0,'16:22:17','22:48:16'),(61,'BTS LED Chisinau','bts-led-chisinau-visual-rebranding',-1,'00061',9,'00009','BTS LED Chisinau',0,'16:22:34','09:32:54'),(62,'Business Titans, Slovenia','',-1,'00062',10,'00010','Business Titans, Slovenia',0,'16:22:49','22:03:26'),(63,'MAAM Garments','',-1,'00063',11,'00011','MAAM Garments',0,'16:23:08','16:23:08'),(64,'Buurentech - Belgium','buurentech-belgium-visual-identity-design',-1,'00064',12,'00012','Buurentech - Belgium',0,'16:23:23','18:21:35'),(65,'Ca in cer','',-1,'00065',13,'00013','Ca in cer',0,'16:23:50','16:23:50'),(91,'H2On','',-1,'00091',39,'00039','H2On',0,'16:32:36','16:32:36'),(92,'HAFF Motorhome','',-1,'00092',40,'00040','HAFF Motorhome',0,'16:32:54','16:32:54'),(93,'Ideal Home','',-1,'00093',41,'00041','Ideal Home',0,'16:33:14','16:33:14'),(94,'Joy Tours','',-1,'00094',42,'00042','Joy Tours',0,'16:33:32','16:33:32'),(95,'Kaldio','kaldio-coffee-brand-design',-1,'00095',43,'00043','Kaldio',0,'16:33:46','09:31:39'),(96,'KAUFLAND Romania','',-1,'00096',44,'00044','KAUFLAND Romania',0,'16:33:59','16:33:59'),(97,'Kusadasi','',-1,'00097',45,'00045','Kusadasi',0,'16:34:48','16:34:48'),(98,'La empresa de limpieza, Madrid, Spain','',-1,'00098',46,'00046','La empresa de limpieza, Madrid, Spain',0,'16:35:06','22:01:26'),(99,'Leadscipline','',-1,'00099',47,'00047','Leadscipline',0,'16:35:20','16:35:20'),(100,'Leonidas Romania','',-1,'00100',48,'00048','Leonidas Romania',0,'16:35:46','16:35:46'),(101,'Kubik','',-1,'00101',49,'00049','Kubik',0,'16:35:58','16:35:58'),(102,'Loofy','',-1,'00102',50,'00050','Loofy',0,'16:36:10','16:36:10'),(103,'Loramed','',-1,'00103',51,'00051','Loramed',0,'16:36:25','16:36:25'),(104,'Agro Farm Meat','',-1,'00104',52,'00052','Agro Farm Meat',0,'20:39:24','20:39:24'),(105,'Maspertech','',-1,'00105',53,'00053','Maspertech',0,'20:39:40','20:39:40'),(106,'Om Tare','',-1,'00106',54,'00054','Om Tare',0,'20:39:59','20:39:59'),(107,'Pac Pac Studios','',-1,'00107',55,'00055','Pac Pac Studios',0,'20:40:16','20:40:16'),(108,'Perfexya, Madrid, Spain','',-1,'00108',56,'00056','Perfexya, Madrid, Spain',0,'20:40:31','22:02:00'),(109,'PinkBlack','',-1,'00109',57,'00057','PinkBlack',0,'20:40:51','20:40:51'),(110,'Placerea-n Bucate','',-1,'00110',58,'00058','Placerea-n Bucate',0,'20:41:11','20:41:11'),(111,'Prince Spa','',-1,'00111',59,'00059','Prince Spa',0,'20:42:36','20:42:36'),(112,'Prince Park Residences','',-1,'00112',60,'00060','Prince Park Residences',0,'20:43:07','20:43:07'),(113,'Quvette','',-1,'00113',61,'00061','Quvette',0,'20:43:27','20:43:27'),(114,'Ravissante','',-1,'00114',62,'00062','Ravissante',0,'20:43:51','20:43:51'),(115,'Rawmazing','',-1,'00115',63,'00063','Rawmazing',0,'20:44:09','20:44:09'),(116,'RB IT','',-1,'00116',64,'00064','RB IT',0,'20:44:26','20:44:26'),(117,'Repix.me','',-1,'00117',65,'00065','Repix.me',0,'20:44:44','20:44:44'),(118,'Restaurant Asiatic','',-1,'00118',66,'00066','Restaurant Asiatic',0,'20:45:02','20:45:02'),(119,'Robert Rolih, Slovenia','',-1,'00119',67,'00067','Robert Rolih, Slovenia',0,'20:45:33','22:09:48'),(120,'Rom Quality Cert','',-1,'00120',68,'00068','Rom Quality Cert',0,'20:46:02','20:46:02'),(122,'Royal School in Transylvania','',-1,'00122',69,'00069','Royal School in Transylvania',0,'20:47:33','20:47:33'),(123,'Young Bizstarters','',-1,'00123',70,'00070','Young Bizstarters',0,'20:48:02','20:48:02'),(124,'Santi Comexim','',-1,'00124',71,'00071','Santi Comexim',0,'20:48:20','20:48:20'),(125,'SAVI','',-1,'00125',72,'00072','SAVI',0,'20:48:38','20:48:38'),(126,'Selfie Fun','',-1,'00126',73,'00073','Selfie Fun',0,'20:48:59','20:48:59'),(127,'Server Config','',-1,'00127',74,'00074','Server Config',0,'20:49:20','20:49:20'),(128,'Shakti Spa','',-1,'00128',75,'00075','Shakti Spa',0,'20:49:38','20:49:38'),(129,'Shift Experience','',-1,'00129',76,'00076','Shift Experience',0,'20:50:03','20:50:03'),(130,'SHS Instal','',-1,'00130',77,'00077','SHS Instal',0,'20:50:28','20:50:28'),(131,'Sight Control','',-1,'00131',78,'00078','Sight Control',0,'20:50:50','20:50:50'),(132,'Speakers Club','',-1,'00132',79,'00079','Speakers Club',0,'20:51:07','20:51:07'),(133,'Paul Ardeleanu','',-1,'00133',80,'00080','Paul Ardeleanu',0,'20:51:36','20:51:36'),(134,'Speed Pizza','',-1,'00134',81,'00081','Speed Pizza',0,'20:52:00','20:52:00'),(135,'Sunt in forma','',-1,'00135',82,'00082','Sunt in forma',0,'20:52:19','20:52:19'),(136,'Vania Szasz, Portugal','',-1,'00136',83,'00083','Vania Szasz, Portugal',0,'20:53:46','22:09:59'),(137,'Business Mastery Romania','',-1,'00137',84,'00084','Business Mastery Romania',0,'20:54:11','20:54:11'),(138,'Soleta','',-1,'00138',85,'00085','Soleta',0,'20:54:33','20:54:33'),(140,'Lorand Soares Szasz','',-1,'00140',86,'00086','Lorand Soares Szasz',0,'20:55:59','20:55:59'),(141,'Tanar si Sanatos','',-1,'00141',87,'00087','Tanar si Sanatos',0,'20:56:18','20:56:18'),(142,'TeAsiguri.ro','',-1,'00142',88,'00088','TeAsiguri.ro',0,'20:56:36','20:56:36'),(143,'Team Vision Studio','',-1,'00143',89,'00089','Team Vision Studio',0,'20:56:56','20:56:56'),(144,'Telinfinity Business','',-1,'00144',90,'00090','Telinfinity Business',0,'20:57:16','20:57:16'),(145,'The Trainers','',-1,'00145',91,'00091','The Trainers',0,'20:57:32','20:57:32'),(146,'Toys123','',-1,'00146',92,'00092','Toys123',0,'20:57:47','20:57:47'),(147,'Trader Novo','',-1,'00147',93,'00093','Trader Novo',0,'20:58:06','20:58:06'),(148,'Trivet','',-1,'00148',94,'00094','Trivet',0,'20:58:24','20:58:24'),(149,'Tudor, Andrei & Associates','',-1,'00149',95,'00095','Tudor, Andrei & Associates',0,'20:58:47','20:58:47'),(150,'Twelp!','',-1,'00150',96,'00096','Twelp!',0,'20:59:06','20:59:06'),(151,'Web Suport','',-1,'00151',97,'00097','Web Suport',0,'20:59:25','20:59:25'),(152,'xBody Cathedral','',-1,'00152',98,'00098','xBody Cathedral',0,'20:59:47','20:59:47'),(153,'Young Living Romania','',-1,'00153',99,'00099','Young Living Romania',0,'21:00:03','21:00:03'),(154,'AdNet Services','',-1,'00154',100,'00100','AdNet Services',0,'21:00:19','21:00:19'),(155,'Air Bucharest','airline-company-design',-1,'00155',101,'00101','Air Bucharest',0,'21:00:34','09:30:07'),(156,'Alice Ceremony','',-1,'00156',102,'00102','Alice Ceremony',0,'21:00:55','21:00:55'),(157,'Anne Marie Trifu','',-1,'00157',103,'00103','Anne Marie Trifu',0,'21:01:48','21:01:48'),(158,'Aust Insurance','',-1,'00158',104,'00104','Aust Insurance',0,'21:02:14','21:02:14'),(159,'Deutz-Fahr Romania','',-1,'00159',105,'00105','Deutz-Fahr Romania',0,'21:02:38','21:02:38'),(160,'Crystal Palace Ballrooms','',-1,'00160',106,'00106','Crystal Palace Ballrooms',0,'21:03:07','21:03:07'),(161,'Peak Performer, USA','',-1,'00161',107,'00107','Peak Performer, USA',0,'21:03:29','22:11:40'),(162,'Kitchen Mastery, USA','',-1,'00162',108,'00108','Kitchen Mastery, USA',0,'21:03:48','22:11:51'),(163,'Despa Films','',-1,'00163',109,'00109','Despa Films',0,'21:04:12','21:04:12'),(164,'Deutoria','',-1,'00164',110,'00110','Deutoria',0,'21:04:29','21:04:29'),(165,'Dr. Iordache Bogdan','',-1,'00165',111,'00111','Dr. Iordache Bogdan',0,'21:04:53','21:04:53'),(166,'Sebastian 88','',-1,'00166',112,'00112','Sebastian 88',0,'21:05:17','21:05:17'),(167,'Evo Security','',-1,'00167',113,'00113','Evo Security',0,'21:05:42','21:05:42'),(168,'FunTrip World','',-1,'00168',114,'00114','FunTrip World',0,'21:06:00','21:06:00'),(169,'Gaviota Simbac Eastern Europe ','',-1,'00169',115,'00115','Gaviota Simbac Eastern Europe ',0,'21:06:41','22:35:43'),(170,'Ian Ramon','',-1,'00170',116,'00116','Ian Ramon',0,'21:06:58','21:06:58'),(171,'Il Dolce Divino, Parma, Italy','',-1,'00171',117,'00117','Il Dolce Divino, Parma, Italy',0,'21:07:15','22:13:34'),(172,'Innova Facility Services, Spain','',-1,'00172',118,'00118','Innova Facility Services, Spain',0,'21:07:42','22:13:45'),(173,'Izvorul Cristalin','',-1,'00173',119,'00119','Izvorul Cristalin',0,'21:08:44','21:08:44'),(174,'Papanat','',-1,'00174',120,'00120','Papanat',0,'21:09:06','21:09:06'),(175,'Logic Tours','',-1,'00175',121,'00121','Logic Tours',0,'21:10:17','21:10:17'),(176,'Lavyl','',-1,'00176',122,'00122','Lavyl',0,'21:10:32','21:10:32'),(177,'Leaders 4 the Future','',-1,'00177',123,'00123','Leaders 4 the Future',0,'21:10:51','21:10:51'),(178,'London Taxi, UK','',-1,'00178',124,'00124','London Taxi, UK',0,'21:11:32','21:11:32'),(179,'Locanda Belli Hotel','',-1,'00179',125,'00125','Locanda Belli Hotel',0,'21:12:06','21:12:06'),(180,'Sense Music','',-1,'00180',126,'00126','Sense Music',0,'21:12:28','21:12:28'),(181,'Granini','',-1,'00181',127,'00127','Granini',0,'21:12:46','21:12:46'),(182,'Castelul Bran','',-1,'00182',128,'00128','Castelul Bran',0,'21:13:12','21:13:12'),(183,'Mayateka','',-1,'00183',129,'00129','Mayateka',0,'21:13:29','21:13:29'),(184,'ODS - Optical Disc Solutions','',-1,'00184',130,'00130','ODS - Optical Disc Solutions',0,'21:13:53','21:13:53'),(185,'Paste Colorate','',-1,'00185',131,'00131','Paste Colorate',0,'21:14:11','21:14:11'),(186,'Pielorex','',-1,'00186',132,'00132','Pielorex',0,'21:14:33','21:14:33'),(187,'Programarea Succesului','',-1,'00187',133,'00133','Programarea Succesului',0,'21:14:53','21:14:53'),(188,'Qonjunct','',-1,'00188',134,'00134','Qonjunct',0,'21:15:14','21:15:14'),(189,'Quest','',-1,'00189',135,'00135','Quest',0,'21:15:35','21:15:35'),(190,'Robert Dumitru','',-1,'00190',136,'00136','Robert Dumitru',0,'21:15:59','21:15:59'),(191,'Rockstar Construct','',-1,'00191',137,'00137','Rockstar Construct',0,'21:17:21','21:17:21'),(192,'Seatbelt Consulting','',-1,'00192',138,'00138','Seatbelt Consulting',0,'21:17:45','21:17:45'),(193,'SSP - DIPP Security','',-1,'00193',139,'00139','SSP - DIPP Security',0,'21:18:05','21:18:05'),(194,'Swiss Partners','',-1,'00194',140,'00140','Swiss Partners',0,'21:18:24','21:18:24'),(195,'Technoelectric','',-1,'00195',141,'00141','Technoelectric',0,'21:18:41','21:18:41'),(196,'Terrasmart','',-1,'00196',142,'00142','Terrasmart',0,'21:19:01','21:19:01'),(197,'Mobile Force','',-1,'00197',143,'00143','Mobile Force',0,'21:19:24','21:19:24'),(198,'Traieste Bio','',-1,'00198',144,'00144','Traieste Bio',0,'21:19:43','21:19:43'),(199,'Victoriei Square Cafe','',-1,'00199',145,'00145','Victoriei Square Cafe',0,'21:19:59','21:19:59'),(200,'Afaceri.ro','',-1,'00200',146,'00146','Afaceri.ro',0,'21:20:17','21:20:17'),(201,'AS Invest','',-1,'00201',147,'00147','AS Invest',0,'21:20:41','21:20:41'),(202,'ASI Romania','',-1,'00202',148,'00148','ASI Romania',0,'21:21:03','22:37:26'),(203,'Baldanza','',-1,'00203',149,'00149','Baldanza',0,'21:21:47','21:21:47'),(204,'Bizz Club','',-1,'00204',150,'00150','Bizz Club',0,'21:22:07','21:22:07'),(205,'Brick Depot','',-1,'00205',151,'00151','Brick Depot',0,'21:22:26','21:22:26'),(206,'Bride Up My Style','',-1,'00206',152,'00152','Bride Up My Style',0,'21:22:45','21:22:45'),(207,'Eventlink 360','',-1,'00207',153,'00153','Eventlink 360',0,'21:23:30','22:47:21'),(208,'Grama','',-1,'00208',154,'00154','Grama',0,'21:23:57','21:23:57'),(209,'Gryxx by OTTER®','gryxx-by-otter-brand-design',-1,'00209',155,'00155','Gryxx by OTTER®',0,'21:25:33','09:30:25'),(210,'Le Lapin Bangkok, Thailand','',-1,'00210',156,'00156','Le Lapin Bangkok, Thailand',0,'21:25:56','21:25:56'),(211,'LTP Romania','',-1,'00211',157,'00157','LTP Romania',0,'21:26:30','21:26:30'),(212,'Di Manolo','',-1,'00212',158,'00158','Di Manolo',0,'21:27:28','21:27:28'),(213,'MansardaCopiilor.ro','',-1,'00213',159,'00159','MansardaCopiilor.ro',0,'21:27:47','21:27:47'),(214,'MenStyleGuide.com','',-1,'00214',160,'00160','MenStyleGuide.com',0,'21:28:09','21:28:09'),(215,'MERT-SAN','',-1,'00215',161,'00161','MERT-SAN',0,'21:28:28','21:28:28'),(216,'Peppermind','',-1,'00216',162,'00162','Peppermind',0,'21:28:47','21:28:47'),(217,'Revista Muzee','',-1,'00217',163,'00163','Revista Muzee',0,'21:29:41','21:29:41'),(218,'Sarmasan','',-1,'00218',164,'00164','Sarmasan',0,'21:30:06','21:30:06'),(219,'Softoria','',-1,'00219',165,'00165','Softoria',0,'21:30:26','21:30:26'),(220,'The Editor','',-1,'00220',166,'00166','The Editor',0,'21:30:49','21:30:49'),(221,'Viste Fotografia','',-1,'00221',167,'00167','Viste Fotografia',0,'21:31:11','21:31:11'),(222,'Agro Basic','',-1,'00222',168,'00168','Agro Basic',0,'21:31:43','21:31:43'),(223,'ASEBUSS - Romanian-American School of Business','',-1,'00223',169,'00169','ASEBUSS - Romanian-American School of Business',0,'21:32:15','21:32:15'),(224,'Bellota','',-1,'00224',170,'00170','Bellota',0,'21:32:38','22:16:28'),(225,'Absolute Events','',-1,'00225',171,'00171','Absolute Events',0,'21:33:24','21:33:24'),(226,'Car-Sound.ro','',-1,'00226',172,'00172','Car-Sound.ro',0,'21:33:40','21:33:40'),(227,'Net Print','',-1,'00227',173,'00173','Net Print',0,'21:33:59','21:33:59'),(228,'Perfect Bijoux','',-1,'00228',174,'00174','Perfect Bijoux',0,'21:34:22','21:34:22'),(229,'EuroMouse Trans','',-1,'00229',175,'00175','EuroMouse Trans',0,'21:34:42','21:34:42'),(230,'Focus Point','',-1,'00230',176,'00176','Focus Point',0,'21:35:08','21:35:08'),(231,'Mecomag','',-1,'00231',177,'00177','Mecomag',0,'21:35:23','21:35:23'),(232,'MIC News','',-1,'00232',178,'00178','MIC News',0,'21:35:42','21:35:42'),(233,'Marian Mocanu','',-1,'00233',179,'00179','Marian Mocanu',0,'21:36:45','21:36:45'),(234,'ProF`S - Professional Fleet Solution','',-1,'00234',180,'00180','ProF`S - Professional Fleet Solution',0,'21:37:22','21:37:22'),(235,'Mediadocs Publishing','',-1,'00235',181,'00181','Mediadocs Publishing',0,'21:37:46','21:37:46'),(236,'Rainteq','',-1,'00236',182,'00182','Rainteq',0,'21:38:11','21:38:11'),(237,'Rowood','',-1,'00237',183,'00183','Rowood',0,'21:38:42','21:38:42'),(238,'Top Controller','',-1,'00238',184,'00184','Top Controller',0,'21:39:04','21:39:04'),(239,'Stalinskaya','',-1,'00239',185,'00185','Stalinskaya',0,'21:39:23','21:39:23'),(240,'Sunbird','',-1,'00240',186,'00186','Sunbird',0,'21:40:05','21:40:05'),(241,'Reflextix','',-1,'00241',187,'00187','Reflextix',0,'21:40:30','21:40:30'),(242,'Pavatex','',-1,'00242',188,'00188','Pavatex',0,'21:40:53','21:40:53'),(243,'Radox Radiators','',-1,'00243',189,'00189','Radox Radiators',0,'21:41:34','21:41:34'),(244,'Auto Hybride Romania','',-1,'00244',190,'00190','Auto Hybride Romania',0,'21:41:50','21:41:50'),(245,'Colibri Print','',-1,'00245',191,'00191','Colibri Print',0,'21:42:22','21:42:22'),(246,'Gourmet Coffee','gourmet-coffee',-1,'00246',192,'00192','Gourmet Coffee',0,'21:42:49','09:37:27'),(247,'Ritmo Caliente','',-1,'00247',193,'00193','Ritmo Caliente',0,'21:43:16','21:43:16'),(248,'Telecompar','',-1,'00248',194,'00194','Telecompar',0,'21:43:53','21:43:53'),(249,'PIN.ro','',-1,'00249',195,'00195','PIN.ro',0,'21:44:14','21:44:14'),(250,'EcoAqua','',-1,'00250',196,'00196','EcoAqua',0,'21:45:48','21:45:48'),(251,'EmmeDue Sport','',-1,'00251',197,'00197','EmmeDue Sport',0,'21:46:11','21:46:11'),(252,'Vili Funerar','',-1,'00252',198,'00198','Vili Funerar',0,'21:46:42','21:46:42'),(253,'Activ Real Estate','',-1,'00253',199,'00199','Activ Real Estate',0,'21:47:10','21:47:10'),(254,'Societatea Notariala Profesionala ACTUM','',-1,'00254',200,'00200','Societatea Notariala Profesionala ACTUM',0,'21:47:32','21:47:32'),(255,'BLACK+DECKER','',-1,'00255',201,'00201','BLACK+DECKER',0,'21:48:41','21:48:41'),(256,'Auto Glass','',-1,'00256',202,'00202','Auto Glass',0,'21:49:10','21:49:10'),(257,'Reven Solutions','',-1,'00257',203,'00203','Reven Solutions',0,'21:49:36','21:49:36'),(258,'Piatraonline.ro','',-1,'00258',204,'00204','Piatraonline.ro',0,'21:50:18','21:50:18'),(259,'ASG Wind Transport','',-1,'00259',205,'00205','ASG Wind Transport',0,'21:51:26','21:51:26'),(260,'E-rovigneta.ro','',-1,'00260',206,'00206','E-rovigneta.ro',0,'21:51:50','21:58:34'),(261,'Expert Infocad','',-1,'00261',207,'00207','Expert Infocad',0,'21:52:14','21:52:14'),(262,'Invalio, France','',-1,'00262',208,'00208','Invalio, France',0,'21:52:39','22:16:40'),(263,'Lacto Genimico','',-1,'00263',209,'00209','Lacto Genimico',0,'21:52:59','21:52:59'),(264,'Marsyella','',-1,'00264',210,'00210','Marsyella',0,'21:53:35','21:53:35'),(265,'Taxa-Pod-Fetesti.ro','',-1,'00265',211,'00211','Taxa-Pod-Fetesti.ro',0,'21:53:56','21:53:56'),(266,'Better House','',-1,'00266',212,'00212','Better House',0,'21:54:15','21:54:15'),(267,'Detox Line','',-1,'00267',213,'00213','Detox Line',0,'21:54:42','21:54:42'),(268,'Gekko Construct','',-1,'00268',214,'00214','Gekko Construct',0,'21:55:01','21:55:01'),(269,'Total Grup Telecom','',-1,'00269',215,'00215','Total Grup Telecom',0,'21:55:22','21:55:22'),(270,'LiftUP Solutions','',-1,'00270',216,'00216','LiftUP Solutions',0,'21:55:42','21:55:42'),(271,'Art Studio Concept MM','',-1,'00271',217,'00217','Art Studio Concept MM',0,'21:56:06','21:56:06'),(272,'9695','',-1,'00272',218,'00218','9695',0,'21:56:33','21:56:33'),(274,'Fundatia Joyo','',-1,'00274',220,'00220','Fundatia Joyo',0,'22:36:02','22:36:02'),(273,'Social Art','',-1,'00273',219,'00219','Social Art',0,'22:35:19','22:35:19'),(275,'SOS Bambini, Romania','',-1,'00275',221,'00221','SOS Bambini, Romania',0,'22:42:52','22:42:52'),(276,'Brutaria cu Maia','brutaria-cu-maia',-1,'00276',222,'00222','Brutaria cu Maia',0,'07:43:26','07:43:26');
/*!40000 ALTER TABLE `cms_module_portfolio_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_portfolio_fielddef`
--

DROP TABLE IF EXISTS `cms_module_portfolio_fielddef`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_portfolio_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,
  `section` varchar(10) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `required` int(1) DEFAULT NULL,
  `editview` int(1) DEFAULT NULL,
  `filter_frontend` int(1) DEFAULT NULL,
  `filter_admin` int(1) DEFAULT NULL,
  `searchable` int(1) DEFAULT NULL,
  `extra` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`fielddef_id`)
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_portfolio_fielddef`
--

LOCK TABLES `cms_module_portfolio_fielddef` WRITE;
/*!40000 ALTER TABLE `cms_module_portfolio_fielddef` DISABLE KEYS */;
INSERT INTO `cms_module_portfolio_fielddef` VALUES (1,'Featured Image','featured_image','Here we upload the featured preview.','upload_file','items',6,1,0,NULL,0,0,'allow[gif,png,jpeg,jpg]'),(2,'Content','content','','textarea','items',4,1,0,NULL,0,1,'wysiwyg[1] '),(4,'Type','type','It is a fullscreen image (1920px wide) or a half screen image (960px wide) ?','dropdown','galleries',4,1,0,NULL,NULL,NULL,'options[full=FullScreen,half=HalfScreen]'),(7,'Related Image','related_image','','upload_file','items',7,1,0,NULL,0,0,''),(8,'Industry','industry','','dropdown_from_udt','categories',1,1,0,NULL,0,NULL,'udt[portfolio_by_industry]'),(9,'Design Type','design_type','','dropdown_from_udt','items',2,1,0,NULL,1,0,'udt[portfolio_by_design_type]'),(10,'Content_RO','content_ro','','textarea','items',5,1,0,NULL,0,1,'wysiwyg[1] '),(11,'Titlu Ro','titlu_ro','','textbox','items',1,1,0,NULL,0,NULL,''),(12,'Descriere','descriere','','textarea','categories',2,1,0,NULL,NULL,NULL,'wysiwyg[1]'),(13,'Descriere RO','descriere_ro','','textarea','categories',3,1,0,NULL,NULL,NULL,'wysiwyg[1]'),(14,'Meta Description','meta_desc_item','','textbox','items',10,0,0,NULL,0,NULL,''),(15,'Meta Keywords','meta_key_item','','textbox','items',11,0,0,NULL,0,NULL,''),(16,'Meta Description RO','meta_desc_item_ro','','textbox','items',12,0,0,NULL,0,NULL,''),(17,'Meta Keywords RO','meta_key_item_ro','','textbox','items',13,0,0,NULL,0,NULL,''),(19,'Meta Description for Category','meta_desc_cat','','textbox','categories',4,0,0,NULL,NULL,NULL,''),(20,'Meta Description for Category RO','meta_desc_cat_ro','','textbox','categories',5,0,0,NULL,NULL,NULL,''),(21,'Meta Keywords for Category','meta_key_cat','','textbox','categories',6,0,0,NULL,NULL,NULL,''),(22,'Meta Keywords for Category RO','meta_key_cat_ro','','textbox','categories',7,0,0,NULL,NULL,NULL,'');
/*!40000 ALTER TABLE `cms_module_portfolio_fielddef` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_portfolio_fieldval`
--

DROP TABLE IF EXISTS `cms_module_portfolio_fieldval`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_portfolio_fieldval` (
  `item_id` int(11) NOT NULL,
  `fielddef_id` int(11) NOT NULL,
  `value` text DEFAULT NULL,
  PRIMARY KEY (`item_id`,`fielddef_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_portfolio_fieldval`
--

LOCK TABLES `cms_module_portfolio_fieldval` WRITE;
/*!40000 ALTER TABLE `cms_module_portfolio_fieldval` DISABLE KEYS */;
INSERT INTO `cms_module_portfolio_fieldval` VALUES (61,8,'industrial-engineering'),(60,8,'retail'),(14,1,'1.jpg'),(59,8,'fashion-beauty-cosmetics'),(58,8,'retail'),(56,8,'services'),(57,8,'insurance-security'),(54,8,'services'),(55,8,'horeca'),(53,8,'airline-tourism'),(13,4,'full'),(15,4,'half'),(16,4,'half'),(19,19,'9695 meta Eng'),(19,20,'9695 meta ro'),(19,21,'9695 key Eng'),(19,22,'9695 key ro'),(108,8,'services'),(109,8,'sports-entertainment'),(110,8,'food-beverages'),(111,8,'healthcare'),(112,8,'horeca'),(113,8,'industrial-engineering'),(114,8,'fashion-beauty-cosmetics'),(115,8,'food-beverages'),(116,8,'technology-telecom'),(117,8,'photo-video'),(118,8,'horeca'),(119,8,'training-coathing-education'),(120,8,'insurance-security'),(121,8,'insurance-security'),(122,8,'training-coathing-education'),(123,8,'training-coathing-education'),(124,8,'retail'),(125,8,'training-coathing-education'),(62,8,'training-coathing-education'),(63,8,'healthcare'),(64,8,'achitecture-decorative-coatings'),(65,8,'nonprofits-NGOs'),(66,8,'photo-video'),(67,8,'healthcare'),(68,8,'sports-entertainment'),(69,8,'retail'),(70,8,'training-coathing-education'),(71,8,'training-coathing-education'),(72,8,'agriculture-agribusiness'),(73,8,'technology-telecom'),(74,8,'food-beverages'),(75,8,'technology-telecom'),(76,8,'healthcare'),(77,8,'healthcare'),(78,8,'services'),(79,8,'technology-telecom'),(80,8,'training-coathing-education'),(81,8,'food-beverages'),(82,8,'fashion-beauty-cosmetics'),(83,8,'sports-entertainment'),(84,8,'financial-legal-accounting'),(85,8,'airline-tourism'),(86,8,'insurance-security'),(87,8,'photo-video'),(88,8,'horeca'),(89,8,'photo-video'),(90,8,'fashion-beauty-cosmetics'),(91,8,'food-beverages'),(92,8,'automotive-logistics'),(93,8,'real-estate'),(94,8,'airline-tourism'),(95,8,'food-beverages'),(96,8,'retail'),(97,8,'airline-tourism'),(98,8,'services'),(99,8,'training-coathing-education'),(100,8,'food-beverages'),(101,8,'sports-entertainment'),(102,8,'retail'),(103,8,'healthcare'),(104,8,'agriculture-agribusiness'),(105,8,'agriculture-agribusiness'),(106,8,'fashion-beauty-cosmetics'),(107,8,'photo-video'),(19,4,'full'),(20,4,'half'),(21,4,'half'),(22,4,'full'),(23,4,'half'),(24,4,'half'),(126,8,'photo-video'),(127,8,'retail'),(128,8,'fashion-beauty-cosmetics'),(129,8,'fashion-beauty-cosmetics'),(130,8,'industrial-engineering'),(131,8,'insurance-security'),(132,8,'training-coathing-education'),(133,8,'training-coathing-education'),(134,8,'food-beverages'),(135,8,'sports-entertainment'),(136,8,'fashion-beauty-cosmetics'),(48,8,'agriculture-agribusiness'),(19,8,'agriculture-agribusiness'),(52,8,'retail'),(137,8,'training-coathing-education'),(138,8,'achitecture-decorative-coatings'),(139,8,'achitecture-decorative-coatings'),(140,8,'training-coathing-education'),(141,8,'training-coathing-education'),(142,8,'insurance-security'),(143,8,'sports-entertainment'),(144,8,'technology-telecom'),(145,8,'training-coathing-education'),(146,8,'retail'),(147,8,'financial-legal-accounting'),(148,8,'healthcare'),(149,8,'financial-legal-accounting'),(150,8,'insurance-security'),(151,8,'insurance-security'),(152,8,'sports-entertainment'),(153,8,'healthcare'),(154,8,'technology-telecom'),(155,8,'airline-tourism'),(156,8,'services'),(157,8,'training-coathing-education'),(158,8,'insurance-security'),(159,8,'agriculture-agribusiness'),(160,8,'horeca'),(161,8,'sports-entertainment'),(162,8,'food-beverages'),(163,8,'photo-video'),(164,8,'technology-telecom'),(165,8,'healthcare'),(166,8,'real-estate'),(167,8,'insurance-security'),(168,8,'airline-tourism'),(169,8,'industrial-engineering'),(170,8,'training-coathing-education'),(171,8,'horeca'),(172,8,'services'),(173,8,'food-beverages'),(174,8,'food-beverages'),(175,8,'airline-tourism'),(176,8,'healthcare'),(177,8,'training-coathing-education'),(178,8,'automotive-logistics'),(179,8,'horeca'),(180,8,'sports-entertainment'),(181,8,'food-beverages'),(182,8,'airline-tourism'),(183,8,'sports-entertainment'),(184,8,'industrial-engineering'),(185,8,'food-beverages'),(186,8,'industrial-engineering'),(187,8,'training-coathing-education'),(188,8,'technology-telecom'),(189,8,'sports-entertainment'),(190,8,'photo-video'),(191,8,'achitecture-decorative-coatings'),(192,8,'insurance-security'),(193,8,'insurance-security'),(194,8,'financial-legal-accounting'),(195,8,'industrial-engineering'),(196,8,'industrial-engineering'),(197,8,'insurance-security'),(198,8,'healthcare'),(199,8,'horeca'),(200,8,'services'),(201,8,'financial-legal-accounting'),(202,8,'nonprofits-NGOs'),(203,8,'fashion-beauty-cosmetics'),(204,8,'training-coathing-education'),(205,8,'retail'),(206,8,'fashion-beauty-cosmetics'),(207,8,'technology-telecom'),(208,8,'food-beverages'),(209,8,'fashion-beauty-cosmetics'),(210,8,'food-beverages'),(211,8,'achitecture-decorative-coatings'),(212,8,'fashion-beauty-cosmetics'),(213,8,'retail'),(214,8,'training-coathing-education'),(215,8,'agriculture-agribusiness'),(216,8,'services'),(217,8,'publishing'),(218,8,'services'),(219,8,'technology-telecom'),(220,8,'photo-video'),(221,8,'photo-video'),(222,8,'agriculture-agribusiness'),(223,8,'training-coathing-education'),(224,8,'agriculture-agribusiness'),(225,8,'services'),(226,8,'retail'),(227,8,'services'),(228,8,'fashion-beauty-cosmetics'),(229,8,'automotive-logistics'),(230,8,'photo-video'),(231,8,'agriculture-agribusiness'),(232,8,'publishing'),(233,8,'photo-video'),(234,8,'automotive-logistics'),(235,8,'publishing'),(236,8,'agriculture-agribusiness'),(237,8,'achitecture-decorative-coatings'),(238,8,'industrial-engineering'),(239,8,'food-beverages'),(240,8,'financial-legal-accounting'),(241,8,'industrial-engineering'),(242,8,'industrial-engineering'),(243,8,'industrial-engineering'),(244,8,'automotive-logistics'),(245,8,'services'),(246,8,'food-beverages'),(247,8,'sports-entertainment'),(248,8,'technology-telecom'),(249,8,'industrial-engineering'),(250,8,'industrial-engineering'),(251,8,'sports-entertainment'),(252,8,'services'),(253,8,'real-estate'),(254,8,'financial-legal-accounting'),(255,8,'industrial-engineering'),(256,8,'automotive-logistics'),(257,8,'industrial-engineering'),(258,8,'achitecture-decorative-coatings'),(259,8,'automotive-logistics'),(260,8,'services'),(261,8,'achitecture-decorative-coatings'),(262,8,'training-coathing-education'),(263,8,'food-beverages'),(264,8,'fashion-beauty-cosmetics'),(265,8,'services'),(266,8,'real-estate'),(267,8,'healthcare'),(268,8,'industrial-engineering'),(269,8,'technology-telecom'),(270,8,'technology-telecom'),(271,8,'photo-video'),(272,8,'insurance-security'),(273,8,'nonprofits-NGOs'),(274,8,'nonprofits-NGOs'),(275,8,'nonprofits-NGOs'),(14,11,'Kaldio - Identity Design, Packaging'),(14,9,'logo-and-identity'),(14,2,'<p>Kaldio is a brand that understands how to please multiple types of customers when it comes to coffee, in different cities within Romania. Although the company is specialized in vending, it can cover every segment related to coffee.</p>\r\n<p>A brand that is so complex needed a complete visual brand that can reach its diverse of audience. This is how we created the logo design and other identity design materials, packaging, vending machines design and automobile identity design for Kaldio.</p>'),(14,10,'<p>Kaldio este un brand care a inteles cum sa multumeasca o varietate larga de consumatori din diferite orase din Romania cand vine vorba de cafea. Chiar daca este specilizat pe partea de vending, poate acoperi orice segment conex cafelei.</p>\r\n<p>Un brand atat de complex avea nevoie de o identitate vizuala care sa poata sa atinga o audienta diversa. Asa am creat intreg conceptul grafic de comunicare vizuala, de la design de logo si celelalte materiale de identitate, pana la packaging, identitate aparat vending si autoturisme.</p>'),(38,4,'full'),(39,4,'full'),(40,4,'full'),(14,7,'thumb2.jpg'),(42,4,'full'),(43,4,'half'),(44,4,'half'),(45,4,'full'),(46,4,'full'),(47,4,'half'),(15,11,'Gents Haidresser - Visual Identity'),(15,9,'logo-and-identity'),(15,2,'<p>Located in Wien, Austria, Gents Hairdresser is more than a Haircut Studio. It is a place that brings the atmosphere of a gentleman`s club where people can get a nice haircut, enjoy a drink or take part in social activities.</p>\r\n<p>To show what the place is about, the client needed a well-organized integrated visual identity, starting with logo design, stationary design and clothing, and finishing with outdoor billboards. We were glad to help them on this matter.</p>'),(35,4,'full'),(36,4,'full'),(37,4,'full'),(34,4,'half'),(30,4,'half'),(31,4,'half'),(32,4,'half'),(33,4,'half'),(28,4,'full'),(29,4,'full'),(13,11,'Buurentech - Visual Identity '),(13,9,'logo-and-identity'),(13,2,'<p>Buurentech is a construction design office, working with both individuals and companies on multiple projects. The company is situated in Bruxelles, Belgium.</p>\r\n<p>We helped this client with a visual branding consisting in logo design,  stationery design and other identity design materials. The approach for the logo creation consisted in a combination of simple and minimalistic elements, to fit with the construction industry.</p>'),(13,10,'<p>Buurentech este o companie din Bruxelles, Belgia, care presteaza servicii de proiectare, care dezvolta proiecte atat cu personae fizice, cat si cu companii.</p>\r\n<p>Am ajutat acest client prin realizarea unui branding visual care a constant in logo si alte materiale de identitate vizuala. Abordarea cu privire la logo a constant in combinarea unur elemente simple si minimaliste, pentru a reprezenta industria constructiilor.</p>'),(13,1,'1.jpg'),(13,7,'thumb2.jpg'),(15,10,'<p>Localizat in Viena, Austria, Gents Hairdresser este mai mult decat un salon de frizerie. Este un loc ce aduce atmosfera unui gentleman`s club, unde oamenii se pot tunde, pot sa savureze o bautura sau sa ia parte la activitati sociale.</p>\r\n<p>Pentru a arata ce inseamna acest salon, clientul avea nevoie de o identitate vizuala integrata si organizata, incepand de la logo si alte materiale de identitate vizuala, inclusiv conceptul de imbracaminte, si finalizand cu bannere outdoor si casete luminoase.</p>'),(15,1,'1.jpg'),(15,7,'thumb2.jpg'),(49,4,'full'),(50,4,'half'),(51,4,'half'),(52,4,'full'),(53,4,'full'),(54,4,'full'),(55,4,'half'),(56,4,'half'),(276,8,'food-beverages'),(16,11,'Air Bucharest - Visual Identity, Print Design'),(16,9,'print-design'),(16,2,'<p>Air Bucharest it is an airline charter company founded in 2010. The fleet includes aircrafts like Boeing 737 - 300 series, which is the most widespread aircraft in the world, or Boeing 737 – 400 series. The airline operates charter flights to holiday destinations in Turkey, Greece, Spain, Egypt and Dubai.</p>\r\n<p>Our team is proud that we could have an impact on how the airline company communicates through their visual designs.</p>'),(16,10,'<p>Air Bucharest este o companie aeriana de chartere si zboruri AD­HOC, infiintata in 2010. Flota companiei include aeronave precum Boeing 737 – Seria 300, fiind cea mai raspandita aeronava din lume, sau Boeing 737 – Seria 400. Compania opereaza zboruri charter pe destinatiile de vacanta Turcia, Grecia, Spania, Egipt si Dubai.</p>\r\n<p>Echipa noastra este mandra ca am reusit sa ne punem amprenta pe modul in care compania Air Bucharest comunica prin vizualurile grafice.</p>'),(16,1,'1.jpg'),(16,7,'thumb2.jpg'),(58,4,'full'),(59,4,'half'),(60,4,'half'),(61,4,'full'),(17,11,'Gryxx - Visual Identity Design'),(17,9,'logo-and-identity'),(17,2,'<p>Gryxx is the new brand of sports shoes, by OTTER®, launched in Romania. OTTER® strengthened its market position in Romania, currently holding over 30 multibrand stores in Bucharest and in the other large cities in the country. With over 1,000 new models per season, it brings together products from leading brands of footwear, leather goods and accessories.<br /> <br /> The challenge of creating a visual identity to reflect the vision and values of the brand, was a big one, but also rewarding.</p>'),(17,10,'<p>Gryxx este noul brand de incaltaminte sport lansat de OTTER® in Romania. OTTER® si-a consolidat pozitia pe piata din Romania, detinand in prezent peste 30 de magazine multibrand in Bucuresti si in tara. Cu peste 1000 de noi modele pe sezon, reunesc produse ale celor mai importante branduri de incaltaminte, marochinarie si accesorii.</p>\r\n<p>Provocarea de a crea o identitate vizuala care sa transmita cat mai bine viziunea si valorile brandului, a fost una mare, dar si cu satisfactii pe masura.</p>'),(17,1,'vismark-thumb1.jpg'),(17,7,'vismark-thumb2.jpg'),(63,4,'full'),(64,4,'full'),(65,4,'half'),(66,4,'half'),(67,4,'full'),(69,4,'full'),(70,4,'full'),(71,4,'half'),(72,4,'half'),(73,4,'full'),(74,4,'half'),(75,4,'half'),(18,11,'Dolce Nera Frappe - Packaging'),(18,9,'packaging'),(18,2,'<p>Dolce Nera is a brand that activates under the umbrella of Gourmet Coffe, a company with 25 years of experience in the coffee industry. It has a vast experience of working with different clients, from regular consumers to vending firms and coffee shops, from small businesses to companies like Springtime or Phoenicia Hotel.</p>\r\n<p>The Dolce Nera Frappe was all set up and ready to bring smiles and coolness on terraces this, but it needed people to find out about it. Therefore, we created the packaging design and promotion materials needed for the product to be launched on the market.</p>'),(18,10,'<p>Dolce Nera este un brand care activeaza sub umbrela Gourmet Coffee, o companie cu peste 25 de ani experienta in industria cafelei. Avand o experienta vasta in domeniu, Gourmet Coffe a lucrat cu difeite tipuri de clienti, de la consumatori finalpana la firme de vending si cafenele, de la business-uri mici la companii precum Springtime sau Phoenicia Hotel.</p>\r\n<p>Frappe-ul Dolce Nera a fost pregatit si gata sa aduce zambete pline de racoare pe terase, insa pentru asta a fost nevoie ca lumea sa afle despre el. Astfel, am creat packaging-ul si materialele promotionale necesare pentru ca acest proiect sa fie lansat pe piata.</p>'),(18,1,'vismark-thumb1.jpg'),(18,7,'vismark-thumb2.jpg'),(77,4,'full'),(78,4,'full'),(79,4,'half'),(80,4,'half'),(81,4,'full'),(82,4,'half'),(83,4,'half'),(84,4,'full'),(19,11,'Gourmet Coffee - Brochure Design'),(19,9,'print-design'),(19,2,'<p>Gourmet Coffee is a company with 25 years of experience in the coffee industry. It has a vast experience of working with different clients, from regular consumers to vending firms and coffee shops, from small businesses to companies like Springtime or Phoenicia Hotel.</p>\r\n<p>The client has a lot of products in his portfolio, from coffee and tea varieties to vending accessories and coffee machines. Those products needed to be brought together in one presentation material, so we were happy to help with creating the Gourmet Coffee Catalog design.</p>'),(19,10,'<p>Gourmet Coffee este o companie cu peste 25 de ani experienta in industria cafelei. Avand o experienta vasta in domeniu, Gourmet Coffe a lucrat cu difeite tipuri de clienti, de la consumatori finali pana la firme de vending si cafenele, de la business-uri mici la companii precum Springtime sau Phoenicia Hotel.</p>\r\n<p>Clientul nostru avea o multitudine de produse in portofoliul sau: varietati diferite de cafea si ceai, accesorii de vending, aparate pentru cafea si multe altele. Pentru a aduce aceste produse impreuna intr-un material de prezentare, ne-am pus la bataie experienta si creativitatea pentru a crea catalogul Gourmet Coffee.</p>'),(19,1,'vismark-thumb1.jpg'),(19,7,'vismark-thumb2.jpg'),(94,4,'full'),(95,4,'full'),(88,4,'half'),(89,4,'half'),(90,4,'full'),(91,4,'half'),(92,4,'half'),(93,4,'full'),(96,4,'full'),(20,11,'Crama Gabai - Brand Identity Design, Packaging'),(20,9,'packaging'),(20,2,'<p>Located in an area with important tradition in the manufacture of high-rank wines, the Gabai cellar complies with all rules when it comes to producing high-quality wines.</p>\r\n<p>The Quality of Gabai could not come otherwise but accompanied by a special bottle design. To create it, we first needed a logo design that matches the brands values, then we completed with the packaging.</p>'),(20,10,'<p>Localizat intr-o zona cu o importanta traditie in ceea ce priveste fabricarea vinurilor de rang inalt, Crama Gabai respecta toate regulile cand vine vorba de un produs de cea mai buna calitate.</p>\r\n<p>Calitatea vinurilor Gabai nu putea veni neinsotita de un design al sticlelor pe masura. Pentru a-l realiza, mai intai am creat designul logo-ului in conformitate cu valorile brandului, dupa care am completat cu materialul de packaging.</p>'),(20,1,'vismark-thumb1.jpg'),(20,7,'vismark-thumb2.jpg'),(98,4,'full'),(99,4,'full'),(100,4,'half'),(101,4,'half'),(102,4,'full'),(103,4,'full'),(104,4,'full'),(105,4,'full'),(106,4,'full'),(107,4,'half'),(108,4,'half'),(21,11,'BTS LED - Visual Rebranding'),(21,9,'logo-and-identity'),(21,2,'<p>BTS LED is a company situated in Chisinau, Republica Moldova, which provides its customers with a variety of lightning solutions using the LED Technology. The company works with different producers from around the world.</p>\r\n<p>A client with strong activity needed a strong visual identity, so we gave our best to match the logo with the brand`s values: quality, flexibility and variety. The contemporary look of the logo design translates to the rest of the visual identity.</p>'),(21,10,'<p>BTS LED este o companie cu sediul in Chisinau, Republica Moldova, care ofera o varietate de solutii de iluminat folosit tehnologia LED. Compania lucreaza cu producatori din toata lumea.</p>\r\n<p>Un client cu o activitate puternica avea nevoie de o identitate vizuala la fel de puternica, asa ca am depus tot efortul pentru a reconstrui logo-ul in linie cu valorile companiei: calitate, flexibilitate si varietate. Aspectul contemporan al logo-ului poate fi sesizat in toate materialele create.</p>'),(110,4,'full'),(111,4,'half'),(112,4,'half'),(113,4,'full'),(21,1,'vismark-thumb1.jpg'),(21,7,'vismark-thumb2.jpg');
/*!40000 ALTER TABLE `cms_module_portfolio_fieldval` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_portfolio_images`
--

DROP TABLE IF EXISTS `cms_module_portfolio_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_portfolio_images` (
  `image_id` int(10) NOT NULL AUTO_INCREMENT,
  `item_id` int(10) DEFAULT NULL,
  `filename` varchar(255) DEFAULT NULL,
  `position` int(10) DEFAULT NULL,
  PRIMARY KEY (`image_id`)
) ENGINE=MyISAM AUTO_INCREMENT=114 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_portfolio_images`
--

LOCK TABLES `cms_module_portfolio_images` WRITE;
/*!40000 ALTER TABLE `cms_module_portfolio_images` DISABLE KEYS */;
INSERT INTO `cms_module_portfolio_images` VALUES (9,1,'project_small1.jpg',3),(8,1,'project_big2.jpg',5),(7,1,'project_big.jpg',2),(10,1,'project_small2.jpg',4),(11,1,'project_small3.jpg',6),(12,1,'project_small4.jpg',7),(13,2,'project_big.jpg',2),(14,2,'project_big2.jpg',5),(15,2,'project_small1.jpg',3),(16,2,'project_small2.jpg',4),(17,2,'project_small3.jpg',6),(18,2,'project_small4.jpg',7),(19,7,'s1.jpg',2),(20,7,'s2.jpg',3),(21,7,'studiu_de_caz_01.jpg',4),(22,6,'studiu_de_caz_01.jpg',2),(23,6,'studiu_de_caz_05.jpg',3),(24,6,'studiu_de_caz_07.jpg',4),(25,12,'logo1b.jpg',2),(26,NULL,'logo1b.jpg',2),(27,NULL,'logo1b.jpg',2),(30,13,'logo3.jpg',4),(29,13,'logo1_buurentech_logo_design.jpg',3),(31,13,'logo4.jpg',5),(33,13,'logo6.jpg',7),(34,13,'logo6_1.jpg',8),(37,13,'business_cards_design_3.jpg',9),(38,13,'tshirt_design_branding.jpg',10),(39,13,'folder_design_buurentech.jpg',11),(40,13,'social_media_design.jpg',12),(41,NULL,'logo1b.jpg',2),(42,14,'branding_visual_identity_coffee_vismark_design_agency_01.jpg',2),(43,14,'branding_visual_identity_coffee_vismark_design_agency_02.jpg',3),(47,14,'branding_visual_identity_coffee_vismark_design_agency_03.jpg',5),(45,14,'branding_visual_identity_coffee_vismark_design_agency_04.jpg',6),(46,14,'branding_visual_identity_coffee_vismark_design_agency_05.jpg',7),(48,NULL,'logo1b.jpg',2),(108,15,'gents_hairdressel_branding_logo_design_vismark_03.jpg',7),(107,15,'gents_hairdressel_branding_logo_design_vismark_02.jpg',6),(106,15,'gents_hairdressel_branding_logo_design_vismark_01.jpg',5),(52,15,'gents_hairdressel_branding_logo_design_vismark_04.jpg',8),(53,15,'gents_hairdressel_branding_logo_design_vismark_05.jpg',9),(54,15,'gents_hairdressel_branding_logo_design_vismark_06.jpg',10),(55,15,'gents_hairdressel_branding_logo_design_vismark_07.jpg',11),(56,15,'gents_hairdressel_branding_logo_design_vismark_08.jpg',12),(57,NULL,'logo1b.jpg',2),(58,16,'aviation_company_logo_design_identity_vismark_01.jpg',2),(59,16,'aviation_company_logo_design_identity_vismark_02.jpg',3),(60,16,'aviation_company_logo_design_identity_vismark_03.jpg',4),(61,16,'aviation_company_logo_design_identity_vismark_04.jpg',5),(62,NULL,'logo1b.jpg',2),(63,17,'logo_design_sport_shoes_gryxx_vismark_01.jpg',2),(64,17,'logo_design_sport_shoes_gryxx_vismark_02.jpg',3),(65,17,'logo_design_sport_shoes_gryxx_vismark_03.jpg',4),(66,17,'logo_design_sport_shoes_gryxx_vismark_04.jpg',5),(67,17,'logo_design_sport_shoes_gryxx_vismark_05.jpg',6),(68,17,'logo_design_sport_shoes_gryxx_vismark_06.jpg',7),(69,17,'logo_design_sport_shoes_gryxx_vismark_07.jpg',8),(70,17,'logo_design_sport_shoes_gryxx_vismark_08.jpg',9),(71,17,'logo_design_sport_shoes_gryxx_vismark_09.jpg',10),(72,17,'logo_design_sport_shoes_gryxx_vismark_10.jpg',11),(73,17,'logo_design_sport_shoes_gryxx_vismark_11.jpg',12),(74,17,'logo_design_sport_shoes_gryxx_vismark_12.jpg',13),(75,17,'logo_design_sport_shoes_gryxx_vismark_13.jpg',14),(76,NULL,'logo1b.jpg',2),(84,18,'dolce_nera_frappe_packaging_design_01.jpg',3),(78,18,'dolce_nera_frappe_packaging_design_02.jpg',4),(79,18,'dolce_nera_frappe_packaging_design_03.jpg',5),(80,18,'dolce_nera_frappe_packaging_design_04.jpg',6),(81,18,'dolce_nera_frappe_packaging_design_05.jpg',7),(82,18,'dolce_nera_frappe_packaging_design_06.jpg',8),(83,18,'dolce_nera_frappe_packaging_design_07.jpg',9),(85,NULL,'logo1b.jpg',2),(95,19,'gourmet_coffee_brochure_design_catalogue_02.jpg',5),(94,19,'gourmet_coffee_brochure_design_catalogue_01.jpg',4),(88,19,'gourmet_coffee_brochure_design_catalogue_03.jpg',6),(89,19,'gourmet_coffee_brochure_design_catalogue_04.jpg',7),(90,19,'gourmet_coffee_brochure_design_catalogue_05.jpg',8),(91,19,'gourmet_coffee_brochure_design_catalogue_06.jpg',9),(92,19,'gourmet_coffee_brochure_design_catalogue_07.jpg',10),(96,19,'gourmet_coffee_brochure_design_catalogue_08.jpg',11),(97,NULL,'logo1b.jpg',2),(98,20,'crama_gabai_logo_design_packaging_wine_identity_vismark_01.jpg',2),(99,20,'crama_gabai_logo_design_packaging_wine_identity_vismark_02.jpg',3),(100,20,'crama_gabai_logo_design_packaging_wine_identity_vismark_03.jpg',4),(101,20,'crama_gabai_logo_design_packaging_wine_identity_vismark_04.jpg',5),(102,20,'crama_gabai_logo_design_packaging_wine_identity_vismark_05.jpg',6),(103,20,'crama_gabai_logo_design_packaging_wine_identity_vismark_06.jpg',7),(104,20,'crama_gabai_logo_design_packaging_wine_identity_vismark_07.jpg',8),(105,20,'crama_gabai_logo_design_packaging_wine_identity_vismark_08.jpg',9),(109,NULL,'logo1b.jpg',2),(110,21,'bts_led_rebranding_logo_design_vismark_agency_01.jpg',2),(111,21,'bts_led_rebranding_logo_design_vismark_agency_02.jpg',3),(112,21,'bts_led_rebranding_logo_design_vismark_agency_03.jpg',4),(113,21,'bts_led_rebranding_logo_design_vismark_agency_04.jpg',5);
/*!40000 ALTER TABLE `cms_module_portfolio_images` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_portfolio_item`
--

DROP TABLE IF EXISTS `cms_module_portfolio_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_portfolio_item` (
  `item_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_id` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `recursive` varchar(50) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `active` int(1) DEFAULT NULL,
  `item_date` datetime DEFAULT NULL,
  `item_date_end` datetime DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`item_id`),
  KEY `cms_portfolio_url` (`url`),
  KEY `cms_portfolio_category_id` (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_portfolio_item`
--

LOCK TABLES `cms_module_portfolio_item` WRITE;
/*!40000 ALTER TABLE `cms_module_portfolio_item` DISABLE KEYS */;
INSERT INTO `cms_module_portfolio_item` VALUES (14,95,'Kaldio - Identity Design, Packaging','kaldio-identity-design-packaging','','',4,1,'2017-02-12 12:09:52','1970-01-01 02:00:00','2017-02-12 12:09:52','2017-02-12 12:09:52'),(15,90,'Gents Hairdresser - Visual Identity','gents-haidresser-visual-identity-design','','',5,1,'2017-02-12 15:59:32','1970-01-01 02:00:00','2017-02-12 15:59:32','2017-02-12 15:59:32'),(13,64,'Buurentech - Visual Identity ','buurentech-visual-identity-design','','',3,1,'2017-02-11 16:07:28','1970-01-01 02:00:00','2017-02-11 16:07:28','2017-02-11 16:07:28'),(18,81,'Dolce Nera Frappe - Packaging','dolce-nera-frappe-packaging','','',8,1,'2017-02-16 14:24:03','0000-00-00 00:00:00','2017-02-16 14:24:03','2017-02-16 14:24:03'),(16,155,'Air Bucharest - Visual Identity, Print Design','air-bucharest-visual-identity-print-design','','',6,1,'2017-02-15 16:08:52','1970-01-01 02:00:00','2017-02-15 16:08:53','2017-02-15 16:08:53'),(17,209,'Gryxx - Visual Identity Design','gryxx-visual-identity-design','','',7,1,'2017-02-15 21:08:07','0000-00-00 00:00:00','2017-02-15 21:08:07','2017-02-15 21:08:07'),(19,246,'Gourmet Coffee - Brochure Design','gourmet-coffee-prind-design','','',9,1,'2017-02-16 19:33:22','1970-01-01 02:00:00','2017-02-16 19:33:22','2017-02-16 19:33:22'),(20,74,'Crama Gabai - Brand Identity Design, Packaging','crama-gabai-brand-identity-design-packaging','','',10,1,'2017-02-16 19:55:08','1970-01-01 02:00:00','2017-02-16 19:55:08','2017-02-16 19:55:08'),(21,61,'BTS LED - Visual Rebranding','bts-led-visual-rebranding','','',11,1,'2017-02-18 14:10:15','1970-01-01 02:00:00','2017-02-18 14:10:15','2017-02-18 14:10:15');
/*!40000 ALTER TABLE `cms_module_portfolio_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_portofoliu_categories`
--

DROP TABLE IF EXISTS `cms_module_portofoliu_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_portofoliu_categories` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(255) DEFAULT NULL,
  `category_alias` varchar(255) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `hierarchy` varchar(255) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `hierarchy_position` varchar(255) DEFAULT NULL,
  `long_name` text DEFAULT NULL,
  `usergroup` int(11) DEFAULT NULL,
  `create_date` time DEFAULT NULL,
  `modified_date` time DEFAULT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_portofoliu_categories`
--

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

--
-- Table structure for table `cms_module_search_index`
--

DROP TABLE IF EXISTS `cms_module_search_index`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_search_index` (
  `item_id` int(11) DEFAULT NULL,
  `word` varchar(255) DEFAULT NULL,
  `count` int(11) DEFAULT NULL,
  KEY `cms_index_search_count` (`count`),
  KEY `cms_index_search_index` (`word`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_search_index`
--

LOCK TABLES `cms_module_search_index` WRITE;
/*!40000 ALTER TABLE `cms_module_search_index` DISABLE KEYS */;
INSERT INTO `cms_module_search_index` VALUES (1684,'agency',3),(1684,'brand',3),(1684,'design',9),(1684,'graphic',3),(1684,'outsource',3),(1684,'way',3),(1684,'new',3),(1686,'projects',1),(1686,'current',1),(1686,'look',1),(1686,'take',1),(1686,'work',5),(1686,'branding',3),(1686,'design',4),(1686,'graphic',3),(1686,'portfolio',3),(1688,'one',1),(1688,'kind',1),(1688,'different',1),(1688,'bring',1),(1688,'aim',1),(1688,'touch',1),(1688,'get',2),(1688,'stand',1),(1688,'truly',1),(1688,'makes',1),(1688,'defines',1),(1688,'experts',1),(1688,'quantity',1),(1688,'great',1),(1688,'feedbacks',1),(1688,'limited',1),(1688,'hours',1),(1688,'counted',1),(1688,'goodbye',1),(1688,'say',1),(1688,'partners',1),(1688,'clients',1),(1688,'price',2),(1688,'fair',2),(1688,'want',1),(1688,'deadline',1),(1688,'respecting',1),(1688,'need',1),(1688,'create',1),(1688,'work',3),(1688,'will',1),(1688,'team',3),(1688,'dedicated',1),(1688,'provide',1),(1688,'materials',3),(1688,'quality',3),(1688,'regarding',1),(1688,'needs',1),(1688,'fulfil',1),(1688,'agency',2),(1688,'advertising',2),(1688,'company',1),(1688,'represent',1),(1688,'whether',1),(1688,'headaches',1),(1688,'time',3),(1688,'money',1),(1688,'save',1),(1688,'can',3),(1688,'services',3),(1688,'design',6),(1688,'graphic',5),(1688,'outsource',2),(1688,'way',1),(1688,'easy',1),(1688,'new',1),(1688,'forward',2),(1688,'brings',1),(1688,'platform',1),(1688,'online',1),(1688,'vismark®',1),(1688,'business',1),(1688,'growing',1),(1688,'solution',1),(1688,'ideal',1),(1692,'help',1),(1692,'views',1),(1692,'things',1),(1692,'way',1),(1692,'talk',1),(1692,'others',1),(1692,'let',2),(1692,'better',1),(1692,'it`s',1),(1692,'impress',1),(1692,'hard',1),(1692,'working',1),(1692,'we\'ve',1),(1692,'customers',4),(1515,'outsourcing',4),(1515,'would',1),(1515,'like',1),(1515,'design',9),(1515,'department',1),(1515,'doesn’t',1),(1515,'matter',1),(1515,'represent',1),(1515,'company',2),(1515,'advertising',1),(1515,'agency',1),(1515,'came',1),(1515,'easiest',1),(1515,'way',3),(1515,'get',3),(1515,'graphic',2),(1515,'materials',3),(1515,'need',1),(1515,'shortest',1),(1515,'possible',1),(1515,'time',2),(1515,'entire',2),(1515,'team',2),(1515,'won’t',1),(1515,'designer',1),(1515,'two',1),(1515,'working',2),(1515,'project',1),(1515,'needs',1),(1515,'will',3),(1515,'certainly',1),(1515,'fulfilled',1),(1515,'request',1),(1515,'meeting',1),(1515,'work',3),(1515,'faster',1),(1515,'easierin',1),(1515,'one',2),(1515,'place',1),(1515,'explore',1),(1515,'new',1),(1515,'easy',1),(1515,'outsource',1),(1515,'using',2),(1515,'vismark®app',1),(1515,'free',1),(1515,'whether',1),(1515,'we’re',1),(1515,'talking',1),(1515,'logo',1),(1515,'website',1),(1515,'business',2),(1515,'card',1),(1515,'type',1),(1515,'material',1),(1515,'can',3),(1515,'find',2),(1515,'read',1),(1515,'faq',1),(1515,'number',1),(1515,'feedbacks',1),(1515,'directly',1),(1515,'important',2),(1515,'highest',1),(1515,'quality',1),(1515,'also',1),(1515,'fit',1),(1515,'perfect',1),(1515,'match',1),(1515,'contextual',1),(1515,'feedback',3),(1515,'app',1),(1515,'give',1),(1515,'straight',1),(1515,'onto',1),(1515,'progress',1),(1515,'leaving',1),(1515,'comments',2),(1515,'threaded',1),(1515,'conversations',1),(1515,'never',1),(1515,'lose',1),(1515,'track',1),(1515,'stored',1),(1515,'together',2),(1515,'convenient',1),(1515,'archive',1),(1515,'let`s',1),(1515,'counted',2),(1515,'hours',2),(1515,'joined',1),(1515,'community',1),(1515,'forget',1),(1515,'additional',1),(1515,'costs',1),(1515,'touch',2),(1515,'unified',1),(1515,'looking',1),(1515,'vismark®',1),(1515,'works',1),(1515,'know',1),(1515,'image',1),(1515,'front',1),(1515,'clients',1),(1515,'always',1),(1515,'make',1),(1515,'sure',1),(1515,'express',1),(1515,'personality',1),(1515,'brand',1),(1515,'contact',1),(1515,'what`s',1),(1515,'next',1),(1515,'we`re',1),(1515,'ready',1),(1516,'careers',4),(1516,'we\'re',2),(1516,'growing',1),(1516,'fast',1),(1516,'we\'d',1),(1516,'love',1),(1516,'join',1),(1516,'vismark®',1),(1516,'welcoming',1),(1516,'place',1),(1516,'everyone',1),(1516,'best',1),(1516,'make',1),(1516,'sure',1),(1516,'people',1),(1516,'feel',1),(1516,'supported',1),(1516,'connected',1),(1516,'work',1),(1516,'proud',1),(1516,'equal',1),(1516,'opportunity',1),(1516,'employer',1),(1516,'committed',1),(1516,'hiring',1),(1516,'top',1),(1516,'talent',1),(1516,'regardless',1),(1516,'race',1),(1516,'religion',1),(1516,'color',1),(1516,'national',1),(1516,'origin',1),(1516,'sex',1),(1516,'sexual',1),(1516,'orientation',1),(1516,'gender',1),(1516,'identity',1),(1516,'age',1),(1516,'status',2),(1516,'protected',2),(1516,'veteran',1),(1516,'individual',1),(1516,'disability',1),(1516,'applicable',1),(1516,'legally',1),(1516,'characteristics',1),(1517,'newsletter',5),(1517,'love',1),(1517,'graphic',1),(1517,'design',1),(1517,'know',1),(1517,'don`t',1),(1517,'bother',1),(1517,'seeking',1),(1517,'new',1),(1517,'information',1),(1517,'let',1),(1517,'keep',1),(1517,'updated',1),(1517,'latest',1),(1517,'weekly',1),(1517,'trends',1),(1683,'stock',5),(1683,'colour',5),(1683,'regarding',2),(1683,'advice',1),(1683,'provides',1),(1683,'checks',1),(1683,'thoroughly',1),(1683,'ready',1),(1683,'press',3),(1683,'ensure',2),(1683,'convert',1),(1683,'manipulate',1),(1683,'size',2),(1683,'actual',2),(1683,'300dpi',2),(1683,'cmyk',1),(1683,'reproduction',3),(1683,'print',6),(1683,'quality',3),(1683,'printing',3),(1683,'digital',2),(1683,'offset',3),(1683,'refunds',1),(1683,'credit',1),(1683,'associated',2),(1683,'solely',1),(1683,'reprint',1),(1683,'printers',1),(1683,'parties',2),(1683,'artwork',3),(1683,'identifying',1),(1683,'reading',1),(1683,'corrected',1),(1683,'liability',1),(1683,'accepts',3),(1683,'assumes',1),(1683,'understood',1),(1683,'producing',1),(1683,'taken',1),(1683,'care',1),(1683,'whilst',1),(1683,'omissions',2),(1683,'errors',3),(1683,'completed',4),(1683,'issued',1),(1683,'proceed',1),(1683,'should',4),(1683,'accounted',2),(1683,'nominated',1),(1683,'updates',1),(1683,'first',1),(1683,'minor',2),(1683,'rounds',2),(1683,'unlimited',1),(1683,'allows',1),(1683,'amendments',3),(1683,'changes',3),(1683,'corrections',3),(1683,'receipt',4),(1683,'supplied',7),(1683,'revisions',5),(1683,'approve',1),(1683,'confirm',1),(1683,'knowledge',1),(1683,'ability',1),(1683,'best',3),(1683,'presentation',1),(1683,'test',1),(1683,'proof',5),(1683,'reasonable',1),(1683,'exercises',1),(1683,'full',1),(1683,'files',7),(1683,'high',7),(1683,'proofing',3),(1683,'screen',4),(1683,'format',1),(1683,'draft',1),(1683,'resolution',7),(1683,'low',1),(1683,'created',2),(1683,'cannot',3),(1683,'approvals',2),(1683,'verbal',2),(1683,'–',2),(1683,'art',3),(1683,'approval',4),(1683,'final',10),(1683,'times',1),(1683,'turnaround',1),(1683,'contractor',1),(1683,'delay',1),(1683,'injury',1),(1683,'illness',1),(1683,'control',1),(1683,'vismark®\'s',4),(1683,'beyond',1),(1683,'circumstances',1),(1683,'met',1),(1683,'held',1),(1683,'liable',1),(1683,'responsibility',1),(1683,'hours',1),(1683,'normal',1),(1683,'made',2),(1683,'possible',2),(1683,'effort',3),(1683,'every',2),(1683,'deadlines',5),(1683,'confidentiality',1),(1683,'obligation',1),(1683,'received',2),(1683,'properly',1),(1683,'receiving',1),(1683,'fault',1),(1683,'publicly',1),(1683,'becomes',1),(1683,'domain',1),(1683,'public',2),(1683,'include',2),(1683,'authority',1),(1683,'governmental',1),(1683,'required',7),(1683,'obligations',1),(1683,'necessary',1),(1683,'disclose',1),(1683,'confidence',1),(1683,'strict',1),(1683,'maintain',1),(1683,'hold',1),(1683,'employees',1),(1683,'certain',1),(1683,'receive',1),(1683,'dealings',1),(1683,'business',2),(1683,'acknowledge',1),(1683,'confidential',6),(1683,'works',1),(1683,'discuss',1),(1683,'soon',1),(1683,'touch',2),(1683,'get',2),(1683,'paying',1),(1683,'difficulty',1),(1683,'calendar',3),(1683,'pay',1),(1683,'failure',1),(1683,'result',3),(1683,'incurred',3),(1683,'court',2),(1683,'legal',1),(1683,'fees',8),(1683,'collection',1),(1683,'debt',1),(1683,'outstanding',1),(1683,'week',1),(1683,'equivalent',1),(1683,'fee',2),(1683,'late',1),(1683,'incur',1),(1683,'invoice',6),(1683,'unpaid',1),(1683,'spent',1),(1683,'based',1),(1683,'prorata',1),(1683,'plus',1),(1683,'forfeited',1),(1683,'50%',1),(1683,'initial',2),(1683,'expectations',1),(1683,'needs',1),(1683,'exceed',1),(1683,'meet',3),(1683,'provide',1),(1683,'endeavours',1),(1683,'the',2),(1683,'mind',2),(1683,'change',2),(1683,'case',1),(1683,'refundable',2),(1683,'non',2),(1683,'commenced',2),(1683,'allocated',1),(1683,'resources',1),(1683,'research',1),(1683,'release',2),(1683,'server',1),(1683,'completion',3),(1683,'upon',6),(1683,'due',3),(1683,'remaining',1),(1683,'commences',1),(1683,'total',2),(1683,'percent',2),(1683,'fifty',2),(1683,'minimum',4),(1683,'advance',1),(1683,'require',2),(1683,'&amp',4),(1683,'indicating',1),(1683,'acceptance',2),(1683,'signed',1),(1683,'customer\'s',1),(1683,'estimate',2),(1683,'set',1),(1683,'charges',3),(1683,'hour',2),(1683,'per',3),(1683,'€35',2),(1683,'€20',2),(1683,'rate',2),(1683,'hourly',2),(1683,'charged',2),(1683,'original',2),(1683,'outside',3),(1683,'additional',8),(1683,'euros',1),(1683,'priced',1),(1683,'quoted',1),(1683,'amendment',1),(1683,'subject',1),(1683,'within',6),(1683,'accepted',3),(1683,'issue',6),(1683,'date',6),(1683,'days',10),(1683,'valid',1),(1683,'charge',1),(1683,'quotations',2),(1683,'agrees',2),(1683,'contravene',1),(1683,'actions',1),(1683,'knowingly',1),(1683,'will',10),(1683,'bound',2),(1683,'suppliers',1),(1683,'agents',2),(1683,'contractors',1),(1683,'sub',3),(1683,'constitutes',1),(1683,'deposit',4),(1683,'payment',11),(1683,'brief',1),(1683,'submission',1),(1683,'commencement',2),(1683,'delete',1),(1683,'close',1),(1683,'reserves',3),(1683,'request',5),(1683,'deleted',1),(1683,'order',2),(1683,'place',1),(1683,'free',2),(1683,'create',1),(1683,'can',8),(1683,'billing',1),(1683,'personal',1),(1683,'details',1),(1683,'tasks',1),(1683,'pin',1),(1683,'invoices',3),(1683,'messages',1),(1683,'chat',1),(1683,'previews',1),(1683,'projects',4),(1683,'access',2),(1683,'manage',1),(1683,'person\'s',1),(1683,'another',1),(1683,'administrator',2),(1683,'authorized',1),(1683,'except',2),(1683,'share',1),(1683,'unauthorized',1),(1683,'aware',2),(1683,'becoming',1),(1683,'immediately',1),(1683,'support',1),(1683,'customer',2),(1683,'notify',4),(1683,'must',7),(1683,'account',11),(1683,'via',1),(1683,'occurs',1),(1683,'activity',1),(1683,'responsible',8),(1683,'security',1),(1683,'passwords',2),(1683,'accounts',1),(1683,'right',5),(1683,'party',9),(1683,'third',7),(1683,'violates',1),(1683,'way',1),(1683,'owners',1),(1683,'respective',1),(1683,'consent',1),(1683,'written',3),(1683,'prior',5),(1683,'express',2),(1683,'owned',1),(1683,'proprietary',1),(1683,'whatsoever',1),(1683,'purposes',2),(1683,'exploit',1),(1683,'sell',1),(1683,'license',1),(1683,'display',2),(1683,'upload',2),(1683,'perform',3),(1683,'distribute',1),(1683,'transmit',1),(1683,'broadcast',1),(1683,'publish',2),(1683,'translate',1),(1683,'modify',1),(1683,'reproduce',1),(1683,'copy',2),(1683,'accessed',1),(1683,'contained',1),(1683,'restrictions',1),(1683,'information',12),(1683,'rules',1),(1683,'trademark',1),(1683,'notices',1),(1683,'abide',1),(1683,'shall',5),(1683,'protected',1),(1683,'known',2),(1683,'images',7),(1683,'photographs',1),(1683,'articles',1),(1683,'graphics',1),(1683,'text',1),(1683,'limited',2),(1683,'performed',1),(1683,'displayed',1),(1683,'agreement',3),(1683,'accordance',1),(1683,'used',3),(1683,'contents',1),(1683,'content',5),(1683,'maintained',1),(1683,'entity',1),(1683,'single',1),(1683,'regarded',1),(1683,'web',1),(1683,'wide',1),(1683,'world',1),(1683,'pages',1),(1683,'group',1),(1683,'connected',1),(1683,'website',4),(1683,'specified',1),(1683,'media',2),(1683,'form',1),(1683,'delivered',1),(1683,'end',1),(1683,'materials',4),(1683,'deliverables',2),(1683,'defined',1),(1683,'otherwise',6),(1683,'described',2),(1683,'product',2),(1683,'usage',2),(1683,'identified',2),(1683,'client\'s',5),(1683,'purpose',1),(1683,'scope',2),(1683,'quotation',17),(1683,'related',1),(1683,'engages',1),(1683,'company',4),(1683,'person',1),(1683,'vismark®app',5),(1683,'vismark',2),(1683,'means',7),(1683,'definitions',1),(1683,'notice',2),(1683,'without',4),(1683,'alter',1),(1683,'need',1),(1683,'may',16),(1683,'time',5),(1683,'note',1),(1683,'also',4),(1683,'document',1),(1683,'understand',1),(1683,'contact',4),(1683,'please',4),(1683,'clients',5),(1683,'it`s',1),(1683,'choose',2),(1683,'rights',2),(1683,'reserved',1),(1683,'property',1),(1683,'remain',2),(1683,'contract',1),(1683,'fulfilling',1),(1683,'given',1),(1683,'deemed',1),(1683,'solution',2),(1683,'project',19),(1683,'chosen',3),(1683,'one',1),(1683,'presented',3),(1683,'designs',2),(1683,'choice',1),(1683,'settled',1),(1683,'costs',8),(1683,'writing',8),(1683,'released',5),(1683,'specifically',3),(1683,'unless',4),(1683,'illustrations',2),(1683,'concepts',3),(1683,'visual',1),(1683,'proofs',11),(1683,'ideas',1),(1683,'pictures',1),(1683,'words',1),(1683,'including',3),(1683,'design',10),(1683,'retained',1),(1683,'copyright',6),(1683,'agreed',3),(1683,'client',41),(1683,'understanding',1),(1683,'carried',1),(1683,'work',15),(1683,'romania',2),(1683,'laws',1),(1683,'governed',1),(1683,'dispute',1),(1683,'event',3),(1683,'referred',1),(1683,'hereinafter',1),(1683,'consulting',4),(1683,'vismark®',59),(1683,'provided',12),(1683,'services',13),(1683,'products',1),(1683,'apply',3),(1683,'conditions',7),(1683,'following',1),(1683,'service',4),(1683,'use',14),(1683,'terms',15),(1681,'general',1),(1681,'relevant',1),(1681,'statement',1),(1681,'lengthy',1),(1681,'seems',2),(1681,'writer',1),(1681,'testimonial',1),(1681,'message',2),(1681,'whole',2),(1681,'shortened',1),(1681,'errors',1),(1681,'typing',1),(1681,'grammatical',1),(1681,'correction',1),(1681,'except',1),(1681,'verbatim',1),(1681,'reproduced',1),(1681,'form',2),(1681,'displayed',2),(1681,'representative',1),(1681,'necessarily',1),(1681,'typical',1),(1681,'claim',1),(1681,'vary',1),(1681,'results',3),(1681,'life',1),(1681,'real',1),(1681,'reflecting',1),(1681,'experiences',3),(1681,'submission',1),(1681,'video',2),(1681,'audio',2),(1681,'text',2),(1681,'actually',1),(1681,'appear',2),(1681,'advertising',1),(1681,'endorsements',1),(1681,'concerning',1),(1681,'guidelines',1),(1681,'testimonials',9),(1681,'kept',1),(1681,'areas',2),(1681,'password',2),(1681,'username',2),(1681,'point',1),(1681,'full',1),(1681,'reserve',1),(1681,'parts',1),(1681,'need',1),(1681,'future',1),(1681,'access',3),(1681,'restricted',2),(1681,'related',1),(1681,'marketing',1),(1681,'commercial',1),(1681,'unsolicited',1),(1681,'within',1),(1681,'dialogue',1),(1681,'flow',1),(1681,'normal',1),(1681,'disrupting',1),(1681,'offensive',1),(1681,'obscene',1),(1681,'transmitting',1),(1681,'inconvenience',1),(1681,'distress',1),(1681,'causing',1),(1681,'harassing',1),(1681,'includes',1),(1681,'behavior',1),(1681,'enjoyment',1),(1681,'else\'s',1),(1681,'inhibit',1),(1681,'restrict',2),(1681,'infringe',1),(1681,'way',2),(1681,'lawful',1),(1681,'acceptable',1),(1681,'another',2),(1681,'onto',1),(1681,'including',2),(1681,'redistribute',1),(1681,'purpose',2),(1681,'exploit',1),(1681,'copy',1),(1681,'derivative',1),(1681,'create',1),(1681,'duplicate',1),(1681,'reproduce',1),(1681,'prior',1),(1681,'material',3),(1681,'republish',1),(1681,'must',4),(1681,'written',3),(1681,'express',2),(1681,'forbidden',1),(1681,'licensors',1),(1681,'sole',1),(1681,'remain',1),(1681,'software',1),(1681,'patents',1),(1681,'trademarks',2),(1681,'copyrights',1),(1681,'property',4),(1681,'intellectual',3),(1681,'mark',1),(1681,'trade',1),(1681,'copyright',1),(1681,'protected',1),(1681,'contained',1),(1681,'prohibited',2),(1681,'local',1),(1681,'regulations',1),(1681,'conditions',1),(1681,'bound',1),(1681,'agreeing',1),(1681,'accessing',3),(1681,'therein',1),(1681,'presented',1),(1681,'products',4),(1681,'sponsors',1),(1681,'employees',1),(1681,'endorsement',1),(1681,'constitute',1),(1681,'controlled',1),(1681,'owned',1),(1681,'sites',6),(1681,'linked',2),(1681,'found',1),(1681,'accuracy',1),(1681,'websites',1),(1681,'many',1),(1681,'www',2),(1681,'http',2),(1681,'links',3),(1681,'external',2),(1681,'securely',1),(1681,'treated',1),(1681,'ensure',2),(1681,'necessary',1),(1681,'reasonably',1),(1681,'steps',1),(1681,'processing',1),(1681,'storing',1),(1681,'agree',4),(1681,'submitting',1),(1681,'destination',1),(1681,'processed',2),(1681,'stored',2),(1681,'client',2),(1681,'store',1),(1681,'processes',1),(1681,'advised',1),(1681,'romania',9),(1681,'protective',1),(1681,'less',1),(1681,'laws',3),(1681,'location',1),(1681,'country',1),(1681,'outside',3),(1681,'transfer',4),(1681,'actions',1),(1681,'responsible',5),(1681,'transmitted',1),(1681,'guarantee',2),(1681,'cannot',2),(1681,'impenetrable',1),(1681,'perfect',1),(1681,'aware',2),(1681,'notwithstanding',1),(1681,'alteration',1),(1681,'misuse',1),(1681,'loss',1),(1681,'protect',3),(1681,'measures',3),(1681,'reasonable',1),(1681,'commercially',1),(1681,'protecting',1),(1681,'issue',1),(1681,'serious',1),(1681,'security',5),(1681,'storage',1),(1681,'link',2),(1681,'clicking',1),(1681,'materials',2),(1681,'promotional',1),(1681,'newsletter',1),(1681,'wish',1),(1681,'longer',1),(1681,'anytime',1),(1681,'bottom',1),(1681,'located',5),(1681,'instructions',1),(1681,'unsubscribe',2),(1681,'reading',1),(1681,'partners',2),(1681,'receiving',2),(1681,'opportunity',1),(1681,'users',2),(1681,'provides',2),(1681,'opt',3),(1681,'choice',1),(1681,'communication',1),(1681,'receive',5),(1681,'list',1),(1681,'mailing',1),(1681,'remove',1),(1681,'concise',1),(1681,'contain',3),(1681,'addition',1),(1681,'sender',1),(1681,'clear',1),(1681,'state',2),(1681,'clearly',1),(1681,'organization',1),(1681,'act',1),(1681,'compliance',3),(1681,'spam',2),(1681,'applicable',4),(1681,'accordance',3),(1681,'via',3),(1681,'send',3),(1681,'maintain',2),(1681,'timely',1),(1681,'solely',1),(1681,'strictly',1),(1681,'agency',1),(1681,'government',1),(1681,'individual',3),(1681,'party',4),(1681,'lists',1),(1681,'subscription',1),(1681,'lease',1),(1681,'rent',2),(1681,'sell',2),(1681,'confidential',2),(1681,'keeping',1),(1681,'committed',2),(1681,'see',1),(1681,'purchase',1),(1681,'make',3),(1681,'forms',1),(1681,'sign',1),(1681,'applies',2),(1681,'also',3),(1681,'telephone',1),(1681,'app',4),(1681,'mail',10),(1681,'online',1),(1681,'received',3),(1681,'maintenance',1),(1681,'communications',4),(1681,'electronic',1),(1681,'protections',1),(1681,'responses',1),(1681,'together',1),(1681,'messages',2),(1681,'retain',2),(1681,'correspond',1),(1681,'email',10),(1681,'sent',2),(1681,'can',4),(1681,'request',1),(1681,'pages',1),(1681,'traffic',1),(1681,'known',1),(1681,'data',3),(1681,'profile',1),(1681,'demographic',1),(1681,'part',1),(1681,'server',1),(1681,'web',4),(1681,'collected',1),(1681,'automatically',1),(1681,'identify',1),(1681,'network',1),(1681,'computers',2),(1681,'number',1),(1681,'address',5),(1681,'internet',1),(1681,'connected',1),(1681,'every',2),(1681,'computer',2),(1681,'addresses',3),(1681,'one',2),(1681,'register',2),(1681,'persons',1),(1681,'allow',1),(1681,'age',2),(1681,'anyone',3),(1681,'solicit',1),(1681,'knowingly',2),(1681,'manage',1),(1681,'employ',2),(1681,'individuals',1),(1681,'control',2),(1681,'companies',1),(1681,'apply',2),(1681,'rights',5),(1681,'legal',2),(1681,'protection',1),(1681,'requires',1),(1681,'law',4),(1681,'believe',2),(1681,'faith',1),(1681,'good',1),(1681,'words',2),(1681,'compelled',2),(1681,'legally',1),(1681,'disclose',1),(1681,'may',18),(1681,'collection',1),(1681,'time',3),(1681,'approval',1),(1681,'parties',4),(1681,'third',8),(1681,'unaffiliated',1),(1681,'transferred',3),(1681,'otherwise',2),(1681,'sold',1),(1681,'choose',3),(1681,'unless',2),(1681,'site',10),(1681,'visit',1),(1681,'identifying',1),(1681,'personally',1),(1681,'obtain',1),(1681,'clienti',1),(1681,'prospective',1),(1681,'items',1),(1681,'available',1),(1681,'making',1),(1681,'customer',1),(1681,'providing',2),(1681,'activities',1),(1681,'business',3),(1681,'administering',1),(1681,'purposes',3),(1681,'speaking',1),(1681,'broadly',1),(1681,'informations',1),(1681,'content',8),(1681,'user',3),(1681,'company',2),(1681,'account',4),(1681,'financial',2),(1681,'contact',3),(1681,'service',12),(1681,'types',2),(1681,'given',1),(1681,'meaning',1),(1681,'shall',2),(1681,'definition',1),(1681,'without',5),(1681,'herein',1),(1681,'terms',6),(1681,'capitalized',1),(1681,'ways',1),(1681,'share',2),(1681,'use',19),(1681,'collect',5),(1681,'will',15),(1681,'consent',6),(1681,'hereby',1),(1681,'outlined',1),(1681,'policies',5),(1681,'practices',3),(1681,'accept',1),(1681,'acknowledge',1),(1681,'manner',1),(1681,'services',9),(1681,'using',4),(1681,'visiting',1),(1681,'learn',1),(1681,'following',4),(1681,'read',2),(1681,'please',4),(1681,'org',3),(1681,'vismark',6),(1681,'website',17),(1681,'provide',11),(1681,'uses',1),(1681,'collects',2),(1681,'describes',1),(1681,'seriously',1),(1681,'take',2),(1681,'shared',1),(1681,'used',6),(1681,'information',50),(1681,'personal',16),(1681,'care',1),(1681,'your',1),(1681,'you',1),(1681,'clients',3),(1681,'know',1),(1681,'our',1),(1681,'consulting',2),(1681,'vismark®',30),(1681,'overview',1),(1681,'trust',1),(1681,'value',1),(1681,'policy',18),(1681,'privacy',21),(1680,'floor',1),(1680,'street',1),(1680,'voda',1),(1680,'radu',1),(1680,'office',1),(1680,'101',1),(1680,'031',1),(1680,'line',1),(1680,'main',2),(1680,'else',1),(1680,'anything',1),(1680,'careers@vismark',1),(1680,'send',1),(1680,'section',1),(1680,'career',1),(1680,'visit',1),(1680,'touch',1),(1680,'get',1),(1680,'ruckus',1),(1680,'make',1),(1680,'heart',1),(1680,'hustle',1),(1680,'talent',1),(1680,'744',1),(1680,'call',2),(1680,'give',1),(1680,'office@vismark',1),(1680,'reach',1),(1680,'inquiries',1),(1680,'partnership',1),(1680,'hello@vismark',1),(1680,'email',2),(1680,'form',1),(1680,'complete',1),(1680,'please',2),(1680,'discuss',1),(1680,'like',1),(1680,'you’d',1),(1680,'project',1),(1680,'contact',5),(1521,'faq',4),(1685,'companiilor',3),(1685,'vizuala',3),(1685,'identitatea',3),(1685,'imbunatatim',3),(1685,'construim',3),(1685,'brand',3),(1685,'publicitar',3),(1685,'grafic',3),(1685,'design',9),(1685,'agentie',3),(1687,'recente',1),(1687,'mai',1),(1687,'cele',1),(1687,'vizualizeaza',1),(1687,'portofoliu',2),(1687,'branding',3),(1687,'vizuala',3),(1687,'identitate',3),(1687,'grafic',3),(1687,'design',3),(1687,'lucrari',3),(1687,'nostru',3),(1687,'portofoliul',3),(1689,'simultan',1),(1689,'puna',1),(1689,'isi',1),(1689,'poate',1),(1689,'una',1),(1689,'tip',1),(1689,'nou',1),(1689,'dezvoltam',1),(1689,'propunem',1),(1689,'contacteaza',1),(1689,'deosebeste',1),(1689,'ceea',1),(1689,'lor',1),(1689,'muncii',1),(1689,'calitatea',1),(1689,'iar',1),(1689,'design',2),(1689,'experti',1),(1689,'mare',1),(1689,'numar',1),(1689,'dintr',1),(1689,'compusa',1),(1689,'noastra',1),(1689,'limitate',1),(1689,'uri',1),(1689,'feedback',1),(1689,'contorizare',1),(1689,'ore',1),(1689,'uita',1),(1689,'lucru',1),(1689,'nostru',1),(1689,'sistemului',1),(1689,'datorita',1),(1689,'tai',1),(1689,'partenerii',1),(1689,'clientii',1),(1689,'tine',1),(1689,'corect',2),(1689,'pretul',1),(1689,'dorit',1),(1689,'timpul',1),(1689,'tale',1),(1689,'materialele',1),(1689,'lucra',1),(1689,'vor',1),(1689,'desineri',2),(1689,'dedicata',2),(1689,'echipa',3),(1689,'dispozitie',2),(1689,'punem',2),(1689,'grafice',2),(1689,'materiale',2),(1689,'privire',1),(1689,'nevoie',1),(1689,'orice',1),(1689,'satisface',1),(1689,'putem',1),(1689,'iti',3),(1689,'publicitate',2),(1689,'agentie',2),(1689,'sau',1),(1689,'companie',1),(1689,'reprezinti',1),(1689,'fie',1),(1689,'cap',1),(1689,'dureri',1),(1689,'bani',1),(1689,'timp',2),(1689,'salvezi',1),(1689,'astfel',2),(1689,'simplificata',1),(1689,'noua',1),(1689,'metoda',1),(1689,'printr',1),(1689,'grafic',1),(1689,'designul',1),(1689,'externaliza',1),(1689,'poti',3),(1689,'prin',1),(1689,'online',1),(1689,'platforma',1),(1689,'este',2),(1689,'vismark®',1),(1689,'dezvolta',1),(1689,'care',4),(1689,'afacerile',1),(1689,'pentru',3),(1689,'ideala',1),(1689,'solutia',1),(1689,'noi',2),(1689,'despre',5),(1691,'imbunatateasca',1),(1691,'ajutat',1),(1691,'care',1),(1691,'cei',1),(1691,'uri',1),(1691,'feedback',1),(1691,'cateva',1),(1691,'iata',1),(1691,'lucru',1),(1691,'nostru',1),(1691,'modul',1),(1691,'confirme',1),(1691,'altii',1),(1691,'lasam',1),(1691,'preferam',1),(1691,'dar',1),(1526,'externalizare',2),(1526,'outsourcing',3),(1526,'placea',1),(1526,'propriul',1),(1526,'departament',1),(1526,'design',4),(1526,'grafic',1),(1526,'suntem',1),(1526,'aici',2),(1526,'ajutam',1),(1526,'indiferent',1),(1526,'daca',2),(1526,'esti',1),(1526,'companie',1),(1526,'sau',3),(1526,'agentie',1),(1526,'publicitate',1),(1526,'acum',1),(1526,'iti',1),(1526,'poti',3),(1526,'realiza',1),(1526,'materiale',2),(1526,'grafice',2),(1526,'oricand',1),(1526,'chiar',1),(1526,'volum',1),(1526,'mare',1),(1526,'solicitari',1),(1526,'pret',1),(1526,'corect',1),(1526,'intreaga',2),(1526,'echipa',2),(1526,'graficieni',1),(1526,'pentru',1),(1526,'tine',1),(1526,'proiectele',1),(1526,'tale',4),(1526,'vor',1),(1526,'lucra',2),(1526,'unul',1),(1526,'doi',1),(1526,'designeri',1),(1526,'astfel',1),(1526,'fii',1),(1526,'sigur',1),(1526,'materialele',2),(1526,'sunt',2),(1526,'gata',1),(1526,'timp',1),(1526,'cea',1),(1526,'mai',4),(1526,'inalta',1),(1526,'calitate',2),(1526,'contacteaza',3),(1526,'rapid',1),(1526,'usorintr',1),(1526,'singur',1),(1526,'loc',1),(1526,'parte',2),(1526,'experienta',1),(1526,'usoara',1),(1526,'oferita',1),(1526,'aplicatia',2),(1526,'vismark®app',1),(1526,'fie',2),(1526,'vorbim',1),(1526,'logo',1),(1526,'website',1),(1526,'carti',1),(1526,'vizita',1),(1526,'alt',1),(1526,'tip',1),(1526,'material',2),(1526,'vei',1),(1526,'gasi',2),(1526,'toate',1),(1526,'citeste',1),(1526,'mult',1),(1526,'numar',1),(1526,'nelimitat',1),(1526,'feedback',4),(1526,'uri',1),(1526,'direct',2),(1526,'important',1),(1526,'doar',1),(1526,'potriveasca',1),(1526,'vom',3),(1526,'ele',1),(1526,'pana',1),(1526,'potrivirea',1),(1526,'perfecta',1),(1526,'contextual',1),(1526,'folosind',1),(1526,'live',1),(1526,'comentand',1),(1526,'materialul',1),(1526,'lucru',2),(1526,'arhiva',2),(1526,'conversatii',1),(1526,'control',1),(1526,'total',1),(1526,'asupra',1),(1526,'urilor',1),(1526,'acestea',1),(1526,'pastrate',1),(1526,'din',2),(1526,'contul',1),(1526,'tau',2),(1526,'personal',1),(1526,'hai',2),(1526,'lucram',1),(1526,'impreuna',1),(1526,'fara',2),(1526,'ore',1),(1526,'contorizate',2),(1526,'odata',1),(1526,'faci',1),(1526,'comunitate',1),(1526,'iei',1),(1526,'adio',1),(1526,'orele',1),(1526,'bucura',1),(1526,'costuri',1),(1526,'suplimentare',1),(1526,'unitar',1),(1526,'care',1),(1526,'urmareste',1),(1526,'linia',1),(1526,'brandului',2),(1526,'stim',1),(1526,'cat',1),(1526,'importanta',1),(1526,'este',1),(1526,'imaginea',1),(1526,'fata',1),(1526,'clientilor',1),(1526,'aceea',1),(1526,'avea',1),(1526,'grija',1),(1526,'fiecare',1),(1526,'corespunda',1),(1526,'personalitatii',1),(1526,'scrie',1),(1526,'cunoastem',1),(1527,'cariere',4),(1527,'crestem',1),(1527,'repede',1),(1527,'face',1),(1527,'placere',1),(1527,'alaturi',1),(1527,'vismark®',1),(1527,'este',1),(1527,'binevenit',1),(1527,'oricine',1),(1527,'dam',1),(1527,'silinta',1),(1527,'oamenii',1),(1527,'simta',1),(1527,'sprijiniti',1),(1527,'conectati',1),(1527,'munca',1),(1527,'fiind',1),(1527,'angajator',1),(1527,'care',1),(1527,'ofera',1),(1527,'drepturi',1),(1527,'egale',1),(1527,'tuturor',1),(1527,'suntem',1),(1527,'deschisi',1),(1527,'angaja',1),(1527,'noi',1),(1527,'talente',1),(1527,'indiferent',1),(1527,'rasa',1),(1527,'religie',1),(1527,'culoare',1),(1527,'nationalitate',1),(1527,'sex',1),(1527,'orientare',1),(1527,'sexuala',1),(1527,'varsta',1),(1527,'statut',1),(1527,'sau',1),(1527,'orice',1),(1527,'alte',1),(1527,'caracteristici',1),(1527,'aplicativitati',1),(1527,'legale',1),(1528,'newsletter',5),(1528,'suntem',1),(1528,'indragostiti',1),(1528,'design',1),(1528,'grafic',1),(1528,'stim',1),(1528,'tie',1),(1528,'iti',1),(1528,'place',1),(1528,'chinui',1),(1528,'cauti',1),(1528,'noutati',1),(1528,'din',1),(1528,'domeniu',1),(1528,'lasa',1),(1528,'noi',1),(1528,'tinem',1),(1528,'saptamanal',1),(1528,'curent',1),(1528,'ultimele',1),(1528,'trenduri',1),(1682,'public',3),(1682,'general',1),(1682,'relevant',1),(1682,'statement',1),(1682,'lengthy',1),(1682,'seems',2),(1682,'writer',1),(1682,'testimonial',1),(1682,'message',2),(1682,'whole',2),(1682,'shortened',1),(1682,'errors',1),(1682,'typing',1),(1682,'grammatical',1),(1682,'correction',1),(1682,'except',1),(1682,'verbatim',1),(1682,'reproduced',1),(1682,'form',2),(1682,'displayed',2),(1682,'representative',1),(1682,'necessarily',1),(1682,'typical',1),(1682,'claim',1),(1682,'vary',1),(1682,'results',3),(1682,'life',1),(1682,'real',1),(1682,'reflecting',1),(1682,'experiences',3),(1682,'submission',1),(1682,'video',2),(1682,'audio',2),(1682,'text',2),(1682,'actually',1),(1682,'appear',2),(1682,'advertising',1),(1682,'endorsements',1),(1682,'concerning',1),(1682,'guidelines',1),(1682,'testimonials',9),(1682,'kept',1),(1682,'areas',2),(1682,'password',2),(1682,'username',2),(1682,'point',1),(1682,'full',1),(1682,'reserve',1),(1682,'parts',1),(1682,'need',1),(1682,'future',1),(1682,'access',3),(1682,'restricted',2),(1682,'related',1),(1682,'marketing',1),(1682,'commercial',1),(1682,'unsolicited',1),(1682,'within',1),(1682,'dialogue',1),(1682,'flow',1),(1682,'normal',1),(1682,'disrupting',1),(1682,'offensive',1),(1682,'obscene',1),(1682,'transmitting',1),(1682,'inconvenience',1),(1682,'distress',1),(1682,'causing',1),(1682,'harassing',1),(1682,'includes',1),(1682,'behavior',1),(1682,'enjoyment',1),(1682,'else\'s',1),(1682,'inhibit',1),(1682,'restrict',2),(1682,'infringe',1),(1682,'way',2),(1682,'lawful',1),(1682,'acceptable',1),(1682,'another',2),(1682,'onto',1),(1682,'including',2),(1682,'redistribute',1),(1682,'purpose',2),(1682,'exploit',1),(1682,'copy',1),(1682,'derivative',1),(1682,'create',1),(1682,'duplicate',1),(1682,'reproduce',1),(1682,'prior',1),(1682,'material',3),(1682,'republish',1),(1682,'must',4),(1682,'written',3),(1682,'express',2),(1682,'forbidden',1),(1682,'licensors',1),(1682,'sole',1),(1682,'remain',1),(1682,'software',1),(1682,'patents',1),(1682,'trademarks',2),(1682,'copyrights',1),(1682,'property',4),(1682,'intellectual',3),(1682,'mark',1),(1682,'trade',1),(1682,'copyright',1),(1682,'protected',1),(1682,'contained',1),(1682,'prohibited',2),(1682,'local',1),(1682,'regulations',1),(1682,'conditions',1),(1682,'bound',1),(1682,'agreeing',1),(1682,'accessing',3),(1682,'therein',1),(1682,'presented',1),(1682,'products',4),(1682,'sponsors',1),(1682,'employees',1),(1682,'endorsement',1),(1682,'constitute',1),(1682,'controlled',1),(1682,'owned',1),(1682,'sites',6),(1682,'linked',2),(1682,'found',1),(1682,'accuracy',1),(1682,'websites',1),(1682,'many',1),(1682,'www',2),(1682,'http',2),(1682,'links',3),(1682,'external',2),(1682,'securely',1),(1682,'treated',1),(1682,'ensure',2),(1682,'necessary',1),(1682,'reasonably',1),(1682,'steps',1),(1682,'processing',1),(1682,'storing',1),(1682,'agree',4),(1682,'submitting',1),(1682,'destination',1),(1682,'processed',2),(1682,'stored',2),(1682,'client',2),(1682,'store',1),(1682,'processes',1),(1682,'advised',1),(1682,'romania',9),(1682,'protective',1),(1682,'less',1),(1682,'laws',3),(1682,'location',1),(1682,'country',1),(1682,'outside',3),(1682,'transfer',4),(1682,'actions',1),(1682,'responsible',5),(1682,'transmitted',1),(1682,'guarantee',2),(1682,'cannot',2),(1682,'impenetrable',1),(1682,'perfect',1),(1682,'aware',2),(1682,'notwithstanding',1),(1682,'alteration',1),(1682,'misuse',1),(1682,'loss',1),(1682,'protect',3),(1682,'measures',3),(1682,'reasonable',1),(1682,'commercially',1),(1682,'protecting',1),(1682,'issue',1),(1682,'serious',1),(1682,'security',5),(1682,'storage',1),(1682,'link',2),(1682,'clicking',1),(1682,'materials',2),(1682,'promotional',1),(1682,'newsletter',1),(1682,'wish',1),(1682,'longer',1),(1682,'anytime',1),(1682,'bottom',1),(1682,'located',5),(1682,'instructions',1),(1682,'unsubscribe',2),(1682,'reading',1),(1682,'partners',2),(1682,'receiving',2),(1682,'opportunity',1),(1682,'users',2),(1682,'provides',2),(1682,'opt',3),(1682,'choice',1),(1682,'communication',1),(1682,'receive',5),(1682,'list',1),(1682,'mailing',1),(1682,'remove',1),(1682,'concise',1),(1682,'contain',3),(1682,'addition',1),(1682,'sender',1),(1682,'clear',1),(1682,'state',2),(1682,'clearly',1),(1682,'organization',1),(1682,'act',1),(1682,'compliance',3),(1682,'spam',2),(1682,'applicable',4),(1682,'accordance',3),(1682,'via',3),(1682,'send',3),(1682,'maintain',2),(1682,'timely',1),(1682,'solely',1),(1682,'strictly',1),(1682,'agency',1),(1682,'government',1),(1682,'individual',3),(1682,'party',4),(1682,'lists',1),(1682,'subscription',1),(1682,'lease',1),(1682,'rent',2),(1682,'sell',2),(1682,'confidential',2),(1682,'keeping',1),(1682,'committed',2),(1682,'see',1),(1682,'purchase',1),(1682,'make',3),(1682,'forms',1),(1682,'sign',1),(1682,'applies',2),(1682,'also',3),(1682,'telephone',1),(1682,'app',4),(1682,'mail',10),(1682,'online',1),(1682,'received',3),(1682,'maintenance',1),(1682,'communications',4),(1682,'electronic',1),(1682,'protections',1),(1682,'responses',1),(1682,'together',1),(1682,'messages',2),(1682,'retain',2),(1682,'correspond',1),(1682,'email',10),(1682,'sent',2),(1682,'can',4),(1682,'request',1),(1682,'pages',1),(1682,'traffic',1),(1682,'known',1),(1682,'data',3),(1682,'profile',1),(1682,'demographic',1),(1682,'part',1),(1682,'server',1),(1682,'web',4),(1682,'collected',1),(1682,'automatically',1),(1682,'identify',1),(1682,'network',1),(1682,'computers',2),(1682,'number',1),(1682,'address',5),(1682,'internet',1),(1682,'connected',1),(1682,'every',2),(1682,'computer',2),(1682,'addresses',3),(1682,'one',2),(1682,'register',2),(1682,'persons',1),(1682,'allow',1),(1682,'age',2),(1682,'anyone',3),(1682,'solicit',1),(1682,'knowingly',2),(1682,'manage',1),(1682,'employ',2),(1682,'individuals',1),(1682,'control',2),(1682,'companies',1),(1682,'apply',2),(1682,'rights',5),(1682,'legal',2),(1682,'protection',1),(1682,'requires',1),(1682,'law',4),(1682,'believe',2),(1682,'faith',1),(1682,'good',1),(1682,'words',2),(1682,'compelled',2),(1682,'legally',1),(1682,'disclose',1),(1682,'may',18),(1682,'collection',1),(1682,'time',3),(1682,'approval',1),(1682,'parties',4),(1682,'third',8),(1682,'unaffiliated',1),(1682,'transferred',3),(1682,'otherwise',2),(1682,'sold',1),(1682,'choose',3),(1682,'unless',2),(1682,'site',10),(1682,'visit',1),(1682,'identifying',1),(1682,'personally',1),(1682,'obtain',1),(1682,'clienti',1),(1682,'prospective',1),(1682,'items',1),(1682,'available',1),(1682,'making',1),(1682,'customer',1),(1682,'providing',2),(1682,'activities',1),(1682,'business',3),(1682,'administering',1),(1682,'purposes',3),(1682,'speaking',1),(1682,'broadly',1),(1682,'informations',1),(1682,'content',8),(1682,'user',3),(1682,'company',2),(1682,'account',4),(1682,'financial',2),(1682,'contact',3),(1682,'service',12),(1682,'types',2),(1682,'given',1),(1682,'meaning',1),(1682,'shall',2),(1682,'definition',1),(1682,'without',5),(1682,'herein',1),(1682,'terms',6),(1682,'capitalized',1),(1682,'ways',1),(1682,'share',2),(1682,'use',19),(1682,'collect',5),(1682,'will',15),(1682,'consent',6),(1682,'hereby',1),(1682,'outlined',1),(1682,'policies',5),(1682,'practices',3),(1682,'accept',1),(1682,'acknowledge',1),(1682,'manner',1),(1682,'services',9),(1682,'using',4),(1682,'visiting',1),(1682,'learn',1),(1682,'following',4),(1682,'read',2),(1682,'please',4),(1682,'org',3),(1682,'vismark',6),(1682,'website',17),(1682,'provide',11),(1682,'uses',1),(1682,'collects',2),(1682,'describes',1),(1682,'policy',14),(1682,'seriously',1),(1682,'take',2),(1682,'shared',1),(1682,'used',6),(1682,'information',50),(1682,'personal',16),(1682,'care',1),(1682,'your',1),(1682,'you',1),(1682,'clients',3),(1682,'know',1),(1682,'our',1),(1682,'consulting',2),(1682,'vismark®',30),(1682,'overview',1),(1682,'trust',1),(1682,'privacy',17),(1682,'value',1),(1682,'confidentialitate',4),(1682,'politica',4),(1679,'noi',1),(1679,'proiecte',1),(1679,'intrebari',1),(1679,'careers@vismark',1),(1679,'scrie',1),(1679,'cariere',1),(1679,'sectiunea',1),(1679,'viziteaza',1),(1679,'anunti',1),(1679,'determinare',1),(1679,'inspiratie',1),(1679,'talent',1),(1679,'daca',1),(1679,'744',1),(1679,'07411',1),(1679,'suna',2),(1679,'office@vismark',1),(1679,'emai',1),(1679,'contacta',1),(1679,'poti',3),(1679,'parteneriate',1),(1679,'pentru',2),(1679,'hello@vismark',1),(1679,'email',1),(1679,'trimiti',1),(1679,'sau',4),(1679,'jos',1),(1679,'mai',1),(1679,'formularul',1),(1679,'completezi',1),(1679,'rugam',2),(1679,'discutam',1),(1679,'vrei',1),(1679,'care',1),(1679,'despre',1),(1679,'proiect',1),(1679,'contact',5),(1531,'intrebari',4),(1531,'frecvente',4),(1532,'web',2),(1532,'developer',2),(1533,'product',2),(1533,'designer',2),(1534,'copywriter',2),(1535,'product',2),(1535,'marketing',2),(1535,'lead',2),(1536,'product',2),(1536,'marketing',2),(1536,'manager',2),(1537,'brand',2),(1537,'illustrator',2),(1538,'deal',2),(1538,'desk',2),(1538,'strategy',2),(1538,'analyst',2),(1539,'distribution',2),(1539,'manager',2),(1540,'software',2),(1540,'engineer',2),(1540,'engineering',1),(1541,'business',2),(1541,'dev',2),(1541,'representative',2),(1542,'vismark®',3),(1542,'vismark',1),(1542,'romanian',1),(1542,'based',1),(1542,'design',2),(1542,'visual',3),(1542,'communications',1),(1542,'agency',1),(1542,'offers',1),(1542,'graphic',3),(1542,'services',2),(1542,'companies',2),(1542,'looking',1),(1542,'create',1),(1542,'improve',1),(1542,'identity',1),(1542,'materials',1),(1542,'promoting',1),(1542,'company',1),(1542,'products',1),(1542,'especially',1),(1542,'regular',1),(1542,'basics',1),(1542,' vismark®',1),(1542,'also',1),(1542,'outsourced',1),(1542,'department',1),(1542,'need',1),(1542,'designs',1),(1542,'advertising',1),(1542,'agencies',1),(1542,'multiple',1),(1542,'projects',1),(1543,'company',2),(1543,'needs',2),(1543,'huge',2),(1543,'amount',2),(1543,'design',7),(1543,'services',2),(1543,'every',2),(1543,'month',2),(1543,'can',2),(1543,'keep',2),(1543,'help',2),(1543,'creating',2),(1543,'materials',2),(1543,'definitely',1),(1543,'team',1),(1543,'consists',1),(1543,'account',1),(1543,'managers',1),(1543,'art',2),(1543,'directors',1),(1543,'designers',1),(1543,'different',1),(1543,'expertise',1),(1543,'like',1),(1543,'brand',1),(1543,'commercial',1),(1543,'illustrate',1),(1543,'user',2),(1543,'interface',1),(1543,'experience',1),(1543,'graphic',1),(1543,'motion',1),(1543,'we`re',1),(1543,'ready',1),(1543,'let`s',1),(1543,'work',1),(1543,'together',1),(1543,'contact',1),(1544,'don’t',1),(1544,'know',2),(1544,'start',2),(1544,'can',3),(1544,'help',2),(1544,'don',1),(1544,'call',1),(1544,'021',1),(1544,'367',1),(1544,'send',1),(1544,'email',1),(1544,'hello@vismark',1),(1544,'see',1),(1544,'fit',1),(1544,'we’ll',1),(1544,'listen',1),(1544,'needs',1),(1544,'tell',1),(1544,'options',1),(1544,'put',1),(1544,'things',1),(1544,'perspective',1),(1544,'offer',1),(1544,'solutions',1),(1544,'may',1),(1544,'even',1),(1544,'considered',1),(1544,'problem',1),(1544,'solvers',1),(1544,'brand',1),(1544,'creators',1),(1544,'let',1),(1544,'create',1),(1544,'consistency',1),(1544,'that’s',1),(1544,'currently',1),(1544,'missing',1),(1544,'visual',1),(1544,'communication',1),(1545,'should',2),(1545,'choose',2),(1545,'vismark®',1),(1545,'firm',2),(1545,'design',4),(1545,'work',2),(1545,'vismark',1),(1545,'entire',1),(1545,'team',1),(1545,'working',1),(1545,'projects',1),(1545,'integrated',1),(1545,'platform',1),(1545,'easy',1),(1545,'way',1),(1545,'outsource',1),(1545,'graphic',1),(1545,'materials',1),(1545,'unlimited',1),(1545,'number',1),(1545,'feedbacks',1),(1545,'counted',1),(1545,'hours',1),(1546,'adult',3),(1546,'related',2),(1546,'business',2),(1546,'will',2),(1546,'work',3),(1546,'apologies',1),(1546,'companies',1),(1546,'dealing',1),(1546,'harmful',1),(1546,'unlawful',1),(1546,'questionable',1),(1546,'material',1),(1547,'can',3),(1547,'talk',2),(1547,'first',2),(1547,'commit',2),(1547,'absolutely',1),(1547,'quick',1),(1547,'question',1),(1547,'please',1),(1547,'give',1),(1547,'call',1),(1547,'021',1),(1547,'367',1),(1547,'send',1),(1547,'email',1),(1547,'hello@vismark',1),(1547,'you\'d',1),(1547,'like',1),(1547,'longer',1),(1547,'chat',1),(1547,'schedule',1),(1547,'meeting',1),(1547,'office',1),(1547,'bucharest',1),(1547,'romania',1),(1547,'via',1),(1547,'skype',1),(1548,'company',2),(1548,'work',3),(1548,'clients',4),(1548,'world',3),(1548,'although',1),(1548,'located',1),(1548,'bucharest',1),(1548,'romania',1),(1548,'worked',1),(1548,'individuals',1),(1548,'advertising',1),(1548,'agencies',1),(1548,'companies',1),(1548,'long',1),(1548,'term',1),(1548,'haven`t',1),(1548,'even',1),(1548,'met',1),(1548,'person',1),(1548,'many',1),(1548,'meetings',1),(1548,'took',1),(1548,'place',1),(1548,'phone',1),(1548,'skype',1),(1548,'europe',1),(1548,'also',1),(1548,'asia',1),(1548,'northern',1),(1548,'america',1),(1548,'want',1),(1548,'together',1),(1548,'contact',1),(1549,'located',2),(1549,'can',1),(1549,'connect',1),(1549,'email',1),(1549,'phone',1),(1549,'skype',1),(1549,'person',1),(1549,'live',1),(1549,'locally',1),(1549,'mircea',1),(1549,'voda',1),(1549,'boulevard',1),(1549,'building',1),(1549,'m17',1),(1549,'floor',1),(1549,'sector',1),(1549,'bucharest',1),(1549,'romania',1),(1550,'type',2),(1550,'businesses',4),(1550,'agency',2),(1550,'worked',3),(1550,'vismark®',1),(1550,'experience',1),(1550,'working',1),(1550,'lots',1),(1550,'different',1),(1550,'types',1),(1550,'sizes',1),(1550,'organizations',1),(1550,'company',1),(1550,'include',1),(1550,'law',1),(1550,'firms',1),(1550,'medical',1),(1550,'aerial',1),(1550,'tourism',1),(1550,'retail',1),(1550,'nonprofits',1),(1550,'restaurants',1),(1550,'mechanical',1),(1550,'industrial',1),(1550,'much',1),(1550,' see',1),(1550,'portfolio',1),(1550,'industry',1),(1551,'can',2),(1551,'see',3),(1551,'samples',2),(1551,'work',4),(1551,'we’ve',1),(1551,'got',1),(1551,'plenty',1),(1551,'examples',1),(1551,'graphic',1),(1551,'design',1),(1551,'website',2),(1551,'www',1),(1551,'vismark',1),(1551,' but',1),(1551,'you’d',1),(1551,'like',1),(1551,'including',1),(1551,'designs',1),(1551,'can’t',1),(1551,'display',1),(1551,'vismark®',1),(1551,'please',1),(1551,'just',1),(1551,'contact',1),(1552,'can',2),(1552,'contact',2),(1552,'questions',2),(1552,'concerns',2),(1552,'privacy',1),(1552,'question',1),(1552,'concern',1),(1552,'please',1),(1552,'email',1),(1552,'hello@vismark',1),(1552,'call',1),(1552,'021',1),(1552,'367',1),(1553,'vismark®app',2),(1553,'vismark',1),(1553,'app',2),(1553,'internal',1),(1553,'account',1),(1553,'creation',1),(1553,'free',1),(1553,'clients',1),(1553,'pursue',1),(1553,'establish',1),(1553,'comprehensive',1),(1553,'service',1),(1553,'experience',1),(1553,'customer',1),(1553,'click',1),(1553,'log',1),(1554,'features',3),(1554,'vismark®app',2),(1554,'vismark',1),(1554,'app',1),(1554,'includes',1),(1554,'helps',1),(1554,'place',1),(1554,'orders',1),(1554,'quick',1),(1554,'easy',3),(1554,'create',1),(1554,'new',2),(1554,'projects',5),(1554,'upload',1),(1554,'files',2),(1554,'write',1),(1554,'brief',1),(1554,'every',3),(1554,'project',5),(1554,'choose',2),(1554,'deadlines',1),(1554,'give',2),(1554,'feedbacks',1),(1554,'directly',1),(1554,'design',3),(1554,'search',1),(1554,'sort',1),(1554,'previews',3),(1554,'open',2),(1554,'chat',1),(1554,'conversation',1),(1554,'information',1),(1554,'wasted',1),(1554,'pin',2),(1554,'task',1),(1554,'describe',1),(1554,'want',1),(1554,'adjusted',1),(1554,'can',6),(1554,'edit',1),(1554,'replies',1),(1554,'delete',1),(1554,'stretch',1),(1554,'will',3),(1554,'counted',1),(1554,'hours',1),(1554,'change',2),(1554,'modify',1),(1554,'draft',1),(1554,'it`s',1),(1554,'right',1),(1554,'free',1),(1554,'view',1),(1554,'history',1),(1554,'activity',1),(1554,'invoices',1),(1554,'messages',2),(1554,'tasks',1),(1554,'status',1),(1554,'progress',1),(1554,'approved',1),(1554,'archived',1),(1554,'download',1),(1554,'source',1),(1554,'print',1),(1554,'finished',1),(1554,'rate',1),(1554,'work',3),(1554,'level',1),(1554,'satisfaction',1),(1554,'leave',1),(1554,'testimonial',1),(1554,'recommendation',1),(1554,'help',3),(1554,'improve',1),(1554,'services',1),(1554,'benefit',1),(1554,'great',1),(1554,'customer',1),(1554,'care',1),(1554,'service',1),(1554,'learn',2),(1554,'use',1),(1554,'platform',2),(1554,'center',2),(1554,'section',1),(1554,'access',1),(1554,'widget',1),(1554,'simply',1),(1554,'call',2),(1554,'instructions',1),(1554,'notified',1),(1554,'email',1),(1554,'everything',1),(1554,'happens',1),(1554,'account',1),(1554,'activities',1),(1554,'navigate',1),(1554,'friendly',1),(1554,'intuitive',1),(1554,'user',1),(1554,'interface',1),(1554,'learn ',1),(1554,'cand',1),(1554,'relaxed',1),(1554,'materials',1),(1554,'unified',1),(1554,'looking',1),(1554,'team',1),(1554,'brand',1),(1554,'way',1),(1554,'communicate',1),(1554,'customers',1),(1554,'we`re',1),(1554,'ready',1),(1554,'let`s',1),(1554,'together',1),(1554,'contact',1),(1555,'can',2),(1555,'create',2),(1555,'account',2),(1555,'access',4),(1555,'app',3),(1555,'vismark®app',2),(1555,'closed',1),(1555,'group',1),(1555,'dedicated',1),(1555,'clients',1),(1555,'need',1),(1555,'place',1),(1555,'order',1),(1555,'design',1),(1555,'services',1),(1555,'will',1),(1555,'get',1),(1555,'free',1),(1555,'username',1),(1555,'password',1),(1555,'unlimited',1),(1555,'amount',1),(1555,'time',1),(1555,'want',1),(1555,'work',1),(1555,'contact',1),(1556,'vismark®app',2),(1556,'freelance',2),(1556,'platform',2),(1556,'vismark',1),(1556,'app',1),(1556,'internal',1),(1556,'tool',1),(1556,'helps',1),(1556,'customers',1),(1556,'manage',1),(1556,'projects',1),(1556,'files',1),(1556,'improve',1),(1556,'services',1),(1556,'offer',1),(1556,'great',1),(1556,'customer',1),(1556,'care',1),(1557,'devices',2),(1557,'can',3),(1557,'use',2),(1557,'vismark®app',1),(1557,'vismark',1),(1557,'app',2),(1557,'used',1),(1557,'mac',1),(1557,'laptop',1),(1557,'smartphones',1),(1557,'tablets',1),(1557,'well',1),(1557,'we`re',1),(1557,'ready',1),(1557,'let`s',1),(1557,'work',1),(1557,'together',1),(1557,'contact',1),(1558,'much',2),(1558,'need',3),(1558,'pay',3),(1558,'account',2),(1558,'don`t',1),(1558,'anything',1),(1558,'vismark®app',1),(1558,'free',1),(1558,'clients',1),(1558,'want',1),(1558,'client',1),(1558,'contact',1),(1559,'get',3),(1559,'started',2),(1559,'project',5),(1559,'broad',1),(1559,'generalization',1),(1559,'design',6),(1559,'process',1),(1559,'follows',1),(1559,'following',1),(1559,'steps',1),(1559,'complete',1),(1559,'quote',3),(1559,'form',2),(1559,'contact',2),(1559,'submit',1),(1559,'specifics',1),(1559,'will',7),(1559,'either',1),(1559,'clarify',1),(1559,'requirements',2),(1559,'provide',3),(1559,'price',2),(1559,'accepted',1),(1559,'conduct',1),(1559,'creative',2),(1559,'research',1),(1559,'company',1),(1559,'product',1),(1559,'service',1),(1559,'tastes',1),(1559,'armed',1),(1559,'input',1),(1559,'designs',1),(1559,'available',1),(1559,'projects',1),(1559,'section',1),(1559,'vismark®app',2),(1559,'account',2),(1559,'point',1),(1559,'wait',1),(1559,'feedback',4),(1559,'within',1),(1559,'business',1),(1559,'days',1),(1559,'comments',2),(1559,'first',1),(1559,'round',1),(1559,'concepts',1),(1559,'directly',1),(1559,'series',1),(1559,'redesign',1),(1559,'cycles',1),(1559,'changes',1),(1559,'integrated',1),(1559,'refined',1),(1559,'approved',1),(1559,'final',3),(1559,'prepare',1),(1559,'files',2),(1559,'delivery',1),(1559,'takes',1),(1559,'anywhere',1),(1559,'hours',1),(1559,'invoice',1),(1559,'delivered',1),(1559,'can',2),(1559,'rate',1),(1559,'services',1),(1559,'help',1),(1559,'improve',1),(1559,'serve',1),(1559,'customers',1),(1559,'better',1),(1559,'time',1),(1559,'frames',1),(1559,'general',1),(1559,'adjusted',1),(1559,'match',1),(1559,'schedule',1),(1560,'services',4),(1560,'provide',2),(1560,'vismark®',1),(1560,'provides',1),(1560,'full',1),(1560,'range',1),(1560,'graphic',2),(1560,'design',8),(1560,'serve',1),(1560,'company',1),(1560,'agency',1),(1560,'organization',1),(1560,'include',1),(1560,'brand',1),(1560,'&amp',1),(1560,'commercial',1),(1560,'motion',1),(1560,'illustrations',1),(1560,'othe',1),(1560,'visual',1),(1560,'communication',1),(1560,'see',1),(1560,'portfolio',1),(1560,'please',1),(1560,'visit',1),(1560,'work',1),(1560,'page',1),(1560,'section',1),(1561,'design',4),(1561,'agency',3),(1561,'actually',2),(1561,'graphic',1),(1561,'designer',3),(1561,'communicator',2),(1561,'idea',1),(1561,'product',2),(1561,'solution',1),(1561,'world',1),(1561,'training',1),(1561,'experience',1),(1561,'visual',1),(1561,'will',2),(1561,'combine',1),(1561,'content',1),(1561,'elements',1),(1561,'color',1),(1561,'typography',1),(1561,'line',1),(1561,'space',1),(1561,'shape',1),(1561,'balance',1),(1561,'create',1),(1561,'complete',1),(1561,'communication',1),(1561,'piece',2),(1561,'business',1),(1561,'organization',1),(1561,'work',1),(1561,'explore',1),(1561,'different',1),(1561,'options',1),(1561,'directions',1),(1561,'solve',1),(1561,'particular',1),(1561,'challenge',1),(1561,'can',2),(1561,'make',1),(1561,'imagine',1),(1561,'entire',1),(1561,'also',1),(1561,'prepare',2),(1561,'mechanical',1),(1561,'requirements',1),(1561,'finished',2),(1561,'specifications',1),(1561,'printer',1),(1561,'magazine',1),(1561,'web',1),(1561,'host',1),(1561,'television',1),(1561,'studio',1),(1561,'output',2),(1561,'medium',1),(1561,'ensure',1),(1561,'trouble',1),(1561,'free',1),(1561,'final',1),(1562,'provide',3),(1562,'print',2),(1562,'services',3),(1562,'printing',2),(1562,'typically',1),(1562,'included',1),(1562,'project',1),(1562,'quotations',1),(1563,'satisfied',3),(1563,'final',2),(1563,'product',3),(1563,'believe',1),(1563,'complete',2),(1563,'satisfaction',2),(1563,'will',6),(1563,'continue',1),(1563,'work',2),(1563,'refine',1),(1563,'design',7),(1563,'completely',1),(1563,'happy',1),(1563,'offer',1),(1563,'unlimited',1),(1563,'revisions',1),(1563,'project',5),(1563,'within',1),(1563,'confines',1),(1563,'set',1),(1563,'original',1),(1563,'brief',1),(1563,'however',1),(1563,'collaborate',1),(1563,'end',1),(1563,'arrive',1),(1563,'result',1),(1563,'perfectly',1),(1563,'guarantee',1),(1563,'money',1),(1563,'back',1),(1563,'partial',1),(1563,'deposits',1),(1563,'payments',1),(1563,'returned',1),(1563,'less',1),(1563,'financial',1),(1563,'institution',1),(1563,'fees',1),(1563,'copyrights',1),(1563,'remain',1),(1563,'vismark®',2),(1563,'maintain',1),(1563,'copyright',1),(1563,'company',1),(1563,'names',1),(1563,'used',1),(1563,'designs',2),(1563,'means',1),(1563,'could',1),(1563,'theoretically',1),(1563,'use',2),(1563,'resell',1),(1563,'another',1),(1563,'client',1),(1563,'also',2),(1563,'choose',1),(1563,'asked',1),(1563,'sign',1),(1563,'warrant',1),(1563,'creative',1),(1563,'interim',1),(1563,'created',1),(1563,'presented',1),(1563,'part',1),(1563,'process',1),(1563,'together',1),(1563,'trust',1),(1563,'speak',1),(1563,'assured',1),(1563,'case',1),(1563,'approve',1),(1563,'change',1),(1563,'mind',1),(1563,'need',1),(1563,'50%',1),(1563,'deposit',1),(1563,'non',1),(1563,'refundable',1),(1564,'will',2),(1564,'rights',3),(1564,'logo',4),(1564,'design',6),(1564,'material',2),(1564,'completed',2),(1564,'process',1),(1564,'paid',1),(1564,'full',1),(1564,'final',2),(1564,'copyrights',1),(1564,'individual',1),(1564,'transferred',1),(1564,'creative',1),(1564,'concepts',1),(1565,'can',3),(1565,'logo',3),(1565,'integrated',2),(1565,'projects',3),(1565,'web',3),(1565,'printing',2),(1565,'etc',2),(1565,'will',2),(1565,'receive',1),(1565,'many',1),(1565,'different',2),(1565,'files',1),(1565,'finished',1),(1565,'design',1),(1565,'variety',1),(1565,'colors',1),(1565,'sizes',1),(1565,'file',2),(1565,'formats',1),(1565,'used',1),(1565,'everything',1),(1565,'print',1),(1565,'sites',1),(1565,'prefer',1),(1565,'require',1),(1565,'type',1),(1565,'format',1),(1565,'just',1),(1565,'let',1),(1565,'know',1),(1565,'happy',1),(1565,'supply',1),(1566,'design',7),(1566,'versions',5),(1566,'differ',2),(1566,'revisions',3),(1566,'can',1),(1566,'thought',1),(1566,'different',3),(1566,'directions',2),(1566,'creative',1),(1566,'instance',1),(1566,'restaurant',1),(1566,'may',1),(1566,'presented',2),(1566,'logo',4),(1566,'use',1),(1566,'images',1),(1566,'food',1),(1566,'chefs',1),(1566,'forks',1),(1566,'three',1),(1566,'concepts',2),(1566,'one',2),(1566,'company',1),(1566,'narrowed',1),(1566,'choice',2),(1566,'two',1),(1566,'many',1),(1566,'refine',1),(1566,'alter',1),(1566,'involve',2),(1566,'changes',1),(1566,'color',1),(1566,'font',1),(1566,'proportions',1),(1566,'typically',1),(1566,'don\'t',1),(1566,'changing',1),(1566,'concept',1),(1567,'change',3),(1567,'mind',2),(1567,'middle',3),(1567,'job',2),(1567,'problem',1),(1567,'changes',3),(1567,'happen',2),(1567,'happy',1),(1567,'incorporate',1),(1567,'comments',1),(1567,'revisions',1),(1567,'whether',1),(1567,'beginning',1),(1567,'project',2),(1567,'affect',1),(1567,'final',1),(1567,'price',1),(1567,'order',1),(1567,'will',1),(1567,'sent',1),(1567,'approval',1),(1567,'prior',1),(1567,'made',1),(1568,'deliver',2),(1568,'design',3),(1568,'files',4),(1568,'final',1),(1568,'can',2),(1568,'delivered',1),(1568,'variety',1),(1568,'means',1),(1568,'emailed',1),(1568,'will',1),(1568,'available',1),(1568,'vismark®app',1),(1568,'account',1),(1568,'download',1),(1569,'will',2),(1569,'provide',2),(1569,'scalable',3),(1569,'vector',3),(1569,'files',3),(1569,'logo',3),(1569,'print',3),(1569,'materials',2),(1569,'yes',1),(1569,'standard',1),(1569,'pack',1),(1569,'every',1),(1569,'design',1),(1569,'material',1),(1569,'contains',1),(1569,'full',1),(1569,'set',1),(1570,'can',2),(1570,'edit',3),(1570,'business',3),(1570,'cards',3),(1570,'stationery',3),(1570,'will',2),(1570,'created',1),(1570,'vector',2),(1570,'format',1),(1570,'using',1),(1570,'editing',1),(1570,'application',1),(1570,'adobe',1),(1570,'illustrator',1),(1570,'coreldraw',1),(1570,'able',1),(1570,'open',1),(1570,'change',1),(1570,'files',1),(1571,'can',4),(1571,'design',5),(1571,'business',2),(1571,'cards',2),(1571,'letter',2),(1571,'heads',2),(1571,'envelopes',2),(1571,'along',2),(1571,'new',2),(1571,'logo',3),(1571,'yes',1),(1571,'full',1),(1571,'branding',1),(1571,'complete',1),(1571,'stationery',1),(1571,'package',1),(1571,'contact',1),(1571,'quotation',1),(1572,'long',2),(1572,'see',3),(1572,'first',2),(1572,'designs',2),(1572,'depending',1),(1572,'type',1),(1572,'project',1),(1572,'design',3),(1572,'requirements',1),(1572,'should',1),(1572,'initial',1),(1572,'graphic',1),(1572,'concepts',1),(1572,'anywhere',1),(1572,'hours',1),(1572,'business',1),(1572,'days',1),(1572,'start',1),(1572,'process',1),(1573,'keep',3),(1573,'design',3),(1573,'files',4),(1573,'finish',2),(1573,'project',3),(1573,'period',2),(1573,'days',1),(1573,'following',1),(1573,'active',1),(1573,'archive',2),(1573,'case',1),(1573,'lose',1),(1573,'damage',1),(1573,'require',1),(1573,'follow',1),(1573,'work',1),(1573,'retrieval',1),(1573,'point',1),(1573,'may',1),(1573,'incur',1),(1573,'nominal',1),(1573,'cost',1),(1574,'much',2),(1574,'charge',2),(1574,'would',1),(1574,'like',1),(1574,'give',1),(1574,'straight',1),(1574,'answer',1),(1574,'however',1),(1574,'design',2),(1574,'services',1),(1574,'easily',1),(1574,'quantifiable',1),(1574,'requirement',1),(1574,'varies',1),(1574,'every',1),(1574,'project',6),(1574,'two',1),(1574,'types',1),(1574,'billing',1),(1574,'depending',1),(1574,'job',1),(1574,'  ',2),(1574,'net',1),(1574,'price',2),(1574,'per',1),(1574,'pre',1),(1574,'determined',1),(1574,'start',2),(1574,'hourly',1),(1574,'rated',1),(1574,'billed',1),(1574,'according',1),(1574,'time',2),(1574,'utilized',1),(1574,'      ',1),(1574,'clients',2),(1574,'updated',1),(1574,'regularly',1),(1574,'log',1),(1574,'status',1),(1574,'reports',1),(1574,'offer',1),(1574,'free',1),(1574,'obligation',1),(1574,'quotation',1),(1574,'process',1),(1574,'help',1),(1574,'define',1),(1574,'scope',1),(1574,'specification',1),(1574,'believe',1),(1574,'disappointing',1),(1574,'anybody',1),(1574,'form',1),(1574,'hidden',1),(1574,'cost',1),(1574,'policy',1),(1574,'transparent',1),(1574,'costs',1),(1574,'itemized',1),(1574,'prior',1),(1574,'changes',1),(1574,'adjustments',1),(1574,'made',1),(1574,'agreed',1),(1574,'upon',1),(1574,'sides',1),(1574,'embarking',1),(1574,'work',1),(1575,'should',2),(1575,'just',3),(1575,'look',2),(1575,'best',2),(1575,'price',4),(1575,'advent',1),(1575,'easy',1),(1575,'use',1),(1575,'graphics',1),(1575,'software',2),(1575,'relatively',1),(1575,'simple',2),(1575,'anyone',1),(1575,'create',1),(1575,'functional',1),(1575,'logo',1),(1575,'adequate',1),(1575,'website',1),(1575,'answer',1),(1575,'it`s',1),(1575,'someone',1),(1575,'paintbrush',1),(1575,'doesn\'t',1),(1575,'make',1),(1575,'rembrandt',1),(1575,'it\'s',2),(1575,'also',1),(1575,'originality',1),(1575,'design',2),(1575,'concept',1),(1575,'variety',1),(1575,'options',1),(1575,'mastery',1),(1575,'successful',1),(1575,'time',2),(1575,'delivery',1),(1575,'specifications',1),(1575,'printer',1),(1575,'web',1),(1575,'host',1),(1575,'many',1),(1575,'opt',1),(1575,'lowest',1),(1575,'often',1),(1575,'discover',1),(1575,'get',1),(1575,'pay',1),(1575,'hiring',1),(1575,'outsourced',1),(1575,'agency',1),(1575,'will',1),(1575,'save',1),(1575,'money',1),(1575,'long',1),(1575,'run',1),(1576,'many',2),(1576,'items',2),(1576,'produce',2),(1576,'can',4),(1576,'arrange',2),(1576,'monthly',3),(1576,'retainer',3),(1576,'fee',3),(1576,'create',2),(1576,'everything',2),(1576,'number',1),(1576,'clients',1),(1576,'retained',1),(1576,'services',1),(1576,'longer',1),(1576,'term',2),(1576,'basis',1),(1576,'ongoing',1),(1576,'work',2),(1576,'paying',1),(1576,'flat',1),(1576,'month',1),(1576,'minimum',1),(1576,'contract',1),(1576,'act',1),(1576,'fulltime',1),(1576,'house',1),(1576,'design',1),(1576,'department',1),(1576,'larger',1),(1576,'involved',1),(1576,'projects',1),(1576,'require',1),(1576,'multiple',1),(1576,'pieces',1),(1576,'created',2),(1576,'often',1),(1576,'economical',1),(1576,'method',1),(1576,'compared',1),(1576,'getting',1),(1576,'item',1),(1576,'separately',1),(1576,'quoted',1),(1576,'let`s',1),(1576,'together',1),(1576,'hire',1),(1577,'billing',2),(1577,'policies',2),(1577,'unless',1),(1577,'agreed',1),(1577,'otherwise',1),(1577,'client',1),(1577,'design',1),(1577,'services',1),(1577,'require',1),(1577,'advance',1),(1577,'payment',1),(1577,'minimum',1),(1577,'fifty',2),(1577,'percent',2),(1577,'project',2),(1577,'quotation',2),(1577,'total',2),(1577,'work',2),(1577,'commences',1),(1577,'remaining',1),(1577,'will',1),(1577,'due',1),(1577,'upon',1),(1577,'completion',1),(1577,'prior',1),(1577,'upload',1),(1577,'server',1),(1577,'release',1),(1577,'materials',1),(1578,'change',2),(1578,'mind',3),(1578,'project',4),(1578,'commenced',3),(1578,'started',1),(1578,'working',1),(1578,'resources',1),(1578,'allocated',1),(1578,'design',2),(1578,'work',1),(1578,'case',1),(1578,'changed',1),(1578,'deposit',2),(1578,'non',1),(1578,'refundable',1),(1578,'vismark®',1),(1578,'endeavors',1),(1578,'provide',1),(1578,'services',1),(1578,'meet',1),(1578,'exceed',1),(1578,'client’s',1),(1578,'needs',1),(1578,'expectations',1),(1578,'event',1),(1578,'“change',1),(1578,'mind”',1),(1578,'initial',1),(1578,'50%',1),(1578,'forfeited',1),(1578,'plus',1),(1578,'prorate',1),(1578,'payment',1),(1578,'based',1),(1578,'upon',1),(1578,'time',1),(1578,'spent',1),(1579,'can',3),(1579,'make',2),(1579,'payments',3),(1579,' we',1),(1579,'accept',1),(1579,'prefer',1),(1579,'payment',1),(1579,'bank',2),(1579,'transfer',1),(1579,'choose',1),(1579,'secure',1),(1579,'online',1),(1579,'using',1),(1579,'credit',1),(1579,'card',2),(1579,'debit',1),(1579,'account',2),(1579,'via',1),(1579,'paypal',1),(1579,'com',1),(1579,'opening',1),(1579,'fast',1),(1579,'easy',1),(1579,'free',1),(1579,' hire',1),(1580,'accept',2),(1580,'credit',2),(1580,'cards',2),(1580,'yes',1),(1580,'using',2),(1580,'paypal',1),(1580,'com',1),(1580,'can',1),(1580,'make',1),(1580,'payments',1),(1580,'visa',1),(1580,'mastercard',1),(1581,'happens',2),(1581,'don’t',1),(1581,'pay',3),(1581,'bills',2),(1581,'time',2),(1581,'don',1),(1581,'invoices',2),(1581,'remain',1),(1581,'unpaid',1),(1581,'days',2),(1581,'date',2),(1581,'invoice',2),(1581,'will',1),(1581,'incur',1),(1581,'additional',1),(1581,'late',1),(1581,'payment',2),(1581,'fee',1),(1581,'equivalent',1),(1581,'project',1),(1581,'costs',1),(1581,'week',1),(1581,'outstanding',1),(1581,'client',1),(1581,'responsible',1),(1581,'debt',1),(1581,'collection',1),(1581,'fees',3),(1581,'legal',1),(1581,'court',1),(1581,'may',1),(1581,'incurred',1),(1581,'result',1),(1581,'client’s',1),(1581,'failure',1),(1581,'within',1),(1581,'calendar',1),(1581,'issue',2),(1581,'difficulty',1),(1581,'paying',1),(1581,'please',1),(1581,'get',1),(1581,'touch',1),(1581,'soon',1),(1581,'aware',1),(1581,'can',1),(1581,'discuss',1),(1581,'solution',1),(1581,'works',1),(1581,'sides',1),(1582,'privacy',4),(1582,'policy',3),(1582,'committed',1),(1582,'respecting',1),(1582,'right',1),(1582,'will',1),(1582,'protect',1),(1582,'visit',1),(1582,'web',1),(1582,'site',1),(1582,'deal',1),(1582,'company',1),(1582,'click',1),(1582,'view',1),(1582,'vismark®',1),(1582,'explains',1),(1582,'online',1),(1582,'information',2),(1582,'practices',1),(1582,'including',1),(1582,'collect',1),(1582,'use',1),(1582,'personal',1),(1583,'terms',6),(1583,'conditions',6),(1583,'use',7),(1583,'vismark®',2),(1583,'websites',2),(1583,'vismark',1),(1583,'constitute',1),(1583,'legal',1),(1583,'agreement',1),(1583,'govern',1),(1583,'usage',1),(1583,'web',1),(1583,'site',3),(1583,'please',3),(1583,'read',1),(1583,'entirety',1),(1583,'continue',1),(1583,'content',1),(1583,'agree',1),(1583,'discontinue',1),(1583,'using',1),(1583,'view',1),(1583,'click',1),(1584,'personal',5),(1584,'information',5),(1584,'secure',2),(1584,'understand',1),(1584,'security',4),(1584,'important',1),(1584,'provide',1),(1584,'reasonable',1),(1584,'administrative',1),(1584,'technical',1),(1584,'physical',1),(1584,'controls',2),(1584,'protect',1),(1584,'however',1),(1584,'despite',1),(1584,'efforts',1),(1584,'100%',1),(1584,'effective',1),(1584,'vismark®',1),(1584,'cannot',1),(1584,'ensure',1),(1584,'warrant',1),(1585,'will',2),(1585,'privacy',5),(1585,'policy',3),(1585,'change',3),(1585,'occasionally',1),(1585,'may',1),(1585,'term',1),(1585,'services',2),(1585,'allow',1),(1585,'vismark®',2),(1585,'use',1),(1585,'share',1),(1585,'personal',1),(1585,'information',2),(1585,'different',1),(1585,'way',1),(1585,'improve',1),(1585,'customers',1),(1585,'encourage',1),(1585,'periodically',1),(1585,'review',1),(1585,'center',1),(1585,'latest',1),(1585,'practices',1),(1586,'idea',2),(1586,'would',2),(1586,'like',2),(1586,'protect',4),(1586,'vismark®',1),(1586,'sign',4),(1586,'non',3),(1586,'disclosure',3),(1586,'agreements',3),(1586,'vismark',1),(1586,'appreciate',1),(1586,'desire',1),(1586,'intellectual',2),(1586,'property',2),(1586,'glad',1),(1586,'usually',1),(1586,'contract',1),(1586,'customers',1),(1586,'assure',1),(1586,'clients',1),(1586,'files',1),(1586,'informations',1),(1586,'business',1),(1586,'models',1),(1586,'concepts',1),(1587,'can',2),(1587,'protect',4),(1587,'business',3),(1587,'name',6),(1587,'generally',1),(1587,'businesses',2),(1587,'including',1),(1587,'corporations',1),(1587,'trade',4),(1587,'names',1),(1587,'registering',1),(1587,'service',2),(1587,'mark',2),(1587,'trademark',2),(1587,'also',1),(1587,'functions',1),(1587,'denuding',1),(1587,'country',1),(1587,'state',1),(1587,'origin',1),(1587,'different',1),(1587,'laws',1),(1587,'govern',1),(1587,'protection',1),(1587,'legal',1),(1587,'complexities',1),(1587,'involved',1),(1587,'recommend',1),(1587,'obtain',1),(1587,'private',1),(1587,'counsel',1),(1587,'get',1),(1587,'advice',1),(1587,'interstate',1),(1587,'commerce',1),(1588,'can',2),(1588,'find',2),(1588,'available',2),(1588,'jobs',2),(1588,'vismark®',1),(1588,'welcoming',1),(1588,'place',1),(1588,'everyone',1),(1588,'best',1),(1588,'make',1),(1588,'sure',1),(1588,'people',1),(1588,'feel',1),(1588,'supported',1),(1588,'connected',1),(1588,'work',1),(1588,'interested',1),(1588,'please',1),(1588,'access',1),(1588,'careers',1),(1588,'section',1),(1589,'should',2),(1589,'apply',4),(1589,'directly',1),(1589,'position',1),(1589,'you’re',1),(1589,'interested',1),(1589,'current',1),(1589,'listings',1),(1589,'careers',1),(1589,'section',1),(1589,'please',1),(1589,'make',1),(1589,'sure',1),(1589,'qualify',2),(1589,'role',1),(1589,'applying',2),(1589,'it’s',2),(1589,'okay',1),(1589,'positions',2),(1589,'multiple',1),(1589,'offices',1),(1589,'won’t',1),(1589,'increase',1),(1589,'chances',1),(1589,'will',1),(1589,'likely',1),(1589,'raise',1),(1589,'red',1),(1589,'flag',1),(1589,'within',1),(1589,'recruiting',1),(1589,'team',1),(1589,'design',1),(1589,'applicants',1),(1589,'important',1),(1589,'include',1),(1589,'pdf',1),(1589,'url',1),(1589,'portfolio',1),(1589,'easy',1),(1589,'sharing',1),(1589,'files',1),(1590,'recruiting',3),(1590,'process',3),(1590,'work',3),(1590,'small',1),(1590,'team',1),(1590,'manages',1),(1590,'job',1),(1590,'listings',1),(1590,'reads',1),(1590,'incoming',1),(1590,'applications',1),(1590,'determines',1),(1590,'fit',1),(1590,'coordinates',1),(1590,'interview',2),(1590,'offer',1),(1590,'processes',1),(1590,'can',1),(1590,'often',1),(1590,'include',1),(1590,'multiple',1),(1590,'pre',1),(1590,'interviews',1),(1590,'variety',1),(1590,'managers',1),(1590,'should',1),(1590,'ready',1),(1590,'share',1),(1590,'examples',1),(1590,'passion',1),(1590,'areas',1),(1590,'help',1),(1590,'get',1),(1590,'sense',1),(1590,'beyond',1),(1590,'resume',1),(1591,'kind',2),(1591,'people',6),(1591,'looking',3),(1591,'reach',1),(1591,'someone',1),(1591,'we\'ve',1),(1591,'usually',1),(1591,'seen',1),(1591,'work',2),(1591,'now',1),(1591,'want',2),(1591,'talk',2),(1591,'we\'re',2),(1591,'great',1),(1591,'storytellers',1),(1591,'got',1),(1591,'solve',1),(1591,'problems',1),(1591,'inspires',1),(1591,'often',1),(1591,'see',1),(1591,'followed',1),(1591,'rich',1),(1591,'diverse',1),(1591,'paths',1),(1591,'get',1),(1591,'sometimes',2),(1591,'story',1),(1591,'really',1),(1591,'interesting',1),(1591,'look',3),(1591,'also',2),(1591,'know',1),(1591,'they\'re',1),(1591,'passionate',3),(1591,'role',2),(1591,'there\'s',1),(1591,'distinction',1),(1591,'working',1),(1591,'vismark®',2),(1591,'hiring',1),(1591,'truly',1),(1591,'love',2),(1591,'idea',2),(1591,'job',1),(1591,'whether',1),(1591,'it\'s',2),(1591,'somewhere',1),(1591,'else',1),(1591,'embody',1),(1591,'values',1),(1591,'way',1),(1591,'talking',1),(1591,'projects',1),(1591,'part',1),(1591,'team',1),(1591,'just',1),(1591,'this',1),(1591,'good',1),(1591,'finally',1),(1591,'curiosity',1),(1591,'curious',1),(1591,'ask',1),(1591,'questions',1),(1592,'much',2),(1592,'experience',3),(1592,'need',2),(1592,'hire',1),(1592,'people',1),(1592,'wide',1),(1592,'range',1),(1592,'professional',1),(1592,'educational',1),(1592,'background',1),(1592,'know',1),(1592,'bringing',1),(1592,'diverse',2),(1592,'perspectives',1),(1592,'crucial',1),(1592,'making',1),(1592,'positive',1),(1592,'disproportionate',1),(1592,'impact',1),(1592,'world',1),(1592,'roles',2),(1592,'call',1),(1592,'seasoned',1),(1592,'professionals',1),(1592,'others',1),(1592,'flexibility',1),(1592,'bring',1),(1592,'less',1),(1592,'experienced',1),(1592,'candidates',1),(1592,'either',1),(1592,'way',1),(1592,'we’ve',1),(1592,'designed',1),(1592,'systems',1),(1592,'allow',1),(1592,'community',2),(1592,'learn',1),(1592,'grow',1),(1592,'thrive',1),(1592,'degrees',1),(1592,'important',1),(1592,'aim',1),(1592,'keep',1),(1592,'challenges',1),(1592,'work',1),(1593,'can',3),(1593,'stand',2),(1593,'want',2),(1593,'know',1),(1593,'much',1),(1593,'clever',1),(1593,'gimmicks',1),(1593,'sometimes',1),(1593,'entertaining',1),(1593,'best',1),(1593,'way',2),(1593,'catch',1),(1593,'eye',1),(1593,'work',1),(1593,'thoughtful',1),(1593,'cover',1),(1593,'letter',1),(1593,'also',1),(1593,'goes',1),(1593,'long',1),(1593,'don’t',1),(1593,'write',1),(1593,'think',1),(1593,'hear',1),(1594,'will',5),(1594,'contact',2),(1594,'regarding',2),(1594,'status',2),(1594,'application',4),(1594,'receive',1),(1594,'hundreds',1),(1594,'resumes',1),(1594,'can’t',1),(1594,'personally',1),(1594,'reply',1),(1594,'submission',1),(1594,'reviewed',1),(1594,'someone',1),(1594,'recruiting',1),(1594,'team',1),(1594,'reach',1),(1594,'directly',1),(1594,'they’d',1),(1594,'like',1),(1594,'schedule',1),(1594,'interview',1),(1594,'whether',1),(1594,'hear',1),(1594,'remain',1),(1594,'file',1),(1594,'potential',1),(1594,'future',1),(1594,'openings',1),(1595,'vismark®',1),(1595,'offer',2),(1595,'internships',2),(1595,'vismark',1),(1595,'yet',1),(1595,'soon',1),(1596,'still',2),(1596,'questions',2),(1596,'may',2),(1596,'talk',2),(1596,'someone',2),(1596,'question',1),(1596,'that’s',1),(1596,'answered',1),(1596,'please',2),(1596,'send',1),(1596,'email',2),(1596,'careers@vismark',1),(1596,'note',1),(1596,'submitting',1),(1596,'application',1),(1596,'materials',1),(1599,'speed',2),(1599,'pizza',2),(1600,'agentia',2),(1600,'turism',2),(1600,'kusadasi',2),(1601,'international',2),(1601,'airport',2),(1601,'mihail',2),(1601,'kogalniceanu',2),(1601,'constanta',2),(1602,'bizz',2),(1602,'club',2),(1603,'soleta',2),(1604,'lorand',2),(1604,'soares',2),(1604,'szasz',2),(1605,'deutz',2),(1605,'fahr',2),(1606,'granini',2),(1607,'air',2),(1607,'bucharest',2),(1608,'stalinskaya',2),(1609,'leonidas',2),(1610,'kaufland',2),(1611,'lego',2),(1612,'f64',2),(1613,'otter',2),(1614,'fra',2),(1615,'blackd',2),(1617,'kaldio',5),(1617,'identity',4),(1617,'design',7),(1617,'packaging',4),(1617,'brand',5),(1617,'understands',1),(1617,'please',1),(1617,'multiple',1),(1617,'types',1),(1617,'customers',1),(1617,'comes',1),(1617,'coffee',2),(1617,'different',1),(1617,'cities',1),(1617,'within',1),(1617,'romania',2),(1617,'although',1),(1617,'company',1),(1617,'specialized',1),(1617,'vending',4),(1617,'can',2),(1617,'cover',1),(1617,'every',1),(1617,'segment',2),(1617,'related',1),(1617,'complex',2),(1617,'needed',1),(1617,'complete',1),(1617,'visual',1),(1617,'reach',1),(1617,'diverse',1),(1617,'audience',1),(1617,'created',1),(1617,'logo',2),(1617,'materials',1),(1617,'machines',1),(1617,'automobile',1),(1617,'este',2),(1617,'care',2),(1617,'inteles',1),(1617,'cum',1),(1617,'multumeasca',1),(1617,'varietate',1),(1617,'larga',1),(1617,'consumatori',1),(1617,'din',2),(1617,'diferite',1),(1617,'orase',1),(1617,'cand',1),(1617,'vine',1),(1617,'vorba',1),(1617,'cafea',1),(1617,'chiar',1),(1617,'daca',1),(1617,'specilizat',1),(1617,'partea',1),(1617,'poate',1),(1617,'acoperi',1),(1617,'orice',1),(1617,'conex',1),(1617,'cafelei',1),(1617,'atat',1),(1617,'avea',1),(1617,'nevoie',1),(1617,'identitate',3),(1617,'vizuala',2),(1617,'poata',1),(1617,'atinga',1),(1617,'audienta',1),(1617,'diversa',1),(1617,'asa',1),(1617,'creat',1),(1617,'intreg',1),(1617,'conceptul',1),(1617,'grafic',1),(1617,'comunicare',1),(1617,'celelalte',1),(1617,'materiale',1),(1617,'pana',1),(1617,'aparat',1),(1617,'autoturisme',1),(1618,'gents',4),(1618,'hairdresser',3),(1618,'visual',3),(1618,'identity',3),(1618,'haidresser',1),(1618,'design',3),(1618,'located',1),(1618,'wien',1),(1618,'austria',2),(1618,'haircut',2),(1618,'studio',1),(1618,'place',2),(1618,'brings',1),(1618,'atmosphere',1),(1618,'gentleman`s',2),(1618,'club',2),(1618,'people',1),(1618,'can',1),(1618,'get',1),(1618,'nice',1),(1618,'enjoy',1),(1618,'drink',1),(1618,'take',1),(1618,'part',1),(1618,'social',1),(1618,'activities',1),(1618,'show',1),(1618,'client',1),(1618,'needed',1),(1618,'well',1),(1618,'organized',1),(1618,'integrated',1),(1618,'starting',1),(1618,'logo',2),(1618,'stationary',1),(1618,'clothing',1),(1618,'finishing',1),(1618,'outdoor',2),(1618,'billboards',1),(1618,'glad',1),(1618,'help',1),(1618,'matter',1),(1618,'localizat',1),(1618,'viena',1),(1618,'este',2),(1618,'mai',1),(1618,'mult',1),(1618,'decat',1),(1618,'salon',2),(1618,'frizerie',1),(1618,'loc',1),(1618,'aduce',1),(1618,'atmosfera',1),(1618,'unui',1),(1618,'unde',1),(1618,'oamenii',1),(1618,'pot',2),(1618,'tunde',1),(1618,'savureze',1),(1618,'bautura',1),(1618,'sau',1),(1618,'parte',1),(1618,'activitati',1),(1618,'sociale',1),(1618,'pentru',1),(1618,'arata',1),(1618,'inseamna',1),(1618,'acest',1),(1618,'clientul',1),(1618,'avea',1),(1618,'nevoie',1),(1618,'identitate',2),(1618,'vizuala',2),(1618,'integrata',1),(1618,'organizata',1),(1618,'incepand',1),(1618,'alte',1),(1618,'materiale',1),(1618,'inclusiv',1),(1618,'conceptul',1),(1618,'imbracaminte',1),(1618,'finalizand',1),(1618,'bannere',1),(1618,'casete',1),(1618,'luminoase',1),(1619,'buurentech',4),(1619,'visual',4),(1619,'identity',3),(1619,'design',5),(1619,'construction',2),(1619,'office',1),(1619,'working',1),(1619,'individuals',1),(1619,'companies',1),(1619,'multiple',1),(1619,'projects',1),(1619,'company',1),(1619,'situated',1),(1619,'bruxelles',2),(1619,'belgium',1),(1619,'helped',1),(1619,'client',2),(1619,'branding',2),(1619,'consisting',1),(1619,'logo',4),(1619,' stationery',1),(1619,'materials',1),(1619,'approach',1),(1619,'creation',1),(1619,'consisted',1),(1619,'combination',1),(1619,'simple',2),(1619,'minimalistic',1),(1619,'elements',1),(1619,'fit',1),(1619,'industry',1),(1619,'este',1),(1619,'companie',1),(1619,'din',1),(1619,'belgia',1),(1619,'care',3),(1619,'presteaza',1),(1619,'servicii',1),(1619,'proiectare',1),(1619,'dezvolta',1),(1619,'proiecte',1),(1619,'atat',1),(1619,'personae',1),(1619,'fizice',1),(1619,'cat',1),(1619,'companii',1),(1619,'ajutat',1),(1619,'acest',1),(1619,'prin',1),(1619,'realizarea',1),(1619,'unui',1),(1619,'constant',2),(1619,'alte',1),(1619,'materiale',1),(1619,'identitate',1),(1619,'vizuala',1),(1619,'abordarea',1),(1619,'privire',1),(1619,'combinarea',1),(1619,'unur',1),(1619,'elemente',1),(1619,'minimaliste',1),(1619,'pentru',1),(1619,'reprezenta',1),(1619,'industria',1),(1619,'constructiilor',1),(1620,'dolce',6),(1620,'nera',6),(1620,'frappe',4),(1620,'packaging',4),(1620,'brand',2),(1620,'activates',1),(1620,'umbrella',1),(1620,'gourmet',3),(1620,'coffe',2),(1620,'company',1),(1620,'years',1),(1620,'experience',2),(1620,'coffee',3),(1620,'industry',1),(1620,'vast',1),(1620,'working',1),(1620,'different',1),(1620,'clients',1),(1620,'regular',1),(1620,'consumers',1),(1620,'vending',2),(1620,'firms',1),(1620,'shops',1),(1620,'small',1),(1620,'businesses',1),(1620,'companies',1),(1620,'like',1),(1620,'springtime',2),(1620,'phoenicia',2),(1620,'hotel',2),(1620,'set',1),(1620,'ready',1),(1620,'bring',1),(1620,'smiles',1),(1620,'coolness',1),(1620,'terraces',1),(1620,'needed',2),(1620,'people',1),(1620,'find',1),(1620,'therefore',1),(1620,'created',1),(1620,'design',1),(1620,'promotion',1),(1620,'materials',1),(1620,'product',1),(1620,'launched',1),(1620,'market',1),(1620,'este',1),(1620,'care',1),(1620,'activeaza',1),(1620,'sub',1),(1620,'umbrela',1),(1620,'companie',1),(1620,'peste',1),(1620,'ani',1),(1620,'experienta',2),(1620,'industria',1),(1620,'cafelei',1),(1620,'avand',1),(1620,'vasta',1),(1620,'domeniu',1),(1620,'lucrat',1),(1620,'difeite',1),(1620,'tipuri',1),(1620,'clienti',1),(1620,'consumatori',1),(1620,'finalpana',1),(1620,'firme',1),(1620,'cafenele',1),(1620,'business',1),(1620,'uri',1),(1620,'mici',1),(1620,'companii',1),(1620,'precum',1),(1620,'sau',1),(1620,'fost',2),(1620,'pregatit',1),(1620,'gata',1),(1620,'aduce',1),(1620,'zambete',1),(1620,'pline',1),(1620,'racoare',1),(1620,'terase',1),(1620,'insa',1),(1620,'pentru',2),(1620,'asta',1),(1620,'nevoie',1),(1620,'lumea',1),(1620,'afle',1),(1620,'despre',1),(1620,'astfel',1),(1620,'creat',1),(1620,'materialele',1),(1620,'promotionale',1),(1620,'necesare',1),(1620,'acest',1),(1620,'proiect',1),(1620,'fie',1),(1620,'lansat',1),(1620,'piata',1),(1621,'air',5),(1621,'bucharest',5),(1621,'visual',3),(1621,'identity',2),(1621,'print',2),(1621,'design',2),(1621,'airline',3),(1621,'charter',3),(1621,'company',2),(1621,'founded',1),(1621,'2010',2),(1621,'fleet',1),(1621,'includes',1),(1621,'aircrafts',1),(1621,'like',1),(1621,'boeing',4),(1621,'737',4),(1621,'300',2),(1621,'series',2),(1621,'widespread',1),(1621,'aircraft',1),(1621,'world',1),(1621,'–',3),(1621,'400',2),(1621,'operates',1),(1621,'flights',1),(1621,'holiday',1),(1621,'destinations',1),(1621,'turkey',1),(1621,'greece',1),(1621,'spain',1),(1621,'egypt',1),(1621,'dubai',2),(1621,'team',1),(1621,'proud',1),(1621,'could',1),(1621,'impact',1),(1621,'communicates',1),(1621,'designs',1),(1621,'este',2),(1621,'companie',1),(1621,'aeriana',1),(1621,'chartere',1),(1621,'zboruri',2),(1621,'ad­hoc',1),(1621,'infiintata',1),(1621,'flota',1),(1621,'companiei',1),(1621,'include',1),(1621,'aeronave',1),(1621,'precum',1),(1621,'seria',2),(1621,'fiind',1),(1621,'cea',1),(1621,'mai',1),(1621,'raspandita',1),(1621,'aeronava',1),(1621,'din',1),(1621,'lume',1),(1621,'sau',1),(1621,'compania',2),(1621,'opereaza',1),(1621,'destinatiile',1),(1621,'vacanta',1),(1621,'turcia',1),(1621,'grecia',1),(1621,'spania',1),(1621,'egipt',1),(1621,'echipa',1),(1621,'noastra',1),(1621,'mandra',1),(1621,'reusit',1),(1621,'punem',1),(1621,'amprenta',1),(1621,'modul',1),(1621,'care',1),(1621,'comunica',1),(1621,'prin',1),(1621,'vizualurile',1),(1621,'grafice',1),(1622,'gryxx',4),(1622,'visual',3),(1622,'identity',3),(1622,'design',2),(1622,'new',2),(1622,'brand',3),(1622,'sports',1),(1622,'shoes',1),(1622,'otter®',4),(1622,'launched',1),(1622,'romania',4),(1622,'strengthened',1),(1622,'market',1),(1622,'position',1),(1622,'currently',1),(1622,'holding',1),(1622,'multibrand',2),(1622,'stores',1),(1622,'bucharest',1),(1622,'large',1),(1622,'cities',1),(1622,'country',1),(1622,'000',1),(1622,'models',1),(1622,'per',1),(1622,'season',1),(1622,'brings',1),(1622,'together',1),(1622,'products',1),(1622,'leading',1),(1622,'brands',1),(1622,'footwear',1),(1622,'leather',1),(1622,'goods',1),(1622,'accessories',1),(1622,'challenge',1),(1622,'creating',1),(1622,'reflect',1),(1622,'vision',1),(1622,'values',1),(1622,'big',1),(1622,'one',1),(1622,'also',1),(1622,'rewarding',1),(1622,'este',1),(1622,'noul',1),(1622,'incaltaminte',2),(1622,'sport',1),(1622,'lansat',1),(1622,'consolidat',1),(1622,'pozitia',1),(1622,'piata',1),(1622,'din',1),(1622,'detinand',1),(1622,'prezent',1),(1622,'peste',2),(1622,'magazine',1),(1622,'bucuresti',1),(1622,'tara',1),(1622,'1000',1),(1622,'noi',1),(1622,'modele',1),(1622,'sezon',1),(1622,'reunesc',1),(1622,'produse',1),(1622,'ale',1),(1622,'celor',1),(1622,'mai',2),(1622,'importante',1),(1622,'branduri',1),(1622,'marochinarie',1),(1622,'accesorii',1),(1622,'provocarea',1),(1622,'crea',1),(1622,'identitate',1),(1622,'vizuala',1),(1622,'care',1),(1622,'transmita',1),(1622,'cat',1),(1622,'bine',1),(1622,'viziunea',1),(1622,'valorile',1),(1622,'brandului',1),(1622,'fost',1),(1622,'una',1),(1622,'mare',1),(1622,'dar',1),(1622,'satisfactii',1),(1622,'masura',1),(1623,'gourmet',7),(1623,'coffee',10),(1623,'brochure',1),(1623,'design',3),(1623,'prind',1),(1623,'company',1),(1623,'years',1),(1623,'experience',2),(1623,'industry',1),(1623,'vast',1),(1623,'working',1),(1623,'different',1),(1623,'clients',1),(1623,'regular',1),(1623,'consumers',1),(1623,'vending',4),(1623,'firms',1),(1623,'shops',1),(1623,'small',1),(1623,'businesses',1),(1623,'companies',1),(1623,'like',1),(1623,'springtime',2),(1623,'phoenicia',2),(1623,'hotel',2),(1623,'client',1),(1623,'lot',1),(1623,'products',2),(1623,'portfolio',1),(1623,'tea',1),(1623,'varieties',1),(1623,'accessories',1),(1623,'machines',1),(1623,'needed',1),(1623,'brought',1),(1623,'together',1),(1623,'one',1),(1623,'presentation',1),(1623,'material',2),(1623,'happy',1),(1623,'help',1),(1623,'creating',1),(1623,'catalog',1),(1623,'este',1),(1623,'companie',1),(1623,'peste',1),(1623,'ani',1),(1623,'experienta',3),(1623,'industria',1),(1623,'cafelei',1),(1623,'avand',1),(1623,'vasta',1),(1623,'domeniu',1),(1623,'coffe',1),(1623,'lucrat',1),(1623,'difeite',1),(1623,'tipuri',1),(1623,'clienti',1),(1623,'consumatori',1),(1623,'finali',1),(1623,'pana',1),(1623,'firme',1),(1623,'cafenele',1),(1623,'business',1),(1623,'uri',1),(1623,'mici',1),(1623,'companii',1),(1623,'precum',1),(1623,'sau',2),(1623,'clientul',1),(1623,'nostru',1),(1623,'avea',1),(1623,'multitudine',1),(1623,'produse',2),(1623,'portofoliul',1),(1623,'varietati',1),(1623,'diferite',1),(1623,'cafea',2),(1623,'ceai',1),(1623,'accesorii',1),(1623,'aparate',1),(1623,'pentru',3),(1623,'multe',1),(1623,'altele',1),(1623,'aduce',1),(1623,'aceste',1),(1623,'impreuna',1),(1623,'intr',1),(1623,'prezentare',1),(1623,'pus',1),(1623,'bataie',1),(1623,'creativitatea',1),(1623,'crea',1),(1623,'catalogul',1),(1624,'crama',3),(1624,'gabai',6),(1624,'brand',2),(1624,'identity',2),(1624,'design',5),(1624,'packaging',4),(1624,'located',1),(1624,'area',1),(1624,'important',1),(1624,'tradition',1),(1624,'manufacture',1),(1624,'high',2),(1624,'rank',1),(1624,'wines',2),(1624,'cellar',1),(1624,'complies',1),(1624,'rules',1),(1624,'comes',1),(1624,'producing',1),(1624,'quality',2),(1624,'could',1),(1624,'come',1),(1624,'otherwise',1),(1624,'accompanied',1),(1624,'special',1),(1624,'bottle',1),(1624,'create',1),(1624,'first',1),(1624,'needed',1),(1624,'logo',2),(1624,'matches',1),(1624,'brands',1),(1624,'values',1),(1624,'completed',1),(1624,'localizat',1),(1624,'intr',1),(1624,'zona',1),(1624,'importanta',1),(1624,'traditie',1),(1624,'ceea',1),(1624,'priveste',1),(1624,'fabricarea',1),(1624,'vinurilor',2),(1624,'rang',1),(1624,'inalt',1),(1624,'respecta',1),(1624,'toate',1),(1624,'regulile',1),(1624,'cand',1),(1624,'vine',1),(1624,'vorba',1),(1624,'produs',1),(1624,'cea',1),(1624,'mai',2),(1624,'buna',1),(1624,'calitate',1),(1624,'calitatea',1),(1624,'putea',1),(1624,'veni',1),(1624,'neinsotita',1),(1624,'sticlelor',1),(1624,'masura',1),(1624,'pentru',1),(1624,'realiza',1),(1624,'intai',1),(1624,'creat',1),(1624,'designul',1),(1624,'ului',1),(1624,'conformitate',1),(1624,'valorile',1),(1624,'brandului',1),(1624,'dupa',1),(1624,'care',1),(1624,'completat',1),(1624,'materialul',1),(1625,'bts',4),(1625,'led',6),(1625,'visual',4),(1625,'rebranding',2),(1625,'company',2),(1625,'situated',1),(1625,'chisinau',2),(1625,'republica',2),(1625,'moldova',2),(1625,'provides',1),(1625,'customers',1),(1625,'variety',2),(1625,'lightning',1),(1625,'solutions',1),(1625,'using',1),(1625,'technology',1),(1625,'works',1),(1625,'different',1),(1625,'producers',1),(1625,'around',1),(1625,'world',1),(1625,'client',2),(1625,'strong',2),(1625,'activity',1),(1625,'needed',1),(1625,'identity',2),(1625,'gave',1),(1625,'best',1),(1625,'match',1),(1625,'logo',4),(1625,'brand`s',1),(1625,'values',1),(1625,'quality',1),(1625,'flexibility',1),(1625,'contemporary',1),(1625,'look',1),(1625,'design',1),(1625,'translates',1),(1625,'rest',1),(1625,'este',1),(1625,'companie',1),(1625,'sediul',1),(1625,'care',1),(1625,'ofera',1),(1625,'varietate',2),(1625,'solutii',1),(1625,'iluminat',1),(1625,'folosit',1),(1625,'tehnologia',1),(1625,'compania',1),(1625,'lucreaza',1),(1625,'producatori',1),(1625,'din',1),(1625,'toata',1),(1625,'lumea',1),(1625,'activitate',1),(1625,'puternica',2),(1625,'avea',1),(1625,'nevoie',1),(1625,'identitate',1),(1625,'vizuala',1),(1625,'fel',1),(1625,'asa',1),(1625,'depus',1),(1625,'tot',1),(1625,'efortul',1),(1625,'pentru',1),(1625,'reconstrui',1),(1625,'linie',1),(1625,'valorile',1),(1625,'companiei',1),(1625,'calitate',1),(1625,'flexibilitate',1),(1625,'aspectul',1),(1625,'contemporan',1),(1625,'ului',1),(1625,'poate',1),(1625,'sesizat',1),(1625,'toate',1),(1625,'materialele',1),(1625,'create',1),(1629,'sherif',2),(1629,'abdala',2),(1630,'monica',2),(1630,'paraschiv',2),(1631,'lorand',2),(1631,'soares',2),(1631,'szasz',2),(1632,'razvan',2),(1632,'dragoi',2),(1633,'anca',2),(1633,'alina',2),(1633,'ionescu',2),(1634,'svetlana',2),(1634,'bradescu',1),(1634,'simion',2),(1635,'marius',2),(1635,'lazia',2),(1636,'sandel',2),(1636,'prodan',2),(1637,'robert',2),(1637,'dumitru',2),(1638,'gabriel',2),(1638,'radu',2),(1639,'toni',2),(1639,'spiridon',2),(1640,'sorin',2),(1640,'cojocaru',2),(1641,'ion',2),(1641,'codreanu',2),(1642,'nagy',2),(1642,'tibor',2),(1643,'lacramioara',2),(1643,'manole',2),(1644,'eliza',2),(1644,'nitescu',2),(1645,'ana',2),(1645,'maria',2),(1645,'juhasz',2),(1646,'marian',2),(1646,'ciufu',2),(1647,'larisa',2),(1647,'grajdieru',2),(1647,'loos',2),(1648,'razvan',2),(1648,'sdrobis',2),(1649,'elena',2),(1649,'ivancenco',2),(1650,'nathaniel',2),(1650,'geana',2),(1651,'lucian',2),(1651,'ciobanu',2),(1652,'ruxandra',2),(1652,'stan',2),(1653,'zoltan',2),(1653,'tussai',2),(1654,'leonard',2),(1654,'dima',2),(1655,'sergiu',2),(1655,'constantinescu',2),(1656,'paul',2),(1656,'ardeleanu',2),(1657,'costin',2),(1657,'iurea',2),(1658,'ionut',2),(1658,'ungureanu',2),(1659,'david',2),(1659,'alexandru',2),(1660,'marian',2),(1660,'mocanu',2),(1661,'vania',2),(1661,'szasz',2),(1662,'apostol',2),(1662,'mihai',2),(1663,'alice',2),(1663,'constantin',2),(1664,'marius',2),(1664,'bura',2),(1665,'marius',2),(1665,'visinescu',2),(1666,'ciprian',2),(1666,'sandu',2),(1667,'george',2),(1667,'mirescu',2),(1668,'mihai',2),(1668,'irimia',2),(1669,'stefan',2),(1669,'iorgulescu',2),(1670,'george',2),(1670,'viziru',2),(1671,'ionut',2),(1671,'merlusca',2),(1672,'catalin',2),(1672,'pana',2),(1673,'lorand',1),(1673,'soarez',1),(1673,'szasz',1),(1673,'lss',1),(1673,'text',1),(1674,'liviu',2),(1674,'caramalau',2),(1675,'camelia',2),(1675,'moldovan',2),(1676,'mihaela',2),(1676,'steti',2),(1677,'madalina',2),(1677,'bacaim',2),(1678,'ian',2),(1678,'ramon',2),(1679,'031',1),(1679,'101',1),(1679,'locatie',1),(1679,'strada',1),(1679,'radu',1),(1679,'voda',1),(1679,'etaj',1),(1679,'sector',1),(1679,'cod',1),(1679,'postal',1),(1679,'040273',1),(1679,'bucuresti',1),(1679,'vezi',1),(1679,'harta',1),(1679,'suntem',1),(1679,'sociabili',1),(1680,'sector',1),(1680,'zip',1),(1680,'code',1),(1680,'040273',1),(1680,'bucharest',1),(1680,'see',1),(1680,'map',1),(1680,'we\'re',1),(1680,'social',1),(1681,'public',3),(1681,'opinions',1),(1681,'comments',1),(1681,'posted',1),(1681,'forum',1),(1681,'however',1),(1681,'means',1),(1681,'customers',1),(1681,'abuse',1),(1681,'reviewed',1),(1681,'management',1),(1681,'never',1),(1681,'intended',1),(1681,'claims',2),(1681,'diagnose',1),(1681,'treat',1),(1681,'cure',1),(1681,'mitigate',1),(1681,'prevent',1),(1681,'disease',1),(1681,'implicit',1),(1681,'explicit',1),(1681,'shape',1),(1681,'clinically',1),(1681,'tested',1),(1681,'evaluated',1),(1681,'responsibility',1),(1681,'redirected',1),(1681,'regardless',2),(1681,'whether',1),(1681,'redirection',1),(1681,'authorized',1),(1681,'regarding',2),(1681,'risk',1),(1681,'interactions',1),(1681,'others',2),(1681,'able',1),(1681,'publicly',1),(1681,'post',2),(1681,'communicate',1),(1681,'discussion',1),(1681,'boards',1),(1681,'blogs',1),(1681,'review',1),(1681,'goods',1),(1681,'vendors',3),(1681,'submit',1),(1681,'media',1),(1681,'subject',1),(1681,'viewed',1),(1681,'large',1),(1681,'therefore',1),(1681,'accesses',1),(1681,'postings',1),(1681,'ability',1),(1681,'disseminate',1),(1681,'correcting',1),(1681,'correct',1),(1681,'update',1),(1681,'certain',1),(1681,'close',1),(1681,'delete',1),(1681,'sending',1),(1681,'notice',2),(1681,'writing',1),(1681,'nevertheless',1),(1681,'interests',2),(1681,'affiliates',2),(1681,'include',1),(1681,'completion',1),(1681,'transactions',1),(1681,'maintaining',1),(1681,'records',1),(1681,'reporting',1),(1681,'complying',1),(1681,'obligations',1),(1681,'resolving',1),(1681,'disputes',1),(1681,'enforcing',1),(1681,'agreements',1),(1681,'changes',2),(1681,'reserves',1),(1681,'right',1),(1681,'change',1),(1681,'announced',1),(1681,'either',1),(1681,'posting',1),(1681,'revised',1),(1681,'reviewing',1),(1681,'determine',1),(1681,'current',1),(1681,'residents',1),(1681,'countries',1),(1681,'headquartered',1),(1681,'accessed',1),(1681,'providers',1),(1681,'elsewhere',1),(1681,'world',1),(1681,'adhere',1),(1681,'questions',2),(1681,'concerns',3),(1681,'detailed',1),(1681,'support@vismark',1),(1681,'effort',1),(1681,'resolve',1),(1681,'baraganului',1),(1681,'street',1),(1681,'zip',1),(1681,'code',1),(1681,'810453',1),(1681,'braila',1),(1681,'phone',1),(1681,'031',1),(1681,'101',1),(1681,'effective',1),(1681,'date',1),(1681,'5th',1),(1681,'december',1),(1681,'2016',1),(1681,'get',1),(1681,'touch',1),(1682,'opinions',1),(1682,'comments',1),(1682,'posted',1),(1682,'forum',1),(1682,'however',1),(1682,'means',1),(1682,'customers',1),(1682,'abuse',1),(1682,'reviewed',1),(1682,'management',1),(1682,'never',1),(1682,'intended',1),(1682,'claims',2),(1682,'diagnose',1),(1682,'treat',1),(1682,'cure',1),(1682,'mitigate',1),(1682,'prevent',1),(1682,'disease',1),(1682,'implicit',1),(1682,'explicit',1),(1682,'shape',1),(1682,'clinically',1),(1682,'tested',1),(1682,'evaluated',1),(1682,'responsibility',1),(1682,'redirected',1),(1682,'regardless',2),(1682,'whether',1),(1682,'redirection',1),(1682,'authorized',1),(1682,'regarding',2),(1682,'risk',1),(1682,'interactions',1),(1682,'others',2),(1682,'able',1),(1682,'publicly',1),(1682,'post',2),(1682,'communicate',1),(1682,'discussion',1),(1682,'boards',1),(1682,'blogs',1),(1682,'review',1),(1682,'goods',1),(1682,'vendors',3),(1682,'submit',1),(1682,'media',1),(1682,'subject',1),(1682,'viewed',1),(1682,'large',1),(1682,'therefore',1),(1682,'accesses',1),(1682,'postings',1),(1682,'ability',1),(1682,'disseminate',1),(1682,'correcting',1),(1682,'correct',1),(1682,'update',1),(1682,'certain',1),(1682,'close',1),(1682,'delete',1),(1682,'sending',1),(1682,'notice',2),(1682,'writing',1),(1682,'nevertheless',1),(1682,'interests',2),(1682,'affiliates',2),(1682,'include',1),(1682,'completion',1),(1682,'transactions',1),(1682,'maintaining',1),(1682,'records',1),(1682,'reporting',1),(1682,'complying',1),(1682,'obligations',1),(1682,'resolving',1),(1682,'disputes',1),(1682,'enforcing',1),(1682,'agreements',1),(1682,'changes',2),(1682,'reserves',1),(1682,'right',1),(1682,'change',1),(1682,'announced',1),(1682,'either',1),(1682,'posting',1),(1682,'revised',1),(1682,'reviewing',1),(1682,'determine',1),(1682,'current',1),(1682,'residents',1),(1682,'countries',1),(1682,'headquartered',1),(1682,'accessed',1),(1682,'providers',1),(1682,'elsewhere',1),(1682,'world',1),(1682,'adhere',1),(1682,'questions',2),(1682,'concerns',3),(1682,'detailed',1),(1682,'support@vismark',1),(1682,'effort',1),(1682,'resolve',1),(1682,'baraganului',1),(1682,'street',1),(1682,'zip',1),(1682,'code',1),(1682,'810453',1),(1682,'braila',1),(1682,'phone',1),(1682,'031',1),(1682,'101',1),(1682,'effective',1),(1682,'date',1),(1682,'5th',1),(1682,'december',1),(1682,'2016',1),(1682,'get',1),(1682,'touch',1),(1683,'expected',1),(1683,'supplies',1),(1683,'companies',1),(1683,'pdf\'s',2),(1683,'specifications',1),(1683,'variations',2),(1683,'computer',1),(1683,'settings',1),(1683,'differ',2),(1683,'monitors',1),(1683,'devices',1),(1683,'printed',4),(1683,'acknowledges',1),(1683,'accurate',2),(1683,'representation',1),(1683,'occur',1),(1683,'outcome',2),(1683,'accuracy',1),(1683,'determined',1),(1683,'production',1),(1683,'pre',1),(1683,'calibrated',1),(1683,'depending',1),(1683,'hard',1),(1683,'attract',1),(1683,'cost',2),(1683,'prices',1),(1683,'available',1),(1683,'happily',1),(1683,'check',1),(1683,'feasible',1),(1683,'requested',1),(1683,'help',1),(1683,'consistency',1),(1683,'inaccuracies',1),(1683,'arise',1),(1683,'file',1),(1683,'formats',1),(1683,'supply',2),(1683,'working',1),(1683,'creation',1),(1683,'adobe',1),(1683,'illustrator',1),(1683,'indesign',1),(1683,'photoshop',1),(1683,'corel',1),(1683,'securely',1),(1683,'backs',1),(1683,'stores',1),(1683,'small',1),(1683,'retrieval',1),(1683,'violate',1),(1683,'sourced',1),(1683,'reputable',1),(1683,'photography',5),(1683,'libraries',1),(1683,'holder',2),(1683,'permission',1),(1683,'image',1),(1683,'commercial',1),(1683,'fully',1),(1683,'responsable',1),(1683,'violating',1),(1683,'copyrights',1),(1683,'source',1),(1683,'professional',2),(1683,'attracts',1),(1683,'payable',1),(1683,'incomplete',1),(1683,'cancelled',1),(1683,'wishes',1),(1683,'fail',1),(1683,'consider',1),(1683,'finalised',1),(1683,'termination',1),(1683,'either',1),(1683,'cancellation',1),(1683,'pricing',1),(1683,'includes',1),(1683,'invoiced',1),(1683,'postage',1),(1683,'packaging',1),(1683,'freight',1),(1683,'shipping',1),(1683,'courier',1),(1683,'printer',1),(1683,'photocopies',1),(1683,'burnt',1),(1683,'disk',1),(1683,'contractor\'s',1),(1683,'licenses',1),(1683,'online',1),(1683,'hosting',1),(1683,'parking',1),(1683,'tolls',1),(1683,'taxi',1),(1683,'fares',2),(1683,'transportation',1),(1683,'promotion',1),(1683,'retains',1),(1683,'portfolio',1),(1683,'periodicals',1),(1683,'presentations',1),(1683,'questions',2),(1683,'concerns',3),(1683,'send',1),(1683,'detailed',1),(1683,'message',1),(1683,'email',1),(1683,'support@vismark',1),(1683,'make',1),(1683,'resolve',1),(1683,'baraganului',1),(1683,'street',1),(1683,'zip',1),(1683,'code',1),(1683,'810453',1),(1683,'braila',1),(1683,'phone',1),(1683,'031',1),(1683,'101',1),(1683,'effective',1),(1683,'december',1),(1683,'2016',1),(1684,'home',2),(1685,'produselor',3),(1685,'acasa',2),(1686,'like',1),(1686,'see',1),(1686,'just',1),(1686,'get',1),(1686,'touch',1),(1686,'fill',1),(1686,'form',1),(1687,'proiecte',1),(1687,'realizate',1),(1687,'echipa',1),(1687,'noastra',1),(1687,'graficieni',1),(1687,'daca',1),(1687,'iti',1),(1687,'place',1),(1687,'vezi',1),(1687,'contacteaza',1),(1687,'scrie',1),(1687,'aici',1),(1688,'simultaneously',1),(1688,'provides',1),(1688,'companies',1),(1688,'agencies',1),(1688,'well',1),(1688,'outsourcing',2),(1688,'going',1),(1688,'ensuring',1),(1688,'means',1),(1688,'experienced',1),(1688,'proposing',1),(1688,'innovative',1),(1688,'system',1),(1688,'hands',1),(1688,'see',1),(1688,'works',1),(1689,'serviciile',1),(1689,'dispozitia',1),(1689,'companiilor',1),(1689,'agentiilor',1),(1689,'outsourcing',2),(1689,'cum',2),(1689,'vom',1),(1689,'face',1),(1689,'asta',1),(1689,'asigurand',1),(1689,'calitate',1),(1689,'superioara',1),(1689,'designurilor',1),(1689,'ajutorul',1),(1689,'unei',1),(1689,'echipe',1),(1689,'experimentate',1),(1689,'unui',1),(1689,'sistem',1),(1689,'eficient',1),(1689,'realiza',1),(1689,'oricand',1),(1689,'pret',1),(1689,'vezi',1),(1689,'functioneaza',1),(1691,'impresionam',1),(1691,'silinta',1),(1691,'dam',1),(1691,'clienti',4),(1691,'imaginea',1),(1691,'companiei',1),(1692,'improve',1),(1692,'company\'s',1),(1692,'image',1);
/*!40000 ALTER TABLE `cms_module_search_index` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_search_items`
--

DROP TABLE IF EXISTS `cms_module_search_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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 `cms_index_search_items` (`module_name`,`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_search_items`
--

LOCK TABLES `cms_module_search_items` WRITE;
/*!40000 ALTER TABLE `cms_module_search_items` DISABLE KEYS */;
INSERT INTO `cms_module_search_items` VALUES (1684,'Search',73,'content',NULL),(1686,'Search',74,'content',NULL),(1688,'Search',75,'content',NULL),(1692,'Search',77,'content',NULL),(1515,'Search',78,'content',NULL),(1516,'Search',80,'content',NULL),(1517,'Search',81,'content',NULL),(1683,'Search',82,'content',NULL),(1681,'Search',83,'content',NULL),(1680,'Search',84,'content',NULL),(1521,'Search',85,'content',NULL),(1685,'Search',88,'content',NULL),(1687,'Search',89,'content',NULL),(1689,'Search',90,'content',NULL),(1691,'Search',92,'content',NULL),(1526,'Search',93,'content',NULL),(1527,'Search',95,'content',NULL),(1528,'Search',96,'content',NULL),(1682,'Search',98,'content',NULL),(1679,'Search',99,'content',NULL),(1531,'Search',100,'content',NULL),(1532,'Careers',1,'item',NULL),(1533,'Careers',2,'item',NULL),(1534,'Careers',3,'item',NULL),(1535,'Careers',4,'item',NULL),(1536,'Careers',5,'item',NULL),(1537,'Careers',6,'item',NULL),(1538,'Careers',7,'item',NULL),(1539,'Careers',8,'item',NULL),(1540,'Careers',9,'item',NULL),(1541,'Careers',10,'item',NULL),(1542,'FaQ',1,'item',NULL),(1543,'FaQ',2,'item',NULL),(1544,'FaQ',3,'item',NULL),(1545,'FaQ',4,'item',NULL),(1546,'FaQ',5,'item',NULL),(1547,'FaQ',6,'item',NULL),(1548,'FaQ',7,'item',NULL),(1549,'FaQ',8,'item',NULL),(1550,'FaQ',9,'item',NULL),(1551,'FaQ',10,'item',NULL),(1552,'FaQ',11,'item',NULL),(1553,'FaQ',12,'item',NULL),(1554,'FaQ',13,'item',NULL),(1555,'FaQ',14,'item',NULL),(1556,'FaQ',15,'item',NULL),(1557,'FaQ',16,'item',NULL),(1558,'FaQ',17,'item',NULL),(1559,'FaQ',18,'item',NULL),(1560,'FaQ',20,'item',NULL),(1561,'FaQ',21,'item',NULL),(1562,'FaQ',22,'item',NULL),(1563,'FaQ',23,'item',NULL),(1564,'FaQ',24,'item',NULL),(1565,'FaQ',25,'item',NULL),(1566,'FaQ',26,'item',NULL),(1567,'FaQ',27,'item',NULL),(1568,'FaQ',28,'item',NULL),(1569,'FaQ',29,'item',NULL),(1570,'FaQ',30,'item',NULL),(1571,'FaQ',31,'item',NULL),(1572,'FaQ',32,'item',NULL),(1573,'FaQ',33,'item',NULL),(1574,'FaQ',34,'item',NULL),(1575,'FaQ',35,'item',NULL),(1576,'FaQ',36,'item',NULL),(1577,'FaQ',37,'item',NULL),(1578,'FaQ',38,'item',NULL),(1579,'FaQ',39,'item',NULL),(1580,'FaQ',40,'item',NULL),(1581,'FaQ',41,'item',NULL),(1582,'FaQ',42,'item',NULL),(1583,'FaQ',43,'item',NULL),(1584,'FaQ',44,'item',NULL),(1585,'FaQ',45,'item',NULL),(1586,'FaQ',46,'item',NULL),(1587,'FaQ',47,'item',NULL),(1588,'FaQ',48,'item',NULL),(1589,'FaQ',49,'item',NULL),(1590,'FaQ',50,'item',NULL),(1591,'FaQ',51,'item',NULL),(1592,'FaQ',52,'item',NULL),(1593,'FaQ',53,'item',NULL),(1594,'FaQ',54,'item',NULL),(1595,'FaQ',55,'item',NULL),(1596,'FaQ',56,'item',NULL),(1597,'Gallery',1,'gallery',NULL),(1598,'Gallery',2,'gallery',NULL),(1599,'Parteneri',12,'item',NULL),(1600,'Parteneri',13,'item',NULL),(1601,'Parteneri',14,'item',NULL),(1602,'Parteneri',15,'item',NULL),(1603,'Parteneri',16,'item',NULL),(1604,'Parteneri',17,'item',NULL),(1605,'Parteneri',18,'item',NULL),(1606,'Parteneri',19,'item',NULL),(1607,'Parteneri',20,'item',NULL),(1608,'Parteneri',21,'item',NULL),(1609,'Parteneri',22,'item',NULL),(1610,'Parteneri',23,'item',NULL),(1611,'Parteneri',24,'item',NULL),(1612,'Parteneri',25,'item',NULL),(1613,'Parteneri',26,'item',NULL),(1614,'Parteneri',27,'item',NULL),(1615,'Parteneri',28,'item',NULL),(1616,'Parteneri',29,'item',NULL),(1617,'Portfolio',14,'item',NULL),(1618,'Portfolio',15,'item',NULL),(1619,'Portfolio',13,'item',NULL),(1620,'Portfolio',18,'item',NULL),(1621,'Portfolio',16,'item',NULL),(1622,'Portfolio',17,'item',NULL),(1623,'Portfolio',19,'item',NULL),(1624,'Portfolio',20,'item',NULL),(1625,'Portfolio',21,'item',NULL),(1626,'SlideShow',4,'item',NULL),(1627,'SlideShow',6,'item',NULL),(1628,'SlideShow',5,'item',NULL),(1629,'Testimoniale',1,'item',NULL),(1630,'Testimoniale',2,'item',NULL),(1631,'Testimoniale',3,'item',NULL),(1632,'Testimoniale',4,'item',NULL),(1633,'Testimoniale',17,'item',NULL),(1634,'Testimoniale',7,'item',NULL),(1635,'Testimoniale',8,'item',NULL),(1636,'Testimoniale',9,'item',NULL),(1637,'Testimoniale',10,'item',NULL),(1638,'Testimoniale',11,'item',NULL),(1639,'Testimoniale',12,'item',NULL),(1640,'Testimoniale',13,'item',NULL),(1641,'Testimoniale',14,'item',NULL),(1642,'Testimoniale',15,'item',NULL),(1643,'Testimoniale',16,'item',NULL),(1644,'Testimoniale',18,'item',NULL),(1645,'Testimoniale',19,'item',NULL),(1646,'Testimoniale',20,'item',NULL),(1647,'Testimoniale',21,'item',NULL),(1648,'Testimoniale',22,'item',NULL),(1649,'Testimoniale',23,'item',NULL),(1650,'Testimoniale',24,'item',NULL),(1651,'Testimoniale',25,'item',NULL),(1652,'Testimoniale',26,'item',NULL),(1653,'Testimoniale',27,'item',NULL),(1654,'Testimoniale',28,'item',NULL),(1655,'Testimoniale',29,'item',NULL),(1656,'Testimoniale',30,'item',NULL),(1657,'Testimoniale',31,'item',NULL),(1658,'Testimoniale',32,'item',NULL),(1659,'Testimoniale',33,'item',NULL),(1660,'Testimoniale',34,'item',NULL),(1661,'Testimoniale',35,'item',NULL),(1662,'Testimoniale',36,'item',NULL),(1663,'Testimoniale',37,'item',NULL),(1664,'Testimoniale',38,'item',NULL),(1665,'Testimoniale',39,'item',NULL),(1666,'Testimoniale',40,'item',NULL),(1667,'Testimoniale',41,'item',NULL),(1668,'Testimoniale',42,'item',NULL),(1669,'Testimoniale',43,'item',NULL),(1670,'Testimoniale',44,'item',NULL),(1671,'Testimoniale',45,'item',NULL),(1672,'Testimoniale',46,'item',NULL),(1673,'Testimoniale',47,'item',NULL),(1674,'Testimoniale',48,'item',NULL),(1675,'Testimoniale',49,'item',NULL),(1676,'Testimoniale',50,'item',NULL),(1677,'Testimoniale',51,'item',NULL),(1678,'Testimoniale',52,'item',NULL);
/*!40000 ALTER TABLE `cms_module_search_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_search_items_seq`
--

DROP TABLE IF EXISTS `cms_module_search_items_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_search_items_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_search_items_seq`
--

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

--
-- Table structure for table `cms_module_search_words`
--

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

--
-- Dumping data for table `cms_module_search_words`
--

LOCK TABLES `cms_module_search_words` WRITE;
/*!40000 ALTER TABLE `cms_module_search_words` DISABLE KEYS */;
INSERT INTO `cms_module_search_words` VALUES ('Search question',1),('Vismhrk',1);
/*!40000 ALTER TABLE `cms_module_search_words` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_seotools2`
--

DROP TABLE IF EXISTS `cms_module_seotools2`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_seotools2` (
  `content_id` int(11) NOT NULL,
  `indexable` int(1) DEFAULT NULL,
  `follow` int(1) DEFAULT NULL,
  `keywords` varchar(255) DEFAULT NULL,
  `priority` int(3) DEFAULT NULL,
  `ogtype` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_seotools2`
--

LOCK TABLES `cms_module_seotools2` WRITE;
/*!40000 ALTER TABLE `cms_module_seotools2` DISABLE KEYS */;
INSERT INTO `cms_module_seotools2` VALUES (75,1,NULL,NULL,NULL,NULL),(76,0,NULL,NULL,NULL,NULL),(74,1,NULL,NULL,NULL,NULL),(73,1,NULL,NULL,NULL,NULL),(77,1,0,NULL,NULL,NULL),(78,1,NULL,NULL,NULL,NULL),(79,1,NULL,NULL,NULL,NULL),(80,1,NULL,NULL,NULL,NULL),(81,1,NULL,NULL,NULL,NULL),(82,1,NULL,NULL,NULL,NULL),(83,1,NULL,NULL,NULL,NULL),(84,1,NULL,NULL,NULL,NULL),(85,1,NULL,NULL,NULL,NULL),(88,1,NULL,NULL,NULL,NULL),(89,1,NULL,NULL,NULL,NULL),(90,1,NULL,NULL,NULL,NULL),(91,0,NULL,NULL,NULL,NULL),(92,1,NULL,NULL,NULL,NULL),(93,1,NULL,NULL,NULL,NULL),(94,1,NULL,NULL,NULL,NULL),(95,1,NULL,NULL,NULL,NULL),(96,1,NULL,NULL,NULL,NULL),(97,1,NULL,NULL,NULL,NULL),(98,1,NULL,NULL,NULL,NULL),(99,1,NULL,NULL,NULL,NULL),(100,1,NULL,NULL,NULL,NULL),(101,1,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `cms_module_seotools2` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_slideshow_categories`
--

DROP TABLE IF EXISTS `cms_module_slideshow_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_slideshow_categories` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(255) DEFAULT NULL,
  `category_alias` varchar(255) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `hierarchy` varchar(255) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `hierarchy_position` varchar(255) DEFAULT NULL,
  `long_name` text DEFAULT NULL,
  `usergroup` int(11) DEFAULT NULL,
  `create_date` time DEFAULT NULL,
  `modified_date` time DEFAULT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_slideshow_categories`
--

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

--
-- Table structure for table `cms_module_slideshow_fielddef`
--

DROP TABLE IF EXISTS `cms_module_slideshow_fielddef`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_slideshow_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,
  `section` varchar(10) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `required` int(1) DEFAULT NULL,
  `editview` int(1) DEFAULT NULL,
  `filter_frontend` int(1) DEFAULT NULL,
  `filter_admin` int(1) DEFAULT NULL,
  `searchable` int(1) DEFAULT NULL,
  `extra` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`fielddef_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_slideshow_fielddef`
--

LOCK TABLES `cms_module_slideshow_fielddef` WRITE;
/*!40000 ALTER TABLE `cms_module_slideshow_fielddef` DISABLE KEYS */;
INSERT INTO `cms_module_slideshow_fielddef` VALUES (1,'Slide','slide','','upload_file','items',1,1,0,NULL,0,NULL,''),(2,'Slide Ro','slide_ro','','upload_file','items',2,0,0,NULL,0,NULL,''),(3,'Link','link','','textbox','items',3,0,0,NULL,NULL,NULL,''),(4,'Link Ro','link_ro','','textbox','items',4,0,0,NULL,NULL,NULL,''),(5,'Video ?','video','','checkbox','items',5,0,0,NULL,NULL,NULL,'');
/*!40000 ALTER TABLE `cms_module_slideshow_fielddef` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_slideshow_fieldval`
--

DROP TABLE IF EXISTS `cms_module_slideshow_fieldval`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_slideshow_fieldval` (
  `item_id` int(11) NOT NULL,
  `fielddef_id` int(11) NOT NULL,
  `value` text DEFAULT NULL,
  PRIMARY KEY (`item_id`,`fielddef_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_slideshow_fieldval`
--

LOCK TABLES `cms_module_slideshow_fieldval` WRITE;
/*!40000 ALTER TABLE `cms_module_slideshow_fieldval` DISABLE KEYS */;
INSERT INTO `cms_module_slideshow_fieldval` VALUES (4,4,'http://vismark.eu/portfolio/17/89/gryxx-visual-identity-design'),(4,3,'http://vismark.eu/portfolio/17/74/gryxx-visual-identity-design'),(6,4,'http://vismark.eu/portfolio/18/89/dolce-nera-frappe-packaging'),(6,3,'http://vismark.eu/portfolio/18/74/dolce-nera-frappe-packaging'),(6,5,'0'),(4,5,'0'),(4,1,'brand-design-gryxx-by-otter.jpg'),(4,2,'brand-design-gryxx-by-otter.jpg'),(5,3,'http://vismark.eu/portfolio/15/74/gents-haidresser-visual-identity-design'),(5,4,'http://vismark.eu/portfolio/15/89/gents-haidresser-visual-identity-design'),(5,5,'0'),(5,1,'gents-hairdresser-brand-design-vismark.jpg'),(5,2,'gents-hairdresser-brand-design-vismark.jpg'),(6,1,'packaging-dolce-nera.jpg'),(6,2,'packaging-dolce-nera.jpg');
/*!40000 ALTER TABLE `cms_module_slideshow_fieldval` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_slideshow_images`
--

DROP TABLE IF EXISTS `cms_module_slideshow_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_slideshow_images` (
  `image_id` int(10) NOT NULL AUTO_INCREMENT,
  `item_id` int(10) DEFAULT NULL,
  `filename` varchar(255) DEFAULT NULL,
  `position` int(10) DEFAULT NULL,
  PRIMARY KEY (`image_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_slideshow_images`
--

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

--
-- Table structure for table `cms_module_slideshow_item`
--

DROP TABLE IF EXISTS `cms_module_slideshow_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_slideshow_item` (
  `item_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_id` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `recursive` varchar(50) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `active` int(1) DEFAULT NULL,
  `item_date` datetime DEFAULT NULL,
  `item_date_end` datetime DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`item_id`),
  KEY `cms_slideshow_url` (`url`),
  KEY `cms_slideshow_category_id` (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_slideshow_item`
--

LOCK TABLES `cms_module_slideshow_item` WRITE;
/*!40000 ALTER TABLE `cms_module_slideshow_item` DISABLE KEYS */;
INSERT INTO `cms_module_slideshow_item` VALUES (4,0,NULL,'','','',3,1,'2017-02-20 10:07:59','0000-00-00 00:00:00','2017-02-20 10:07:59','2017-02-20 10:07:59'),(6,0,NULL,'','','',5,1,'2017-02-21 10:54:20','1970-01-01 02:00:00','2017-02-21 10:54:20','2017-02-21 10:54:20'),(5,0,NULL,'','','',4,1,'2017-02-20 10:11:04','0000-00-00 00:00:00','2017-02-20 10:11:04','2017-02-20 10:11:04');
/*!40000 ALTER TABLE `cms_module_slideshow_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_smarty_plugins`
--

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

--
-- Dumping data for table `cms_module_smarty_plugins`
--

LOCK TABLES `cms_module_smarty_plugins` WRITE;
/*!40000 ALTER TABLE `cms_module_smarty_plugins` DISABLE KEYS */;
INSERT INTO `cms_module_smarty_plugins` VALUES ('338253ffbd87cabeb4ce23370dda016a','Careers','Careers','function','s:15:\"function_plugin\";',1,0),('5c3cba639ecefd95f1b6112903bab905','FaQ','FaQ','function','s:15:\"function_plugin\";',1,0),('1067553f16c8b101d638109a3192c66b','FileManager','FileManager','function','s:15:\"function_plugin\";',1,0),('29b6be99c1766d29c3aa133f3bfb74dd','MenuManager','MenuManager','function','s:15:\"function_plugin\";',1,0),('3a56cf7e025a641d45d9e226203be1f4','menu','MenuManager','function','s:15:\"function_plugin\";',1,1),('d84423f78fd018b58479f49bfcfd7dff','cms_breadcrumbs','MenuManager','function','s:22:\"smarty_cms_breadcrumbs\";',1,1),('da6bb9d07a8a8c757b18a67d5dd42cd5','Parteneri','Parteneri','function','s:15:\"function_plugin\";',1,0),('d5b337e8ee3673e72bd769d82a702fd4','Portfolio','Portfolio','function','s:15:\"function_plugin\";',1,0),('10cf00fc6ca5b59a961044ef0ea9c061','Search','Search','function','s:15:\"function_plugin\";',1,0),('ef6c9a9d4dab6989b5da62e2f9a68cf6','search','Search','function','s:15:\"function_plugin\";',1,1),('cf641215158d68c2b3bad337e62c951c','SlideShow','SlideShow','function','s:15:\"function_plugin\";',1,0),('61b772a5535a8d6bfcaad821ec16fe12','Testimoniale','Testimoniale','function','s:15:\"function_plugin\";',1,0);
/*!40000 ALTER TABLE `cms_module_smarty_plugins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_templates`
--

DROP TABLE IF EXISTS `cms_module_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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 `cms_index_module_templates_by_module_name_template_name` (`module_name`,`template_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_templates`
--

LOCK TABLES `cms_module_templates` WRITE;
/*!40000 ALTER TABLE `cms_module_templates` DISABLE KEYS */;
INSERT INTO `cms_module_templates` VALUES ('CMSPrinting','linktemplate','{if isset($imgsrc)}\n{capture assign=\'image\'}\n  <img src=\"{$imgsrc}\" title=\"{$linktext}\" alt=\"{$linktext}\" {if isset($imgclass) && $imgclass!=\'\'}class=\"{$imgclass}\"{/if} />\n{/capture}\n<a href=\"{$href}\" class=\"{$class}\" {$target} {if isset($more)}{$more}{/if} rel=\"nofollow\">{$image}</a>\n{else}\n<a href=\"{$href}\" class=\"{$class}\" {$target} {if isset($more)}{$more}{/if} rel=\"nofollow\">{$linktext}</a>\n{/if}\n','2016-07-06 10:27:44','2016-07-06 10:27:44'),('CMSPrinting','printtemplate','<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n  <head>\n    <title>Printing {title}</title>\n    <meta name=\"robots\" content=\"noindex\" />\n    <base href=\"{$rooturl}\" />\n    <meta name=\"Generator\" content=\"CMS Made Simple - Copyright (C) 2004-12 Ted Kulp. All rights reserved.\" />\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset={$encoding}\" />\n\n    {cms_stylesheet media=\'print\' templateid=$templateid}\n\n    {if $overridestylesheet!=\'\'}\n    <style type=\"text/css\">\n    {$overridestylesheet}\n    </style>\n    {/if}\n    \n  </head>\n  <body style=\"background-color: white; color: black; background-image: none; text-align: left;\">	\n    {$content}\n        \n    {$printscript}\n  </body>\n</html>\n','2016-07-06 10:27:44','2016-07-06 10:27:44'),('Portfolio','detail_templateTest','<div class=\"item\">\r\n    {*values*}\r\n    <h2 class=\"item-title\">{$item->title}</h2>\r\n    <div class=\"item-category\">Category: {$item->category_name}</div>\r\n    <p>\r\n        Date: {$item->item_date}\r\n    </p>\r\n    <p>\r\n        Date end: {$item->item_date_end}\r\n    </p>\r\n    {*custom fields*}\r\n    {if !empty($item->fielddefs)}\r\n        <div class=\"item-properties\">\r\n            {foreach from=$item->fielddefs item=fielddef}\r\n                {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n                    {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n                    {*CGSmartImage quality=90 src=$item.file_location|cat:\'/\':$fielddef.value quality=90 filter_resize=\'w,500\' alt=$item->title*}                    \r\n                {else}\r\n                    {$fielddef.name}: {$fielddef.value}<br />\r\n                {/if}\r\n            {/foreach}\r\n        </div>\r\n    {/if}\r\n\r\n    {*gallery*}\r\n    {if $item->images|@count}\r\n        <ul>\r\n            {foreach from=$item->images item=\'image\'}        \r\n                <li>         \r\n                    <img src=\"{$image.file_location}/{$image.filename}\" alt=\"\" />\r\n                    {*CGSmartImage quality=90 src=$image[\'file_location\']|cat:\'/\':$image[\'filename\'] quality=90 filter_resize=\'w,500\' alt=\'\'*}\r\n                </li>\r\n            {/foreach}\r\n        </ul>\r\n    {/if}\r\n</div><!-- item -->','2017-01-30 18:33:33','2017-01-30 18:33:33'),('Search','displaysearch','<section class=\"bgk_gray pbottom60 ptop60 mbottom30\">\r\n<div class=\"container\">\r\n	<div class=\"form-inline text-center\">\r\n		<div id=\"learn-search\">\r\n			{$startform}\r\n				<input type=\"text\" class=\"form-control\" id=\"{$search_actionid}searchinput\" name=\"{$search_actionid}searchinput\" size=\"20\" maxlength=\"50\" value=\"{if \'en\' === $page_lang} Search question {else} Cauta intrebarea {/if}\" {$hogan}/>\r\n				<input id=\"searchSubmit\" name=\"search\" type=\"submit\" class=\"btn btn-primary\" value=\"{if \'en\' === $page_lang} Search {else} Cauta {/if}\">\r\n				{if isset($hidden)}{$hidden}{/if}\r\n			{$endform}\r\n		</div>\r\n	</div>\r\n</div>\r\n</section>','2016-07-06 10:27:44','2017-01-19 14:26:07'),('Search','displayresult','{search modules=\"FaQ\" search_method=\"post\"}\r\n<section>\r\n<div class=\"container\">\r\n{if $page_lang == \'en\'}\r\n	<h3>Search results for &quot;{$phrase}&quot;</h3>\r\n{else}\r\n	<h3>{$searchresultsfor} &quot;{$phrase}&quot;</h3>\r\n{/if}\r\n\r\n{if $itemcount > 0}\r\n<ul class=\"list-questions\">\r\n  {foreach from=$results item=squery}\r\n	  <li><a href=\"{$squery->url}\">{$squery->urltxt}</a></li>\r\n  {/foreach}\r\n</ul>\r\n{else}\r\n  <p><strong>{$noresultsfound}</strong></p>\r\n{/if}\r\n</div>\r\n</section>','2016-07-06 10:27:44','2017-03-06 10:16:02'),('Gallery','AE-Gallery','<div class=\"gallery\">\r\n{if !empty($module_message)}<h4>{$module_message|escape}</h4>{/if}\r\n{if !empty($gallerytitle)}<h3>{$gallerytitle}</h3>{/if}\r\n{if !empty($gallerycomment)}<div class=\"gallerycomment\">{$gallerycomment}</div>{/if}\r\n<p>{$imagecount}</p>\r\n<div class=\"pagenavigation\">\r\n{if $pages > 1}\r\n<div class=\"prevpage\">{$prevpage}</div>\r\n<div class=\"nextpage\">{$nextpage}</div>\r\n{/if}\r\n{if !$hideparentlink && !empty($parentlink)}<div class=\"parentlink\">{$parentlink}</div>{/if}\r\n{if $pages > 1}<div class=\"pagelinks\">{$pagelinks}</div>{/if}\r\n</div>\r\n\r\n{assign var=\'dirs\' value=\'\'}\r\n{assign var=\'imgs\' value=\'\'}\r\n{foreach from=$images item=image}\r\n{if $image->isdir}\r\n{assign var=\'dirs\' value=\"$dirs\r\n	<div class=\\\"img\\\">\r\n		<a href=\\\"`$image->file`\\\" title=\\\"`$image->title`\\\"><img src=\\\"`$image->thumb`\\\" alt=\\\"`$image->titlename`\\\" /></a><br />\r\n		`$image->titlename`\r\n	</div>\r\n\"}\r\n{else}\r\n{capture name=images assign=imgs}\r\n{$imgs}\r\n        <li>\r\n          <a href=\"{$image->file}\">\r\n            <img src=\"{$image->thumb}\" title=\"{$image->title}\" alt=\"{if empty($image->comment)}{$image->titlename}{else}{$image->comment}{/if}\" longdesc=\"{* you can put a url here using a custom field. This wil generate a link in the middle of the big image *}\" class=\"image{$image->fileid}\">\r\n          </a>\r\n        </li>\r\n{/capture}\r\n{/if}\r\n{/foreach}\r\n\r\n\r\n{if !empty($imgs)}\r\n<div class=\"ae-gallery\">\r\n  <div class=\"ae-image-wrapper\">\r\n  </div>\r\n  <div class=\"ae-controls\">\r\n  </div>\r\n  <div class=\"ae-nav\">\r\n    <div class=\"ae-thumbs\">\r\n      <ul class=\"ae-thumb-list\">\r\n{$imgs}\r\n      </ul>\r\n    </div>\r\n  </div>\r\n</div>\r\n{/if}\r\n\r\n{$dirs}\r\n<div class=\"galleryclear\">&nbsp;</div>\r\n</div>\r\n\r\n{*----------.gallery .img {\r\n	height: 120px;\r\n	/*width: 120px;   Adjust as you see fit */\r\n	float: left;\r\n	margin: 10px;\r\n	text-align: center;\r\n}\r\n\r\n.gallery .img a {\r\n	display: inline-block;\r\n	border: 2px solid #ddd;\r\n	padding: 1px;\r\n}\r\n\r\n.gallery .img a:hover {\r\n	border-color: #999;\r\n}\r\n\r\n.gallery img {\r\n	border: none;\r\n}\r\n\r\n.gallery .pagenavigation {\r\n	height: 50px;\r\n}\r\n\r\n.gallery .prevpage a, .gallery .prevpage em {\r\n	display: block;\r\n	width: 50px;\r\n	height: 39px;\r\n	float: left;\r\n	margin: 0;\r\n	text-indent: -1000px;\r\n	background: url(../../images/previous.png) transparent no-repeat 0 0;\r\n}\r\n\r\n.gallery .nextpage a, .gallery .nextpage em {\r\n	display: block;\r\n	width: 50px;\r\n	height: 39px;\r\n	float: left;\r\n	margin: 0 6px 0 0;\r\n	text-indent: -1000px;\r\n	background: url(../../images/next.png) transparent no-repeat 0 0;\r\n}\r\n\r\n.gallery .parentlink a {\r\n	display: block;\r\n	width: 50px;\r\n	height: 39px;\r\n	float: left;\r\n	text-indent: -1000px;\r\n	background: url(../../images/uppage.png) transparent no-repeat 0 0;\r\n}\r\n\r\n.gallery .pagenavigation a:hover {\r\n	background-position: 0 -40px;\r\n}\r\n\r\n.gallery .prevpage em, .gallery .nextpage em {\r\n	background-position: 0 -80px;\r\n}\r\n\r\n.gallery .pagelinks {\r\n	float: right;\r\n	border-right: 2px solid #666;\r\n}\r\n\r\n.gallery .pagelinks a, .gallery .pagelinks em {\r\n	margin-top: 6px;\r\n	padding: 0 6px;\r\n	border-left: 2px solid #666;\r\n	text-align: center;\r\n	font: bold 11px verdana; color: #666;\r\n}\r\n\r\n.gallery .pagelinks em {\r\n	color: #000;\r\n}\r\n\r\n.galleryclear {\r\n	clear: both;\r\n}\r\n\r\n/* AE-GALLERY */\r\n\r\n.ae-gallery {\r\n  width: 533px;  /* set the width of the thumbrow */\r\n  margin-bottom: 30px;\r\n}\r\n.ae-gallery, .ae-gallery * {\r\n  margin: 0;\r\n  padding: 0;\r\n}\r\n  .ae-gallery .ae-image-wrapper {\r\n    width: 100%; /* set the maximum width and height of the big image. Bigger images will be scaled down automatically by the script */\r\n    height: 400px;\r\n    margin-bottom: 10px;\r\n    position: relative;\r\n    overflow: hidden;\r\n    border: 2px solid #ddd;\r\n  }\r\n    .ae-gallery .ae-image-wrapper .ae-loader {\r\n      position: absolute;\r\n      z-index: 10;\r\n      top: 48%;\r\n      left: 48%;\r\n      border: 1px solid #CCC;\r\n    }\r\n    .ae-gallery .ae-image-wrapper .ae-next {\r\n      position: absolute;\r\n      right: 0;\r\n      top: 0;\r\n      width: 25%;\r\n      height: 100%;\r\n      cursor: pointer;\r\n      display: block;\r\n      z-index: 200;\r\n    }\r\n    .ae-gallery .ae-image-wrapper .ae-prev {\r\n      position: absolute;\r\n      left: 0;\r\n      top: 0;\r\n      width: 25%;\r\n      height: 100%;\r\n      cursor: pointer;\r\n      display: block;\r\n      z-index: 200;\r\n    }\r\n    .ae-gallery .ae-image-wrapper .ae-prev, .ae-gallery .ae-image-wrapper .ae-next {\r\n      /* Or else IE will hide it */\r\n      background: url(../ae-gallery/trans.gif);\r\n    }\r\n      .ae-gallery .ae-image-wrapper .ae-prev .ae-prev-image, .ae-gallery .ae-image-wrapper .ae-next .ae-next-image {\r\n        background: url(../ae-gallery/ae_prev.png);\r\n        width: 30px;\r\n        height: 30px;\r\n        display: none;\r\n        position: absolute;\r\n        top: 47%;\r\n        left: 0;\r\n        z-index: 101;\r\n      }\r\n      .ae-gallery .ae-image-wrapper .ae-next .ae-next-image {\r\n        background: url(../ae-gallery/ae_next.png);\r\n        width: 30px;\r\n        height: 30px;\r\n        right: 0;\r\n        left: auto;\r\n      }\r\n    .ae-gallery .ae-image-wrapper .ae-image {\r\n      position: absolute;\r\n      overflow: hidden;\r\n      top: 0;\r\n      left: 0;\r\n      z-index: 9;\r\n    }\r\n      .ae-gallery .ae-image-wrapper .ae-image a img {\r\n        border: 0;\r\n      }\r\n      .ae-gallery .ae-image-wrapper .ae-image .ae-image-description {\r\n        position: absolute;\r\n        bottom: 0px;\r\n        left: 0px;\r\n        padding: 7px;\r\n        text-align: left;\r\n        width: 100%;\r\n        z-index: 2;\r\n        background: url(../ae-gallery/opa75.png);\r\n        color: #000;\r\n      }\r\n      * html .ae-gallery .ae-image-wrapper .ae-image .ae-image-description {\r\n        background: none;\r\n        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src=\'modules/Gallery/templates/ae-gallery/opa75.png\');\r\n      }\r\n        .ae-gallery .ae-image-wrapper .ae-image .ae-image-description .ae-description-title {\r\n          display: block;\r\n        }\r\n  .ae-gallery .ae-controls {\r\n    height: 20px;\r\n  }\r\n    .ae-gallery .ae-info {\r\n      float: left;\r\n    }\r\n    .ae-gallery .ae-slideshow-controls {\r\n      float: right;\r\n    }\r\n      .ae-gallery .ae-slideshow-controls .ae-slideshow-start, .ae-gallery .ae-slideshow-controls .ae-slideshow-stop {\r\n        padding-left: 5px;\r\n        cursor: pointer;\r\n         display: inline-block;\r\n        text-indent: -500px;\r\n        overflow:hidden;\r\n        width: 14px;\r\n        background: url(../ae-gallery/ae_scroll_forward.png) 0px -3px no-repeat;\r\n      }\r\n      .ae-gallery .ae-slideshow-controls .ae-slideshow-stop {\r\n        background: url(../ae-gallery/ae_stop.png) 0px -3px no-repeat;\r\n     }\r\n      .ae-gallery .ae-slideshow-controls .ae-slideshow-countdown {\r\n        padding-left: 5px;\r\n        font-size: 0.9em;\r\n      }\r\n    .ae-gallery .ae-slideshow-running .ae-slideshow-start {\r\n      cursor: default;\r\n      font-style: italic;\r\n    }\r\n  .ae-gallery .ae-nav {\r\n    width: 100%;\r\n    position: relative;\r\n  }\r\n    .ae-gallery .ae-forward, .ae-gallery .ae-back {\r\n      position: absolute;\r\n      top: 0;\r\n      height: 100%;\r\n      z-index: 10;\r\n    }\r\n    /* IE 6 doesn\'t like height: 100% */\r\n    * html .ae-gallery .ae-forward, .ae-gallery .ae-back {\r\n      height: 100px;\r\n    }\r\n    .ae-gallery .ae-back {\r\n      cursor: pointer;\r\n      left: -20px;\r\n      width: 13px;\r\n      display: block;\r\n      background: url(../ae-gallery/ae_scroll_back.png) 0px 22px no-repeat;\r\n    }\r\n    .ae-gallery .ae-forward {\r\n      cursor: pointer;\r\n      display: block;\r\n      right: -20px;\r\n      width: 13px;\r\n      background: url(../ae-gallery/ae_scroll_forward.png) 0px 22px no-repeat;\r\n    }\r\n    .ae-gallery .ae-nav .ae-thumbs {\r\n      overflow: hidden;\r\n      width: 100%;\r\n/*padding: 3px 1px;\r\nborder: 1px solid #ddd;\r\nbackground-color: #fff;*/\r\n    }\r\n      .ae-gallery .ae-thumbs .ae-thumb-list {\r\n        float: left;\r\n        width: 9000px;\r\n        list-style: none;\r\n      }\r\n        .ae-gallery .ae-thumbs li {\r\n          float: left;\r\n          padding:0 5px 0 0 !important;\r\n          margin:0 0 0 0 !important;\r\n          list-style: none;\r\n        }\r\n          .ae-gallery .ae-thumbs li a {\r\n            display: block;\r\n          }\r\n            .ae-gallery .ae-thumbs li a img {\r\n              border: 3px solid #CCC;\r\n              display: block;\r\n            }\r\n            .ae-gallery .ae-thumbs li a.ae-active img {\r\n              border: 3px solid #616161;\r\n            }\r\n/* Can\'t do display none, since Opera won\'t load the images then */\r\n.ae-preloads {\r\n  position: absolute;\r\n  left: -9000px;\r\n  top: -9000px;\r\n}{*----------<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"modules/Gallery/templates/ae-gallery/jquery.ae-gallery.min.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n  $(function() {\r\n    var galleries = $(\'.ae-gallery\').aeGallery({\r\n      loader_image: \'modules/Gallery/templates/ae-gallery/loader.gif\',\r\n      slideshow: {\r\n        autostart: false,\r\n        speed: 4000,\r\n        start_label: \'Start\',\r\n        stop_label: \'Stop\',\r\n        stop_on_scroll: false\r\n      }\r\n    });\r\n  });\r\n</script>\r\n*}','2016-07-06 10:34:18','2016-07-06 10:34:18'),('Gallery','Cycle','{* note that the thumbs are shown in stead of the original images, just to make sure all images are of the same size due to the crop image-resize option *}\r\n<div id=\"slides\">\r\n{foreach from=$images item=image}\r\n	{if !$image->isdir}\r\n		<img src=\"{$image->thumb}\" alt=\"{$image->titlename}\" />\r\n	{/if}\r\n{/foreach}\r\n</div>\r\n<div id=\"caption\">&nbsp;</div>\r\n\r\n\r\n{*----------/* height and width should be the same as the thumbnail sizes */\r\n#slides {\r\n  width: 300px;\r\n  height: 120px;\r\n}{*----------<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"modules/Gallery/templates/cycle/jquery.cycle.lite.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n$(document).ready(function() {\r\n	$(\'#slides\').cycle({ \r\n		delay:  2000, \r\n		speed: 500,\r\n		before: onBefore\r\n	});\r\n\r\n	function onBefore() {\r\n		$(\'#caption\').html(this.alt);\r\n	};\r\n});\r\n</script>\r\n*}','2016-07-06 10:34:18','2016-07-06 10:34:18'),('Gallery','Fancybox','<div class=\"gallery\">\r\n{if !empty($gallerytitle)}<h3>{$gallerytitle}</h3>{/if}\r\n{if !empty($gallerycomment)}<div class=\"gallerycomment\">{$gallerycomment}</div>{/if}\r\n<p>{$imagecount}</p>\r\n<div class=\"pagenavigation\">\r\n{if $pages > 1}\r\n<div class=\"prevpage\">{$prevpage}</div>\r\n<div class=\"nextpage\">{$nextpage}</div>\r\n{/if}\r\n{if !$hideparentlink && !empty($parentlink)}<div class=\"parentlink\">{$parentlink}</div>{/if}\r\n{if $pages > 1}<div class=\"pagelinks\">{$pagelinks}</div>{/if}\r\n</div>\r\n\r\n{foreach from=$images item=image}\r\n	<div class=\"img\">\r\n	{if $image->isdir}\r\n		<a href=\"{$image->file}\" title=\"{$image->titlename}\"><img src=\"{$image->thumb|escape:\'url\'|replace:\'%2F\':\'/\'}\" alt=\"{$image->titlename}\" /></a><br />\r\n		{$image->titlename}\r\n	{else}\r\n   <a class=\"group\" href=\"{$image->file|escape:\'url\'|replace:\'%2F\':\'/\'}\" title=\"{$image->titlename}\" rel=\"gallery-{$galleryid}\"><img src=\"{$image->thumb|escape:\'url\'|replace:\'%2F\':\'/\'}\" alt=\"{$image->titlename}\" /></a>\r\n	{/if}\r\n	</div>\r\n{/foreach}\r\n<div class=\"galleryclear\">&nbsp;</div>\r\n</div>\r\n\r\n\r\n{*----------.gallery .img {\r\n	height: 120px;\r\n	/*width: 120px;   Adjust as you see fit */\r\n	float: left;\r\n	margin: 10px;\r\n	text-align: center;\r\n}\r\n\r\n.gallery .img a {\r\n	display: inline-block;\r\n	border: 2px solid #ddd;\r\n	padding: 1px;\r\n}\r\n\r\n.gallery .img a:hover {\r\n	border-color: #999;\r\n}\r\n\r\n.gallery img {\r\n	border: none;\r\n}\r\n\r\n.gallery .pagenavigation {\r\n	height: 50px;\r\n}\r\n\r\n.gallery .prevpage a, .gallery .prevpage em {\r\n	display: block;\r\n	width: 50px;\r\n	height: 39px;\r\n	float: left;\r\n	margin: 0;\r\n	text-indent: -1000px;\r\n	background: url(../../images/previous.png) transparent no-repeat 0 0;\r\n	overflow: hidden;\r\n}\r\n\r\n.gallery .nextpage a, .gallery .nextpage em {\r\n	display: block;\r\n	width: 50px;\r\n	height: 39px;\r\n	float: left;\r\n	margin: 0 6px 0 0;\r\n	text-indent: -1000px;\r\n	background: url(../../images/next.png) transparent no-repeat 0 0;\r\n	overflow: hidden;\r\n}\r\n\r\n.gallery .parentlink a {\r\n	display: block;\r\n	width: 50px;\r\n	height: 39px;\r\n	float: left;\r\n	text-indent: -1000px;\r\n	background: url(../../images/uppage.png) transparent no-repeat 0 0;\r\n	overflow: hidden;\r\n}\r\n\r\n.gallery .pagenavigation a:hover {\r\n	background-position: 0 -40px;\r\n}\r\n\r\n.gallery .prevpage em, .gallery .nextpage em {\r\n	background-position: 0 -80px;\r\n}\r\n\r\n.gallery .pagelinks {\r\n	float: right;\r\n	border-right: 2px solid #666;\r\n}\r\n\r\n.gallery .pagelinks a, .gallery .pagelinks em {\r\n	margin-top: 6px;\r\n	padding: 0 6px;\r\n	border-left: 2px solid #666;\r\n	text-align: center;\r\n	font: bold 11px verdana; color: #666;\r\n}\r\n\r\n.gallery .pagelinks em {\r\n	color: #000;\r\n}\r\n\r\n.galleryclear {\r\n	clear: both;\r\n}\r\n\r\n\r\n/* FANCYBOX  -  version 1.3.4 */\r\n\r\n#fancybox-loading {\r\n	position: fixed;\r\n	top: 50%;\r\n	left: 50%;\r\n	width: 40px;\r\n	height: 40px;\r\n	margin-top: -20px;\r\n	margin-left: -20px;\r\n	cursor: pointer;\r\n	overflow: hidden;\r\n	z-index: 1104;\r\n	display: none;\r\n}\r\n\r\n#fancybox-loading div {\r\n	position: absolute;\r\n	top: 0;\r\n	left: 0;\r\n	width: 40px;\r\n	height: 480px;\r\n	background-image: url(\'../fancybox/fancybox.png\');\r\n}\r\n\r\n#fancybox-overlay {\r\n	position: absolute;\r\n	top: 0;\r\n	left: 0;\r\n	width: 100%;\r\n	z-index: 1100;\r\n	display: none;\r\n}\r\n\r\n#fancybox-tmp {\r\n	padding: 0;\r\n	margin: 0;\r\n	border: 0;\r\n	overflow: auto;\r\n	display: none;\r\n}\r\n\r\n#fancybox-wrap {\r\n	position: absolute;\r\n	top: 0;\r\n	left: 0;\r\n	padding: 20px;\r\n	z-index: 1101;\r\n	outline: none;\r\n	display: none;\r\n}\r\n\r\n#fancybox-outer {\r\n	position: relative;\r\n	width: 100%;\r\n	height: 100%;\r\n	background: #000;\r\n}\r\n\r\n#fancybox-content {\r\n	width: 0;\r\n	height: 0;\r\n	padding: 0;\r\n	outline: none;\r\n	position: relative;\r\n	overflow: hidden;\r\n	z-index: 1102;\r\n	border: 0px solid #000;\r\n}\r\n\r\n#fancybox-hide-sel-frame {\r\n	position: absolute;\r\n	top: 0;\r\n	left: 0;\r\n	width: 100%;\r\n	height: 100%;\r\n	background: transparent;\r\n	z-index: 1101;\r\n}\r\n\r\n#fancybox-close {\r\n	position: absolute;\r\n	top: -15px;\r\n	right: -15px;\r\n	width: 30px;\r\n	height: 30px;\r\n	background: transparent url(\'../fancybox/fancybox.png\') -40px 0px;\r\n	cursor: pointer;\r\n	z-index: 1103;\r\n	display: none;\r\n}\r\n\r\n#fancybox-error {\r\n	color: #444;\r\n	font: normal 12px/20px Arial;\r\n	padding: 14px;\r\n	margin: 0;\r\n}\r\n\r\n#fancybox-img {\r\n	width: 100%;\r\n	height: 100%;\r\n	padding: 0;\r\n	margin: 0;\r\n	border: none;\r\n	outline: none;\r\n	line-height: 0;\r\n	vertical-align: top;\r\n}\r\n\r\n#fancybox-frame {\r\n	width: 100%;\r\n	height: 100%;\r\n	border: none;\r\n	display: block;\r\n}\r\n\r\n#fancybox-left, #fancybox-right {\r\n	position: absolute;\r\n	bottom: 0px;\r\n	height: 100%;\r\n	width: 35%;\r\n	cursor: pointer;\r\n	outline: none;\r\n	background: transparent url(\'../fancybox/blank.gif\');\r\n	z-index: 1102;\r\n	display: none;\r\n}\r\n\r\n#fancybox-left {\r\n	left: 0px;\r\n}\r\n\r\n#fancybox-right {\r\n	right: 0px;\r\n}\r\n\r\n#fancybox-left-ico, #fancybox-right-ico {\r\n	position: absolute;\r\n	top: 50%;\r\n	left: -9999px;\r\n	width: 30px;\r\n	height: 30px;\r\n	margin-top: -15px;\r\n	cursor: pointer;\r\n	z-index: 1102;\r\n	display: block;\r\n}\r\n\r\n#fancybox-left-ico {\r\n	background-image: url(\'../fancybox/fancybox.png\');\r\n	background-position: -40px -30px;\r\n}\r\n\r\n#fancybox-right-ico {\r\n	background-image: url(\'../fancybox/fancybox.png\');\r\n	background-position: -40px -60px;\r\n}\r\n\r\n#fancybox-left:hover, #fancybox-right:hover {\r\n	visibility: visible; /* IE6 */\r\n}\r\n\r\n#fancybox-left:hover span {\r\n	left: 20px;\r\n}\r\n\r\n#fancybox-right:hover span {\r\n	left: auto;\r\n	right: 20px;\r\n}\r\n\r\n.fancybox-bg {\r\n	position: absolute;\r\n	padding: 0;\r\n	margin: 0;\r\n	border: 0;\r\n	width: 20px;\r\n	height: 20px;\r\n	z-index: 1001;\r\n}\r\n\r\n#fancybox-bg-n {\r\n	top: -20px;\r\n	left: 0;\r\n	width: 100%;\r\n	background-image: url(\'../fancybox/fancybox-x.png\');\r\n}\r\n\r\n#fancybox-bg-ne {\r\n	top: -20px;\r\n	right: -20px;\r\n	background-image: url(\'../fancybox/fancybox.png\');\r\n	background-position: -40px -162px;\r\n}\r\n\r\n#fancybox-bg-e {\r\n	top: 0;\r\n	right: -20px;\r\n	height: 100%;\r\n	background-image: url(\'../fancybox/fancybox-y.png\');\r\n	background-position: -20px 0px;\r\n}\r\n\r\n#fancybox-bg-se {\r\n	bottom: -20px;\r\n	right: -20px;\r\n	background-image: url(\'../fancybox/fancybox.png\');\r\n	background-position: -40px -182px; \r\n}\r\n\r\n#fancybox-bg-s {\r\n	bottom: -20px;\r\n	left: 0;\r\n	width: 100%;\r\n	background-image: url(\'../fancybox/fancybox-x.png\');\r\n	background-position: 0px -20px;\r\n}\r\n\r\n#fancybox-bg-sw {\r\n	bottom: -20px;\r\n	left: -20px;\r\n	background-image: url(\'../fancybox/fancybox.png\');\r\n	background-position: -40px -142px;\r\n}\r\n\r\n#fancybox-bg-w {\r\n	top: 0;\r\n	left: -20px;\r\n	height: 100%;\r\n	background-image: url(\'../fancybox/fancybox-y.png\');\r\n}\r\n\r\n#fancybox-bg-nw {\r\n	top: -20px;\r\n	left: -20px;\r\n	background-image: url(\'../fancybox/fancybox.png\');\r\n	background-position: -40px -122px;\r\n}\r\n\r\n#fancybox-title {\r\n	font-family: Helvetica;\r\n	font-size: 12px;\r\n	z-index: 1102;\r\n}\r\n\r\n.fancybox-title-inside {\r\n	padding-bottom: 10px;\r\n	text-align: center;\r\n	color: #333;\r\n	background: #fff;\r\n	position: relative;\r\n}\r\n\r\n.fancybox-title-outside {\r\n	padding-top: 10px;\r\n	color: #fff;\r\n}\r\n\r\n.fancybox-title-over {\r\n	position: absolute;\r\n	bottom: 0;\r\n	left: 0;\r\n	color: #FFF;\r\n	text-align: left;\r\n}\r\n\r\n#fancybox-title-over {\r\n	padding: 10px;\r\n	background-image: url(\'../fancybox/fancy_title_over.png\');\r\n	display: block;\r\n}\r\n\r\n.fancybox-title-float {\r\n	position: absolute;\r\n	left: 0;\r\n	bottom: -20px;\r\n	height: 32px;\r\n}\r\n\r\n#fancybox-title-float-wrap {\r\n	border: none;\r\n	border-collapse: collapse;\r\n	width: auto;\r\n}\r\n\r\n#fancybox-title-float-wrap td {\r\n	border: none;\r\n	white-space: nowrap;\r\n}\r\n\r\n#fancybox-title-float-left {\r\n	padding: 0 0 0 15px;\r\n	background: url(\'../fancybox/fancybox.png\') -40px -90px no-repeat;\r\n}\r\n\r\n#fancybox-title-float-main {\r\n	color: #FFF;\r\n	line-height: 29px;\r\n	font-weight: bold;\r\n	padding: 0 0 3px 0;\r\n	background: url(\'../fancybox/fancybox-x.png\') 0px -40px;\r\n}\r\n\r\n#fancybox-title-float-right {\r\n	padding: 0 0 0 15px;\r\n	background: url(\'../fancybox/fancybox.png\') -55px -90px no-repeat;\r\n}\r\n\r\n/* IE7, IE8 */\r\n.fancybox-ie .fancybox-bg { background: transparent !important; }\r\n{*----------<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"modules/Gallery/templates/fancybox/jquery.fancybox.pack.js\"></script>\r\n<script type=\"text/javascript\" src=\"modules/Gallery/lib/jquery/jquery.mousewheel.pack.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n$(document).ready(function() {\r\n	$(\"a.group\").fancybox({\r\n		\'speedIn\':		300,\r\n		\'speedOut\':	300,\r\n		\'overlayColor\':	\'#000\',\r\n		\'overlayOpacity\':	0.7\r\n	});\r\n});\r\n</script>\r\n*}','2016-07-06 10:34:18','2016-07-06 10:34:18'),('Gallery','gallerytree','	<ul>\r\n{assign var=\'g_prevdepth\' value=1}\r\n{foreach from=$images item=image name=img}\r\n\r\n{if $image->depth > $g_prevdepth}\r\n{repeat string=\"<ul>\" times=$image->depth-$g_prevdepth}\r\n{elseif $image->depth < $g_prevdepth}\r\n{repeat string=\"</li></ul>\" times=$g_prevdepth-$image->depth}\r\n</li>\r\n{elseif $smarty.foreach.img.index > 0}</li>\r\n{/if}\r\n		<li><a href=\"{$image->file}\" title=\"{$image->titlename}\"><img src=\"{$image->thumb|escape:\'url\'|replace:\'%2F\':\'/\'}\" alt=\"{$image->titlename}\" /></a> {$image->titlename}\r\n\r\n{assign var=\'g_prevdepth\' value=$image->depth}\r\n{/foreach}\r\n{repeat string=\"</li></ul>\" times=$image->depth-1}</li>\r\n	</ul>\r\n{*----------{*----------*}','2016-07-06 10:34:18','2016-07-06 10:34:18'),('Gallery','Lightbox','<div class=\"gallery\">\r\n{if !empty($gallerytitle)}<h3>{$gallerytitle}</h3>{/if}\r\n{if !empty($gallerycomment)}<div class=\"gallerycomment\">{$gallerycomment}</div>{/if}\r\n<p>{$imagecount}</p>\r\n<div class=\"pagenavigation\">\r\n{if $pages > 1}\r\n<div class=\"prevpage\">{$prevpage}</div>\r\n<div class=\"nextpage\">{$nextpage}</div>\r\n{/if}\r\n{if !$hideparentlink && !empty($parentlink)}<div class=\"parentlink\">{$parentlink}</div>{/if}\r\n{if $pages > 1}<div class=\"pagelinks\">{$pagelinks}</div>{/if}\r\n</div>\r\n\r\n{foreach from=$images item=image}\r\n	<div class=\"img\">\r\n	{if $image->isdir}\r\n		{* this is a subgallery *}\r\n		<a href=\"{$image->file}\" title=\"{$image->titlename}\"><img src=\"{$image->thumb|escape:\'url\'|replace:\'%2F\':\'/\'}\" alt=\"{$image->titlename}\" /></a><br />\r\n		{$image->titlename}\r\n	{else}\r\n		{* this is an image *}\r\n		<a class=\"group\" href=\"{$image->file|escape:\'url\'|replace:\'%2F\':\'/\'}\" data-title=\"{$image->titlename}{if !empty($image->comment)} &bull; &lt;em&gt;{$image->comment|strip_tags|escape:\'html\'}&lt;em&gt;{/if}\" data-lightbox=\"cmsmsgallery{$galleryid}\"><img src=\"{$image->thumb|escape:\'url\'|replace:\'%2F\':\'/\'}\" alt=\"{$image->titlename}\" /></a>\r\n	{/if}\r\n	</div>\r\n{/foreach}\r\n<div class=\"galleryclear\">&nbsp;</div>\r\n</div>\r\n\r\n{*----------.gallery .img {\r\n	height: 120px;\r\n	/*width: 120px;   Adjust as you see fit */\r\n	float: left;\r\n	margin: 10px;\r\n	text-align: center;\r\n}\r\n\r\n.gallery .img a {\r\n	display: inline-block;\r\n	border: 2px solid #ddd;\r\n	padding: 1px;\r\n}\r\n\r\n.gallery .img a:hover {\r\n	border-color: #999;\r\n}\r\n\r\n.gallery img {\r\n	border: none;\r\n}\r\n\r\n.gallery .pagenavigation {\r\n	height: 50px;\r\n}\r\n\r\n.gallery .prevpage a, .gallery .prevpage em {\r\n	display: block;\r\n	width: 50px;\r\n	height: 39px;\r\n	float: left;\r\n	margin: 0;\r\n	text-indent: -1000px;\r\n	background: url(../../images/previous.png) transparent no-repeat 0 0;\r\n	overflow: hidden;\r\n}\r\n\r\n.gallery .nextpage a, .gallery .nextpage em {\r\n	display: block;\r\n	width: 50px;\r\n	height: 39px;\r\n	float: left;\r\n	margin: 0 6px 0 0;\r\n	text-indent: -1000px;\r\n	background: url(../../images/next.png) transparent no-repeat 0 0;\r\n	overflow: hidden;\r\n}\r\n\r\n.gallery .parentlink a {\r\n	display: block;\r\n	width: 50px;\r\n	height: 39px;\r\n	float: left;\r\n	text-indent: -1000px;\r\n	background: url(../../images/uppage.png) transparent no-repeat 0 0;\r\n	overflow: hidden;\r\n}\r\n\r\n.gallery .pagenavigation a:hover {\r\n	background-position: 0 -40px;\r\n}\r\n\r\n.gallery .prevpage em, .gallery .nextpage em {\r\n	background-position: 0 -80px;\r\n}\r\n\r\n.gallery .pagelinks {\r\n	float: right;\r\n	border-right: 2px solid #666;\r\n}\r\n\r\n.gallery .pagelinks a, .gallery .pagelinks em {\r\n	margin-top: 6px;\r\n	padding: 0 6px;\r\n	border-left: 2px solid #666;\r\n	text-align: center;\r\n	font: bold 11px verdana; color: #666;\r\n}\r\n\r\n.gallery .pagelinks em {\r\n	color: #000;\r\n}\r\n\r\n.galleryclear {\r\n	clear: both;\r\n}\r\n\r\n\r\n/* LIGHTBOX  -  version 2.8.2 */\r\n\r\n/* Preload images */\r\nbody:after {\r\n  content: url(../lightbox/images/close.png) url(../lightbox/images/loading.gif) url(../lightbox/images/prev.png) url(../lightbox/images/next.png);\r\n  display: none;\r\n}\r\n\r\nbody.lb-disable-scrolling {\r\n  overflow: hidden;\r\n}\r\n\r\n.lightboxOverlay {\r\n  position: absolute;\r\n  top: 0;\r\n  left: 0;\r\n  z-index: 9999;\r\n  background-color: black;\r\n  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);\r\n  opacity: 0.8;\r\n  display: none;\r\n}\r\n\r\n.lightbox {\r\n  position: absolute;\r\n  left: 0;\r\n  width: 100%;\r\n  z-index: 10000;\r\n  text-align: center;\r\n  line-height: 0;\r\n  font-weight: normal;\r\n}\r\n\r\n.lightbox .lb-image {\r\n  display: block;\r\n  height: auto;\r\n  max-width: inherit;\r\n  border-radius: 3px;\r\n}\r\n\r\n.lightbox a img {\r\n  border: none;\r\n}\r\n\r\n.lb-outerContainer {\r\n  position: relative;\r\n  background-color: white;\r\n  *zoom: 1;\r\n  width: 250px;\r\n  height: 250px;\r\n  margin: 0 auto;\r\n  border-radius: 4px;\r\n}\r\n\r\n.lb-outerContainer:after {\r\n  content: \"\";\r\n  display: table;\r\n  clear: both;\r\n}\r\n\r\n.lb-container {\r\n  padding: 4px;\r\n}\r\n\r\n.lb-loader {\r\n  position: absolute;\r\n  top: 43%;\r\n  left: 0;\r\n  height: 25%;\r\n  width: 100%;\r\n  text-align: center;\r\n  line-height: 0;\r\n}\r\n\r\n.lb-cancel {\r\n  display: block;\r\n  width: 32px;\r\n  height: 32px;\r\n  margin: 0 auto;\r\n  background: url(../lightbox/images/loading.gif) no-repeat;\r\n}\r\n\r\n.lb-nav {\r\n  position: absolute;\r\n  top: 0;\r\n  left: 0;\r\n  height: 100%;\r\n  width: 100%;\r\n  z-index: 10;\r\n}\r\n\r\n.lb-container > .nav {\r\n  left: 0;\r\n}\r\n\r\n.lb-nav a {\r\n  outline: none;\r\n  background-image: url(\'data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==\');\r\n}\r\n\r\n.lb-prev, .lb-next {\r\n  height: 100%;\r\n  cursor: pointer;\r\n  display: block;\r\n}\r\n\r\n.lb-nav a.lb-prev {\r\n  width: 34%;\r\n  left: 0;\r\n  float: left;\r\n  background: url(../lightbox/images/prev.png) left 48% no-repeat;\r\n  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);\r\n  opacity: 0;\r\n  -webkit-transition: opacity 0.6s;\r\n  -moz-transition: opacity 0.6s;\r\n  -o-transition: opacity 0.6s;\r\n  transition: opacity 0.6s;\r\n}\r\n\r\n.lb-nav a.lb-prev:hover {\r\n  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\r\n  opacity: 1;\r\n}\r\n\r\n.lb-nav a.lb-next {\r\n  width: 64%;\r\n  right: 0;\r\n  float: right;\r\n  background: url(../lightbox/images/next.png) right 48% no-repeat;\r\n  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);\r\n  opacity: 0;\r\n  -webkit-transition: opacity 0.6s;\r\n  -moz-transition: opacity 0.6s;\r\n  -o-transition: opacity 0.6s;\r\n  transition: opacity 0.6s;\r\n}\r\n\r\n.lb-nav a.lb-next:hover {\r\n  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\r\n  opacity: 1;\r\n}\r\n\r\n.lb-dataContainer {\r\n  margin: 0 auto;\r\n  padding-top: 5px;\r\n  *zoom: 1;\r\n  width: 100%;\r\n  -moz-border-radius-bottomleft: 4px;\r\n  -webkit-border-bottom-left-radius: 4px;\r\n  border-bottom-left-radius: 4px;\r\n  -moz-border-radius-bottomright: 4px;\r\n  -webkit-border-bottom-right-radius: 4px;\r\n  border-bottom-right-radius: 4px;\r\n}\r\n\r\n.lb-dataContainer:after {\r\n  content: \"\";\r\n  display: table;\r\n  clear: both;\r\n}\r\n\r\n.lb-data {\r\n  padding: 0 4px;\r\n  color: #ccc;\r\n}\r\n\r\n.lb-data .lb-details {\r\n  width: 85%;\r\n  float: left;\r\n  text-align: left;\r\n  line-height: 1.1em;\r\n}\r\n\r\n.lb-data .lb-caption {\r\n  font-size: 13px;\r\n  font-weight: bold;\r\n  line-height: 1em;\r\n}\r\n\r\n.lb-data .lb-number {\r\n  display: block;\r\n  clear: left;\r\n  padding-bottom: 1em;\r\n  font-size: 12px;\r\n  color: #999999;\r\n}\r\n\r\n.lb-data .lb-close {\r\n  display: block;\r\n  float: right;\r\n  width: 30px;\r\n  height: 30px;\r\n  background: url(../lightbox/images/close.png) top right no-repeat;\r\n  text-align: right;\r\n  outline: none;\r\n  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);\r\n  opacity: 0.7;\r\n  -webkit-transition: opacity 0.2s;\r\n  -moz-transition: opacity 0.2s;\r\n  -o-transition: opacity 0.2s;\r\n  transition: opacity 0.2s;\r\n}\r\n\r\n.lb-data .lb-close:hover {\r\n  cursor: pointer;\r\n  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\r\n  opacity: 1;\r\n}\r\n{*----------<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"modules/Gallery/templates/lightbox/js/lightbox.min.js\"></script>\r\n*}','2016-07-06 10:34:18','2016-07-06 10:34:18'),('Gallery','prettyPhoto','<div class=\"row\">\r\n{foreach from=$images item=image}\r\n	<div class=\"col-sm-3 u-mb-30\">\r\n	{if $image->isdir}\r\n		<a href=\"{$image->file}\" title=\"{$image->titlename}\"><img src=\"{$image->thumb|escape:\'url\'|replace:\'%2F\':\'/\'}\" alt=\"{$image->titlename}\" class=\"img-responsive\"/></a><br />\r\n		{$image->titlename}\r\n	{else}\r\n   <a class=\"group\" href=\"{$image->file|escape:\'url\'|replace:\'%2F\':\'/\'}\" title=\"{$image->comment}\" rel=\"prettyPhoto[{$galleryid}]\"><img src=\"{$image->thumb|escape:\'url\'|replace:\'%2F\':\'/\'}\" alt=\"{$image->titlename}\" class=\"img-responsive\"/></a>\r\n	{/if}\r\n	</div>\r\n{/foreach}\r\n</div>{*----------/* PRETTYPHOTO  -  version 3.1.6 */\r\n\r\ndiv.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}\r\ndiv.pp_default .pp_top .pp_left{background:url(../prettyphoto/images/default/sprite.png) -78px -93px no-repeat}\r\ndiv.pp_default .pp_top .pp_middle{background:url(../prettyphoto/images/default/sprite_x.png) top left repeat-x}\r\ndiv.pp_default .pp_top .pp_right{background:url(../prettyphoto/images/default/sprite.png) -112px -93px no-repeat}\r\ndiv.pp_default .pp_content .ppt{color:#f8f8f8}\r\ndiv.pp_default .pp_content_container .pp_left{background:url(../prettyphoto/images/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}\r\ndiv.pp_default .pp_content_container .pp_right{background:url(../prettyphoto/images/default/sprite_y.png) top right repeat-y;padding-right:13px}\r\ndiv.pp_default .pp_next:hover{background:url(../prettyphoto/images/default/sprite_next.png) center right no-repeat;cursor:pointer}\r\ndiv.pp_default .pp_previous:hover{background:url(../prettyphoto/images/default/sprite_prev.png) center left no-repeat;cursor:pointer}\r\ndiv.pp_default .pp_expand{background:url(../prettyphoto/images/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}\r\ndiv.pp_default .pp_expand:hover{background:url(../prettyphoto/images/default/sprite.png) 0 -56px no-repeat;cursor:pointer}\r\ndiv.pp_default .pp_contract{background:url(../prettyphoto/images/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}\r\ndiv.pp_default .pp_contract:hover{background:url(../prettyphoto/images/default/sprite.png) 0 -113px no-repeat;cursor:pointer}\r\ndiv.pp_default .pp_close{width:30px;height:30px;background:url(../prettyphoto/images/default/sprite.png) 2px 1px no-repeat;cursor:pointer}\r\ndiv.pp_default .pp_gallery ul li a{background:url(../prettyphoto/images/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}\r\ndiv.pp_default .pp_social{margin-top:7px}\r\ndiv.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}\r\ndiv.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../prettyphoto/images/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}\r\ndiv.pp_default .pp_nav .pp_pause{background-position:-51px -29px}\r\ndiv.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../prettyphoto/images/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}\r\ndiv.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}\r\ndiv.pp_default .pp_content_container .pp_details{margin-top:5px}\r\ndiv.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}\r\ndiv.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}\r\ndiv.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}\r\ndiv.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}\r\ndiv.pp_default .pp_bottom .pp_left{background:url(../prettyphoto/images/default/sprite.png) -78px -127px no-repeat}\r\ndiv.pp_default .pp_bottom .pp_middle{background:url(../prettyphoto/images/default/sprite_x.png) bottom left repeat-x}\r\ndiv.pp_default .pp_bottom .pp_right{background:url(../prettyphoto/images/default/sprite.png) -112px -127px no-repeat}\r\ndiv.pp_default .pp_loaderIcon{background:url(../prettyphoto/images/default/loader.gif) center center no-repeat}\r\ndiv.light_rounded .pp_top .pp_left{background:url(../prettyphoto/images/light_rounded/sprite.png) -88px -53px no-repeat}\r\ndiv.light_rounded .pp_top .pp_right{background:url(../prettyphoto/images/light_rounded/sprite.png) -110px -53px no-repeat}\r\ndiv.light_rounded .pp_next:hover{background:url(../prettyphoto/images/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_previous:hover{background:url(../prettyphoto/images/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_expand{background:url(../prettyphoto/images/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_expand:hover{background:url(../prettyphoto/images/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_contract{background:url(../prettyphoto/images/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_contract:hover{background:url(../prettyphoto/images/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_close{width:75px;height:22px;background:url(../prettyphoto/images/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_nav .pp_play{background:url(../prettyphoto/images/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}\r\ndiv.light_rounded .pp_nav .pp_pause{background:url(../prettyphoto/images/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}\r\ndiv.light_rounded .pp_arrow_previous{background:url(../prettyphoto/images/light_rounded/sprite.png) 0 -71px no-repeat}\r\ndiv.light_rounded .pp_arrow_next{background:url(../prettyphoto/images/light_rounded/sprite.png) -22px -71px no-repeat}\r\ndiv.light_rounded .pp_bottom .pp_left{background:url(../prettyphoto/images/light_rounded/sprite.png) -88px -80px no-repeat}\r\ndiv.light_rounded .pp_bottom .pp_right{background:url(../prettyphoto/images/light_rounded/sprite.png) -110px -80px no-repeat}\r\ndiv.dark_rounded .pp_top .pp_left{background:url(../prettyphoto/images/dark_rounded/sprite.png) -88px -53px no-repeat}\r\ndiv.dark_rounded .pp_top .pp_right{background:url(../prettyphoto/images/dark_rounded/sprite.png) -110px -53px no-repeat}\r\ndiv.dark_rounded .pp_content_container .pp_left{background:url(../prettyphoto/images/dark_rounded/contentPattern.png) top left repeat-y}\r\ndiv.dark_rounded .pp_content_container .pp_right{background:url(../prettyphoto/images/dark_rounded/contentPattern.png) top right repeat-y}\r\ndiv.dark_rounded .pp_next:hover{background:url(../prettyphoto/images/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_previous:hover{background:url(../prettyphoto/images/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_expand{background:url(../prettyphoto/images/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_expand:hover{background:url(../prettyphoto/images/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_contract{background:url(../prettyphoto/images/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_contract:hover{background:url(../prettyphoto/images/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_close{width:75px;height:22px;background:url(../prettyphoto/images/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_description{margin-right:85px;color:#fff}\r\ndiv.dark_rounded .pp_nav .pp_play{background:url(../prettyphoto/images/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}\r\ndiv.dark_rounded .pp_nav .pp_pause{background:url(../prettyphoto/images/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}\r\ndiv.dark_rounded .pp_arrow_previous{background:url(../prettyphoto/images/dark_rounded/sprite.png) 0 -71px no-repeat}\r\ndiv.dark_rounded .pp_arrow_next{background:url(../prettyphoto/images/dark_rounded/sprite.png) -22px -71px no-repeat}\r\ndiv.dark_rounded .pp_bottom .pp_left{background:url(../prettyphoto/images/dark_rounded/sprite.png) -88px -80px no-repeat}\r\ndiv.dark_rounded .pp_bottom .pp_right{background:url(../prettyphoto/images/dark_rounded/sprite.png) -110px -80px no-repeat}\r\ndiv.dark_rounded .pp_loaderIcon{background:url(../prettyphoto/images/dark_rounded/loader.gif) center center no-repeat}\r\ndiv.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}\r\ndiv.dark_square .pp_description{color:#fff;margin:0 85px 0 0}\r\ndiv.dark_square .pp_loaderIcon{background:url(../prettyphoto/images/dark_square/loader.gif) center center no-repeat}\r\ndiv.dark_square .pp_expand{background:url(../prettyphoto/images/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}\r\ndiv.dark_square .pp_expand:hover{background:url(../prettyphoto/images/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}\r\ndiv.dark_square .pp_contract{background:url(../prettyphoto/images/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}\r\ndiv.dark_square .pp_contract:hover{background:url(../prettyphoto/images/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}\r\ndiv.dark_square .pp_close{width:75px;height:22px;background:url(../prettyphoto/images/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}\r\ndiv.dark_square .pp_nav{clear:none}\r\ndiv.dark_square .pp_nav .pp_play{background:url(../prettyphoto/images/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}\r\ndiv.dark_square .pp_nav .pp_pause{background:url(../prettyphoto/images/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}\r\ndiv.dark_square .pp_arrow_previous{background:url(../prettyphoto/images/dark_square/sprite.png) 0 -71px no-repeat}\r\ndiv.dark_square .pp_arrow_next{background:url(../prettyphoto/images/dark_square/sprite.png) -22px -71px no-repeat}\r\ndiv.dark_square .pp_next:hover{background:url(../prettyphoto/images/dark_square/btnNext.png) center right no-repeat;cursor:pointer}\r\ndiv.dark_square .pp_previous:hover{background:url(../prettyphoto/images/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}\r\ndiv.light_square .pp_expand{background:url(../prettyphoto/images/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}\r\ndiv.light_square .pp_expand:hover{background:url(../prettyphoto/images/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}\r\ndiv.light_square .pp_contract{background:url(../prettyphoto/images/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}\r\ndiv.light_square .pp_contract:hover{background:url(../prettyphoto/images/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}\r\ndiv.light_square .pp_close{width:75px;height:22px;background:url(../prettyphoto/images/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}\r\ndiv.light_square .pp_nav .pp_play{background:url(../prettyphoto/images/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}\r\ndiv.light_square .pp_nav .pp_pause{background:url(../prettyphoto/images/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}\r\ndiv.light_square .pp_arrow_previous{background:url(../prettyphoto/images/light_square/sprite.png) 0 -71px no-repeat}\r\ndiv.light_square .pp_arrow_next{background:url(../prettyphoto/images/light_square/sprite.png) -22px -71px no-repeat}\r\ndiv.light_square .pp_next:hover{background:url(../prettyphoto/images/light_square/btnNext.png) center right no-repeat;cursor:pointer}\r\ndiv.light_square .pp_previous:hover{background:url(../prettyphoto/images/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}\r\ndiv.facebook .pp_top .pp_left{background:url(../prettyphoto/images/facebook/sprite.png) -88px -53px no-repeat}\r\ndiv.facebook .pp_top .pp_middle{background:url(../prettyphoto/images/facebook/contentPatternTop.png) top left repeat-x}\r\ndiv.facebook .pp_top .pp_right{background:url(../prettyphoto/images/facebook/sprite.png) -110px -53px no-repeat}\r\ndiv.facebook .pp_content_container .pp_left{background:url(../prettyphoto/images/facebook/contentPatternLeft.png) top left repeat-y}\r\ndiv.facebook .pp_content_container .pp_right{background:url(../prettyphoto/images/facebook/contentPatternRight.png) top right repeat-y}\r\ndiv.facebook .pp_expand{background:url(../prettyphoto/images/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}\r\ndiv.facebook .pp_expand:hover{background:url(../prettyphoto/images/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}\r\ndiv.facebook .pp_contract{background:url(../prettyphoto/images/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}\r\ndiv.facebook .pp_contract:hover{background:url(../prettyphoto/images/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}\r\ndiv.facebook .pp_close{width:22px;height:22px;background:url(../prettyphoto/images/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}\r\ndiv.facebook .pp_description{margin:0 37px 0 0}\r\ndiv.facebook .pp_loaderIcon{background:url(../prettyphoto/images/facebook/loader.gif) center center no-repeat}\r\ndiv.facebook .pp_arrow_previous{background:url(../prettyphoto/images/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}\r\ndiv.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}\r\ndiv.facebook .pp_arrow_next{background:url(../prettyphoto/images/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}\r\ndiv.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}\r\ndiv.facebook .pp_nav{margin-top:0}\r\ndiv.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}\r\ndiv.facebook .pp_nav .pp_play{background:url(../prettyphoto/images/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}\r\ndiv.facebook .pp_nav .pp_pause{background:url(../prettyphoto/images/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}\r\ndiv.facebook .pp_next:hover{background:url(../prettyphoto/images/facebook/btnNext.png) center right no-repeat;cursor:pointer}\r\ndiv.facebook .pp_previous:hover{background:url(../prettyphoto/images/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}\r\ndiv.facebook .pp_bottom .pp_left{background:url(../prettyphoto/images/facebook/sprite.png) -88px -80px no-repeat}\r\ndiv.facebook .pp_bottom .pp_middle{background:url(../prettyphoto/images/facebook/contentPatternBottom.png) top left repeat-x}\r\ndiv.facebook .pp_bottom .pp_right{background:url(../prettyphoto/images/facebook/sprite.png) -110px -80px no-repeat}\r\ndiv.pp_pic_holder a:focus{outline:none}\r\ndiv.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}\r\ndiv.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}\r\n.pp_content{height:40px;min-width:40px}\r\n* html .pp_content{width:40px}\r\n.pp_content_container{position:relative;text-align:left;width:100%}\r\n.pp_content_container .pp_left{padding-left:20px}\r\n.pp_content_container .pp_right{padding-right:20px}\r\n.pp_content_container .pp_details{float:left;margin:10px 0 2px}\r\n.pp_description{display:none;margin:0}\r\n.pp_social{float:left;margin:0}\r\n.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}\r\n.pp_social .twitter{float:left}\r\n.pp_nav{clear:right;float:left;margin:3px 10px 0 0}\r\n.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}\r\n.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}\r\na.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}\r\n.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}\r\n.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}\r\n.pp_gallery div{float:left;overflow:hidden;position:relative}\r\n.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}\r\n.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}\r\n.pp_gallery ul a img{border:0}\r\n.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}\r\n.pp_gallery li.default a{background:url(../prettyphoto/images/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}\r\n.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}\r\na.pp_next{background:url(../prettyphoto/images/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}\r\na.pp_previous{background:url(../prettyphoto/images/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}\r\na.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}\r\na.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}\r\n.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}\r\n#pp_full_res{line-height:1!important}\r\n#pp_full_res .pp_inline{text-align:left}\r\n#pp_full_res .pp_inline p{margin:0 0 15px}\r\ndiv.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}\r\ndiv.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}\r\ndiv.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}\r\ndiv.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}\r\ndiv.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}\r\ndiv.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}\r\ndiv.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}\r\ndiv.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}\r\ndiv.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}\r\ndiv.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}\r\ndiv.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../prettyphoto/images/light_rounded/loader.gif) center center no-repeat}\r\ndiv.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../prettyphoto/images/dark_rounded/contentPattern.png) top left repeat}\r\ndiv.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}\r\ndiv.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}\r\n.pp_top,.pp_bottom{height:20px;position:relative}\r\n* html .pp_top,* html .pp_bottom{padding:0 20px}\r\n.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}\r\n.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}\r\n* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}\r\n.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}\r\n.pp_fade,.pp_gallery li.default a img{display:none}{*----------<script type=\"text/javascript\" src=\"modules/Gallery/templates/prettyphoto/jquery.prettyPhoto.js\"></script>\r\n\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n$(document).ready(function(){\r\n	$(\"a[rel^=\'prettyPhoto\']\").prettyPhoto({\r\n			animation_speed: \'fast\',\r\n			slideshow: 5000,\r\n			autoplay_slideshow: false,\r\n			show_title: true,\r\n			allow_resize: true,\r\n			counter_separator_label: \'/\',\r\n			theme: \'pp_default\', /* light_rounded / dark_rounded / light_square / dark_square / facebook */\r\n			hideflash: false, /* Hides all the flash object on a page, set to TRUE if flash appears over prettyPhoto */\r\n			overlay_gallery: true,\r\n			keyboard_shortcuts: true,\r\n			deeplinking: false\r\n	});\r\n});\r\n</script>*}','2016-07-06 10:34:18','2016-07-07 08:13:31'),('Gallery','Slimbox','<div class=\"gallery\">\r\n{if !empty($module_message)}<h4>{$module_message|escape}</h4>{/if}\r\n{if !empty($gallerytitle)}<h3>{$gallerytitle}</h3>{/if}\r\n{if !empty($gallerycomment)}<div class=\"gallerycomment\">{$gallerycomment}</div>{/if}\r\n<p>{$imagecount}</p>\r\n<div class=\"pagenavigation\">\r\n{if $pages > 1}\r\n<div class=\"prevpage\">{$prevpage}</div>\r\n<div class=\"nextpage\">{$nextpage}</div>\r\n{/if}\r\n{if !$hideparentlink && !empty($parentlink)}<div class=\"parentlink\">{$parentlink}</div>{/if}\r\n{if $pages > 1}<div class=\"pagelinks\">{$pagelinks}</div>{/if}\r\n</div>\r\n\r\n{foreach from=$images item=image}\r\n	<div class=\"img\">\r\n	{if $image->isdir}\r\n		<a href=\"{$image->file}\" title=\"{$image->titlename}\"><img src=\"{$image->thumb|escape:\'url\'|replace:\'%2F\':\'/\'}\" alt=\"{$image->titlename}\" /></a><br />\r\n		{$image->titlename}\r\n	{else}\r\n   <a href=\"{$image->file|escape:\'url\'|replace:\'%2F\':\'/\'}\" title=\"{$image->titlename}\" rel=\"lightbox[gallery]\"><img src=\"{$image->thumb|escape:\'url\'|replace:\'%2F\':\'/\'}\" alt=\"{$image->titlename}\" /></a>\r\n	{/if}\r\n	</div>\r\n{/foreach}\r\n<div class=\"galleryclear\">&nbsp;</div>\r\n</div>\r\n\r\n\r\n{*----------.gallery .img {\r\n	height: 120px;\r\n	/*width: 120px;   Adjust as you see fit */\r\n	float: left;\r\n	margin: 10px;\r\n	text-align: center;\r\n}\r\n\r\n.gallery .img a {\r\n	display: inline-block;\r\n	border: 2px solid #ddd;\r\n	padding: 1px;\r\n}\r\n\r\n.gallery .img a:hover {\r\n	border-color: #999;\r\n}\r\n\r\n.gallery img {\r\n	border: none;\r\n}\r\n\r\n.gallery .pagenavigation {\r\n	height: 50px;\r\n}\r\n\r\n.gallery .prevpage a, .gallery .prevpage em {\r\n	display: block; \r\n	width: 50px; \r\n	height: 39px;\r\n	float: left; \r\n	margin: 0;\r\n	text-indent: -1000px;\r\n	background: url(../../images/previous.png) transparent no-repeat 0 0;\r\n	overflow: hidden;\r\n}\r\n\r\n.gallery .nextpage a, .gallery .nextpage em {\r\n	display: block; \r\n	width: 50px; \r\n	height: 39px;\r\n	float: left; \r\n	margin: 0 6px 0 0;\r\n	text-indent: -1000px;\r\n	background: url(../../images/next.png) transparent no-repeat 0 0;\r\n	overflow: hidden;\r\n}\r\n\r\n.gallery .parentlink a {\r\n	display: block; \r\n	width: 50px; \r\n	height: 39px;\r\n	float: left; \r\n	text-indent: -1000px;\r\n	background: url(../../images/uppage.png) transparent no-repeat 0 0;\r\n	overflow: hidden;\r\n}\r\n\r\n.gallery .pagenavigation a:hover {\r\n	background-position: 0 -40px;\r\n}\r\n\r\n.gallery .prevpage em, .gallery .nextpage em {\r\n	background-position: 0 -80px;\r\n}\r\n\r\n.gallery .pagelinks {\r\n	float: right;\r\n	border-right: 2px solid #666;\r\n}\r\n\r\n.gallery .pagelinks a, .gallery .pagelinks em {\r\n	margin-top: 6px;\r\n	padding: 0 6px;\r\n	border-left: 2px solid #666;\r\n	text-align: center;\r\n	font: bold 11px verdana; color: #666;\r\n}\r\n\r\n.gallery .pagelinks em {\r\n	color: #000;\r\n}\r\n\r\n.galleryclear {\r\n	clear: both;\r\n}\r\n\r\n\r\n/* SLIMBOX 2.05 */\r\n\r\n#lbOverlay {\r\n	position: fixed;\r\n	z-index: 9999;\r\n	left: 0;\r\n	top: 0;\r\n	width: 100%;\r\n	height: 100%;\r\n	background-color: #000;\r\n	cursor: pointer;\r\n}\r\n\r\n#lbCenter, #lbBottomContainer {\r\n	position: absolute;\r\n	z-index: 9999;\r\n	overflow: hidden;\r\n	background-color: #fff;\r\n}\r\n\r\n.lbLoading {\r\n	background: #fff url(../slimbox/css/loading.gif) no-repeat center;\r\n}\r\n\r\n#lbImage {\r\n	position: absolute;\r\n	left: 0;\r\n	top: 0;\r\n	border: 10px solid #fff;\r\n	background-repeat: no-repeat;\r\n}\r\n\r\n#lbPrevLink, #lbNextLink {\r\n	display: block;\r\n	position: absolute;\r\n	top: 0;\r\n	width: 50%;\r\n	outline: none;\r\n}\r\n\r\n#lbPrevLink {\r\n	left: 0;\r\n}\r\n\r\n#lbPrevLink:hover {\r\n	background: transparent url(../slimbox/css/prevlabel.gif) no-repeat 0 15%;\r\n}\r\n\r\n#lbNextLink {\r\n	right: 0;\r\n}\r\n\r\n#lbNextLink:hover {\r\n	background: transparent url(../slimbox/css/nextlabel.gif) no-repeat 100% 15%;\r\n}\r\n\r\n#lbBottom {\r\n	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;\r\n	font-size: 10px;\r\n	color: #666;\r\n	line-height: 1.4em;\r\n	text-align: left;\r\n	border: 10px solid #fff;\r\n	border-top-style: none;\r\n}\r\n\r\n#lbCloseLink {\r\n	display: block;\r\n	float: right;\r\n	width: 66px;\r\n	height: 22px;\r\n	background: transparent url(../slimbox/css/closelabel.gif) no-repeat center;\r\n	margin: 5px 0;\r\n	outline: none;\r\n}\r\n\r\n#lbCaption, #lbNumber {\r\n	margin-right: 71px;\r\n}\r\n\r\n#lbCaption {\r\n	font-weight: bold;\r\n}\r\n{*----------<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"modules/Gallery/templates/slimbox/js/slimbox2.js\"></script>\r\n*}','2016-07-06 10:34:18','2016-07-06 10:34:18'),('CGExtensions','cg_errormsg','{* original template for displaying frontend errors *}\n<div class=\"{$cg_errorclass}\">{$cg_errormsg}</div>','2016-07-06 10:34:32','2016-07-06 10:34:32'),('CGExtensions','sortablelists_Sample','{* sortable list template *}\n\n{*\n This template provides one example of using javascript in a CMS module template.  The javascript is left here as an example of how one can interact with smarty in javascript.  You may infact want to put most of these functions into a seperate .js file and include it somewhere in your head section.\n\n You are free to modify this javascript and this template.  However, the php driver scripts look for a field named in the smarty variable {$selectarea_prefix}, and expect that to be a comma seperated list of values.\n *}\n\n{literal}\n<script type=\'text/javascript\'>\nvar allowduplicates = {/literal}{$allowduplicates};{literal}\nvar selectlist = {/literal}\"{$selectarea_prefix}_selectlist\";{literal}\nvar masterlist = {/literal}\"{$selectarea_prefix}_masterlist\";{literal}\nvar addbtn = {/literal}\"{$selectarea_prefix}_add\";{literal}\nvar rembtn = {/literal}\"{$selectarea_prefix}_remove\";{literal}\nvar upbtn = {/literal}\"{$selectarea_prefix}_up\";{literal}\nvar downbtn = {/literal}\"{$selectarea_prefix}_down\";{literal}\nvar valuefld = {/literal}\"{$selectarea_prefix}\";{literal}\nvar max_selected = {/literal}{$max_selected};{literal}\n\nfunction selectarea_update_value()\n{\n  var sel_elem = document.getElementById(selectlist);\n  var val_elem = document.getElementById(valuefld);\n  var sel_idx = sel_elem.selectedIndex;\n  var opts = sel_elem.getElementsByTagName(\'option\');\n  var tmp = new Array();\n  for( i = 0; i < opts.length; i++ )\n    {\n      tmp[tmp.length] = opts[i].value;\n    }\n  var str = tmp.join(\',\');\n  val_elem.value = str;  \n}\n\nfunction selectarea_handle_down()\n{\n  var sel_elem = document.getElementById(selectlist);\n  var sel_idx = sel_elem.selectedIndex;\n  var opts = sel_elem.getElementsByTagName(\'option\');\n  for( var i = opts.length - 2; i >= 0; i-- )\n    {\n      var opt = opts[i];\n      if( opt.selected )\n        {\n           var nextopt = opts[i+1];\n           opt = sel_elem.removeChild(opt);\n           nextopt = sel_elem.replaceChild(opt,nextopt);\n           sel_elem.insertBefore(nextopt,opt);\n        }\n    }\n  selectarea_update_value();\n}\n\nfunction selectarea_handle_up()\n{\n  var sel_elem = document.getElementById(selectlist);\n  var sel_idx = sel_elem.selectedIndex;\n  var opts = sel_elem.getElementsByTagName(\'option\');\n  if( sel_idx > 0 )\n    {\n      for( var i = 1; i < opts.length; i++ )\n        {\n          var opt = opts[i];\n          if( opt.selected )\n            {\n              sel_elem.removeChild(opt);\n               sel_elem.insertBefore(opt, opts[i-1]);\n            }\n        }\n    }\n  selectarea_update_value();\n}\n\nfunction selectarea_handle_remove()\n{\n  var sel_elem = document.getElementById(selectlist);\n  var sel_idx = sel_elem.selectedIndex;\n  if( sel_idx >= 0 )\n    {\n      var val = sel_elem.options[sel_idx].value;\n      sel_elem.remove(sel_idx);\n    }\n  selectarea_update_value();\n}\n\nfunction selectarea_handle_add()\n{\n  var mas_elem = document.getElementById(masterlist);\n  var mas_idx = mas_elem.selectedIndex;\n  var sel_elem = document.getElementById(selectlist);\n  var opts = sel_elem.getElementsByTagName(\'option\');\n  if( opts.length >= max_selected && max_selected > 0) return;\n  if( mas_idx >= 0 )\n    {\n      var newOpt = document.createElement(\'option\');\n      newOpt.text = mas_elem.options[mas_idx].text;\n      newOpt.value = mas_elem.options[mas_idx].value;\n      if( allowduplicates == 0 )\n        {\n          for( var i = 0; i < opts.length; i++ )\n          {\n            if( opts[i].value == newOpt.value ) return;\n          }\n        }\n      sel_elem.add(newOpt,null);\n    }\n  selectarea_update_value();\n}\n\n\nfunction selectarea_handle_select()\n{\n  var sel_elem = document.getElementById(selectlist);\n  var sel_idx = sel_elem.selectedIndex;\n  var mas_elem = document.getElementById(masterlist);\n  var mas_idx = mas_elem.selectedIndex;\n  addbtn.disabled = (mas_idx >= 0);\n  rembtn.disabled = (sel_idx >= 0);\n  addbtn.disabled = (sel_idx >= 0);\n  downbtn.disabled = (sel_idx >= 0);\n}\n\n</script>\n{/literal}\n\n <table>\n   <tr>\n     <td>\n      {* left column - for the selected items *}\n      {$label_left}<br/>\n      <select id=\"{$selectarea_prefix}_selectlist\" size=\"10\" onchange=\"selectarea_handle_select();\">\n        {html_options options=$selectarea_selected}\n      </select><br/>\n     </td>\n     <td>\n      {* center column - for the add/delete buttons *}\n      <input type=\"submit\" id=\"{$selectarea_prefix}_add\" value=\"&lt;&lt;\" onclick=\"selectarea_handle_add(); return false;\"/><br/>\n      <input type=\"submit\" id=\"{$selectarea_prefix}_remove\" value=\"&gt;&gt;\" onclick=\"selectarea_handle_remove(); return false;\"/><br/>\n      <input type=\"submit\" id=\"{$selectarea_prefix}_up\" value=\"{$upstr}\" onclick=\"selectarea_handle_up(); return false;\"/><br/>\n      <input type=\"submit\" id=\"{$selectarea_prefix}_down\" value=\"{$downstr}\" onclick=\"selectarea_handle_down(); return false;\"/><br/>\n     </td>\n     <td>\n      {* right column - for the master list *}\n      {$label_right}<br/>\n      <select id=\"{$selectarea_prefix}_masterlist\" size=\"10\" onchange=\"selectarea_handle_select();\">\n        {html_options options=$selectarea_masterlist}\n      </select>\n     </td>\n   </tr>\n </table>\n <div><input type=\"hidden\" id=\"{$selectarea_prefix}\" name=\"{$selectarea_prefix}\" value=\"{$selectarea_selected_str}\" /></div>\n','2016-07-06 10:34:32','2016-07-06 10:34:32'),('SlideShow','detail_templateSample','<div class=\"item\">\n    {*values*}\n    <h2 class=\"item-title\">{$item->title}</h2>\n    <div class=\"item-category\">Category: {$item->category_name}</div>\n    <p>\n        Date: {$item->item_date}\n    </p>\n    <p>\n        Date end: {$item->item_date_end}\n    </p>\n    {*custom fields*}\n    {if !empty($item->fielddefs)}\n        <div class=\"item-properties\">\n            {foreach from=$item->fielddefs item=fielddef}\n                {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\n                    {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\n                    {*CGSmartImage quality=90 src=$item.file_location|cat:\'/\':$fielddef.value quality=90 filter_resize=\'w,500\' alt=$item->title*}                    \n                {else}\n                    {$fielddef.name}: {$fielddef.value}<br />\n                {/if}\n            {/foreach}\n        </div>\n    {/if}\n\n    {*gallery*}\n    {if $item->images|@count}\n        <ul>\n            {foreach from=$item->images item=\'image\'}        \n                <li>         \n                    <img src=\"{$image.file_location}/{$image.filename}\" alt=\"\" />\n                    {*CGSmartImage quality=90 src=$image[\'file_location\']|cat:\'/\':$image[\'filename\'] quality=90 filter_resize=\'w,500\' alt=\'\'*}\n                </li>\n            {/foreach}\n        </ul>\n    {/if}\n</div><!-- item -->','2017-01-30 17:05:48','2017-01-30 17:05:48'),('SlideShow','filter_templateSample','<div class=\"filter\">                    \n    {$formstart}\n    <fieldset>\n           {if isset($custom_fielddef)}\n        {foreach from=$custom_fielddef item=\'field\'}\n            {if $field->field}\n                <div class=\"pageoverflow\">\n                    <p class=\"pagetext\">{$field->prompt}:</p>\n                    <p class=\"pageinput\">\n                    {if !empty($field->help)}({$field->help})<br />{/if}\n                    {$field->field}\n                    {if isset($field->filename)}<br />\n                        <br />\n                        {$field->delete_file} {$field->filename}<br />\n                    {/if}\n                </p>\n            </div>\n\n        {else}\n            <div class=\"pageoverflow\">\n                <p class=\"pagetext\">{$field->prompt}</p>\n            </div>\n        {/if}\n    {/foreach}\n    {/if}\n    </fieldset>\n    {$input_submit}\n    {$formend}\n       \n</div>\n\n{if isset($results)}\n{$results}\n{/if}','2017-01-30 17:05:48','2017-01-30 17:05:48'),('SlideShow','category_templateSample','{if $count > 0}\n<ul>\n{foreach from=$cats item=node}\n{if $node.depth > $node.prevdepth}\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\n{elseif $node.depth < $node.prevdepth}\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\n</li>\n{elseif $node.index > 0}</li>\n{/if}\n<li>\n{if $node.count > 0}\n	<a href=\"{$node.url}\">{$node.category_name}</a> ({$node.count}){else}<span>{$node.category_name} (0)</span>{/if}\n{/foreach}\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\n</ul>\n{/if}','2017-01-30 17:05:48','2017-01-30 17:05:48'),('SlideShow','summary_templateSample','<div class=\"main-slideshow\">\r\n{foreach from=$items item=slide}\r\n\r\n		<div class=\"item\">\r\n			\r\n			{if $slide->video === \'0\'}\r\n				{if \'en\' === $page_lang}\r\n					<a href=\"{if !empty($slide->link) }{$slide->link}{else}{$slide->link_ro}{/if}\">\r\n				{else}\r\n					<a href=\"{if !empty($slide->link_ro) }{$slide->link_ro}{else}{$slide->link}{/if}\">\r\n				{/if}\r\n			{/if}\r\n\r\n					{if $slide->video === \'1\'}\r\n\r\n						{if \'en\' === $page_lang}\r\n							<a href=\"{if !empty($slide->link) }{$slide->link}{else}{$slide->link_ro}{/if}\" class=\"fancybox main-slideshow-play\">\r\n						{else}\r\n							<a href=\"{if !empty($slide->link_ro) }{$slide->link_ro}{else}{$slide->link}{/if}\" class=\"fancybox main-slideshow-play\">\r\n						{/if}\r\n\r\n			        <img src=\"{root_url}/images/slider_player.png\" alt=\"{$slide->title}\">\r\n			      </a>\r\n					{/if}\r\n\r\n				{if \'en\' === $page_lang}\r\n	        <img src=\"{$slide->file_location}/{$slide->slide}\" alt=\"{$slide->title}\" title=\"{$slide->title}\" class=\"img-responsive\">\r\n        {else}\r\n	        <img src=\"{$slide->file_location}/{$slide->slide_ro}\" alt=\"{$slide->title}\" title=\"{$slide->title}\" class=\"img-responsive\">\r\n        {/if}\r\n\r\n			{if $slide->video === \'0\'}\r\n				</a>\r\n			{/if}\r\n    </div> <!-- ./Item -->\r\n\r\n{/foreach}\r\n\r\n</div><!-- ./main-slideshow -->\r\n','2017-01-30 17:05:48','2017-02-19 16:11:52'),('Testimoniale','category_templateSample','{if $count > 0}\r\n<ul>\r\n{foreach from=$cats item=node}\r\n{if $node.depth > $node.prevdepth}\r\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\r\n{elseif $node.depth < $node.prevdepth}\r\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\r\n</li>\r\n{elseif $node.index > 0}</li>\r\n{/if}\r\n<li>\r\n{if $node.count > 0}\r\n	<a href=\"{$node.url}\">{$node.category_name}</a> ({$node.count}){else}<span>{$node.category_name} (0)</span>{/if}\r\n{/foreach}\r\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\r\n</ul>\r\n{/if}','2016-11-28 16:22:27','2016-11-28 16:22:27'),('Testimoniale','summary_templateSample','{foreach from=$items item=item}\r\n<h2>{$item->title}</h2>\r\n<p>{$item->item_date|cms_date_format}</p>\r\n{if $item->category_name}<p>{$item->category_name}<p>{/if}\r\n{if !empty($item->fields)}\r\n    <div class=\"item-properties\">\r\n    {foreach from=$item->fields item=fielddef}\r\n        {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n            {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n        {else}\r\n            {$fielddef.name}: {$fielddef.value}<br />\r\n        {/if}\r\n    {/foreach}\r\n    </div>\r\n{/if}\r\n<a href=\"{$item->link}\">{$item->link}</a>\r\n{/foreach}\r\n\r\n{if isset($pagecount) && $pagecount gt 1}\r\n<p>\r\n        {if $prevurl}<a href=\"{$prevurl}\" class=\"prev\">«</a>&nbsp;{/if}\r\n        <em>{$pagenumber} / {$pagecount}</em>\r\n        {if $nexturl}<a href=\"{$nexturl}\" class=\"next\">»</a>&nbsp;{/if}\r\n    </p>\r\n{/if}','2016-11-28 16:22:27','2016-11-28 16:22:27'),('Portfolio','category_templateSample','{if $count > 0}\r\n<ul>\r\n{foreach from=$cats item=node}\r\n{if $node.depth > $node.prevdepth}\r\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\r\n{elseif $node.depth < $node.prevdepth}\r\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\r\n</li>\r\n{elseif $node.index > 0}</li>\r\n{/if}\r\n<li>\r\n{if $node.count > 0}\r\n	<a href=\"{$node.url}\">{$node.category_name}</a> ({$node.count}){else}<span>{$node.category_name} (0)</span>{/if}\r\n{/foreach}\r\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\r\n</ul>\r\n{/if}','2016-11-28 16:05:55','2016-11-28 16:05:55'),('Portfolio','summary_templateSample','{assign var=\'este_categorie\' value=true}','2016-11-28 16:05:55','2017-01-05 16:13:34'),('Portfolio','detail_templateSample','{if \'en\' === $page_lang}\r\n    {assign var=\'ArticleTitle\' value=$item->title}\r\n    {assign var=\'metadescription\' value=$item->meta_desc_item}\r\n    {assign var=\'detail_keywords\' value=$item->meta_key_item}\r\n{else}\r\n    {assign var=\'ArticleTitle\' value=$item->titlu_ro}\r\n    {assign var=\'metadescription\' value=$item->meta_desc_item_ro}\r\n    {assign var=\'detail_keywords\' value=$item->meta_key_item_ro}\r\n{/if}\r\n\r\n<div itemscope itemtype=\"http://schema.org/Article\">\r\n<meta itemscope itemprop=\"mainEntityOfPage\"  itemType=\"https://schema.org/WebPage\" itemid=\"https://google.com/article\" />\r\n\r\n<div class=\"content_page\">\r\n    <div class=\"text\">\r\n        <div class=\"container about pbottom60 ptop30 project\">\r\n            <div class=\"container\">\r\n            {* $item|@var_dump *}\r\n                {if $page_lang == \'en\'}\r\n                <h3 itemprop=\"headline\" class=\"title\">{$item->title}</h3>\r\n                {else}\r\n                <h3 itemprop=\"headline\" class=\"title\">{$item->titlu_ro}</h3>\r\n                {/if}\r\n                <div itemprop=\"articleBody\">\r\n                {if $page_lang == \'en\'}\r\n                    {$item->content}\r\n                {else}\r\n                    {$item->content_ro}\r\n                {/if}\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n\r\n<meta itemprop=\"datePublished\" content=\"{$item->item_date|date_format:\'%x%Z%X\'}\"/>\r\n<meta itemprop=\"dateModified\" content=\"{$item->item_date|date_format:\'%x%Z%X\'}\"/>\r\n\r\n{*gallery*}\r\n{if $item->images|@count}\r\n<div class=\"content_page\">\r\n    <div class=\"row nopadding\">\r\n        {foreach from=$item->images item=\'image\'}\r\n            {if $image.fields.type.value === \"full\"}    \r\n            <div id=\"{$image.filename}\" class=\"col-md-12 col-sm-12\">    \r\n                <img src=\"{$image.file_location}/{$image.filename}\" alt=\"\" class=\"img-responsive\" itemscope itemtype=\"https://schema.org/VisualArtwork\"/>\r\n            </div>\r\n            {else if $image.fields.type.value === \"half\"}\r\n            <div id=\"{$image.filename}\" class=\"col-md-6 col-sm-12\">\r\n                <img src=\"{$image.file_location}/{$image.filename}\" alt=\"\" class=\"img-responsive\" itemscope itemtype=\"https://schema.org/VisualArtwork\"/>\r\n            </div>\r\n            {/if}\r\n        {/foreach}\r\n    </div>\r\n</div>\r\n<script type=\"application/ld+json\">\r\n{\r\n  \"@context\": \"http://schema.org\",\r\n  \"@type\": \"ItemList\",\r\n  \"itemListElement\": [\r\n  {foreach from=$item->images item=\'image\' name=googles}\r\n    {\r\n      \"@type\": \"ListItem\",\r\n      \"position\": 1,\r\n      \"item\": {\r\n        \"@type\": \"VisualArtwork\",\r\n        \"url\": \"{$image.file_location}/{$image.filename}\",\r\n        \"artMedium\": \"Digital\",\r\n        \"artform\": \"Print\",\r\n        \"datePublished\": \"{$item->item_date|date_format:\'%x%Z%X\'}\"\r\n      }\r\n    }{if not $smarty.foreach.googles.last}, {/if}\r\n  {/foreach}\r\n  ]\r\n}\r\n</script>\r\n{/if}\r\n</div> <!-- Meta Scheme -->\r\n\r\n<div class=\"content_page\">\r\n    <div class=\"text\">\r\n        <div class=\"container about pbottom60 ptop30 project\">\r\n            <div class=\"container text-center\">\r\n            {if \'en\' == $page_lang}\r\n                <h3 class=\"title\">So what`s next?  We`re ready!</h3>\r\n                <a href=\"#get_in_touch-modal\" class=\"gray_cta\" data-toggle=\"modal\">Get in touch</a> \r\n            {else}\r\n                <h3 class=\"title\">Suntem pregatiti pentru noi proiecte!</h3>\r\n                <a href=\"#get_in_touch-modal\" class=\"gray_cta\" data-toggle=\"modal\">Contacteaza-ne</a> \r\n            {/if}\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n{global_content name=\'modal_lets_chat\'}\r\n\r\n<div class=\"content_page\">\r\n    <div class=\"text\">\r\n        <div class=\"container about pbottom60 ptop30 project\">\r\n            <div class=\"row related_project\">\r\n            {if \'en\' === $page_lang}\r\n                <h3 class=\"title\">Related</h3>\r\n            {else}\r\n                <h3 class=\"title\">Din aceasi categorie</h3>\r\n            {/if}\r\n                <hr>\r\n            </div>\r\n            \r\n            <div class=\"row related_project\">\r\n                {Portfolio filter_itemId_notequal=$item->item_id summarytemplate=\'related\' filter_9_equal=$item->design_type }\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n<!-- END CONTENT -->\r\n{assign var=\'este_articol\' value=\'true\'}\r\n\r\n{assign var=\'articol_detail_ro\' value=\"/portfolio/`$item->item_id`/89/`$item->alias`\"}\r\n{assign var=\'articol_detail\' value=\"/portfolio/`$item->item_id`/74/`$item->alias`\"}\r\n','2016-11-28 16:05:55','2017-03-01 11:06:53'),('Portfolio','summary_templatemansory_more','<div class=\"mansory-container\">\r\n<div class=\"mansory\" style=\"display:none;\">\r\n<div class=\"grid-sizer\"></div>\r\n{foreach from=$items item=item}\r\n    <div class=\"item\">\r\n        <div class=\"well\"> \r\n          <a href=\"{$item->link}\" title=\"{$item->title}\">\r\n            <img src=\"{$item->file_location}/{$item->fields.featured_image.value}\" alt=\"{$item->title}\" title=\"{$item->title}\">\r\n            <div class=\"hover_mansory\">\r\n              <div class=\"details\">\r\n                <strong>{$item->category_name}</strong>\r\n                {if $page_lang == \'en\'}\r\n                <span>{$item->title}</span>\r\n                {else}\r\n                <span>{$item->fields.title_ro.value}</span>\r\n                {/if}\r\n              </div>\r\n            </div>\r\n          </a>\r\n        </div>\r\n    </div>\r\n{/foreach}\r\n</div>\r\n</div>','2017-01-04 14:24:28','2017-01-05 14:48:27'),('Portfolio','filter_templateSample','<div class=\"filter\">                    \r\n    {$formstart}\r\n    <fieldset>\r\n           {if isset($custom_fielddef)}\r\n        {foreach from=$custom_fielddef item=\'field\'}\r\n            {if $field->field}\r\n                <div class=\"pageoverflow\">\r\n                    <p class=\"pagetext\">{$field->prompt}:</p>\r\n                    <p class=\"pageinput\">\r\n                    {if !empty($field->help)}({$field->help})<br />{/if}\r\n                    {$field->field}\r\n                    {if isset($field->filename)}<br />\r\n                        <br />\r\n                        {$field->delete_file} {$field->filename}<br />\r\n                    {/if}\r\n                </p>\r\n            </div>\r\n\r\n        {else}\r\n            <div class=\"pageoverflow\">\r\n                <p class=\"pagetext\">{$field->prompt}</p>\r\n            </div>\r\n        {/if}\r\n    {/foreach}\r\n    {/if}\r\n    </fieldset>\r\n    {$input_submit}\r\n    {$formend}\r\n       \r\n</div>\r\n\r\n{if isset($results)}\r\n{$results}\r\n{/if}','2016-11-28 16:05:55','2016-11-28 16:05:55'),('Parteneri','category_templateSample','{if $count > 0}\r\n<ul>\r\n{foreach from=$cats item=node}\r\n{if $node.depth > $node.prevdepth}\r\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\r\n{elseif $node.depth < $node.prevdepth}\r\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\r\n</li>\r\n{elseif $node.index > 0}</li>\r\n{/if}\r\n<li>\r\n{if $node.count > 0}\r\n	<a href=\"{$node.url}\">{$node.category_name}</a> ({$node.count}){else}<span>{$node.category_name} (0)</span>{/if}\r\n{/foreach}\r\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\r\n</ul>\r\n{/if}','2016-11-28 15:39:50','2016-11-28 15:39:50'),('Parteneri','summary_templateSample','{foreach from=$items item=item}\r\n<div> <img src=\"{$item->file_location}/{$item->fields.logo_partener.value}\" alt=\"{$item->title}\"/></div>\r\n{/foreach}','2016-11-28 15:39:50','2016-11-28 16:00:26'),('Testimoniale','detail_templateSample','<div class=\"item\">\r\n    {*values*}\r\n    <h2 class=\"item-title\">{$item->title}</h2>\r\n    <div class=\"item-category\">Category: {$item->category_name}</div>\r\n    <p>\r\n        Date: {$item->item_date}\r\n    </p>\r\n    <p>\r\n        Date end: {$item->item_date_end}\r\n    </p>\r\n    {*custom fields*}\r\n    {if !empty($item->fielddefs)}\r\n        <div class=\"item-properties\">\r\n            {foreach from=$item->fielddefs item=fielddef}\r\n                {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n                    {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n                    {*CGSmartImage quality=90 src=$item.file_location|cat:\'/\':$fielddef.value quality=90 filter_resize=\'w,500\' alt=$item->title*}                    \r\n                {else}\r\n                    {$fielddef.name}: {$fielddef.value}<br />\r\n                {/if}\r\n            {/foreach}\r\n        </div>\r\n    {/if}\r\n\r\n    {*gallery*}\r\n    {if $item->images|@count}\r\n        <ul>\r\n            {foreach from=$item->images item=\'image\'}        \r\n                <li>         \r\n                    <img src=\"{$image.file_location}/{$image.filename}\" alt=\"\" />\r\n                    {*CGSmartImage quality=90 src=$image[\'file_location\']|cat:\'/\':$image[\'filename\'] quality=90 filter_resize=\'w,500\' alt=\'\'*}\r\n                </li>\r\n            {/foreach}\r\n        </ul>\r\n    {/if}\r\n</div><!-- item -->','2016-11-28 16:22:27','2016-11-28 16:22:27'),('Parteneri','detail_templateSample','<div class=\"item\">\r\n    {*values*}\r\n    <h2 class=\"item-title\">{$item->title}</h2>\r\n    <div class=\"item-category\">Category: {$item->category_name}</div>\r\n    <p>\r\n        Date: {$item->item_date}\r\n    </p>\r\n    <p>\r\n        Date end: {$item->item_date_end}\r\n    </p>\r\n    {*custom fields*}\r\n    {if !empty($item->fielddefs)}\r\n        <div class=\"item-properties\">\r\n            {foreach from=$item->fielddefs item=fielddef}\r\n                {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n                    {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n                    {*CGSmartImage quality=90 src=$item.file_location|cat:\'/\':$fielddef.value quality=90 filter_resize=\'w,500\' alt=$item->title*}                    \r\n                {else}\r\n                    {$fielddef.name}: {$fielddef.value}<br />\r\n                {/if}\r\n            {/foreach}\r\n        </div>\r\n    {/if}\r\n\r\n    {*gallery*}\r\n    {if $item->images|@count}\r\n        <ul>\r\n            {foreach from=$item->images item=\'image\'}        \r\n                <li>         \r\n                    <img src=\"{$image.file_location}/{$image.filename}\" alt=\"\" />\r\n                    {*CGSmartImage quality=90 src=$image[\'file_location\']|cat:\'/\':$image[\'filename\'] quality=90 filter_resize=\'w,500\' alt=\'\'*}\r\n                </li>\r\n            {/foreach}\r\n        </ul>\r\n    {/if}\r\n</div><!-- item -->','2016-11-28 15:39:50','2016-11-28 15:39:50'),('Parteneri','filter_templateSample','<div class=\"filter\">                    \r\n    {$formstart}\r\n    <fieldset>\r\n           {if isset($custom_fielddef)}\r\n        {foreach from=$custom_fielddef item=\'field\'}\r\n            {if $field->field}\r\n                <div class=\"pageoverflow\">\r\n                    <p class=\"pagetext\">{$field->prompt}:</p>\r\n                    <p class=\"pageinput\">\r\n                    {if !empty($field->help)}({$field->help})<br />{/if}\r\n                    {$field->field}\r\n                    {if isset($field->filename)}<br />\r\n                        <br />\r\n                        {$field->delete_file} {$field->filename}<br />\r\n                    {/if}\r\n                </p>\r\n            </div>\r\n\r\n        {else}\r\n            <div class=\"pageoverflow\">\r\n                <p class=\"pagetext\">{$field->prompt}</p>\r\n            </div>\r\n        {/if}\r\n    {/foreach}\r\n    {/if}\r\n    </fieldset>\r\n    {$input_submit}\r\n    {$formend}\r\n       \r\n</div>\r\n\r\n{if isset($results)}\r\n{$results}\r\n{/if}','2016-11-28 15:39:50','2016-11-28 15:39:50'),('Testimoniale','filter_templateSample','<div class=\"filter\">                    \r\n    {$formstart}\r\n    <fieldset>\r\n           {if isset($custom_fielddef)}\r\n        {foreach from=$custom_fielddef item=\'field\'}\r\n            {if $field->field}\r\n                <div class=\"pageoverflow\">\r\n                    <p class=\"pagetext\">{$field->prompt}:</p>\r\n                    <p class=\"pageinput\">\r\n                    {if !empty($field->help)}({$field->help})<br />{/if}\r\n                    {$field->field}\r\n                    {if isset($field->filename)}<br />\r\n                        <br />\r\n                        {$field->delete_file} {$field->filename}<br />\r\n                    {/if}\r\n                </p>\r\n            </div>\r\n\r\n        {else}\r\n            <div class=\"pageoverflow\">\r\n                <p class=\"pagetext\">{$field->prompt}</p>\r\n            </div>\r\n        {/if}\r\n    {/foreach}\r\n    {/if}\r\n    </fieldset>\r\n    {$input_submit}\r\n    {$formend}\r\n       \r\n</div>\r\n\r\n{if isset($results)}\r\n{$results}\r\n{/if}','2016-11-28 16:22:27','2016-11-28 16:22:27'),('Testimoniale','summary_templatehomepage','<div id=\"home_testimonials\" class=\"testimonials text-center\">\r\n    <section class=\"slider2\">\r\n      {foreach from=$items item=item}\r\n      {if isset($item->link_youtube)}\r\n        <div style=\"background-image: url(\'{$item->file_location}/{$item->fields.preview_video.value}\');\">\r\n          <div class=\"item\">\r\n              <div class=\"testimonial_details\">\r\n                <h1>\r\n{if $page_lang === \'ro\'}\r\n                  {$item->testimonial_ro}\r\n{else}\r\n                  {$item->testimonial}\r\n{/if}\r\n                </h1>\r\n                <span style=\"font-size:16px; color:#95ccff;\">{$item->title}, {$item->functia} {$item->companie}</span>\r\n\r\n            <a href=\"https://www.youtube.com/embed/{$item->link_youtube}\" class=\"fancybox main-slideshow-play\">\r\n                <img data-lazy=\"images/slider_player.png\" alt=\"{$item->title}, {$item->companie}\" class=\"slider_player\">\r\n            </a>\r\n              </div>\r\n          </div>\r\n        </div>\r\n        {/if}\r\n      {/foreach}\r\n    </section>\r\n    <div class=\"container\">\r\n      <div class=\"col-sm-8 col-sm-offset-2\">\r\n      <section class=\"slider3 row\">\r\n        {foreach from=$items item=item}\r\n        <div>\r\n          <img data-lazy=\"{$item->file_location}/{$item->fields.thumbnail.value}\" class=\"people\" alt=\"{$item->title}, {$item->companie}\" title=\"{$item->title}, {$item->companie}\">\r\n          <img data-lazy=\"{$item->file_location}/{$item->fields.logo_companie.value}\" class=\"logo\" alt=\"{$item->title}, {$item->companie}\" title=\"{$item->title}, {$item->companie}\" style=\"height:40px; width:40px;\">\r\n        </div>\r\n        {/foreach}\r\n      </section>\r\n      </div>\r\n    </div>\r\n    <a href=\"{if $page_lang == \'ro\'}{cms_selflink href=\'clienti\'}{else}{cms_selflink href=\'customers\'}{/if}\" class=\"gray_cta2 mtop50\" title=\"{if $page_lang == \'ro\'}Vezi mai multe pareri{else}See more opinions{/if}\">{if $page_lang == \'ro\'}Vezi mai multe pareri{else}See more opinions{/if}</a>\r\n</div>','2016-11-28 16:22:52','2017-01-20 11:29:09'),('Careers','category_templateSample','<div class=\"container about pbottom60 ptop30 careers\">\r\n	<div class=\"row\">\r\n		{foreach from=$cats item=node}\r\n				<div class=\"col-sm-3\">\r\n					<h4 class=\"title\">{$node.category_name}</h4>\r\n{if $page_lang === \'en\'}\r\n    {Careers category=$node.category_name detailpage=\"careers\"}\r\n{else}\r\n    {Careers category=$node.category_name detailpage=\"cariere\"}\r\n{/if}\r\n				</div>\r\n		{/foreach}\r\n	</div>\r\n</div>','2016-11-29 09:58:05','2017-01-06 14:03:16'),('Portfolio','summary_templaterelated','{if !empty($items)}\r\n	{foreach from=$items item=art}\r\n	<div class=\"col-md-3 col-sm-6 project_preview nopadding\">\r\n	    <img src=\"{$art->file_location}/{$art->fields.related_image.value}\" alt=\"\" class=\"img-responsive\">\r\n	    <a href=\"{$art->link}\">\r\n	        <div class=\"background\">\r\n							<div class=\"details\">\r\n                <strong>{$art->category_name}</strong>\r\n                {if $page_lang == \'en\'}\r\n                  <span>{$art->title}</span>\r\n                {else}\r\n                  {if !empty($item->title_ro)}\r\n                  <span>{$art->title_ro}</span>\r\n                  {else}\r\n                  <span>{$art->title}</span>\r\n                  {/if}\r\n                {/if}\r\n              </div>\r\n	        </div>\r\n	    </a>\r\n	</div>\r\n	{/foreach}\r\n{else}\r\n	{Portfolio summarytemplate=\'related\' filter_itemId_notequal=$item->item_id pagelimit=\"4\" sortby=\"random\"}\r\n{/if}','2016-11-29 11:54:43','2017-01-08 17:30:15'),('Careers','summary_templateSample','<ul>\r\n{foreach from=$items item=item}\r\n	<li>\r\n	{if $page_lang === \'en\'}\r\n		<strong>{$item->title}</strong>\r\n		<p>{$item->locatie}</p>\r\n		{* <a class=\"cta_careers\" href=\"{$item->link}\">Find out more</a> *}\r\n<p>Soon...</p>\r\n	{else}\r\n		<strong>{if !empty($item->title_ro)}{$item->title_ro}{else}{$item->title}{/if}</strong>\r\n		<p>{$item->locatie}</p>\r\n		{* <a class=\"cta_careers\" href=\"{$item->link}\">Afla mai multe</a> *}\r\n<p>In curand...</p>\r\n	{/if}\r\n	</li>\r\n{/foreach}\r\n</ul>','2016-11-29 09:58:05','2017-02-27 17:46:03'),('Testimoniale','summary_templatetext','{foreach from=$items item=item}\r\n<div class=\"col-sm-4 customer-testimonial\">\r\n<div class=\"logo\"><img src=\"{$item->file_location}/{$item->fields.logo_companie.value}\" alt=\"\" width=\"80\" height=\"80\"></div>\r\n<div class=\"testimonial testimonial{$item->item_id}\" style=\"margin-bottom: 14px;\">\r\n<div class=\"testim_small testim_small{$item->item_id}\" style=\"display:inline\">{if $page_lang == \'ro\'}{$item->testimonial_ro|truncate:249:\"\"}{else}{$item->testimonial|truncate:249:\"\"}{/if}<font class=\"testim_small testipp11m_small{$item->item_id}\">...</font><font class=\"testim_small testi11m_small{$item->item_id}\" style=\"display:inline\">{if $page_lang == \'ro\'}{$item->testimonial_ro|substr:249}{else}{$item->testimonial|substr:249}{/if}</font></div>\r\n<div class=\"testim_small testim_small{$item->item_id}\" style=\"display:inline\"><span style=\"color: #ff5800;text-decoration: underline;\" id=\"hidetext{$item->item_id}\">{if $page_lang == \'ro\'}Vezi mai mult{else}See more{/if}</span></div>\r\n</div>\r\n<div class=\"membru\">\r\n  <div class=\"profil\">\r\n    <img src=\"{$item->file_location}/{$item->fields.thumbnail.value}\" alt=\"\" class=\"img-circle\">\r\n  </div>\r\n  <div class=\"nume\">{$item->title}</div>\r\n  <div class=\"pozitie\">{$item->functia} {$item->companie}</div>\r\n</div>\r\n</div>\r\n<script>\r\n$(document).ready(function(){\r\n  $(\".testi11m_small{$item->item_id}\").hide();\r\n    $(\"#hidetext{$item->item_id}\").click(function(){\r\n        $(\"#hidetext{$item->item_id}\").hide();\r\n        $(\".testipp11m_small{$item->item_id}\").hide();\r\n        $(\".testi11m_small{$item->item_id}\").show(500);\r\n        console.log(\'#hidetext{$item->item_id}\');\r\n    });\r\n});\r\n</script>\r\n{/foreach}\r\n','2016-11-30 09:00:21','2016-12-07 14:21:39'),('Careers','detail_templateSample','{if $page_lang == \'en\'}\r\n    {assign var=\'ArticleTitle\' value=$item->title}\r\n{else}\r\n    {assign var=\'ArticleTitle\' value=$item->titlu_ro}\r\n{/if}\r\n	\r\n<div class=\"content_page\">\r\n		<div class=\"text\">\r\n			<div class=\"container about pbottom60 ptop30 careers_description\">\r\n				<div class=\"container\">\r\n					{if $page_lang === \'en\'}\r\n						<h3 class=\"title\">{$item->title}</h3>\r\n					{else}\r\n						<h3 class=\"title\">{$item->title_ro}</h3>\r\n					{/if}\r\n					<p>{$item->category_name} Team, {$item->locatie}</p>\r\n				</div>\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"content_page bgk_gray\">\r\n		<div class=\"text\">\r\n			<div class=\"container about pbottom60 ptop30 careers_description\">\r\n				{if $page_lang === \'en\'}\r\n					{$item->descriere}\r\n				{else}\r\n					{$item->descriere_ro}\r\n				{/if}\r\n			</div>\r\n		</div>\r\n	</div>\r\n	<div class=\"content_page\">\r\n		<div class=\"text\">\r\n			<div class=\"container about pbottom60 ptop30 careers_description\">\r\n				<div class=\"container\">\r\n				{if $page_lang === \'en\'}\r\n					<h3 class=\"title\">Submit your application here</h3>\r\n				{else}\r\n					<h3 class=\"title\">Trimite-ne CV-ul</h3>\r\n				{/if}\r\n\r\n				{* Variable traduceri *}\r\n				\r\n				<!-- IF RO -->\r\n				{if $page_lang === \'ro\'}\r\n\r\n				{* ROMANA *}\r\n				{assign var=\'careers_fullname\' value=\'Nume Prenume\'}\r\n				{assign var=\'careers_phone\' value=\'Telefon\'}\r\n				{assign var=\'careers_email\' value=\'E-mail\'}\r\n				{assign var=\'careers_social\' value=\'Retele Sociale (LinkedIn, Behance, Other)\'}\r\n				{assign var=\'careers_website\' value=\'Website\'}\r\n				{assign var=\'careers_resume\' value=\'CV\'}\r\n				{assign var=\'careers_coverletter\' value=\'Scrisoare de intentie\'}\r\n				{assign var=\'careers_submit\' value=\'Trimite\'}\r\n				\r\n				{else}<!-- ELSE EN -->\r\n				\r\n				{* ENGLEZA *}\r\n				{assign var=\'careers_fullname\' value=\'Full Name\'}\r\n				{assign var=\'careers_phone\' value=\'Phone\'}\r\n				{assign var=\'careers_email\' value=\'Email\'}\r\n				{assign var=\'careers_social\' value=\'Social (LinkedIn, Behance, Other)\'}\r\n				{assign var=\'careers_website\' value=\'Website\'}\r\n				{assign var=\'careers_resume\' value=\'Resume/CV\'}\r\n				{assign var=\'careers_coverletter\' value=\'Cover Letter\'}\r\n				{assign var=\'careers_submit\' value=\'Apply now\'}\r\n				\r\n				{/if}<!-- END IF -->\r\n\r\n				{* END Variable traduceri *}\r\n				<form id=\"careers_form\" method=\"POST\" action=\"careers_process.php\" enctype=\"multipart/form-data\" >\r\n            <input type=\"hidden\" name=\"page_lang\" id=\"page_lang\" value=\"{$page_lang}\">\r\n						<input type=\"hidden\" name=\"job_name\" id=\"job\" value=\"{$item->title}\">\r\n					<div class=\"row\">\r\n						<div class=\"col-sm-6\">\r\n							<div class=\"form-group\">\r\n								<input type=\"text\" name=\"fullname\" id=\"fullname\" class=\"form-control font-size-normal\" placeholder=\"{$careers_fullname}\" required>\r\n							</div> <!-- ./form-group -->\r\n\r\n							<div class=\"form-group\">\r\n								<input type=\"text\" name=\"phone\" id=\"phone\" class=\"form-control font-size-normal\" placeholder=\"{$careers_phone}\" required>\r\n							</div> <!-- ./form-group -->\r\n\r\n							<div class=\"form-group\">\r\n								<input type=\"text\" name=\"email\" id=\"email\" class=\"form-control font-size-normal\" placeholder=\"{$careers_email}\" required>\r\n							</div> <!-- ./form-group -->\r\n\r\n							<div class=\"form-group\">\r\n								<input type=\"text\" name=\"social\" id=\"social\" class=\"form-control font-size-normal\" placeholder=\"{$careers_social}\">\r\n							</div> <!-- ./form-group -->\r\n							\r\n              <div class=\"form-group\">\r\n                <input type=\"text\" name=\"website\" id=\"website\" class=\"form-control font-size-normal\" placeholder=\"{$careers_website}\">\r\n              </div> <!-- ./form-group -->\r\n\r\n							<div class=\"form-group\">\r\n								<input type=\"file\" name=\"cv_file\" id=\"cv_file\" class=\"btn btn-default col-sm-6 col-xs-12\" required>\r\n                <label for=\"cv_file\" style=\"font-size: 12px;\" class=\"col-sm-6 col-xs-12\"> PDF. Max 5MB</label>\r\n                <div class=\"clearfix\"></div>\r\n							</div> <!-- ./form-group -->\r\n<!-- \r\n							<div class=\"input-group\">\r\n								<label class=\"input-group-btn\">\r\n									<span class=\"btn btn-default\" style=\"font-weight:600; color: #ff5900;\">\r\n										{$careers_resume}: <input type=\"file\" name=\"cv_file\" required style=\"display: none;\">\r\n									</span>\r\n								</label>\r\n								<input type=\"text\" class=\"form-control formnone\" readonly value=\"...\">\r\n							</div>  -->\r\n              <!-- ./input-group -->\r\n\r\n						</div> <!-- ./col-sm-6 -->\r\n						<div class=\"col-sm-6\">\r\n								<div class=\"form-group\">\r\n									<textarea name=\"coverletter\" id=\"CoverLetter\" rows=\"15\" class=\"form-control\" placeholder=\"{$careers_coverletter}\" required></textarea>\r\n								</div>\r\n						</div> <!-- ./col-sm-6 -->\r\n					</div> <!-- ./ROW -->\r\n\r\n					<div id=\"result\" class=\"form-group\"></div>\r\n					<div id=\"error_container\" class=\"hide\"></div>\r\n					<div class=\"form-group text-center\">\r\n						<input type=\"submit\" value=\"{$careers_submit}\">\r\n					</div><!-- ./form-group -->\r\n\r\n					</form>\r\n\r\n			    <script src=\"{root_url}/js/bootstrapValidator.min.js\"></script>\r\n	        <script>\r\n	            $(document).ready(function() {\r\n	                $(\'#careers_form\').bootstrapValidator({\r\n	                    container: \'#error_container\',\r\n	                    excluded: [\':disabled\', \':hidden\', \':not(:visible)\'],\r\n	                    feedbackIcons: {\r\n	                        valid: \'fa fa-check\',\r\n	                        invalid: \'fa fa-times\',\r\n	                        validating: \'fa fa-refresh\'\r\n	                    },\r\n	                    live: \'enabled\',\r\n	                    fields: {\r\n	                        phone: { // Nume\r\n	                            validators: {\r\n	                                regexp: {\r\n	                                    regexp: /^[0-9]+$/i,\r\n	                                }\r\n	                            }\r\n	                        },\r\n	                        email: { //Email\r\n	                            validators: {\r\n	                                emailAddress: {}\r\n	                            }\r\n	                        },\r\n                          cv_file: {\r\n                              validators: {\r\n                                file: {\r\n                                    extension: \'pdf\',\r\n                                    type: \'application/pdf\',\r\n                                    maxSize: 10*1024*1024, {if \'en\' === $page_lang}\r\n                                    message: \'Please choose a pdf file with a size less than 10M.\' {else}\r\n                                    message: \'Te rugam sa selectezi un fisier PDF de maxim 10MB.\' {/if}\r\n                                }\r\n                              }\r\n                          }\r\n	                    } // Fileds Obj.   \r\n	                })\r\n	                .on(\'success.field.fv\', function(e, data) {\r\n	                    if (data.fv.getInvalidFields().length > 0) {    // There is invalid field\r\n	                        data.fv.disableSubmitButtons(true);\r\n	                    }\r\n	                }); //ON function\r\n	            });\r\n	        </script>\r\n\r\n				</div>\r\n			</div>\r\n		</div>\r\n	</div>\r\n\r\n\r\n{assign var=\'articol_detail_ro\' value=\"/careers/`$item->item_id`/95/`$item->alias`\"}\r\n{assign var=\'articol_detail\' value=\"/careers/`$item->item_id`/80/`$item->alias`\"}','2016-11-29 09:58:05','2017-01-16 14:04:49'),('Careers','filter_templateSample','<div class=\"filter\">                    \r\n    {$formstart}\r\n    <fieldset>\r\n           {if isset($custom_fielddef)}\r\n        {foreach from=$custom_fielddef item=\'field\'}\r\n            {if $field->field}\r\n                <div class=\"pageoverflow\">\r\n                    <p class=\"pagetext\">{$field->prompt}:</p>\r\n                    <p class=\"pageinput\">\r\n                    {if !empty($field->help)}({$field->help})<br />{/if}\r\n                    {$field->field}\r\n                    {if isset($field->filename)}<br />\r\n                        <br />\r\n                        {$field->delete_file} {$field->filename}<br />\r\n                    {/if}\r\n                </p>\r\n            </div>\r\n\r\n        {else}\r\n            <div class=\"pageoverflow\">\r\n                <p class=\"pagetext\">{$field->prompt}</p>\r\n            </div>\r\n        {/if}\r\n    {/foreach}\r\n    {/if}\r\n    </fieldset>\r\n    {$input_submit}\r\n    {$formend}\r\n       \r\n</div>\r\n\r\n{if isset($results)}\r\n{$results}\r\n{/if}','2016-11-29 09:58:05','2016-11-29 09:58:05'),('Portfolio','summary_templatemansory','<div class=\"mansory-container\">\r\n<div class=\"mansory\" style=\"display:none;\">\r\n<div class=\"grid-sizer\"></div>\r\n{foreach from=$items item=masory_item}\r\n    <div class=\"item\">\r\n        <div class=\"well\"> \r\n          <a href=\"{$masory_item->link}\" title=\"{$masory_item->title}\">\r\n            <img src=\"{$masory_item->file_location}/{$masory_item->fields.featured_image.value}\" alt=\"{$masory_item->title}\" title=\"{$masory_item->title}\">\r\n            <div class=\"hover_mansory\">\r\n              <div class=\"details\">\r\n                <strong>{$masory_item->category_name}</strong>\r\n                {if $page_lang == \'en\'}\r\n                  <span>{$masory_item->title}</span>\r\n                {else}\r\n                  {if !empty($masory_item->title_ro)}\r\n                  <span>{$masory_item->title_ro}</span>\r\n                  {else}\r\n                  <span>{$masory_item->title}</span>\r\n                  {/if}\r\n                {/if}\r\n              </div>\r\n            </div>\r\n          </a>\r\n        </div>\r\n    </div>\r\n{/foreach}\r\n</div>\r\n</div>\r\n','2016-11-29 10:01:14','2017-02-19 12:46:53'),('Testimoniale','summary_templatevideo','{foreach from=$items item=item}\r\n<div class=\"video-testimonial col-xs-12 mbottom50\">\r\n{if \'en\' === $page_lang}\r\n  <h2 class=\"title\">See why {$item->companie} uses our services:</h2>\r\n{else}\r\n  <h2 class=\"title\">Vezi de ce {$item->companie} apeleaza la serviciile noastre:</h2>\r\n{/if}  \r\n  <div class=\"row\">\r\n    <div class=\"col-md-8 col-md-offset-2\">\r\n      <div class=\"iframe-control\">\r\n        <div class=\"embed-responsive embed-responsive-16by9\">\r\n          <iframe class=\"embed-responsive-item\" src=\"https://www.youtube.com/embed/{$item->link_youtube}\" allowfullscreen=\"\"></iframe>\r\n        </div> <!-- ./embed-responsive -->\r\n      </div> <!-- ./frame-control -->\r\n    </div> <!-- ./col-md-8 -->\r\n  </div> <!-- ./ROW -->\r\n  <br>\r\n  <div class=\"text-center\">\r\n    {if \'en\' === $page_lang}\r\n      <a href=\"#get_in_touch-modal\" data-toggle=\"modal\" class=\"gray_cta\">Get in touch with us</a>\r\n    {else}\r\n      <a href=\"#get_in_touch-modal\" data-toggle=\"modal\" class=\"gray_cta\">Contacteaza-ne</a>\r\n    {/if}\r\n  </div>\r\n</div> <!-- ./video-testimonial -->\r\n{/foreach}','2016-11-30 08:58:03','2017-01-16 15:13:19'),('Portfolio','category_templateby_brand','{if $count > 0}\r\n    <ul class=\"workk\">\r\n    {foreach from=$cats item=node}\r\n        <li>\r\n        {if $node.count > 0}\r\n            <a href=\"#{$node.category_name|lower|replace:\' \':\'-\'}_{$node.category_id}\">{$node.category_name}</a>\r\n            {else}\r\n            <span>{$node.category_name}</span>\r\n        {/if}\r\n        </li>\r\n    {/foreach}\r\n    </ul>\r\n{/if}','2016-11-29 16:43:01','2016-11-29 16:56:03'),('Portfolio','category_templateby_brand_wrap','{if $count > 0}\r\n    {foreach from=$cats item=node}\r\n        {if $node.depth !== 1} {continue} {/if}\r\n        <div class=\"row\">\r\n            <div class=\"title\">\r\n                {$node.category_name}\r\n            </div>\r\n            <div class=\"content\">\r\n            {Portfolio action=\"categories\" allrow=\'categories\' category=$node.category_name|cat:\'*\'}\r\n            {if !empty($categories)}\r\n            <ul class=\'workk\'>\r\n                {foreach from=$categories item=categ name=\'foo\'}\r\n                    {if $smarty.foreach.foo.first} {continue} {/if} \r\n                    <li>{$categ.category_name}</li>\r\n                {/foreach}\r\n            </ul>\r\n            {/if}\r\n            </div> <!-- content -->\r\n        </div><!-- ./ROw -->\r\n    {/foreach}\r\n{/if}','2016-11-29 17:01:04','2016-11-30 11:59:57'),('FaQ','category_templateSample','{search modules=\"FaQ\" search_method=\"post\"}\r\n{if $count > 0}\r\n<section>\r\n<div class=\"container\">\r\n	{foreach from=$cats item=node}\r\n		{if $node.depth === 1}\r\n		<div class=\"col-sm-4 learn-box\">\r\n{if $page_lang == \'en\'}\r\n			<h3 class=\"title\">{$node.category_name}</h3>\r\n			{FaQ allrow=\'articles\' detailpage=\'faq\' category=$node.category_name pagelimit=\"3\"}\r\n{else}\r\n			<h3 class=\"title\">{$node.titlu_ro}</h3>\r\n			{FaQ allrow=\'articles\' detailpage=\'intrebari-frecvente\' category=$node.category_name pagelimit=\"3\"}\r\n{/if}\r\n            {if !empty($articles)}\r\n            <ul class=\"list-unstyled\">\r\n                {foreach from=$articles item=articl}\r\n{if $page_lang == \'en\'}\r\n	                <li><a style=\"color: #47525d;\" href=\"{$articl->url}\">{$articl->title}</a></li>\r\n{else}\r\n	                <li><a style=\"color: #47525d;\" href=\"{$articl->url}\">{$articl->intrebare_ro}</a></li>\r\n{/if}\r\n                {/foreach}\r\n{if $page_lang == \'en\'}\r\n                <li class=\"last\"><a style=\"color: #47525d;text-decoration: underline;\" href=\"{$node.url}\">See all {$node.count}</a></li>\r\n{else}\r\n                <li class=\"last\"><a style=\"color: #47525d;text-decoration: underline;\" href=\"{$node.url}\">Vezi toate {$node.count} articole</a></li>\r\n{/if}\r\n            </ul>\r\n            {/if}\r\n		</div>\r\n		{/if}\r\n	{/foreach}\r\n</div>\r\n</section>\r\n{/if}','2016-11-30 12:03:22','2016-12-07 16:45:14'),('FaQ','summary_templateSample','{foreach from=$items item=item}\r\n<h2>{$item->title}</h2>\r\n<p>{$item->item_date|cms_date_format}</p>\r\n{if $item->category_name}<p>{$item->category_name}<p>{/if}\r\n{if !empty($item->fields)}\r\n    <div class=\"item-properties\">\r\n    {foreach from=$item->fields item=fielddef}\r\n        {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n            {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n        {else}\r\n            {$fielddef.name}: {$fielddef.value}<br />\r\n        {/if}\r\n    {/foreach}\r\n    </div>\r\n{/if}\r\n<a href=\"{$item->link}\">{$item->link}</a>\r\n{/foreach}\r\n\r\n{if isset($pagecount) && $pagecount gt 1}\r\n<p>\r\n        {if $prevurl}<a href=\"{$prevurl}\" class=\"prev\">«</a>&nbsp;{/if}\r\n        <em>{$pagenumber} / {$pagecount}</em>\r\n        {if $nexturl}<a href=\"{$nexturl}\" class=\"next\">»</a>&nbsp;{/if}\r\n    </p>\r\n{/if}','2016-11-30 12:03:22','2016-11-30 12:03:22'),('FaQ','detail_templateSample','{search modules=\"FaQ\" search_method=\"post\"}\r\n<div class=\"content_page pbottom60 mbottom30\">\r\n  <div class=\"container\">\r\n    <div class=\"row\">\r\n      \r\n      <div class=\"col-md-9 col-md-push-3\">\r\n        <div class=\"item itemdetail\">\r\n{if $page_lang == \'en\'}\r\n            <h3 class=\"title\">{$item->title}</h3>\r\n            {$item->content}\r\n{else}\r\n            <h3 class=\"title\">{$item->intrebare_ro}</h3>\r\n            {$item->content_ro}\r\n{/if}\r\n        </div>\r\n        \r\n        <div class=\"text-center\">\r\n        <hr>\r\n{if $page_lang == \'en\'}\r\n          <h4>Still stumped?</h4>\r\n          <p>Get more help by sending us your message completing the form below:</p>\r\n          <div class=\"col-sm-6 col-sm-offset-3\">\r\n          <form method=\"POST\" action=\"#\" accept-charset=\"UTF-8\" id=\"faq_form\">\r\n            <div class=\"form-group\" style=\"margin-bottom: 0;\">\r\n              <input class=\"form-control\" placeholder=\"Full name\" required=\"required\" name=\"nume\" type=\"text\">\r\n            </div>\r\n            <div class=\"form-group\" style=\"margin-bottom: 0;\">\r\n              <input class=\"form-control\" placeholder=\"E-mail Address\" required=\"required\" name=\"email\" type=\"email\">\r\n              \r\n            </div>\r\n            <div class=\"form-group\" style=\"margin-bottom: 0;\">\r\n              <textarea class=\"form-control\" placeholder=\"How can we help you?\" required=\"required\" name=\"text\" cols=\"50\" rows=\"3\" style=\"border: 2px solid #cccccc;\"></textarea>\r\n            </div>\r\n            <div class=\"form-group\">\r\n              <input class=\"btn-block\" type=\"submit\" value=\"Send it\" style=\"height: auto; padding: 7px;\">\r\n              <div id=\"error_container\" class=\"hide\"></div>\r\n            </div>\r\n          </form>\r\n{else}\r\n          <h4>Nu esti lamurit?</h4>\r\n          <p>Intra in contact cu noi pentru a primi ajutor:</p>\r\n          <div class=\"col-sm-6 col-sm-offset-3\">\r\n          <form method=\"POST\" action=\"#\" accept-charset=\"UTF-8\" id=\"faq_form\">\r\n            <div class=\"form-group\" style=\"margin-bottom: 0;\">\r\n              <input class=\"form-control\" placeholder=\"Nume Prenume\" required=\"required\" name=\"nume\" type=\"text\">\r\n            </div>\r\n            <div class=\"form-group\" style=\"margin-bottom: 0;\">\r\n              <input class=\"form-control\" placeholder=\"Email\" required=\"required\" name=\"email\" type=\"email\">\r\n              \r\n            </div>\r\n            <div class=\"form-group\" style=\"margin-bottom: 0;\">\r\n              <textarea class=\"form-control\" placeholder=\"Cum te putem ajuta?\" required=\"required\" name=\"text\" cols=\"50\" rows=\"3\" style=\"border: 2px solid #cccccc;\"></textarea>\r\n            </div>\r\n            <div class=\"form-group\">\r\n              <input class=\"btn-block\" type=\"submit\" value=\"Trimite\" style=\"height: auto; padding: 7px;\">\r\n              <div id=\"error_container\" class=\"hide\"></div>\r\n            </div>\r\n          </form>\r\n{/if}\r\n\r\n          <script src=\"{$root_url}js/bootstrapValidator.min.js\"></script>\r\n          <script>\r\n                    $(document).ready(function() {\r\n                        $(\'#faq_form\').bootstrapValidator({\r\n                            container: \'#error_container\',\r\n                            excluded: [\':disabled\', \':hidden\', \':not(:visible)\'],\r\n                            message: \' \',\r\n                            feedbackIcons: {\r\n                                valid: \'fa fa-check\',\r\n                                invalid: \'fa fa-times\',\r\n                                validating: \'fa fa-refresh\'\r\n                            },\r\n                            live: \'enabled\'        \r\n                        });\r\n                    });\r\n                </script>\r\n{if $page_lang == \'en\'}\r\n          <p>Call for support at <a href=\"tel:+40311011072\">+4 031 101 10 72</a></p>\r\n{else}\r\n          <p>Te ajutam cu placere. Suna-ne la <a href=\"tel:+40311011072\">+4 031 101 10 72</a></p>\r\n{/if}\r\n          </div>\r\n        </div>\r\n      </div>\r\n    <div class=\"col-md-3 col-md-pull-9\">\r\n        <h3 class=\"title\">{if $page_lang == \'en\'}Other questions{else}Alte intrebari{/if}</h3>\r\n{if $page_lang == \'en\'}\r\n        {FaQ summarytemplate=\"other_list\" detailpage=\'faq\' category=$item->category_name}\r\n{else}\r\n        {FaQ summarytemplate=\"other_list\" detailpage=\'intrebari-frecvente\' category=$item->category_name}\r\n{/if}\r\n    </div>\r\n    </div>\r\n  </div>\r\n</div>  \r\n','2016-11-30 12:03:22','2017-06-01 16:44:35'),('FaQ','filter_templateSample','<div class=\"filter\">                    \r\n    {$formstart}\r\n    <fieldset>\r\n           {if isset($custom_fielddef)}\r\n        {foreach from=$custom_fielddef item=\'field\'}\r\n            {if $field->field}\r\n                <div class=\"pageoverflow\">\r\n                    <p class=\"pagetext\">{$field->prompt}:</p>\r\n                    <p class=\"pageinput\">\r\n                    {if !empty($field->help)}({$field->help})<br />{/if}\r\n                    {$field->field}\r\n                    {if isset($field->filename)}<br />\r\n                        <br />\r\n                        {$field->delete_file} {$field->filename}<br />\r\n                    {/if}\r\n                </p>\r\n            </div>\r\n\r\n        {else}\r\n            <div class=\"pageoverflow\">\r\n                <p class=\"pagetext\">{$field->prompt}</p>\r\n            </div>\r\n        {/if}\r\n    {/foreach}\r\n    {/if}\r\n    </fieldset>\r\n    {$input_submit}\r\n    {$formend}\r\n       \r\n</div>\r\n\r\n{if isset($results)}\r\n{$results}\r\n{/if}','2016-11-30 12:03:22','2016-11-30 12:03:22'),('FaQ','summary_templatecategory_list','{FaQ action=\"categories\" sortby=\"category_name\" allrow=\'faq_categories\' summarytemplate=\'\'}\r\n\r\n{* Getting the category info by searching in the last item the cat id *}\r\n{foreach from=$faq_categories item=cat}\r\n  {if $items[0]->category_id === $cat.category_id}\r\n    {if \'en\' === $page_lang }\r\n      {assign var=\'ArticleTitle\' value=$cat.category_name|strip_tags}\r\n      {assign var=\'metadescription\' value=$cat.meta_desc_cat}\r\n      {assign var=\'detail_keywords\' value=$cat.meta_key_cat}\r\n      {assign var=\'category_name\' value=$cat.category_name}\r\n    {else}\r\n      {assign var=\'ArticleTitle\' value=$cat.titlu_ro|strip_tags}\r\n      {assign var=\'metadescription\' value=$cat.meta_desc_cat_ro}\r\n      {assign var=\'detail_keywords\' value=$cat.meta_key_cat_ro}\r\n      {assign var=\'category_name\' value=$cat.titlu_ro}\r\n    {/if}\r\n  {/if}\r\n{/foreach}\r\n\r\n<section class=\"pbottom60 ptop60 mbottom30\">\r\n<div class=\"container\">\r\n  <div class=\"row\">\r\n    <div class=\"col-sm-2\"></div>\r\n    <div class=\"col-sm-8\">\r\n      <h2 class=\"title\">{$category_name}</h2>\r\n      <ul class=\"list-questions\">\r\n      {foreach from=$items item=item}\r\n        {if \'en\' === $page_lang}\r\n          <li><a href=\"{$item->link}\">{$item->title}</a></li>\r\n        {else}\r\n          <li><a href=\"{$item->link}\">{$item->intrebare_ro}</a></li>\r\n        {/if}\r\n      {/foreach}\r\n      </ul>\r\n\r\n{if $page_lang == \'en\'}\r\n<a href=\"{cms_selflink href=\'faq\'}\" style=\"color: #47525d;\"><span class=\"fa fa-chevron-left\" style=\"font-size: 12px;\"></span> BACK</a>\r\n\r\n<div class=\"text-center\">\r\n  <h3>Get more help</h3>\r\n  <p>Didn\'t find your answer? Get more help by sending us<br>\r\n  your message completing the <a href=\"{cms_selflink href=\'contact\'}\">contact form</a>. Or call for support at <a href=\"tel:+40311011072\"><strong>+4 031 101 10 72</strong></a>\r\n  </p>\r\n</div>\r\n\r\n{else}\r\n<a href=\"{cms_selflink href=\'intrebari-frecvente\'}\" style=\"color: #47525d;\"><span class=\"fa fa-chevron-left\" style=\"font-size: 12px;\"></span> INAPOI</a>\r\n\r\n<div class=\"text-center\">\r\n  <h3>Ai nevoie de ajutor?</h3>\r\n  <p>Daca nu ai gasit inca raspuns la intrebare, te rugam sa<br>\r\n  completezi <a href=\"{cms_selflink href=\'contacteaza-ne\'}\">formularul de contact</a> sau sa ne suni la <a href=\"tel:+40311011072\"><strong>+4 031 101 10 72</strong></a>\r\n  </p>\r\n</div>\r\n{/if}\r\n\r\n    </div><!-- ./col-sm-8 -->\r\n  </div><!-- ./ROW -->\r\n</div><!-- ./container -->\r\n</section>\r\n','2016-11-30 14:50:37','2017-06-01 16:39:04'),('FaQ','summary_templateother_list','<ul class=\"other_quest\">\r\n    {foreach from=$items item=article}\r\n        <li><a href=\"{$article->link}\">{if \'en\' === $page_lang}{$article->title}{else}{$article->intrebare_ro}{/if}</a></li>\r\n    {/foreach}\r\n</ul>','2016-11-30 15:36:03','2017-01-18 22:17:31');
/*!40000 ALTER TABLE `cms_module_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_testimoniale_categories`
--

DROP TABLE IF EXISTS `cms_module_testimoniale_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_testimoniale_categories` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(255) DEFAULT NULL,
  `category_alias` varchar(255) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `hierarchy` varchar(255) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `hierarchy_position` varchar(255) DEFAULT NULL,
  `long_name` text DEFAULT NULL,
  `usergroup` int(11) DEFAULT NULL,
  `create_date` time DEFAULT NULL,
  `modified_date` time DEFAULT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_testimoniale_categories`
--

LOCK TABLES `cms_module_testimoniale_categories` WRITE;
/*!40000 ALTER TABLE `cms_module_testimoniale_categories` DISABLE KEYS */;
INSERT INTO `cms_module_testimoniale_categories` VALUES (1,'video','',-1,'00001',1,'00001','video',0,'08:38:06','08:38:06'),(2,'text','',-1,'00002',2,'00002','text',0,'08:39:31','08:39:31');
/*!40000 ALTER TABLE `cms_module_testimoniale_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_testimoniale_fielddef`
--

DROP TABLE IF EXISTS `cms_module_testimoniale_fielddef`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_testimoniale_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,
  `section` varchar(10) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `required` int(1) DEFAULT NULL,
  `editview` int(1) DEFAULT NULL,
  `filter_frontend` int(1) DEFAULT NULL,
  `filter_admin` int(1) DEFAULT NULL,
  `searchable` int(1) DEFAULT NULL,
  `extra` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`fielddef_id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_testimoniale_fielddef`
--

LOCK TABLES `cms_module_testimoniale_fielddef` WRITE;
/*!40000 ALTER TABLE `cms_module_testimoniale_fielddef` DISABLE KEYS */;
INSERT INTO `cms_module_testimoniale_fielddef` VALUES (1,'functia','functia','','textbox','items',1,0,0,NULL,NULL,NULL,''),(2,'link_youtube','link_youtube','','textbox','items',2,0,0,NULL,NULL,NULL,''),(3,'thumbnail','thumbnail','','upload_file','items',3,0,0,NULL,NULL,NULL,''),(4,'logo_companie','logo_companie','','upload_file','items',4,0,0,NULL,NULL,NULL,''),(5,'testimonial','testimonial','','textarea','items',5,0,0,NULL,NULL,NULL,''),(6,'preview_video','preview_video','','upload_file','items',7,0,0,NULL,NULL,NULL,''),(7,'companie','companie','','textbox','items',8,0,0,NULL,NULL,NULL,''),(8,'text_slider','text_slider','','textbox','items',9,0,0,NULL,NULL,NULL,''),(9,'testimonial_ro','testimonial_ro','','textarea','items',6,0,0,NULL,NULL,NULL,''),(10,'Order','order','','textbox','items',10,0,0,NULL,NULL,NULL,'');
/*!40000 ALTER TABLE `cms_module_testimoniale_fielddef` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_testimoniale_fieldval`
--

DROP TABLE IF EXISTS `cms_module_testimoniale_fieldval`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_testimoniale_fieldval` (
  `item_id` int(11) NOT NULL,
  `fielddef_id` int(11) NOT NULL,
  `value` text DEFAULT NULL,
  PRIMARY KEY (`item_id`,`fielddef_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_testimoniale_fieldval`
--

LOCK TABLES `cms_module_testimoniale_fieldval` WRITE;
/*!40000 ALTER TABLE `cms_module_testimoniale_fieldval` DISABLE KEYS */;
INSERT INTO `cms_module_testimoniale_fieldval` VALUES (1,1,'CEO,'),(1,2,'9mpDYHTGUGg'),(2,5,'\"Vismark ne da posibilitatea sa comunicam cu publicul nostru<br>  atat in online cat si in offline printr-o diversitate de materiale<br>  publicitare, toate realizate intr-o grafica unitara.\"'),(2,9,'\"Vismark ne da posibilitatea sa comunicam cu publicul nostru<br>  atat in online cat si in offline printr-o diversitate de materiale<br>  publicitare, toate realizate intr-o grafica unitara.\"'),(1,3,'thumb_gourmet.png'),(1,4,'logo_gourmet.png'),(2,1,'Director,'),(2,2,'https://youtu.be/C4p-4v4Jbc4'),(3,5,'\"De mai bine de 3 ani colaboram cu Vismark<br>  pe creatie grafica si reusesc in continuare sa ne ofere imaginea unitara <br> care este pe aceeasi linie cu valorile si viziunea noastra.\" '),(3,9,'\"De mai bine de 3 ani colaboram cu Vismark<br>  pe creatie grafica si reusesc in continuare sa ne ofere imaginea unitara <br> care este pe aceeasi linie cu valorile si viziunea noastra.\" '),(2,3,'testimonial_people.png'),(2,4,'LEGO_logo.jpg'),(3,1,'Business coach, trainer, speaker - '),(3,2,'W6-2MtVa0SY'),(4,5,'\"The Vismark platform gives a checkmark on this need of ours, <br>making the collaboration easy and mutually beneficial <br>when it comes to the most important resource: time.\"'),(3,3,'thumb_lss.png'),(3,4,'logo_lss.png'),(4,1,'CEO & Founder,'),(4,2,'YCHLTc6wN0g'),(1,5,'\"We choose Vismark. A professional graphic design team <br>who can reach multiple levels of creativity and come up <br>with ideas that can make our customers and partners say: WOW.\" '),(1,9,'\"We choose Vismark. A professional graphic design team <br>who can reach multiple levels of creativity and come up <br>with ideas that can make our customers and partners say: WOW.\" '),(4,3,'thumb_trainers.png'),(4,4,'logo_trainers.png'),(14,9,'Rapiditate, Flexibilitate si Deschidere la Nou sunt acele cuvinte care caracterizeaza realitatea de astazi si formeaza portretul robot al echipei Vismark de tineri antreprenori cu care trebuie sa ne mandrim azi in Romania si care aduc plus valoare atunci cand sunt motivati de urmatorul proiect in care se implica cu drag.'),(13,9,'Am lucrat cu mai multe agentii de-a lungul timpului, dar cu VISMARK ajungi cel mai repede de la idee la realitate. Chiar si atunci cand proiectul tau se blocheaza, din diverse motive, ei gasesc solutii pentru tine. Conteaza foarte mult sa te poti baza pe cei cu care lucrezi si pe echipa VISMARK chiar te poti baza, pentru ca livreaza în orice conditii.'),(1,6,'testimonial_gourmet.jpg'),(2,6,'testimonial_lego.jpg'),(3,6,'testimonial_lss.jpg'),(4,6,'testimonial_trainers.jpg'),(1,7,'Gourmet Coffee'),(3,7,'Lorand Soares Szasz'),(2,7,'LEGO Shops'),(4,7,'The Trainers'),(4,9,'\"The Vismark platform gives a checkmark on this need of ours, <br>making the collaboration easy and mutually beneficial <br>when it comes to the most important resource: time.\"'),(7,1,'Manager'),(7,5,'We have been working with Vismark for more than a year and a half and they have done an impressive number of projects for us. We really appreciated their promptitude in delivering, the ability to adapt to our needs and their tenacity for customer satisfaction. And that is way I am recommending them.'),(7,9,'Cu Vismark avem o colaborare de mai bine de un an si jumatate, timp in care a afectuat un portofoliu destul de larg de elemente publicitare pentru noi. Pe parcursul acestui timp am apreciat promptitudinea cu care raspunde la toate solicitarile, capacitatea de a se adapta nevoilor noastre si perseverarea in a livra materiale care sa satisfaca in totalitate nevoile clientului. Din aceste motive, i-am recomandat si ii recomand de fiecare data cand am ocazia.'),(7,7,'Centrul Shakti'),(7,3,'svetlana_simion.png'),(7,4,'logo_shakti.jpg'),(8,1,'Managing Partner'),(8,5,'The Vismark team offered a collaboration based on consideration, quality, involvement, punctuality (which is pretty rare nowadays), and, most important, creativity. I wish them good luck and I’m sure our business relationship will last a long time.'),(8,9,'In legatura cu echipa Vismark pot confirma urmatoarele: atentie, implicare, calitate, punctualitate (un lucru destul de rar intalnit in zilele noastre), dar mai important decat toate, creativitate. Le urez mult succes si sunt convins ca parteneriatul nostru va fi unul pe termen lung.'),(8,7,'Web Suport'),(8,3,'marius_lazia.png'),(31,1,'Managing Partner'),(9,1,'Technical Director'),(9,5,'I highly recommend the Vismark agency. I have really appreciated the fact that are very good professionals, have always delivered the projects on time and they have even offered advice and a great deal of information about how I should communicate with my clients. I trusted them with the visual identity of my company and the result was pleasantly surprising. '),(9,9,'Recomand cu mare incredere Vismark. Pe langa faptul ca sunt foarte prompti in ceea ce priveste predarea lucrarilor, m-au ajutat pe partea de consultanta, oferindu-mi multe informatii legate de modul in care ar trebui sa comunic cu clientii mei. Practic, le-am incredintat realizarea identitatii vizuale a companiei pe care o conduc, fara sa intervin prea mult. Au avut libertatea de a “cosmetiza” imaginea firmei asa cum au crezut ca e mai bine si pot spune ca rezultatul m-a surprins mai mult decat placut.'),(9,7,'Maspertech'),(9,3,'sandel_prodan.png'),(10,1,'Professional Photographer'),(10,5,'What I really appreciated was the creativity that was put into the redesign of my logo in such a surprising manner. Besides the creativity, I enjoyed the communication as it was so effective and I never been told no, even when I expressed high demands. The Vismark team responded promptly and politely and were true professionals with their work.'),(10,9,'Dorian Sarmasan este o persoana creativa, care mi-a reinventat logo-ul într-un mod la care nu m-as fi putut gandi. Mai presus de creativitate sa, este o persoana cu care am comunicat usor, nu m-a refuzat cu niciun raspuns, chiar daca poate am fost pretentios privind anumite aspecte. El a raspuns prompt si politicos, fara sa para deranjat sau sa fie iritat; un adevarat profesionist.'),(10,7,'Companie'),(10,3,'robert_dumitru.png'),(11,1,'Founder,'),(11,5,'I enjoyed very much my collaboration with the Vismark team as they have added value to our projects. They convinced me from the start with their confidence and positive attitude, and by the time the project was done, I was surprised by their professionalism and customer care. Yes, Vismark is the creative solution for your business and I highly recommend them for their top-quality services. '),(11,7,'Programarea Succesului'),(11,3,'gabriel_radu.png'),(12,1,'Marketing Manager'),(12,5,'First impression about the Vismark agency? A young, energetic team, but I wasn’t sure if they can deliver for the most perfectionist clients. Then the second impression clarified my doubt: this team is perfectly able to advertise: they have creativity, promptitude, 100% dedication no matter the project they’re on. So as a conclusion – Vismark agency: little words, lots of work, excellent results!'),(12,7,'9695'),(12,3,'toni_spiridon.png'),(31,5,'Usually, when it comes to graphic design, my expectations are pretty high. With Vismark things went easy from the beginning, because they managed to come up with a graphic design material that I couldn’t say no to.'),(13,1,'Owner,'),(13,5,'I used to work with a lot of agencies throughout time but I must admit that Vismark is the one that turn an idea into reality the fastest. Even if your project pauses for whatever reason, the Vismark team will always find a solution for your situation. It is very important to be able to count on the team that works with you and Vismark is definitely that team. '),(13,7,'Speed Pizza'),(13,3,'sorin_cojocaru.png'),(14,1,'Importator'),(14,5,'Three words describe best the Vismark team: Promptitude, Flexibility and Open-mindedness. The fact that businesses nowadays desperately need those three properties to healthy operate is another recommendation for Vismark. We must take pride that on the Romanian business market there are still companies as Vismark’s that will bring value with every project they get involved in '),(14,7,'Leonidas Romania'),(14,3,'ion_codreanu.png'),(15,1,'Director Magazine Certificate '),(15,5,'Even from the beginning of our collaboration with Vismark we were pleasantly surprised by the creativity of their designers and the way our ideas came to life. We value highly our collaboration because the Vismark team have always delivered in the shortest time and worked with great professionalism.'),(15,9,'Inca de la inceputul colaborarii noastre cu firma Vismark am fost surprinsi de creativitatea designerilor si de felul in care au reusit sa dea o forma grafica elaborata ideilor noastre. Promptitudinea de care au dat intotdeauna dovada, seriozitatea, precum si profesionalismul ireprosabil au reprezentat adevarate atuuri care au pus bazele unei colaborari de lunga durata.'),(15,7,'LEGO® Romania'),(15,3,'nagy_tibor.png'),(16,1,'Advertising Key Account Manager,'),(16,5,'What we appreciate about our collaboration with Vismark is that they have always responded promptly to every demand we have. Whatever the main idea was that we chose to communicate to our public, they managed to outline it beautifully and they have always delivered high-quality service. We recommend Vismark and we will certainly require their services for our next projects. '),(16,9,'Au raspuns foarte prompt la solicitarile noastre, au reusit sa puna in valoare ideea pe care voiam sa o transmitem si au livrat servicii de calitate. Cu siguranta, vom apela cu incredere si pe viitor. Ii recomandam cu toata aprecierea.'),(16,7,'KAUFLAND'),(16,3,'lacramioara_manole.png'),(12,9,'Prima impresie despre agentia VISMARK: o echipa foarte tanara... frumoasa, simpatica... dar reusesc ei sa realizeze si sa implementeze campanii de promovare pentru cei mai exigenti clienti?! A doua impresie: aceasta echipa este perfecta pentru a face publicitate: creativitate, promptitudine, dedicarea in proportie de 100% pentru proiectul gestionat indiferent de zi si ora... Concluzie: Agentia Vismark - vorbe putine, fapte multe, rezultate excelente!'),(11,9,'Cu VISMARK am avut o colaborare care a raspuns cu adevarat solicitarilor pentru care i-am contactat. La inceput mi-au transmis increderea ca vor face exact ceea ce spun, apoi au adaugat profesionalism in realizarea proiectului. Ca nota de varf, au aratat o grija deosebita la cerintele clientului. Acestea reprezinta argumente concrete prin care pot sustine ca VISMARK este solutia creativa si profesionala, in promovarea afacerii tale. Prin calitatea serviciilor care s-au ridicat la nivel de performanta, ii recomand cu incredere, le doresc mult succes in continuare si focalizare maxima in directia rezultatelor!'),(17,1,'Founder'),(17,5,'Every time I had worked with Vismark I received very good feedback and appreciation regarding the products they delivered. Whenever someone sees the business cards Vismark created, they always mention how cool they are, and the reaction for the guide cover is also a positive one. Clearly Vismark understood the message I wanted to send to the potential customers. Also, I appreciate their flexibility and promptitude when it comes to the requests I made. I highly recommend Vismark as there is no other team I could work so easily with!'),(17,7,'www.TanarSiSanatos.ro'),(17,9,'De cate ori am lucrat cu Vismark am primit un produs pentru care am primit doar complimente de la fanii ai clientii Tanar ai Sanatos. Pentru cartile de vizita primesc constant un invariabil \"ce tare!\", iar roll-up-ul ai coperta ghidului gratuit pentru un stil de viata sanatos \"te pune parca in miacare ai ti se face pofta de ceva racoritor de sanatos\". Este clar ca echipa Vismark a inteles mesajul pe care vreau sa-l transmit ai modul cel mai potrivit de a-l transmite potentialilor clienti. In plus apreciez flexibilitatea lor, dar ai promptitudinea ai amabilitatea cu care au raspuns de fiecare data cererilor mele. Recomand cu incredere Vismark, pentru mine nu poate exista o colaborare mai reuaita decat cea cu echipa lor!'),(43,4,'37.jpg'),(18,1,'Co-founder,'),(18,5,'I am working in the Marketing field since 2000 and I’m pretty familiar with the Romanian advertising market. What words would describe best the agencies here? Costly, time-consuming and boring. Speakers Club enjoy working with Vismark because they offer convenience, promptitude and originality. Also, they add passion in every project they realize and that’s why we enjoy working with them. You really feel appreciated and your demands are understood. Vismark has been our partners since we’ve started the company and we recommend them every time, because we are 100% sure they’ll deliver according to our expectations every time.'),(18,7,'SPEAKERS CLUB'),(18,9,'Lucrez in marketing din anul 2000 si cunosc bine piata de advertising din Romania. Cuvintele care ar descrie cele mai multe agentii de publicitate de la noi sunt: scump, anevoios si fad. SPEAKERS CLUB colaboreaza cu VISMARK pentru ca in tot ceea ce fac sunt: convenabili, rapizi si originali. La toate acestea, VISMARK adauga si alte ingrediente secrete pentru orice colaborare reusita: pasiune, respect si recunostinta fata de clienti. Fiecare proiect la care lucram impreuna este o bucurie! Te simti apreciat si inteles de la inceput pana la final. Sunt partenerii nostri de la infiintarea firmei si ii recomandam de fiecare data, fiind 100% siguri de rezultate spectaculoase.'),(19,1,'Marketing Manager,'),(19,5,'Even though it’s have been years since the first design project Vismark has made for us, they still manages to surprise me when they turn my sketchy e-mails into amazing pictures! They pay attention to our specifications, and really manage to show our idea through impeccable design. No detail is neglected, no line is randomly drawn and they offer the same amount of attention regardless the project.'),(19,7,'CleverToys.ro'),(19,9,'Desi au trecut cativa ani buni de la primul design grafic pe care Dorian l-a pregatit pentru noi, inca reuseste sa ma surprinda felul in care transforma e-mailurile mele cu explicatii abstracte in imagini atat de frumoase! E atent la specificatii, reuseste sa prinda ideea pe care vrem sa o transmitem si ii da o forma grafica impecabila. Niciun detaliu nu e neglijat, nicio linie nu e trasata la intamplare si se implica in egala masura in realizarea tuturor proiectelor indiferent de amploarea lor.'),(20,1,'Departament Marketing'),(20,5,'During our activity, we manage to try different design providers but we chose to work with Vismark because they have always taken into account our ideas regarding catalogues, flyers, brochures and other marketing materials we needed. They were true professionals, fast in delivering, had patience with us and provided advice for our company.'),(20,7,'Funtrip World'),(20,9,'In timp am incheiat mai multe parteneriate, ne-am oprit insa la a lucra cu VISMARK deoarece intotdeauna au tinut cont de ideile noastre cand a venit vorba de cataloage, brosuri, flyere si restul proiectelor grafice pe care le-am mai avut. Au raspuns mereu prompt, au fost seriosi, au avut RABDARE si ne-au oferit mereu ponturi pentru a fi mai eficienti.'),(21,1,'CEO & Co-founder,'),(21,5,'I worked with Vismark on creating the menus and other marketing materials for the Le Lapin brand. They took into consideration all our ideas and manage to deliver the project in a very short period of time. Even though we were located on two different continents, we never encountered any communication issue.'),(21,7,'Le Lapin Bangkok'),(21,9,'Am lucrat impreuna cu Vismark la crearea meniului nostru si a altor materiale de identitate a brandului Le Lapin. Au executat perfect toate ideile propuse de noi si in plus au reusit sa termine proiectele intr-o perioada foarte scurta de timp. Au fost foarte reactivi si chiar daca ne aflam pe 2 continente diferite, nu am avut nicio problema de comunicare.'),(22,1,'Managing Partner'),(22,5,'I have been working with Vismark for several years. They managed the branding projects for all of my companies and I was always satisfied with the result. I recommend Vismark for their professionalism and for taking into consideration our ideas. Thank you for all your help.'),(22,7,'AS Invest'),(22,9,'Cu Vismark lucrez de mai multi ani. Am facut impreuna proiecte de branding pentru toate firmele mele si de fiecare data am fost mai mult decat multumit. Ii recomand pentru seriozitatea cu care au lucrat la fiecare proiect si, in mod special, pentru faptul ca mereu au tinut de ceea ce mi-am dorit. Va multumesc pentru tot ajutorul vostru.'),(23,1,'Marketing Manager'),(23,5,'I have worked with Vismark for some time now and I want to thank them for their promptitude, professionalism, for respecting the deadlines, for their patience, creativity and their very competitive prices. It’s my personal pleasure to recommend the Vismark team as true professional, they really know how to listen, are fast-learners and always deliver on time. '),(23,7,'Agentia de Turism KUSADASI'),(23,9,'Lucrez deja de ceva timp cu Vismark si doresc sa le multumesc pentru promptitudine, profesionalism, respectarea termenelor, rabdare in special, creativitate, fiecare detaliu si bineinteles pentru preturile bune. Au conceput si un concurs in cadrul unui targ de Turism care a fost un real succes. Este o placere pentru mine sa recomand personal pe Dorian Sarmasan ca profesionist adevarat, o persoana care stie sa asculte, invata repede si este model de seriozitate si angajament pentru termene de livrare.'),(24,1,'General Manager'),(24,5,'I found in Vismark a trustworthy partner as the people behind this team really know how to be by their clients and solve their problems in no time!'),(24,7,'H2On'),(24,9,'Am gasit in Vismark un partener de incredere, iar daca spun partener... denota faptul ca oamenii din spatele acestei companii stiu ca trebuie sa fie alaturi de clienti si sa le rezolve orice problema intr-un timp extrem de scurt!'),(25,1,'Founder & General Director,'),(25,5,'Vismark has helped us with a professional design for Projectoria.net - our web application - and other applications for our Deutoria portfolio as well. I was very pleased with their professionalism, communication technique and promptitude in delivering their services. Vismark is the team we would choose anytime. I wish them the best of luck! '),(25,7,'Deutoria'),(25,9,'In urma unui parteneriat cu compania noastra, echipa Vismark ne-a ajutat in definirea si crearea unui design profesionist pentru aplicatia web Projectoria.net si implicit pentru alte aplicatii din portofoliul Deutoria. Am fost placut impresionat de profesionalismul companiei, de comunicarea eficienta cu membrii echipei si de promptitudinea cu care au fost realizate ideile propuse de noi. Ramane echipa la care vom apela oricand. Mult success in continuare!'),(26,1,'Shoe Designer,'),(26,5,'What I really appreciated at working with Vismark was their interest in every detail, no matter how small and the fact that they take the research seriously, which is very important for our business domain. That is how they managed to bring ideas that were tailored perfectly for our customers and helped us to achieve great results. In addition, Vismark has an exceptional manner of visually designing the ideas that convinced us to become loyal customers. Thank you, Vismark, for beingour trustworthy partners! Best of luck in your future projects!'),(26,7,'Ravissante'),(26,9,'Ce mi-a placut cel mai mult in colaborarea cu Vismark a fost atentia la cele mai mici detalii si documentarea temenica a domeniului in care activam. Acest lucru a facut ca ideile propuse de ei sa se muleze perfect pe nevoile noastre de comunicare, insa, mai presus de atat, sa rezoneze cu clientii nostri si sa ne aduca rezultate peste asteptari. Daca la asta mai adaugam si o executie grafica a ideilor, de exceptie, este evident de ce nu ne-am dori sa colaboram cu altcineva in afara de ei. Si pentru ca au atata dibacie in a lucra cu bugete mici, abia asteptam sa le incredintam bugete din ce in ce mai mari! Multumim Vismark pentru ca ne sunteti parteneri de incredere! Mult succes pe mai departe!'),(52,4,'35.jpg'),(27,1,'General Manager,'),(27,5,'Vismark impressed us from the very beginning with their promptitude and professionalism. They are a team we can count on! '),(27,7,'ODS - Optical Disc Solutions'),(27,9,'Ne-ati impresionat chiar de la inceputul colaborarii noastre cu rapiditatea executiei lucrarilor si cu seriozitatea de care dati dovada. Sunteti o echipa pe care ne putem baza!'),(28,1,'General Manager'),(28,5,'My first contact with Vismark was over a year ago, but the experience was so great that we decided to start several projects with them, even though our company is located in Madrid and there are 3700 kilometers between us. I truly recommend Vismark services!'),(28,7,'Innova Facility Services'),(28,9,'Prima data când am colaborat cu Vismark a fost acum mai bine de 7 luni. Experiența a fost grozava si asta ne-a facut sa implementam mai multe proiecte cu ajutorul lor, cu toate ca firma noastra este din Madrid si ne despart fizic cam 3700 Km. Recomand serviciile oferite de echipa Vismark!'),(29,1,'General Manager'),(29,5,'There have been 4 years since Vismark is in charge with all our marketing materials. They know our business, products, vision and evolution very well and we were always very pleased with their ideas and design outcome. Everything they did for our company helped us grow and that is why we mananged to keep such a long and fruitfull partnership. I dearly recommend them, as we have beautifully grown together in these 4 years.'),(29,7,'Rock Star Construct'),(29,9,'Au trecut 4 ani de când Vismark se ocupa de toate materialele noastre de marketing. Ei ne cunosc foarte bine afacerea, produsele, planurile si evolutia. Am fost foarte multumiti de propunerile, ideile lor, de grafica materialelor publicitare. Tot ce au facut in acest timp a ajutat foarte mult la evolutia firmei noastre. Din acest motiv am ajuns la un parteneriat atât de lung. Ii recomand cu mare drag, pentru ca in cei 4 ani am crescut frumos impreuna.'),(30,1,'Trainer'),(30,5,'I worked with Vismark for both Coaching4You projects and my personal project, Speakers Club and every time I’ve requested something, they delivered promptly and in a very professional way. What I really appreciated was they bringing their own creative ideas that have helped growing the conversion rate. I dearly recommend them for their graphic design skills.'),(30,7,'Speakers Club'),(30,9,'Am lucrat cu Vismark atat pentru proiectele din cadrul Coaching4You cat si pentru proiectul personal, Speakers Club, si de fiecare data au facut ceea ce le-am cerut foarte rapid si intr-un mod profesionist. Ceea ce mi-a placut cel mai mult este ca au adus propriile idei in creatie, idei care ajuta semnificativ la marirea ratei de conversie si la impactul materialului. Ii recomand cu mare drag pe partea de design si grafica.'),(17,3,'anca_ionescu.png'),(18,3,'eliza_nitescu.png'),(19,3,'anamaria_juhasz.png'),(20,3,'marian_ciufu.png'),(21,3,'larisa loos.png'),(22,3,'razvan_sdrobis.png'),(23,3,'elena_ivancenco.png'),(24,3,'nathaniel_geana.png'),(25,3,'lucian_ciobanu.png'),(26,3,'ruxandra_stan.png'),(27,3,'zoltan_tussai.png'),(28,3,'leonard_dima.png'),(29,3,'sergiu_constantinescu.png'),(30,3,'paul_ardeleanu.png'),(30,4,'logo_speakers.jpg'),(23,4,'logo_kusadasi.jpg'),(31,7,'Foggi Jeans'),(31,9,'De obicei cand vine vorba de design sunt foarte pretentios. Cu VISMARK lucrurile au decurs simplu, deoarece au reusit sa ma surprinda din prima cu un design la care nu am avut nimic de obiectat :)'),(31,3,'costin_iurea.png'),(32,1,'Marketing Manager,'),(32,5,'A young team who came up with brilliant solutions for every material that we needed. Whether it was for Discovery, Animal Planet or Garfield, they always provided us with creative graphic design that helped us stand out.'),(32,7,'Mediadocs Publishing'),(32,9,'O echipa creativa care de fiecare data a venit cu solutii ingenioase pentru fiecare material de care am avut nevoie. Fie ca a fost vorba de lucrari pentru brandul Discovery, Animal Planet sau Garfield, spre exemplu, ne-au oferit mereu materiale cu o grafica creativa cu care am reusit sa iesim in evidenta.'),(32,3,'00.jpg'),(33,1,'Entrepreneur'),(33,5,'Working with Vismark, we had the pleasure to work with professional and capable people. We worked alongside the design team for our visual identity and our product design, without worrying that we will delay our promises to our customers. Vismark, I want to thank you for your work, we are truly excited for this collaboration and we want you to know that we will work together for a long time.'),(33,9,'In colaborarea cu Vismark am putut experimenta placerea de a lucra cu oameni capabili si seriosi. Alaturi de ei am lucrat la identitatea noastra vizuala, design de produs si continut fara grija de a intarzia promisiunile catre clientii nostri. Tin sa va multumesc pentru munca voastra, suntem foarte incantati de aceasta colaborare si vrem sa stiti ca vom putea lucra mult timp de acum inainte impreuna.'),(33,3,'david_alexandru.png'),(34,1,'Photographer'),(34,5,'In the last couple of years, I’ve worked with Vismark on all the projects that involved graphic design. The things that I appreciated most about the team were their promptitude, creativity, but also the fact that they take every project very serious. Taking into consideration the way '),(34,9,'In ultimii ani, in mai toate proiectele mele ce au implicat partea de grafica am lucrat cu Vismark. Ce am apreciat cel mai mult la echipa au fost seriozitatea in realizarea lucrarilor, promptitudinea si creativitatea. Avand in vedere felul in care colaboram, am de gand sa las partea asta in mainilor lor si pe viitor.'),(34,3,'marian_mocanu.png'),(35,1,'Entreprenour / Designer'),(35,5,'Vismark is the graphic design agency that always surprises us with promptitude regarding our graphic design materials. I am truly satisfied with their services, but especially with the final product (they manage to translate my thoughts into images masterfully). Thank you, Vismark!'),(35,7,'Vania Szasz'),(35,9,'Vismark este agentia care ne surprinde mereu cu rapiditatea cu care raspunde la cerintele noastre si cu care lucreaza. Sunt multumita de toate serviciile lui, dar mai ales de produse (reusesc sa-mi transpuna gandurile in imagini cu maiestrie). Multumesc, Vismark!'),(35,3,'vania_szasz.png'),(36,1,'Therapist / Manager'),(36,5,'A great collaboration with people defined by professionalism and promptitude, who always kept their word. Met deadlines and quality materials is what defines Vismark. Thank you Dorian and the graphic design team!'),(36,7,'Traieste Bio'),(36,9,'O colaborare foarte buna cu oameni prompti, profesionisti si de cuvant. Termene respectate si creatii de calitate. Multumesc Dorian si echipei tale.'),(36,3,'apostol_mihai.png'),(37,1,'Entrepreneur'),(37,5,'What I liked the most about Vismark was the quality of their services and the fact that they treated us with promptitude. I love working with you guys, because you are a young a determined team, with big plans ahead.'),(37,9,'Ceea ce mi-a placut cel mai mult la Vismark a fost promptitudinea in a va servi clientul si calitatea serviciilor. Imi place sa lucrez cu voi pentru ca sunteti o echipa tanara si determinata, cu planuri foarte mari si foarte seriosi.'),(37,3,'alice_constantin.png'),(38,1,'CEO'),(38,5,'Vismark exceeded my expectations when they created the logo design for my company. I wasn’t expecting something that suits me so well from the first try. They are a professional team that understood my needs fast and clear, helping me to get the graphic design materials suited for my company. I highly recommend Vismark!'),(38,7,'Buurentech Belgium'),(38,9,'Vismark mi-a intrecut asteptarile in realizarea logo-ului societatii pe care o conduc. Chiar nu ma asteptam la ceva care sa mi se potriveasca atat de bine. Sunt o echipa de profesionisti care au inteles foarte bine de ce am nevoie intr-un timp foarte scurt si m-au ajutat cu materiale grafice potrivite pentru compania mea. Recomand cu mare incredere!'),(38,3,'marius_bura.png'),(39,1,'CEO'),(39,5,'My first project with Vismark was to create or new product catalogue and all I can say is that they delivered 110%. From the very beginning I have noticed their customer oriented culture and the fact that they always meet the agreed deadlines. They never propose you a content without carefully mapping your needs and asking the right questions so that the rest of the work is quite simple and fun. And yes, I fully recommend Vismark, they should be cloned.'),(39,7,'MAAM'),(39,9,'Primul nostru poriect cu Vismark a constat in crearea unui catalog de produse si pot sa spun ca a fost livrat 110%. Am observant inca de la inceput mentalitatea lor orientata catre client si faptul ca isi respecta intotdeauna deadline-urile. Mai mult, niciodata nu vin cu o propunere de material daca nu se asigura ca e in linie cu valorile si nevoile pe care le ai. In concluzie, recomand cu caldura Vismark, ar trebui clonati.'),(39,3,'marius_visinescu.png'),(40,1,'Founder & CEO,'),(40,5,'After a long and careful search, we chose Vismark for brand design consultancy and to outsource the visual identity for Qonjunct. The choice turned out to be an inspired one, if we take into account their promptitude, professionalism and our main request: the capacity to make a design the way we needed, with passion, vision and talent. We wanted a design team that is sensitive, creative and pragmatic at the same time. Vismark brought together all the qualities above, they understood what we wanted and needed even when the brief was a little bit abstract. This collaboration truly deserved the time, money and the energy that we invested in it. '),(40,7,'Qonjunct'),(40,9,'Vismark au fost alesi dupa o atenta filtrare, pentru servicii de consultanta privind elementele de design ale brand-ului Qonjunct. Alegerea s-a dovedit a fi una inspirata, in termeni de promptitudine, profesionalismsi ceea ce ne interesa cel mai mult: capacitatea de a face design exact asa cum vrem noi, adica cu talent, pasiune, viziune de artist. Aveam nevoie de o echipa de design care sa fie in acelasi timp sensibila, creativa si pragmatica. Vismark intruneste toate aceste calitati, au inteles ce dorim chiar si atunci cand era mai abstract si s-au adaptat excelent. Aceasta colaborare merita din plin timpul, banii si energia investite, valoarea livrabilelor depasindu-le cu mult.'),(40,3,'ciprian_sandu.png'),(41,1,'Director,'),(41,5,'Vismark was an example of operativity, creativity and professionalism, so I am sure that we will work with them again and I will recommend them for the graphic design services.'),(41,7,'Soimul Agrimex'),(41,9,'Vismark a fost fost un exemplu de operativitate, creativitate si seriozitate. Am covingerea ca vom lucra in continuare cu ei si ii vom recomanda pentru serviciile de graphic design.'),(41,3,'george mirescu.png'),(42,1,'Co-Founder,'),(42,5,'We had a very good collaboration with Vismark. They are professionals and have a strong willing to help. The designers were always flexible and open to our ideas. We recommend Vismark to people who know what they want and need the best possible execution.  '),(42,7,'Men Style Guide'),(42,9,'Noi am lucrat foarte bine cu Vismark. Sunt profesionisti si saritori. Au fost intotdeauna deschisi la propunerile noastre si flexibili la contextul nostru. Recomandam Vismark celor care stiu ce isi doresc si au nevoie de o executie cat mai buna.'),(42,3,'mihai_irimia.png'),(43,1,'Co-founder,'),(43,5,'Vismark was recommended to me by a mutual client. I saw what they did regarding web design so I gave them a call for a collaboration on our design project. Things went very good, the collaboration turned out to be great and the project even better. Our website, fotografi-cameramani.ro got a new visual identity, so we chose to continue to outsource to Vismark on other projects as well. '),(43,7,'Fotografi-Cameramani.ro'),(43,9,'Am aflat despre Vismark printr-o recomandare primita de la un client comun. Mi-au placut foarte mult web-design-urile realizate si i-am contactat pentru o potentiala colaborare pentru proiectul nostru. Lucrurile au mers deosebit de bine, colaborarea s-a concretizat si astfel Fotografi-Cameramani.ro a capatat o noua identitate vizuala. Am fost foarte multumiti de rezultat, astfel ca am ales sa continuam colaborarea si in alte proiecte.'),(43,3,'stefan-iorgulescu.png'),(44,1,'Manager'),(44,5,'When we saw the work Vismark has done before, we had great expetations for our project. Those expectations were confirmed later. I am very happy that I chose the Vismark graphic design services and I highly recommend them.'),(44,7,'TERRA SMART'),(44,9,'Am avut de la inceput asteptari mari, pentru ca vazusem lucrari realizate de Vismark, care mi-au placut. Aceste asteptari au fost confirmate ulterior. Sunt foarte multumit si recomand cu incredere serviciile de grafica Vismark.'),(44,3,'george_viziru.png'),(45,1,'Co-founder'),(45,5,'We had an excellent collaboration with Vismark. There was no need for lots of explaining, we communicated well right from the beginning and everything was delivered in time. Moreover, not even the ulterior changes weren\'t a problem for them. Thumbs up, Vismark!'),(45,7,'Endurest Tours'),(45,9,'Am avut o colaborare excelenta cu Vismark. N-a fost nevoie sa explic de mai multe ori nevoile mele, am comunicat perfect de la inceput si toate materialele au fost livrate la timp. In plus, nici modificarile solicitate ulterior nu au reprezentat o problema. Bravo, Vismark!'),(45,3,'ionut_merlusca.png'),(46,1,'Commercial Director'),(46,5,'First of all, I was happy to work with a young, nimble and serious team like the Vismark team. The fact that they invest in their personal and professional development was a very important criterion to choose to work with them. Also, their receptivity, communication skills and promptitude led to a result that met our expectations: quality graphic design materials within the promised deadline.\r\n'),(46,7,'Gaviota Simbac Romania'),(46,9,'In primul rand m-am bucurat ca pot apela la o echipa tanara, receptiva si serioasa. Faptul ca investiti în pregatirea profesionala si dezvoltarea personala a fost un alt criteriu important in alegerea facuta. Receptivitatea, buna comunicare, promptitudinea si nivelul profesional au dus la un rezultat pe masura asteptarilor: materiale publicitare de calitate in termenul promis.'),(46,3,'catalin_pana.png'),(47,1,'Business coach, trainer, speaker, entrepreneur'),(47,5,'It is hard to find an agency that can take care of your image. Being a resource so important in our company, we have long sought a company that truly understands our needs. And when I say a long time, I mean years. We needed a graphic design that can create materials that convey our image we want on the market. After many failed attempts, we met Vismark and from that point our visual image is in their hands.'),(47,7,'Coaching 4 You'),(47,9,'Este greu sa gasesti o agentie care sa se ocupe de imaginea ta. Fiind vorba de o resursa atat de importanta in compania noastra, am cautat mult timp, si cand spun mult timp, ma refer la ani, o firma care sa inteleaga perfect de ce avem nevoie. Aveam nevoie de o agentie de grafica ce poate sa creeze materiale care sa transmita imaginea pe care o dorim in piata. Dupa multe incercari esuate am intalnit compania Vismark si de atunci imaginea noastra este in mainile lor.'),(47,3,'lorand_soarez.png'),(48,1,'Owner'),(48,5,'My first contact with Vismark was at a workshop and from that moment I can say we are partners and I am happy about it. It is the type of company that knows how to untangle the secrets of graphic design. Five stars from me!'),(48,7,'Paste Colorate'),(48,9,'Primul contact cu Vismark a fost la un workshop dedicate antreprenorilor, de atunci suntem colaboratori si ma declar foarte multumit. Este genul de companie care stie foarte bine cum sa descalceasca grafica publicitara. Cinci stele din partea mea ! :)'),(48,3,'liviu_caramalau.png'),(49,1,'Co-Founder,'),(49,5,'We knew we will work with the Vismark team since the first meeting we had with them. Their energy and enthusiasm are contagious, and the results were immediate. Their creativity, punctuality and flexibility together with quality of their materials are just a few of the things that define Vismark.'),(49,7,'American Challenge'),(49,9,'Inca de la prima intalnire cu echipa Vismark, am stiu ca vom lucra impreuna. Energia si entuziasmul lor sunt contagioase, iar rezultatele nu s-au lasat asteptate. Creativitatea, punctualitatea si flexibilitatea la cerintele noastre, alaturi de calitatea materialelor create, sunt doar cateva dintre calitatile care-i recomanda.'),(49,3,'camelia_moldovan.png'),(50,1,'PR,'),(50,5,'Our collaboration with Vismark was punctual and our requirements were always met on time. We were happy to be treated professionally, but the thing we appreciated most was the way they transposed our ideas into practice. When it comes to graphic design, you can find plenty of “doers”, but it’s hard to find specialist with vision. This is what we call full service.'),(50,7,'Soleta zeroEnergy'),(50,9,'Colaborarea noastra cu cei de la Vismark a fost punctuala, de fiecare data cerintele noastre au fost indeplinite intocmai. Am fost incantati sa fim tratati cu promptitudine si ceea ce am apreciat cel mai mult este viziunea cu care au pus in practica ideile noastre. Executanti sunt nenumarati, insa specialisti cu viziune de ansamblu intalnesti mai rar. Asta numim noi servicii complete.'),(50,3,'mihaela steti 2.png'),(51,1,'Account Manager'),(51,5,'First of all, I would like to thank you very much for such a good NSL quality, I am amazed how good it looks. You guys are a super design agency! '),(51,7,'LEGO Romania'),(51,9,'In primul rand, as vrea sa va multumesc tare mult pentru asa o calitate a NSL, sunt uimita cat de bine arata. O super agentie!'),(51,3,'madalina_bacaim.png'),(52,1,'Spiritual Master'),(52,5,'I am very pleased with the collaboration with Vismark. First of all, the way they are as huma beings gave me the joy to work with them. Also, on the business side, they demonstrate passion and they operate reliably. I liked the logo and website design that they created for me a lot, even thought my requests were special. They made the design beautiful and practical, as we planned. I warmly recommend the Vismark design team!'),(52,9,'Sunt foarte incantat de colaborarea cu Vismark! In primul rand caracterul lor ca oameni, mi-a produs bucuria de a lucra cu ei. De asemenea, pe partea profesionala, dau dovada de pasiune si lucreaza prompt. Mi-au creat un logo si un site care imi plac foarte mult chiar daca am avut anumite cerinte mai speciale. L-au realizat frumos si practic, asa cum am planificat. Recomand cu caldura echipa de desig Vismark! '),(52,3,'ian_ramon.png'),(29,4,'2.jpg'),(22,4,'2.jpg'),(51,4,'4.jpg'),(9,4,'3.jpg'),(37,4,'5.jpg'),(46,4,'6.jpg'),(12,4,'7.jpg'),(10,4,'8.jpg'),(24,4,'9.jpg'),(31,4,'10.jpg'),(39,4,'11.jpg'),(36,4,'12.jpg'),(35,4,'13.jpg'),(34,4,'14.jpg'),(33,4,'00.jpg'),(17,4,'15.jpg'),(14,4,'16.jpg'),(20,4,'17.jpg'),(8,4,'18.jpg'),(16,4,'20.jpg'),(28,4,'19.jpg'),(15,4,'22.jpg'),(47,4,'23.jpg'),(38,4,'24.jpg'),(45,4,'25.jpg'),(44,4,'27.jpg'),(50,4,'28.jpg'),(48,4,'29.jpg'),(21,4,'30.jpg'),(11,4,'31.jpg'),(27,4,'33.jpg'),(25,4,'34.jpg'),(18,4,'logo_speakers.jpg'),(32,4,'36.jpg'),(41,4,'38.jpg'),(19,4,'39.jpg'),(49,4,'40.jpg'),(26,4,'41.jpg'),(16,10,'10'),(13,4,'42.jpg'),(42,4,'43.jpg'),(40,4,'44.jpg');
/*!40000 ALTER TABLE `cms_module_testimoniale_fieldval` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_module_testimoniale_images`
--

DROP TABLE IF EXISTS `cms_module_testimoniale_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_testimoniale_images` (
  `image_id` int(10) NOT NULL AUTO_INCREMENT,
  `item_id` int(10) DEFAULT NULL,
  `filename` varchar(255) DEFAULT NULL,
  `position` int(10) DEFAULT NULL,
  PRIMARY KEY (`image_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_testimoniale_images`
--

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

--
-- Table structure for table `cms_module_testimoniale_item`
--

DROP TABLE IF EXISTS `cms_module_testimoniale_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_module_testimoniale_item` (
  `item_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_id` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `recursive` varchar(50) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `active` int(1) DEFAULT NULL,
  `item_date` datetime DEFAULT NULL,
  `item_date_end` datetime DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`item_id`),
  KEY `cms_testimoniale_url` (`url`),
  KEY `cms_testimoniale_category_id` (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_module_testimoniale_item`
--

LOCK TABLES `cms_module_testimoniale_item` WRITE;
/*!40000 ALTER TABLE `cms_module_testimoniale_item` DISABLE KEYS */;
INSERT INTO `cms_module_testimoniale_item` VALUES (1,1,'Sherif Abdala','sherif-abdala','','',1,1,'2016-11-28 16:28:23','1970-01-01 02:00:00','2016-11-28 16:28:23','2016-11-28 16:28:23'),(2,1,'Monica Paraschiv','monica-paraschiv','','',2,1,'2016-11-28 16:30:37','1970-01-01 02:00:00','2016-11-28 16:30:37','2016-11-28 16:30:37'),(3,1,'Lorand Soares Szasz','lorand-soares-szasz','','',3,1,'2016-11-28 16:30:41','1970-01-01 02:00:00','2016-11-28 16:30:41','2016-11-28 16:30:41'),(4,1,'Razvan Dragoi','razvan-dragoi','','',4,1,'2016-11-28 16:30:44','1970-01-01 02:00:00','2016-11-28 16:30:44','2016-11-28 16:30:44'),(17,2,'Anca Alina Ionescu','anca-alina-ionescu','','',17,1,'2016-12-05 14:22:17','1970-01-01 02:00:00','2016-12-05 14:22:17','2016-12-05 14:22:17'),(7,2,'Svetlana Bradescu Simion','svetlana-simion','','',7,1,'2016-11-30 08:45:57','1970-01-01 02:00:00','2016-11-30 08:45:57','2016-11-30 08:45:57'),(8,2,'Marius Lazia','marius-lazia','','',8,1,'2016-11-30 08:46:00','1970-01-01 02:00:00','2016-11-30 08:46:00','2016-11-30 08:46:00'),(9,2,'Sandel Prodan','sandel-prodan','','',9,1,'2016-11-30 08:46:02','1970-01-01 02:00:00','2016-11-30 08:46:03','2016-11-30 08:46:03'),(10,2,'Robert Dumitru','robert-dumitru','','',10,1,'2016-11-30 08:46:05','1970-01-01 02:00:00','2016-11-30 08:46:05','2016-11-30 08:46:05'),(11,2,'Gabriel Radu','gabriel-radu','','',11,1,'2016-11-30 08:46:08','1970-01-01 02:00:00','2016-11-30 08:46:08','2016-11-30 08:46:08'),(12,2,'Toni Spiridon','toni-spiridon','','',12,1,'2016-11-30 08:46:10','1970-01-01 02:00:00','2016-11-30 08:46:10','2016-11-30 08:46:10'),(13,2,'Sorin Cojocaru','sorin-cojocaru','','',13,1,'2016-11-30 08:46:13','1970-01-01 02:00:00','2016-11-30 08:46:13','2016-11-30 08:46:13'),(14,2,'Ion Codreanu','ion-codreanu','','',14,1,'2016-11-30 08:46:17','1970-01-01 02:00:00','2016-11-30 08:46:17','2016-11-30 08:46:17'),(15,2,'Nagy Tibor','nagy-tibor','','',15,1,'2016-11-30 08:46:20','1970-01-01 02:00:00','2016-11-30 08:46:20','2016-11-30 08:46:20'),(16,2,'Lacramioara Manole','lacramioara-manole','','',16,1,'2016-11-30 08:46:25','1970-01-01 02:00:00','2016-11-30 08:46:25','2016-11-30 08:46:25'),(18,2,'Eliza Nitescu','eliza-nitescu','','',18,1,'2016-12-05 14:22:51','1970-01-01 02:00:00','2016-12-05 14:22:52','2016-12-05 14:22:52'),(19,2,'Ana-Maria Juhasz','ana-maria-juhasz','','',19,1,'2016-12-05 14:23:40','1970-01-01 02:00:00','2016-12-05 14:23:40','2016-12-05 14:23:40'),(20,2,'Marian Ciufu','marian-ciufu','','',20,1,'2016-12-05 14:24:24','1970-01-01 02:00:00','2016-12-05 14:24:24','2016-12-05 14:24:24'),(21,2,'Larisa Grajdieru Loos','larisa-grajdieru-loos','','',21,1,'2016-12-05 14:24:53','1970-01-01 02:00:00','2016-12-05 14:24:53','2016-12-05 14:24:53'),(22,2,'Razvan Sdrobis','razvan-sdrobis','','',22,1,'2016-12-05 14:26:01','1970-01-01 02:00:00','2016-12-05 14:26:01','2016-12-05 14:26:01'),(23,2,'Elena Ivancenco','elena-ivancenco','','',23,1,'2016-12-05 14:26:34','1970-01-01 02:00:00','2016-12-05 14:26:34','2016-12-05 14:26:34'),(24,2,'Nathaniel Geana','nathaniel-geana','','',24,1,'2016-12-05 14:27:20','1970-01-01 02:00:00','2016-12-05 14:27:20','2016-12-05 14:27:20'),(25,2,'Lucian Ciobanu','lucian-ciobanu','','',25,1,'2016-12-05 14:27:49','1970-01-01 02:00:00','2016-12-05 14:27:49','2016-12-05 14:27:49'),(26,2,'Ruxandra Stan','ruxandra-stan','','',26,1,'2016-12-05 14:28:33','1970-01-01 02:00:00','2016-12-05 14:28:33','2016-12-05 14:28:33'),(27,2,'Zoltan Tussai','zoltan-tussai','','',27,1,'2016-12-05 14:29:19','1970-01-01 02:00:00','2016-12-05 14:29:19','2016-12-05 14:29:19'),(28,2,'Leonard Dima','leonard-dima','','',28,1,'2016-12-05 14:30:02','1970-01-01 02:00:00','2016-12-05 14:30:02','2016-12-05 14:30:02'),(29,2,'Sergiu Constantinescu','sergiu-constantinescu','','',29,1,'2016-12-05 14:30:32','1970-01-01 02:00:00','2016-12-05 14:30:32','2016-12-05 14:30:32'),(30,2,'Paul Ardeleanu','paul-ardeleanu','','',30,1,'2016-12-05 14:31:11','1970-01-01 02:00:00','2016-12-05 14:31:11','2016-12-05 14:31:11'),(31,2,'Costin Iurea','costin-iurea','','',31,1,'2016-12-07 11:03:12','1970-01-01 02:00:00','2016-12-07 11:03:12','2016-12-07 11:03:12'),(32,2,'Ionut Ungureanu','ionut-ungureanu','','',32,1,'2016-12-07 11:03:23','1970-01-01 02:00:00','2016-12-07 11:03:23','2016-12-07 11:03:23'),(33,2,'David Alexandru','david-alexandru','','',33,1,'2016-12-07 11:03:26','1970-01-01 02:00:00','2016-12-07 11:03:26','2016-12-07 11:03:26'),(34,2,'Marian Mocanu','marian-mocanu','','',34,1,'2016-12-07 11:03:31','1970-01-01 02:00:00','2016-12-07 11:03:31','2016-12-07 11:03:31'),(35,2,'Vania Szasz','vania-szasz','','',35,1,'2016-12-07 11:03:33','1970-01-01 02:00:00','2016-12-07 11:03:33','2016-12-07 11:03:33'),(36,2,'Apostol Mihai','apostol-mihai','','',36,1,'2016-12-07 11:03:35','1970-01-01 02:00:00','2016-12-07 11:03:35','2016-12-07 11:03:35'),(37,2,'Alice Constantin','alice-constantin','','',37,1,'2016-12-07 11:03:39','1970-01-01 02:00:00','2016-12-07 11:03:39','2016-12-07 11:03:39'),(38,2,'Marius Bura','marius-bura','','',38,1,'2016-12-07 11:03:42','1970-01-01 02:00:00','2016-12-07 11:03:42','2016-12-07 11:03:42'),(39,2,'Marius Visinescu','marius-visinescu','','',39,1,'2016-12-07 11:03:44','1970-01-01 02:00:00','2016-12-07 11:03:44','2016-12-07 11:03:44'),(40,2,'Ciprian Sandu','ciprian-sandu','','',40,1,'2016-12-07 11:03:47','1970-01-01 02:00:00','2016-12-07 11:03:47','2016-12-07 11:03:47'),(41,2,'George Mirescu','george-mirescu','','',41,1,'2016-12-07 11:03:50','1970-01-01 02:00:00','2016-12-07 11:03:50','2016-12-07 11:03:50'),(42,2,'Mihai Irimia','mihai-irimia','','',42,1,'2016-12-07 11:03:52','1970-01-01 02:00:00','2016-12-07 11:03:52','2016-12-07 11:03:52'),(43,2,'Stefan Iorgulescu','stefan-iorgulescu','','',43,1,'2016-12-07 11:03:54','1970-01-01 02:00:00','2016-12-07 11:03:54','2016-12-07 11:03:54'),(44,2,'George Viziru','george-viziru','','',44,1,'2016-12-07 11:03:56','1970-01-01 02:00:00','2016-12-07 11:03:56','2016-12-07 11:03:56'),(45,2,'Ionut Merlusca','ionut-merlusca','','',45,1,'2016-12-07 11:03:58','1970-01-01 02:00:00','2016-12-07 11:03:58','2016-12-07 11:03:58'),(46,2,'Catalin Pana','catalin-pana','','',46,1,'2016-12-07 11:04:00','1970-01-01 02:00:00','2016-12-07 11:04:00','2016-12-07 11:04:00'),(47,2,'Lorand Soarez Szasz','lss-text','','',47,1,'2016-12-07 11:04:02','1970-01-01 02:00:00','2016-12-07 11:04:02','2016-12-07 11:04:02'),(48,2,'Liviu Caramalau','liviu-caramalau','','',48,1,'2016-12-07 11:04:04','1970-01-01 02:00:00','2016-12-07 11:04:05','2016-12-07 11:04:05'),(49,2,'Camelia Moldovan','camelia-moldovan','','',49,1,'2016-12-07 11:04:08','1970-01-01 02:00:00','2016-12-07 11:04:08','2016-12-07 11:04:08'),(50,2,'Mihaela Steti','mihaela-steti','','',50,1,'2016-12-07 11:04:10','1970-01-01 02:00:00','2016-12-07 11:04:10','2016-12-07 11:04:10'),(51,2,'Madalina Bacaim','madalina-bacaim','','',51,1,'2016-12-07 11:04:13','1970-01-01 02:00:00','2016-12-07 11:04:13','2016-12-07 11:04:13'),(52,2,'Ian Ramon','ian-ramon','','',52,1,'2016-12-07 11:04:15','1970-01-01 02:00:00','2016-12-07 11:04:15','2016-12-07 11:04:15');
/*!40000 ALTER TABLE `cms_module_testimoniale_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_modules`
--

DROP TABLE IF EXISTS `cms_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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 `cms_index_modules_by_module_name` (`module_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_modules`
--

LOCK TABLES `cms_modules` WRITE;
/*!40000 ALTER TABLE `cms_modules` DISABLE KEYS */;
INSERT INTO `cms_modules` VALUES ('CMSMailer','installed','5.2.14',0,1,1,0),('CMSPrinting','installed','1.0.5',0,1,0,1),('FileManager','installed','1.4.5',0,1,1,0),('MenuManager','installed','1.8.6',0,1,0,0),('MicroTiny','installed','1.2.9',0,1,1,1),('ModuleManager','installed','1.5.8',1,1,0,1),('Search','installed','1.7.12',0,1,1,1),('ThemeManager','installed','1.1.8',1,1,0,1),('Gallery','installed','2.1.6',0,1,0,0),('CGSimpleSmarty','installed','1.8',0,1,0,0),('CGExtensions','installed','1.47.3',0,1,0,0),('JQueryTools','installed','1.3.5.2',0,1,0,0),('SEOTools2','installed','1.2.1',0,1,0,0),('TinyMCE','installed','2.9.11',0,1,0,0),('ExtendedTools','installed','1.3.3',0,1,0,0),('CGContentUtils','installed','1.5.1',1,1,0,0),('CGSmartImage','installed','1.19.1',0,1,0,0),('ModuleGenerator','installed','2.3.2',0,1,1,1),('SlideShow','installed','2.3.2',0,1,1,1),('Portfolio','installed','2.3.2',0,1,1,1),('Parteneri','installed','2.3.2',0,1,1,1),('Testimoniale','installed','2.3.2',0,1,1,1),('Careers','installed','2.3.2',0,1,1,1),('FaQ','installed','2.3.2',0,1,1,1);
/*!40000 ALTER TABLE `cms_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_permissions`
--

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

--
-- Dumping data for table `cms_permissions`
--

LOCK TABLES `cms_permissions` WRITE;
/*!40000 ALTER TABLE `cms_permissions` DISABLE KEYS */;
INSERT INTO `cms_permissions` VALUES (1,'Add Pages','Add Pages','2006-07-25 21:22:33','2006-07-25 21:22:33'),(2,'Add Groups','Add Groups','2006-07-25 21:22:33','2006-07-25 21:22:33'),(4,'Add Templates','Add Templates','2006-07-25 21:22:33','2006-07-25 21:22:33'),(5,'Add Users','Add Users','2006-07-25 21:22:33','2006-07-25 21:22:33'),(6,'Modify Any Page','Modify Any Page','2006-07-25 21:22:33','2006-07-25 21:22:33'),(7,'Modify Groups','Modify Groups','2006-07-25 21:22:33','2006-07-25 21:22:33'),(8,'Modify Group Assignments','Modify Group Assignments','2006-07-25 21:22:33','2006-07-25 21:22:33'),(9,'Modify Permissions','Modify Permissions for Groups','2006-07-25 21:22:33','2006-07-25 21:22:33'),(11,'Modify Templates','Modify Templates','2006-07-25 21:22:33','2006-07-25 21:22:33'),(12,'Modify Users','Modify Users','2006-07-25 21:22:33','2006-07-25 21:22:33'),(13,'Remove Pages','Remove Pages','2006-07-25 21:22:33','2006-07-25 21:22:33'),(14,'Remove Groups','Remove Groups','2006-07-25 21:22:33','2006-07-25 21:22:33'),(16,'Remove Templates','Remove Templates','2006-07-25 21:22:33','2006-07-25 21:22:33'),(17,'Remove Users','Remove Users','2006-07-25 21:22:33','2006-07-25 21:22:33'),(18,'Modify Modules','Modify Modules','2006-07-25 21:22:33','2006-07-25 21:22:33'),(20,'Modify Files','Modify Files','2006-07-25 21:22:33','2006-07-25 21:22:33'),(21,'Modify Site Preferences','Modify Site Preferences','2006-07-25 21:22:33','2006-07-25 21:22:33'),(22,'Modify Stylesheets','Modify Stylesheets','2006-07-25 21:22:33','2006-07-25 21:22:33'),(23,'Add Stylesheets','Add Stylesheets','2006-07-25 21:22:33','2006-07-25 21:22:33'),(24,'Remove Stylesheets','Remove Stylesheets','2006-07-25 21:22:33','2006-07-25 21:22:33'),(25,'Add Stylesheet Assoc','Add Stylesheet Associations','2006-07-25 21:22:33','2006-07-25 21:22:33'),(26,'Modify Stylesheet Assoc','Modify Stylesheet Associations','2006-07-25 21:22:33','2006-07-25 21:22:33'),(27,'Remove Stylesheet Assoc','Remove Stylesheet Associations','2006-07-25 21:22:33','2006-07-25 21:22:33'),(28,'Modify User-defined Tags','Modify User defined Tags','2006-07-25 21:22:33','2006-07-25 21:22:33'),(29,'Clear Admin Log','Clear Admin Log','2006-07-25 21:22:33','2006-07-25 21:22:33'),(30,'Add Global Content Blocks','Add Global Content Blocks','2006-07-25 21:22:33','2006-07-25 21:22:33'),(31,'Modify Global Content Blocks','Modify Global Content Blocks','2006-07-25 21:22:33','2006-07-25 21:22:33'),(32,'Remove Global Content Blocks','Remove Global Content Blocks','2006-07-25 21:22:33','2006-07-25 21:22:33'),(35,'Modify Events','Modify Events','2006-01-27 20:06:58','2006-01-27 20:06:58'),(36,'View Tag Help','View Tag Help','2006-01-27 20:06:58','2006-01-27 20:06:58'),(44,'Manage All Content','Manage All Content','2009-05-06 15:04:11','2009-05-06 15:04:11'),(46,'Reorder Content','Reorder Content','2009-05-06 15:04:11','2009-05-06 15:04:11'),(47,'Use FileManager Advanced','Mod de folosire avansata al modulului de management fisiere','2016-07-06 10:27:44','2016-07-06 10:27:44'),(60,'Manage Menu','Manage Menu','2016-07-06 12:27:37','2016-07-06 12:27:37'),(49,'MicroTiny View HTML Source','MicroTiny View HTML Source','2016-07-06 10:27:44','2016-07-06 10:27:44'),(53,'Manage Themes','Manage Themes','2016-07-06 10:27:44','2016-07-06 10:27:44'),(54,'Use Gallery','Use Gallery','2016-07-06 10:34:18','2016-07-06 10:34:18'),(55,'Gallery - Add subgalleries','Gallery - Add subgalleries','2016-07-06 10:34:18','2016-07-06 10:34:18'),(56,'Gallery - Edit all galleries','Gallery - Edit all galleries','2016-07-06 10:34:18','2016-07-06 10:34:18'),(57,'Edit SEO Settings','Edit SEO Settings','2016-07-06 10:34:38','2016-07-06 10:34:38'),(58,'Edit page descriptions','Edit page descriptions','2016-07-06 10:34:38','2016-07-06 10:34:38'),(59,'allowadvancedprofile','Se permite folosirea profilulului avansat in TinyMCE','2016-07-06 10:34:40','2016-07-06 10:34:40'),(91,'slideshow_all_category_visbile','SlideShow: all category visible','2017-01-30 17:05:48','2017-01-30 17:05:48'),(90,'slideshow_modify_categories','SlideShow: modify categories','2017-01-30 17:05:48','2017-01-30 17:05:48'),(89,'slideshow_modify_item','SlideShow: modify item','2017-01-30 17:05:48','2017-01-30 17:05:48'),(76,'portfolio_modify_option','Portfolio: modify option','2016-11-28 16:05:55','2016-11-28 16:05:55'),(75,'portfolio_all_category_visbile','Portfolio: all category visible','2016-11-28 16:05:55','2016-11-28 16:05:55'),(74,'portfolio_modify_categories','Portfolio: modify categories','2016-11-28 16:05:55','2016-11-28 16:05:55'),(73,'portfolio_modify_item','Portfolio: modify item','2016-11-28 16:05:55','2016-11-28 16:05:55'),(69,'parteneri_modify_item','Parteneri: modify item','2016-11-28 15:39:50','2016-11-28 15:39:50'),(70,'parteneri_modify_categories','Parteneri: modify categories','2016-11-28 15:39:50','2016-11-28 15:39:50'),(71,'parteneri_all_category_visbile','Parteneri: all category visible','2016-11-28 15:39:50','2016-11-28 15:39:50'),(72,'parteneri_modify_option','Parteneri: modify option','2016-11-28 15:39:50','2016-11-28 15:39:50'),(77,'testimoniale_modify_item','Testimoniale: modify item','2016-11-28 16:22:27','2016-11-28 16:22:27'),(78,'testimoniale_modify_categories','Testimoniale: modify categories','2016-11-28 16:22:27','2016-11-28 16:22:27'),(79,'testimoniale_all_category_visbile','Testimoniale: all category visible','2016-11-28 16:22:27','2016-11-28 16:22:27'),(80,'testimoniale_modify_option','Testimoniale: modify option','2016-11-28 16:22:27','2016-11-28 16:22:27'),(81,'careers_modify_item','Careers: modify item','2016-11-29 09:58:05','2016-11-29 09:58:05'),(82,'careers_modify_categories','Careers: modify categories','2016-11-29 09:58:05','2016-11-29 09:58:05'),(83,'careers_all_category_visbile','Careers: all category visible','2016-11-29 09:58:05','2016-11-29 09:58:05'),(84,'careers_modify_option','Careers: modify option','2016-11-29 09:58:05','2016-11-29 09:58:05'),(85,'faq_modify_item','FaQ: modify item','2016-11-30 12:03:22','2016-11-30 12:03:22'),(86,'faq_modify_categories','FaQ: modify categories','2016-11-30 12:03:22','2016-11-30 12:03:22'),(87,'faq_all_category_visbile','FaQ: all category visible','2016-11-30 12:03:22','2016-11-30 12:03:22'),(88,'faq_modify_option','FaQ: modify option','2016-11-30 12:03:22','2016-11-30 12:03:22'),(92,'slideshow_modify_option','SlideShow: modify option','2017-01-30 17:05:48','2017-01-30 17:05:48');
/*!40000 ALTER TABLE `cms_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_permissions_seq`
--

DROP TABLE IF EXISTS `cms_permissions_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_permissions_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_permissions_seq`
--

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

--
-- Table structure for table `cms_routes`
--

DROP TABLE IF EXISTS `cms_routes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_routes`
--

LOCK TABLES `cms_routes` WRITE;
/*!40000 ALTER TABLE `cms_routes` DISABLE KEYS */;
INSERT INTO `cms_routes` VALUES ('/careers\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<categorytemplate>[0-9]+?)$/','Careers',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:109:\"/careers\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<categorytemplate>[0-9]+?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:7:\"Careers\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:7:\"default\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/careers\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/','Careers',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:78:\"/careers\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:7:\"Careers\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:7:\"default\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/careers\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<junk>.*?)$/','Careers',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:56:\"/careers\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:7:\"Careers\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:7:\"default\";s:8:\"returnid\";s:0:\"\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/careers\\/[cC]\\/(?P<category_id>[0-9]+)$/','Careers',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:41:\"/careers\\/[cC]\\/(?P<category_id>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:7:\"Careers\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:7:\"default\";s:8:\"returnid\";s:0:\"\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/careers\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<detailtemplate>[0-9]+?)$/','Careers',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:97:\"/careers\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<detailtemplate>[0-9]+?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:7:\"Careers\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:6:\"detail\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/careers\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/','Careers',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:68:\"/careers\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:7:\"Careers\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:6:\"detail\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/careers\\/(?P<item_id>[0-9]+)\\/(?P<junk>.*?)$/','Careers',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:46:\"/careers\\/(?P<item_id>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:7:\"Careers\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:6:\"detail\";s:8:\"returnid\";s:0:\"\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/careers\\/(?P<item_id>[0-9]+)$/','Careers',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:31:\"/careers\\/(?P<item_id>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:7:\"Careers\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:6:\"detail\";s:8:\"returnid\";s:0:\"\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/faq\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<categorytemplate>[0-9]+?)$/','FaQ',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:105:\"/faq\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<categorytemplate>[0-9]+?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:3:\"FaQ\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:7:\"default\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/faq\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/','FaQ',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:74:\"/faq\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:3:\"FaQ\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:7:\"default\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/faq\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<junk>.*?)$/','FaQ',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:52:\"/faq\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:3:\"FaQ\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:7:\"default\";s:8:\"returnid\";s:2:\"-1\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/faq\\/[cC]\\/(?P<category_id>[0-9]+)$/','FaQ',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:37:\"/faq\\/[cC]\\/(?P<category_id>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:3:\"FaQ\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:7:\"default\";s:8:\"returnid\";s:2:\"-1\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/faq\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<detailtemplate>[0-9]+?)$/','FaQ',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:93:\"/faq\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<detailtemplate>[0-9]+?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:3:\"FaQ\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:6:\"detail\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/faq\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/','FaQ',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:64:\"/faq\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:3:\"FaQ\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:6:\"detail\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/faq\\/(?P<item_id>[0-9]+)\\/(?P<junk>.*?)$/','FaQ',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:42:\"/faq\\/(?P<item_id>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:3:\"FaQ\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:6:\"detail\";s:8:\"returnid\";s:2:\"-1\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/faq\\/(?P<item_id>[0-9]+)$/','FaQ',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:27:\"/faq\\/(?P<item_id>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:3:\"FaQ\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:6:\"detail\";s:8:\"returnid\";s:2:\"-1\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/parteneri\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<categorytemplate>[0-9]+?)$/','Parteneri',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:111:\"/parteneri\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<categorytemplate>[0-9]+?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Parteneri\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:7:\"default\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/parteneri\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/','Parteneri',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:80:\"/parteneri\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Parteneri\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:7:\"default\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/parteneri\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<junk>.*?)$/','Parteneri',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:58:\"/parteneri\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Parteneri\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:7:\"default\";s:8:\"returnid\";s:0:\"\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/parteneri\\/[cC]\\/(?P<category_id>[0-9]+)$/','Parteneri',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:43:\"/parteneri\\/[cC]\\/(?P<category_id>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Parteneri\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:7:\"default\";s:8:\"returnid\";s:0:\"\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/parteneri\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<detailtemplate>[0-9]+?)$/','Parteneri',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:99:\"/parteneri\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<detailtemplate>[0-9]+?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Parteneri\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:6:\"detail\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/parteneri\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/','Parteneri',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:70:\"/parteneri\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Parteneri\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:6:\"detail\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/parteneri\\/(?P<item_id>[0-9]+)\\/(?P<junk>.*?)$/','Parteneri',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:48:\"/parteneri\\/(?P<item_id>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Parteneri\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:6:\"detail\";s:8:\"returnid\";s:0:\"\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/parteneri\\/(?P<item_id>[0-9]+)$/','Parteneri',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:33:\"/parteneri\\/(?P<item_id>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Parteneri\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:6:\"detail\";s:8:\"returnid\";s:0:\"\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/portfolio\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<categorytemplate>[0-9]+?)$/','Portfolio',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:111:\"/portfolio\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<categorytemplate>[0-9]+?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Portfolio\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:7:\"default\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/portfolio\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/','Portfolio',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:80:\"/portfolio\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Portfolio\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:7:\"default\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/portfolio\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<junk>.*?)$/','Portfolio',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:58:\"/portfolio\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Portfolio\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:7:\"default\";s:8:\"returnid\";s:2:\"-1\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/portfolio\\/[cC]\\/(?P<category_id>[0-9]+)$/','Portfolio',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:43:\"/portfolio\\/[cC]\\/(?P<category_id>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Portfolio\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:7:\"default\";s:8:\"returnid\";s:2:\"-1\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/portfolio\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<detailtemplate>[0-9]+?)$/','Portfolio',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:99:\"/portfolio\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<detailtemplate>[0-9]+?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Portfolio\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:6:\"detail\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/portfolio\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/','Portfolio',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:70:\"/portfolio\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Portfolio\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:6:\"detail\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/portfolio\\/(?P<item_id>[0-9]+)\\/(?P<junk>.*?)$/','Portfolio',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:48:\"/portfolio\\/(?P<item_id>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Portfolio\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:6:\"detail\";s:8:\"returnid\";s:2:\"-1\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/portfolio\\/(?P<item_id>[0-9]+)$/','Portfolio',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:33:\"/portfolio\\/(?P<item_id>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"Portfolio\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:6:\"detail\";s:8:\"returnid\";s:2:\"-1\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/slideshow\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<categorytemplate>[0-9]+?)$/','SlideShow',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:111:\"/slideshow\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<categorytemplate>[0-9]+?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"SlideShow\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:7:\"default\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/slideshow\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/','SlideShow',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:80:\"/slideshow\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"SlideShow\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:7:\"default\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/slideshow\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<junk>.*?)$/','SlideShow',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:58:\"/slideshow\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"SlideShow\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:7:\"default\";s:8:\"returnid\";s:2:\"-1\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/slideshow\\/[cC]\\/(?P<category_id>[0-9]+)$/','SlideShow',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:43:\"/slideshow\\/[cC]\\/(?P<category_id>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"SlideShow\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:7:\"default\";s:8:\"returnid\";s:2:\"-1\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/slideshow\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<detailtemplate>[0-9]+?)$/','SlideShow',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:99:\"/slideshow\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<detailtemplate>[0-9]+?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"SlideShow\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:6:\"detail\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/slideshow\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/','SlideShow',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:70:\"/slideshow\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"SlideShow\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:6:\"detail\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/slideshow\\/(?P<item_id>[0-9]+)\\/(?P<junk>.*?)$/','SlideShow',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:48:\"/slideshow\\/(?P<item_id>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"SlideShow\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:6:\"detail\";s:8:\"returnid\";s:2:\"-1\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/slideshow\\/(?P<item_id>[0-9]+)$/','SlideShow',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:33:\"/slideshow\\/(?P<item_id>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:9:\"SlideShow\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:6:\"detail\";s:8:\"returnid\";s:2:\"-1\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/testimoniale\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<categorytemplate>[0-9]+?)$/','Testimoniale',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:114:\"/testimoniale\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<categorytemplate>[0-9]+?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:12:\"Testimoniale\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:7:\"default\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/testimoniale\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/','Testimoniale',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:83:\"/testimoniale\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:12:\"Testimoniale\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:7:\"default\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/testimoniale\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<junk>.*?)$/','Testimoniale',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:61:\"/testimoniale\\/[cC]\\/(?P<category_id>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:12:\"Testimoniale\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:7:\"default\";s:8:\"returnid\";s:0:\"\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/testimoniale\\/[cC]\\/(?P<category_id>[0-9]+)$/','Testimoniale',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:46:\"/testimoniale\\/[cC]\\/(?P<category_id>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:12:\"Testimoniale\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:7:\"default\";s:8:\"returnid\";s:0:\"\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/testimoniale\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<detailtemplate>[0-9]+?)$/','Testimoniale',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:102:\"/testimoniale\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)\\/(?P<detailtemplate>[0-9]+?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:12:\"Testimoniale\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:6:\"detail\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/testimoniale\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/','Testimoniale',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:73:\"/testimoniale\\/(?P<item_id>[0-9]+)\\/(?P<returnid>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:12:\"Testimoniale\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:6:\"action\";s:6:\"detail\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/testimoniale\\/(?P<item_id>[0-9]+)\\/(?P<junk>.*?)$/','Testimoniale',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:51:\"/testimoniale\\/(?P<item_id>[0-9]+)\\/(?P<junk>.*?)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:12:\"Testimoniale\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:6:\"detail\";s:8:\"returnid\";s:0:\"\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41'),('/testimoniale\\/(?P<item_id>[0-9]+)$/','Testimoniale',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:36:\"/testimoniale\\/(?P<item_id>[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:12:\"Testimoniale\";s:4:\"key2\";N;s:8:\"defaults\";a:2:{s:6:\"action\";s:6:\"detail\";s:8:\"returnid\";s:0:\"\";}}s:18:\"\0CmsRoute\0_results\";N;}','2017-02-19 12:49:41');
/*!40000 ALTER TABLE `cms_routes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_siteprefs`
--

DROP TABLE IF EXISTS `cms_siteprefs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_siteprefs`
--

LOCK TABLES `cms_siteprefs` WRITE;
/*!40000 ALTER TABLE `cms_siteprefs` DISABLE KEYS */;
INSERT INTO `cms_siteprefs` VALUES ('enablesitedownmessage','0','2006-07-25 21:22:33','2006-07-25 21:22:33'),('sitedownmessage','<p>Site is currently down for maintenance.</p>','2006-07-25 21:22:33','2006-07-25 21:22:33'),('sitedownmessagetemplate','-1','2006-07-25 21:22:33','2006-07-25 21:22:33'),('useadvancedcss','1','2006-07-25 21:22:33','2006-07-25 21:22:33'),('metadata','','2006-07-25 21:22:33','2006-07-25 21:22:33'),('031ccd840fea3f7e7ed7b48371a9b616','1480342894',NULL,NULL),('xmlmodulerepository','','2006-07-25 21:22:33','2006-07-25 21:22:33'),('logintheme','OneEleven','2006-07-25 21:22:33','2006-07-25 21:22:33'),('global_umask','022',NULL,NULL),('frontendlang','ro_RO',NULL,NULL),('frontendwysiwyg','TinyMCE',NULL,NULL),('nogcbwysiwyg','0',NULL,NULL),('urlcheckversion','',NULL,NULL),('defaultdateformat','',NULL,NULL),('css_max_age','0',NULL,NULL),('backendwysiwyg','TinyMCE',NULL,NULL),('disablesafemodewarning','0',NULL,NULL),('allowparamcheckwarnings','0',NULL,NULL),('enablenotifications','1',NULL,NULL),('page_active','1',NULL,NULL),('page_showinmenu','1',NULL,NULL),('page_cachable','1',NULL,NULL),('page_metadata','{* Add code here that should appear in the metadata section of all new pages *}',NULL,NULL),('defaultpagecontent','<!-- Add code here that should appear in the content block of all new pages -->',NULL,NULL),('default_parent_page','-1',NULL,NULL),('additional_editors','',NULL,NULL),('page_searchable','1',NULL,NULL),('page_extra1','',NULL,NULL),('page_extra2','',NULL,NULL),('page_extra3','',NULL,NULL),('sitedownexcludes','',NULL,NULL),('clear_vc_cache','0',NULL,NULL),('sitename','VISMARK®',NULL,NULL),('sitemask','Wb7Q%p&PrDm#GU9V',NULL,NULL),('CMSMailer_mapi_pref_mailer','smtp',NULL,NULL),('CMSMailer_mapi_pref_host','localhost',NULL,NULL),('CMSMailer_mapi_pref_port','25',NULL,NULL),('CMSMailer_mapi_pref_from','root@localhost',NULL,NULL),('CMSMailer_mapi_pref_fromuser','CMS Administrator',NULL,NULL),('CMSMailer_mapi_pref_sendmail','/usr/sbin/sendmail',NULL,NULL),('CMSMailer_mapi_pref_timeout','1000',NULL,NULL),('CMSMailer_mapi_pref_smtpauth','0',NULL,NULL),('CMSMailer_mapi_pref_username','',NULL,NULL),('CMSMailer_mapi_pref_password','',NULL,NULL),('CMSMailer_mapi_pref_secure','',NULL,NULL),('CMSPrinting_mapi_pref_overridestyle','/*\nYou can put css stuff here, which will be inserted in the header after calling the cmsms-stylesheets.\nProvided you don\'t remove the {$overridestylesheet} in PrintTemplate, of course.\n\nAny suggestions for default content in this stylesheet?\n\nHave fun!\n*/',NULL,NULL),('FileManager_mapi_pref_iconsize','32px',NULL,NULL),('FileManager_mapi_pref_uploadboxes','5',NULL,NULL),('FileManager_mapi_pref_showhiddenfiles','0',NULL,NULL),('ModuleManager_mapi_pref_module_repository','http://www.cmsmadesimple.org/ModuleRepository/request/v2/',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),('PruneAdminlog_lastexecute','1562811032',NULL,NULL),('__NOTIFICATIONS__','a:1:{i:0;O:8:\"stdClass\":5:{s:8:\"priority\";i:1;s:4:\"link\";s:103:\"http://vismark.eu/admin/moduleinterface.php?mact=CMSMailer,m1_,defaultadmin,0&amp;_sx_=130cd9acc3c5c97a\";s:4:\"html\";s:452:\"Your mail settings have not been configured.  This could interfere with the ability of your website to send email messages.  You should go to <a href=\"http://vismark.eu/admin/moduleinterface.php?mact=CMSMailer,m1_,defaultadmin,0&amp;_sx_=130cd9acc3c5c97a\">Extensions >> CMSMailer</a> and configure the mail settings with the information provided by your host.&nbsp;This test is generated on an infrequent basis.  It may take some time for it to go away\";s:4:\"name\";s:9:\"CMSMailer\";s:12:\"friendlyname\";s:9:\"CMSMailer\";}}',NULL,NULL),('pseudocron_lastrun','1562811033',NULL,NULL),('cms_is_uptodate','0',NULL,NULL),('lastcmsversioncheck','1467838795',NULL,NULL),('CGExtensions_mapi_pref_cache_autoclean_last','1562811031',NULL,NULL),('Gallery_mapi_pref_default_template_contents','<div class=\"gallery\">\r\n{if !empty($module_message)}<h4>{$module_message|escape}</h4>{/if}\r\n{if !empty($gallerytitle)}<h3>{$gallerytitle}</h3>{/if}\r\n{if !empty($gallerycomment)}<div class=\"gallerycomment\">{$gallerycomment}</div>{/if}\r\n<p>{$imagecount}</p>\r\n<div class=\"pagenavigation\">\r\n{if $pages > 1}\r\n<div class=\"prevpage\">{$prevpage}</div>\r\n<div class=\"nextpage\">{$nextpage}</div>\r\n{/if}\r\n{if !$hideparentlink && !empty($parentlink)}<div class=\"parentlink\">{$parentlink}</div>{/if}\r\n{if $pages > 1}<div class=\"pagelinks\">{$pagelinks}</div>{/if}\r\n</div>\r\n\r\n{foreach from=$images item=image}\r\n	<div class=\"img\">\r\n	{if $image->isdir}\r\n		<a href=\"{$image->file}\" title=\"{$image->titlename}\"><img src=\"{$image->thumb|escape:\'url\'|replace:\'%2F\':\'/\'}\" alt=\"{$image->titlename}\" /></a><br />\r\n		{$image->titlename}\r\n	{else}\r\n   <a class=\"group\" href=\"{$image->file|escape:\'url\'|replace:\'%2F\':\'/\'}\" title=\"{$image->comment}\" rel=\"prettyPhoto[{$galleryid}]\"><img src=\"{$image->thumb|escape:\'url\'|replace:\'%2F\':\'/\'}\" alt=\"{$image->titlename}\" /></a>\r\n	{/if}\r\n	</div>\r\n{/foreach}\r\n<div class=\"galleryclear\">&nbsp;</div>\r\n</div>\r\n\r\n\r\n{*----------.gallery .img {\r\n	height: 120px;\r\n	/*width: 120px;   Adjust as you see fit */\r\n	float: left;\r\n	margin: 10px;\r\n	text-align: center;\r\n}\r\n\r\n.gallery .img a {\r\n	display: inline-block;\r\n	border: 2px solid #ddd;\r\n	padding: 1px;\r\n}\r\n\r\n.gallery .img a:hover {\r\n	border-color: #999;\r\n}\r\n\r\n.gallery img {\r\n	border: none;\r\n}\r\n\r\n.gallery .pagenavigation {\r\n	height: 50px;\r\n}\r\n\r\n.gallery .prevpage a, .gallery .prevpage em {\r\n	display: block;\r\n	width: 50px;\r\n	height: 39px;\r\n	float: left;\r\n	margin: 0;\r\n	text-indent: -1000px;\r\n	background: url(../../images/previous.png) transparent no-repeat 0 0;\r\n	overflow: hidden;\r\n}\r\n\r\n.gallery .nextpage a, .gallery .nextpage em {\r\n	display: block;\r\n	width: 50px;\r\n	height: 39px;\r\n	float: left;\r\n	margin: 0 6px 0 0;\r\n	text-indent: -1000px;\r\n	background: url(../../images/next.png) transparent no-repeat 0 0;\r\n	overflow: hidden;\r\n}\r\n\r\n.gallery .parentlink a {\r\n	display: block;\r\n	width: 50px;\r\n	height: 39px;\r\n	float: left;\r\n	text-indent: -1000px;\r\n	background: url(../../images/uppage.png) transparent no-repeat 0 0;\r\n	overflow: hidden;\r\n}\r\n\r\n.gallery .pagenavigation a:hover {\r\n	background-position: 0 -40px;\r\n}\r\n\r\n.gallery .prevpage em, .gallery .nextpage em {\r\n	background-position: 0 -80px;\r\n}\r\n\r\n.gallery .pagelinks {\r\n	float: right;\r\n	border-right: 2px solid #666;\r\n}\r\n\r\n.gallery .pagelinks a, .gallery .pagelinks em {\r\n	margin-top: 6px;\r\n	padding: 0 6px;\r\n	border-left: 2px solid #666;\r\n	text-align: center;\r\n	font: bold 11px verdana; color: #666;\r\n}\r\n\r\n.gallery .pagelinks em {\r\n	color: #000;\r\n}\r\n\r\n.galleryclear {\r\n	clear: both;\r\n}\r\n\r\n\r\n/* PRETTYPHOTO  -  version 3.1.6 */\r\n\r\ndiv.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}\r\ndiv.pp_default .pp_top .pp_left{background:url(../prettyphoto/images/default/sprite.png) -78px -93px no-repeat}\r\ndiv.pp_default .pp_top .pp_middle{background:url(../prettyphoto/images/default/sprite_x.png) top left repeat-x}\r\ndiv.pp_default .pp_top .pp_right{background:url(../prettyphoto/images/default/sprite.png) -112px -93px no-repeat}\r\ndiv.pp_default .pp_content .ppt{color:#f8f8f8}\r\ndiv.pp_default .pp_content_container .pp_left{background:url(../prettyphoto/images/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}\r\ndiv.pp_default .pp_content_container .pp_right{background:url(../prettyphoto/images/default/sprite_y.png) top right repeat-y;padding-right:13px}\r\ndiv.pp_default .pp_next:hover{background:url(../prettyphoto/images/default/sprite_next.png) center right no-repeat;cursor:pointer}\r\ndiv.pp_default .pp_previous:hover{background:url(../prettyphoto/images/default/sprite_prev.png) center left no-repeat;cursor:pointer}\r\ndiv.pp_default .pp_expand{background:url(../prettyphoto/images/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}\r\ndiv.pp_default .pp_expand:hover{background:url(../prettyphoto/images/default/sprite.png) 0 -56px no-repeat;cursor:pointer}\r\ndiv.pp_default .pp_contract{background:url(../prettyphoto/images/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}\r\ndiv.pp_default .pp_contract:hover{background:url(../prettyphoto/images/default/sprite.png) 0 -113px no-repeat;cursor:pointer}\r\ndiv.pp_default .pp_close{width:30px;height:30px;background:url(../prettyphoto/images/default/sprite.png) 2px 1px no-repeat;cursor:pointer}\r\ndiv.pp_default .pp_gallery ul li a{background:url(../prettyphoto/images/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}\r\ndiv.pp_default .pp_social{margin-top:7px}\r\ndiv.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}\r\ndiv.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../prettyphoto/images/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}\r\ndiv.pp_default .pp_nav .pp_pause{background-position:-51px -29px}\r\ndiv.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../prettyphoto/images/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}\r\ndiv.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}\r\ndiv.pp_default .pp_content_container .pp_details{margin-top:5px}\r\ndiv.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}\r\ndiv.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}\r\ndiv.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}\r\ndiv.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}\r\ndiv.pp_default .pp_bottom .pp_left{background:url(../prettyphoto/images/default/sprite.png) -78px -127px no-repeat}\r\ndiv.pp_default .pp_bottom .pp_middle{background:url(../prettyphoto/images/default/sprite_x.png) bottom left repeat-x}\r\ndiv.pp_default .pp_bottom .pp_right{background:url(../prettyphoto/images/default/sprite.png) -112px -127px no-repeat}\r\ndiv.pp_default .pp_loaderIcon{background:url(../prettyphoto/images/default/loader.gif) center center no-repeat}\r\ndiv.light_rounded .pp_top .pp_left{background:url(../prettyphoto/images/light_rounded/sprite.png) -88px -53px no-repeat}\r\ndiv.light_rounded .pp_top .pp_right{background:url(../prettyphoto/images/light_rounded/sprite.png) -110px -53px no-repeat}\r\ndiv.light_rounded .pp_next:hover{background:url(../prettyphoto/images/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_previous:hover{background:url(../prettyphoto/images/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_expand{background:url(../prettyphoto/images/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_expand:hover{background:url(../prettyphoto/images/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_contract{background:url(../prettyphoto/images/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_contract:hover{background:url(../prettyphoto/images/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_close{width:75px;height:22px;background:url(../prettyphoto/images/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}\r\ndiv.light_rounded .pp_nav .pp_play{background:url(../prettyphoto/images/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}\r\ndiv.light_rounded .pp_nav .pp_pause{background:url(../prettyphoto/images/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}\r\ndiv.light_rounded .pp_arrow_previous{background:url(../prettyphoto/images/light_rounded/sprite.png) 0 -71px no-repeat}\r\ndiv.light_rounded .pp_arrow_next{background:url(../prettyphoto/images/light_rounded/sprite.png) -22px -71px no-repeat}\r\ndiv.light_rounded .pp_bottom .pp_left{background:url(../prettyphoto/images/light_rounded/sprite.png) -88px -80px no-repeat}\r\ndiv.light_rounded .pp_bottom .pp_right{background:url(../prettyphoto/images/light_rounded/sprite.png) -110px -80px no-repeat}\r\ndiv.dark_rounded .pp_top .pp_left{background:url(../prettyphoto/images/dark_rounded/sprite.png) -88px -53px no-repeat}\r\ndiv.dark_rounded .pp_top .pp_right{background:url(../prettyphoto/images/dark_rounded/sprite.png) -110px -53px no-repeat}\r\ndiv.dark_rounded .pp_content_container .pp_left{background:url(../prettyphoto/images/dark_rounded/contentPattern.png) top left repeat-y}\r\ndiv.dark_rounded .pp_content_container .pp_right{background:url(../prettyphoto/images/dark_rounded/contentPattern.png) top right repeat-y}\r\ndiv.dark_rounded .pp_next:hover{background:url(../prettyphoto/images/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_previous:hover{background:url(../prettyphoto/images/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_expand{background:url(../prettyphoto/images/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_expand:hover{background:url(../prettyphoto/images/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_contract{background:url(../prettyphoto/images/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_contract:hover{background:url(../prettyphoto/images/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_close{width:75px;height:22px;background:url(../prettyphoto/images/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}\r\ndiv.dark_rounded .pp_description{margin-right:85px;color:#fff}\r\ndiv.dark_rounded .pp_nav .pp_play{background:url(../prettyphoto/images/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}\r\ndiv.dark_rounded .pp_nav .pp_pause{background:url(../prettyphoto/images/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}\r\ndiv.dark_rounded .pp_arrow_previous{background:url(../prettyphoto/images/dark_rounded/sprite.png) 0 -71px no-repeat}\r\ndiv.dark_rounded .pp_arrow_next{background:url(../prettyphoto/images/dark_rounded/sprite.png) -22px -71px no-repeat}\r\ndiv.dark_rounded .pp_bottom .pp_left{background:url(../prettyphoto/images/dark_rounded/sprite.png) -88px -80px no-repeat}\r\ndiv.dark_rounded .pp_bottom .pp_right{background:url(../prettyphoto/images/dark_rounded/sprite.png) -110px -80px no-repeat}\r\ndiv.dark_rounded .pp_loaderIcon{background:url(../prettyphoto/images/dark_rounded/loader.gif) center center no-repeat}\r\ndiv.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}\r\ndiv.dark_square .pp_description{color:#fff;margin:0 85px 0 0}\r\ndiv.dark_square .pp_loaderIcon{background:url(../prettyphoto/images/dark_square/loader.gif) center center no-repeat}\r\ndiv.dark_square .pp_expand{background:url(../prettyphoto/images/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}\r\ndiv.dark_square .pp_expand:hover{background:url(../prettyphoto/images/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}\r\ndiv.dark_square .pp_contract{background:url(../prettyphoto/images/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}\r\ndiv.dark_square .pp_contract:hover{background:url(../prettyphoto/images/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}\r\ndiv.dark_square .pp_close{width:75px;height:22px;background:url(../prettyphoto/images/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}\r\ndiv.dark_square .pp_nav{clear:none}\r\ndiv.dark_square .pp_nav .pp_play{background:url(../prettyphoto/images/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}\r\ndiv.dark_square .pp_nav .pp_pause{background:url(../prettyphoto/images/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}\r\ndiv.dark_square .pp_arrow_previous{background:url(../prettyphoto/images/dark_square/sprite.png) 0 -71px no-repeat}\r\ndiv.dark_square .pp_arrow_next{background:url(../prettyphoto/images/dark_square/sprite.png) -22px -71px no-repeat}\r\ndiv.dark_square .pp_next:hover{background:url(../prettyphoto/images/dark_square/btnNext.png) center right no-repeat;cursor:pointer}\r\ndiv.dark_square .pp_previous:hover{background:url(../prettyphoto/images/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}\r\ndiv.light_square .pp_expand{background:url(../prettyphoto/images/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}\r\ndiv.light_square .pp_expand:hover{background:url(../prettyphoto/images/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}\r\ndiv.light_square .pp_contract{background:url(../prettyphoto/images/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}\r\ndiv.light_square .pp_contract:hover{background:url(../prettyphoto/images/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}\r\ndiv.light_square .pp_close{width:75px;height:22px;background:url(../prettyphoto/images/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}\r\ndiv.light_square .pp_nav .pp_play{background:url(../prettyphoto/images/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}\r\ndiv.light_square .pp_nav .pp_pause{background:url(../prettyphoto/images/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}\r\ndiv.light_square .pp_arrow_previous{background:url(../prettyphoto/images/light_square/sprite.png) 0 -71px no-repeat}\r\ndiv.light_square .pp_arrow_next{background:url(../prettyphoto/images/light_square/sprite.png) -22px -71px no-repeat}\r\ndiv.light_square .pp_next:hover{background:url(../prettyphoto/images/light_square/btnNext.png) center right no-repeat;cursor:pointer}\r\ndiv.light_square .pp_previous:hover{background:url(../prettyphoto/images/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}\r\ndiv.facebook .pp_top .pp_left{background:url(../prettyphoto/images/facebook/sprite.png) -88px -53px no-repeat}\r\ndiv.facebook .pp_top .pp_middle{background:url(../prettyphoto/images/facebook/contentPatternTop.png) top left repeat-x}\r\ndiv.facebook .pp_top .pp_right{background:url(../prettyphoto/images/facebook/sprite.png) -110px -53px no-repeat}\r\ndiv.facebook .pp_content_container .pp_left{background:url(../prettyphoto/images/facebook/contentPatternLeft.png) top left repeat-y}\r\ndiv.facebook .pp_content_container .pp_right{background:url(../prettyphoto/images/facebook/contentPatternRight.png) top right repeat-y}\r\ndiv.facebook .pp_expand{background:url(../prettyphoto/images/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}\r\ndiv.facebook .pp_expand:hover{background:url(../prettyphoto/images/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}\r\ndiv.facebook .pp_contract{background:url(../prettyphoto/images/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}\r\ndiv.facebook .pp_contract:hover{background:url(../prettyphoto/images/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}\r\ndiv.facebook .pp_close{width:22px;height:22px;background:url(../prettyphoto/images/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}\r\ndiv.facebook .pp_description{margin:0 37px 0 0}\r\ndiv.facebook .pp_loaderIcon{background:url(../prettyphoto/images/facebook/loader.gif) center center no-repeat}\r\ndiv.facebook .pp_arrow_previous{background:url(../prettyphoto/images/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}\r\ndiv.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}\r\ndiv.facebook .pp_arrow_next{background:url(../prettyphoto/images/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}\r\ndiv.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}\r\ndiv.facebook .pp_nav{margin-top:0}\r\ndiv.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}\r\ndiv.facebook .pp_nav .pp_play{background:url(../prettyphoto/images/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}\r\ndiv.facebook .pp_nav .pp_pause{background:url(../prettyphoto/images/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}\r\ndiv.facebook .pp_next:hover{background:url(../prettyphoto/images/facebook/btnNext.png) center right no-repeat;cursor:pointer}\r\ndiv.facebook .pp_previous:hover{background:url(../prettyphoto/images/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}\r\ndiv.facebook .pp_bottom .pp_left{background:url(../prettyphoto/images/facebook/sprite.png) -88px -80px no-repeat}\r\ndiv.facebook .pp_bottom .pp_middle{background:url(../prettyphoto/images/facebook/contentPatternBottom.png) top left repeat-x}\r\ndiv.facebook .pp_bottom .pp_right{background:url(../prettyphoto/images/facebook/sprite.png) -110px -80px no-repeat}\r\ndiv.pp_pic_holder a:focus{outline:none}\r\ndiv.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}\r\ndiv.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}\r\n.pp_content{height:40px;min-width:40px}\r\n* html .pp_content{width:40px}\r\n.pp_content_container{position:relative;text-align:left;width:100%}\r\n.pp_content_container .pp_left{padding-left:20px}\r\n.pp_content_container .pp_right{padding-right:20px}\r\n.pp_content_container .pp_details{float:left;margin:10px 0 2px}\r\n.pp_description{display:none;margin:0}\r\n.pp_social{float:left;margin:0}\r\n.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}\r\n.pp_social .twitter{float:left}\r\n.pp_nav{clear:right;float:left;margin:3px 10px 0 0}\r\n.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}\r\n.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}\r\na.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}\r\n.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}\r\n.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}\r\n.pp_gallery div{float:left;overflow:hidden;position:relative}\r\n.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}\r\n.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}\r\n.pp_gallery ul a img{border:0}\r\n.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}\r\n.pp_gallery li.default a{background:url(../prettyphoto/images/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}\r\n.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}\r\na.pp_next{background:url(../prettyphoto/images/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}\r\na.pp_previous{background:url(../prettyphoto/images/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}\r\na.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}\r\na.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}\r\n.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}\r\n#pp_full_res{line-height:1!important}\r\n#pp_full_res .pp_inline{text-align:left}\r\n#pp_full_res .pp_inline p{margin:0 0 15px}\r\ndiv.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}\r\ndiv.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}\r\ndiv.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}\r\ndiv.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}\r\ndiv.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}\r\ndiv.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}\r\ndiv.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}\r\ndiv.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}\r\ndiv.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}\r\ndiv.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}\r\ndiv.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../prettyphoto/images/light_rounded/loader.gif) center center no-repeat}\r\ndiv.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../prettyphoto/images/dark_rounded/contentPattern.png) top left repeat}\r\ndiv.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}\r\ndiv.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}\r\n.pp_top,.pp_bottom{height:20px;position:relative}\r\n* html .pp_top,* html .pp_bottom{padding:0 20px}\r\n.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}\r\n.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}\r\n* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}\r\n.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}\r\n.pp_fade,.pp_gallery li.default a img{display:none}{*----------<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"modules/Gallery/templates/prettyphoto/jquery.prettyPhoto.js\"></script>\r\n\r\n<script type=\"text/javascript\" charset=\"utf-8\">\r\n$(document).ready(function(){\r\n	$(\"a[rel^=\'prettyPhoto\']\").prettyPhoto({\r\n			animation_speed: \'fast\',\r\n			slideshow: 5000,\r\n			autoplay_slideshow: false,\r\n			show_title: true,\r\n			allow_resize: true,\r\n			counter_separator_label: \'/\',\r\n			theme: \'pp_default\', /* light_rounded / dark_rounded / light_square / dark_square / facebook */\r\n			hideflash: false, /* Hides all the flash object on a page, set to TRUE if flash appears over prettyPhoto */\r\n			overlay_gallery: true,\r\n			keyboard_shortcuts: true,\r\n			deeplinking: false\r\n	});\r\n});\r\n</script>*}',NULL,NULL),('Gallery_mapi_pref_current_template','prettyPhoto',NULL,NULL),('Gallery_mapi_pref_singleimg_template','prettyPhoto',NULL,NULL),('Gallery_mapi_pref_singleimg_template_html','<a class=\"group\" href=\"{$image->file|escape:\'url\'|replace:\'%2F\':\'/\'}\" title=\"{$image->title}\" rel=\"prettyPhoto\"><img src=\"{$image->thumb|escape:\'url\'|replace:\'%2F\':\'/\'}\" alt=\"{$image->title}\" /></a>',NULL,NULL),('Gallery_mapi_pref_urlprefix','gallery',NULL,NULL),('Gallery_mapi_pref_allowed_extensions','jpg,jpeg,gif,png',NULL,NULL),('Gallery_mapi_pref_maximagewidth','800',NULL,NULL),('Gallery_mapi_pref_maximageheight','640',NULL,NULL),('Gallery_mapi_pref_imagejpgquality','80',NULL,NULL),('Gallery_mapi_pref_thumbjpgquality','80',NULL,NULL),('Gallery_mapi_pref_use_permissions','0',NULL,NULL),('Gallery_mapi_pref_newgalleries_active','1',NULL,NULL),('Gallery_mapi_pref_use_comment_wysiwyg','0',NULL,NULL),('Gallery_mapi_pref_editdirdates','0',NULL,NULL),('Gallery_mapi_pref_editfiledates','0',NULL,NULL),('Gallery_mapi_pref_fe_folderpath','modules/Gallery/images/folder.png',NULL,NULL),('Gallery_mapi_pref_be_folderpath','modules/Gallery/images/foldersmall.png',NULL,NULL),('CGExtensions_mapi_pref_imageextensions','jpg,png,gif',NULL,NULL),('CGExtensions_mapi_pref_thumbnailsize','75',NULL,NULL),('CGExtensions_mapi_pref_watermark_text','Policlinica Carit-San Centru Medical',NULL,NULL),('CGExtensions_mapi_pref_watermark_textsize','12',NULL,NULL),('CGExtensions_mapi_pref_watermark_angle','0',NULL,NULL),('CGExtensions_mapi_pref_watermark_font','ARIAL.TTF',NULL,NULL),('CGExtensions_mapi_pref_watermark_bgcolor','#FFFFFF',NULL,NULL),('CGExtensions_mapi_pref_watermark_textcolor','#000000',NULL,NULL),('CGExtensions_mapi_pref_watermark_transparent','1',NULL,NULL),('CGExtensions_mapi_pref_dflt_sortablelist_template_content','{* sortable list template *}\n\n{*\n This template provides one example of using javascript in a CMS module template.  The javascript is left here as an example of how one can interact with smarty in javascript.  You may infact want to put most of these functions into a seperate .js file and include it somewhere in your head section.\n\n You are free to modify this javascript and this template.  However, the php driver scripts look for a field named in the smarty variable {$selectarea_prefix}, and expect that to be a comma seperated list of values.\n *}\n\n{literal}\n<script type=\'text/javascript\'>\nvar allowduplicates = {/literal}{$allowduplicates};{literal}\nvar selectlist = {/literal}\"{$selectarea_prefix}_selectlist\";{literal}\nvar masterlist = {/literal}\"{$selectarea_prefix}_masterlist\";{literal}\nvar addbtn = {/literal}\"{$selectarea_prefix}_add\";{literal}\nvar rembtn = {/literal}\"{$selectarea_prefix}_remove\";{literal}\nvar upbtn = {/literal}\"{$selectarea_prefix}_up\";{literal}\nvar downbtn = {/literal}\"{$selectarea_prefix}_down\";{literal}\nvar valuefld = {/literal}\"{$selectarea_prefix}\";{literal}\nvar max_selected = {/literal}{$max_selected};{literal}\n\nfunction selectarea_update_value()\n{\n  var sel_elem = document.getElementById(selectlist);\n  var val_elem = document.getElementById(valuefld);\n  var sel_idx = sel_elem.selectedIndex;\n  var opts = sel_elem.getElementsByTagName(\'option\');\n  var tmp = new Array();\n  for( i = 0; i < opts.length; i++ )\n    {\n      tmp[tmp.length] = opts[i].value;\n    }\n  var str = tmp.join(\',\');\n  val_elem.value = str;  \n}\n\nfunction selectarea_handle_down()\n{\n  var sel_elem = document.getElementById(selectlist);\n  var sel_idx = sel_elem.selectedIndex;\n  var opts = sel_elem.getElementsByTagName(\'option\');\n  for( var i = opts.length - 2; i >= 0; i-- )\n    {\n      var opt = opts[i];\n      if( opt.selected )\n        {\n           var nextopt = opts[i+1];\n           opt = sel_elem.removeChild(opt);\n           nextopt = sel_elem.replaceChild(opt,nextopt);\n           sel_elem.insertBefore(nextopt,opt);\n        }\n    }\n  selectarea_update_value();\n}\n\nfunction selectarea_handle_up()\n{\n  var sel_elem = document.getElementById(selectlist);\n  var sel_idx = sel_elem.selectedIndex;\n  var opts = sel_elem.getElementsByTagName(\'option\');\n  if( sel_idx > 0 )\n    {\n      for( var i = 1; i < opts.length; i++ )\n        {\n          var opt = opts[i];\n          if( opt.selected )\n            {\n              sel_elem.removeChild(opt);\n               sel_elem.insertBefore(opt, opts[i-1]);\n            }\n        }\n    }\n  selectarea_update_value();\n}\n\nfunction selectarea_handle_remove()\n{\n  var sel_elem = document.getElementById(selectlist);\n  var sel_idx = sel_elem.selectedIndex;\n  if( sel_idx >= 0 )\n    {\n      var val = sel_elem.options[sel_idx].value;\n      sel_elem.remove(sel_idx);\n    }\n  selectarea_update_value();\n}\n\nfunction selectarea_handle_add()\n{\n  var mas_elem = document.getElementById(masterlist);\n  var mas_idx = mas_elem.selectedIndex;\n  var sel_elem = document.getElementById(selectlist);\n  var opts = sel_elem.getElementsByTagName(\'option\');\n  if( opts.length >= max_selected && max_selected > 0) return;\n  if( mas_idx >= 0 )\n    {\n      var newOpt = document.createElement(\'option\');\n      newOpt.text = mas_elem.options[mas_idx].text;\n      newOpt.value = mas_elem.options[mas_idx].value;\n      if( allowduplicates == 0 )\n        {\n          for( var i = 0; i < opts.length; i++ )\n          {\n            if( opts[i].value == newOpt.value ) return;\n          }\n        }\n      sel_elem.add(newOpt,null);\n    }\n  selectarea_update_value();\n}\n\n\nfunction selectarea_handle_select()\n{\n  var sel_elem = document.getElementById(selectlist);\n  var sel_idx = sel_elem.selectedIndex;\n  var mas_elem = document.getElementById(masterlist);\n  var mas_idx = mas_elem.selectedIndex;\n  addbtn.disabled = (mas_idx >= 0);\n  rembtn.disabled = (sel_idx >= 0);\n  addbtn.disabled = (sel_idx >= 0);\n  downbtn.disabled = (sel_idx >= 0);\n}\n\n</script>\n{/literal}\n\n <table>\n   <tr>\n     <td>\n      {* left column - for the selected items *}\n      {$label_left}<br/>\n      <select id=\"{$selectarea_prefix}_selectlist\" size=\"10\" onchange=\"selectarea_handle_select();\">\n        {html_options options=$selectarea_selected}\n      </select><br/>\n     </td>\n     <td>\n      {* center column - for the add/delete buttons *}\n      <input type=\"submit\" id=\"{$selectarea_prefix}_add\" value=\"&lt;&lt;\" onclick=\"selectarea_handle_add(); return false;\"/><br/>\n      <input type=\"submit\" id=\"{$selectarea_prefix}_remove\" value=\"&gt;&gt;\" onclick=\"selectarea_handle_remove(); return false;\"/><br/>\n      <input type=\"submit\" id=\"{$selectarea_prefix}_up\" value=\"{$upstr}\" onclick=\"selectarea_handle_up(); return false;\"/><br/>\n      <input type=\"submit\" id=\"{$selectarea_prefix}_down\" value=\"{$downstr}\" onclick=\"selectarea_handle_down(); return false;\"/><br/>\n     </td>\n     <td>\n      {* right column - for the master list *}\n      {$label_right}<br/>\n      <select id=\"{$selectarea_prefix}_masterlist\" size=\"10\" onchange=\"selectarea_handle_select();\">\n        {html_options options=$selectarea_masterlist}\n      </select>\n     </td>\n   </tr>\n </table>\n <div><input type=\"hidden\" id=\"{$selectarea_prefix}\" name=\"{$selectarea_prefix}\" value=\"{$selectarea_selected_str}\" /></div>\n',NULL,NULL),('CGExtensions_mapi_pref_dflt_sortablelist_template','Sample',NULL,NULL),('cf669c2c49b7eeaf80506380723ea25f6','a:14:{s:6:\"cgform\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:4:{s:4:\"name\";s:6:\"cgform\";s:6:\"module\";s:11:\"JQueryTools\";s:6:\"jsfile\";a:1:{i:0;s:93:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/cgform.lib/jquery.cgform.js\";}s:7:\"depends\";a:1:{i:0;s:6:\"jquery\";}}}s:7:\"cluetip\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:5:{s:4:\"name\";s:7:\"cluetip\";s:6:\"module\";s:11:\"JQueryTools\";s:6:\"jsfile\";a:3:{i:0;s:103:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/cluetip.lib/lib/jquery.hoverIntent.js\";i:1;s:104:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/cluetip.lib/lib/jquery.bgiframe.min.js\";i:2;s:99:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/cluetip.lib/jquery.cluetip.min.js\";}s:7:\"cssfile\";a:1:{i:0;s:96:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/cluetip.lib/jquery.cluetip.css\";}s:7:\"depends\";a:1:{i:0;s:6:\"jquery\";}}}s:8:\"combobox\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:4:{s:4:\"name\";s:8:\"combobox\";s:6:\"module\";s:11:\"JQueryTools\";s:6:\"jsfile\";a:1:{i:0;s:104:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/combobox.lib/jquery.custom-combobox.js\";}s:7:\"depends\";a:1:{i:0;s:2:\"ui\";}}}s:8:\"fancybox\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:5:{s:4:\"name\";s:8:\"fancybox\";s:6:\"module\";s:11:\"JQueryTools\";s:6:\"jsfile\";a:2:{i:0;s:102:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/fancybox.lib/jquery.fancybox.pack.js\";i:1;s:110:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/fancybox.lib/jquery.mousewheel-3.0.6.pack.js\";}s:7:\"cssfile\";a:1:{i:0;s:98:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/fancybox.lib/jquery.fancybox.css\";}s:7:\"depends\";a:1:{i:0;s:6:\"jquery\";}}}s:10:\"fileupload\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:4:{s:4:\"name\";s:10:\"fileupload\";s:6:\"module\";s:11:\"JQueryTools\";s:6:\"jsfile\";a:2:{i:0;s:110:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/fileupload.lib/js/jquery.iframe-transport.js\";i:1;s:104:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/fileupload.lib/js/jquery.fileupload.js\";}s:7:\"depends\";a:2:{i:0;s:6:\"jquery\";i:1;s:2:\"ui\";}}}s:4:\"form\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:4:{s:4:\"name\";s:4:\"form\";s:6:\"module\";s:11:\"JQueryTools\";s:6:\"jsfile\";a:1:{i:0;s:89:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/form.lib/jquery.form.js\";}s:7:\"depends\";a:1:{i:0;s:6:\"jquery\";}}}s:6:\"jquery\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:3:{s:4:\"name\";s:6:\"jquery\";s:6:\"module\";s:11:\"JQueryTools\";s:6:\"jsfile\";a:2:{i:0;s:97:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/jquery.lib/jquery-1.11.1.min.js\";i:1;s:104:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/jquery.lib/jquery-migrate-1.2.1.min.js\";}}}s:11:\"jquerytools\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:4:{s:4:\"name\";s:11:\"jquerytools\";s:6:\"module\";s:11:\"JQueryTools\";s:7:\"cssfile\";a:1:{i:0;s:97:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/jquerytools.lib/JQueryTools.css\";}s:7:\"depends\";a:1:{i:0;s:11:\"tablesorter\";}}}s:4:\"json\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:4:{s:4:\"name\";s:4:\"json\";s:6:\"module\";s:11:\"JQueryTools\";s:6:\"jsfile\";a:1:{i:0;s:97:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/json.lib/jquery.json-2.4.min.js\";}s:7:\"depends\";a:1:{i:0;s:6:\"jquery\";}}}s:7:\"jsviews\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:4:{s:4:\"name\";s:7:\"jsviews\";s:6:\"module\";s:11:\"JQueryTools\";s:6:\"jsfile\";a:1:{i:0;s:92:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/jsviews.lib/jsviews.min.js\";}s:7:\"depends\";a:1:{i:0;s:6:\"jquery\";}}}s:8:\"lightbox\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:5:{s:4:\"name\";s:8:\"lightbox\";s:6:\"module\";s:11:\"JQueryTools\";s:6:\"jsfile\";a:1:{i:0;s:105:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/lightbox.lib/jquery.lightbox-0.5.min.js\";}s:7:\"cssfile\";a:1:{i:0;s:106:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/lightbox.lib/css/jquery.lightbox-0.5.css\";}s:7:\"depends\";a:1:{i:0;s:6:\"jquery\";}}}s:11:\"tablesorter\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:4:{s:4:\"name\";s:11:\"tablesorter\";s:6:\"module\";s:11:\"JQueryTools\";s:6:\"jsfile\";a:2:{i:0;s:107:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/tablesorter.lib/jquery.tablesorter.min.js\";i:1;s:100:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/tablesorter.lib/jquery.metadata.js\";}s:7:\"depends\";a:1:{i:0;s:6:\"jquery\";}}}s:2:\"ui\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:5:{s:4:\"name\";s:2:\"ui\";s:6:\"module\";s:11:\"JQueryTools\";s:6:\"jsfile\";a:1:{i:0;s:89:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/ui.lib/jquery-ui.min.js\";}s:7:\"cssfile\";a:1:{i:0;s:90:\"/home/admin/public_html/clients/carit-san/modules/JQueryTools/lib/ui.lib/jquery-ui.min.css\";}s:7:\"depends\";a:1:{i:0;s:6:\"jquery\";}}}s:13:\"cg_datepicker\";O:29:\"CGExtensions\\jsloader\\libdefn\":1:{s:36:\"\0CGExtensions\\jsloader\\libdefn\0_data\";a:2:{s:4:\"name\";s:13:\"cg_datepicker\";s:8:\"callback\";s:36:\"\\JQueryTools\\datepicker_plugin::load\";}}}',NULL,NULL),('SEOTools2_mapi_pref_additional_meta_tags','<!-- Favicons -->\r\n<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\r\n<link rel=\"icon\" type=\"image/png\" href=\"/favicon-32x32.png\" sizes=\"32x32\">\r\n<link rel=\"icon\" type=\"image/png\" href=\"/favicon-16x16.png\" sizes=\"16x16\">\r\n<link rel=\"manifest\" href=\"/manifest.json\">\r\n<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#999999\">\r\n<meta name=\"apple-mobile-web-app-title\" content=\"VISMARK&reg;\">\r\n<meta name=\"application-name\" content=\"VISMARK&reg;\">\r\n<meta name=\"msapplication-TileColor\" content=\"#ffffff\">\r\n<meta name=\"msapplication-TileImage\" content=\"/mstile-144x144.png\">\r\n<meta name=\"theme-color\" content=\"#ffffff\">\r\n<!-- End of Favicons -->\r\n<!-- OG\'s -->\r\n',NULL,NULL),('SEOTools2_mapi_pref_create_robots','1',NULL,NULL),('SEOTools2_mapi_pref_create_sitemap','1',NULL,NULL),('SEOTools2_mapi_pref_default_keywords','logo design, web design, brand design, design agency, visual identity, creare logo, branding, european agency',NULL,NULL),('SEOTools2_mapi_pref_description_auto','{$metadescription}',NULL,NULL),('SEOTools2_mapi_pref_description_auto_generate','1',NULL,NULL),('SEOTools2_mapi_pref_description_block','metadescription',NULL,NULL),('SEOTools2_mapi_pref_detail_keywords_var','detail_keywords',NULL,NULL),('SEOTools2_mapi_pref_keyword_content_weight','1',NULL,NULL),('SEOTools2_mapi_pref_keyword_description_weight','4',NULL,NULL),('SEOTools2_mapi_pref_keyword_exclude','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, lorem, coming',NULL,NULL),('SEOTools2_mapi_pref_keyword_headline_weight','2',NULL,NULL),('SEOTools2_mapi_pref_keyword_minimum_weight','7',NULL,NULL),('SEOTools2_mapi_pref_keyword_minlength','5',NULL,NULL),('SEOTools2_mapi_pref_keyword_title_weight','6',NULL,NULL),('SEOTools2_mapi_pref_meta_contributor','',NULL,NULL),('SEOTools2_mapi_pref_meta_copyright','(c) {custom_copyright} {sitename}. All rights reserved.',NULL,NULL),('SEOTools2_mapi_pref_meta_dublincore','0',NULL,NULL),('SEOTools2_mapi_pref_meta_latitude','',NULL,NULL),('SEOTools2_mapi_pref_meta_location','Bucharest',NULL,NULL),('SEOTools2_mapi_pref_meta_longitude','',NULL,NULL),('SEOTools2_mapi_pref_meta_opengraph','1',NULL,NULL),('SEOTools2_mapi_pref_meta_opengraph_admins','',NULL,NULL),('SEOTools2_mapi_pref_meta_opengraph_application','',NULL,NULL),('SEOTools2_mapi_pref_meta_opengraph_image','',NULL,NULL),('SEOTools2_mapi_pref_meta_opengraph_sitename','{sitename}',NULL,NULL),('SEOTools2_mapi_pref_meta_opengraph_title','{if isset($ArticleTitle)}{$ArticleTitle}{else}{title}{/if} | {sitename}',NULL,NULL),('SEOTools2_mapi_pref_meta_opengraph_type','website',NULL,NULL),('SEOTools2_mapi_pref_meta_publisher','{sitename}',NULL,NULL),('SEOTools2_mapi_pref_meta_region','RO-B',NULL,NULL),('SEOTools2_mapi_pref_meta_standard','1',NULL,NULL),('SEOTools2_mapi_pref_push_sitemap','1',NULL,NULL),('SEOTools2_mapi_pref_title','{if isset($ArticleTitle)}{$ArticleTitle}{else}{title}{/if} | {sitename}',NULL,NULL),('SEOTools2_mapi_pref_title_meta','{if isset($ArticleTitle)}{$ArticleTitle}{else}{title}{/if} | {sitename}',NULL,NULL),('SEOTools2_mapi_pref_pref_verification','',NULL,NULL),('SEOTools2_mapi_pref_meta_doctype','3',NULL,NULL),('SEOTools2_mapi_pref_compile_udts','1',NULL,NULL),('SEOTools2_mapi_pref_r_before','',NULL,NULL),('SEOTools2_mapi_pref_r_after','',NULL,NULL),('TinyMCE_mapi_pref_skin','default',NULL,NULL),('TinyMCE_mapi_pref_source_formatting','1',NULL,NULL),('TinyMCE_mapi_pref_editor_width','800',NULL,NULL),('TinyMCE_mapi_pref_editor_width_auto','1',NULL,NULL),('TinyMCE_mapi_pref_editor_width_unit','',NULL,NULL),('TinyMCE_mapi_pref_editor_height','400',NULL,NULL),('TinyMCE_mapi_pref_editor_height_auto','1',NULL,NULL),('TinyMCE_mapi_pref_editor_height_unit','',NULL,NULL),('TinyMCE_mapi_pref_show_path','1',NULL,NULL),('TinyMCE_mapi_pref_striptags','true',NULL,NULL),('TinyMCE_mapi_pref_imagebrowserstyle','both',NULL,NULL),('TinyMCE_mapi_pref_allowscaling','0',NULL,NULL),('TinyMCE_mapi_pref_scalingwidth','800',NULL,NULL),('TinyMCE_mapi_pref_scalingheight','600',NULL,NULL),('TinyMCE_mapi_pref_filepickerstyle','both',NULL,NULL),('TinyMCE_mapi_pref_fpwidth','700',NULL,NULL),('TinyMCE_mapi_pref_fpheight','500',NULL,NULL),('TinyMCE_mapi_pref_toolbar1','cut,paste,pastetext,pasteword,copy,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,formatselect,fontselect,fontsizeselect',NULL,NULL),('TinyMCE_mapi_pref_toolbar2','bold,italic,underline,strikethrough,advhr,separator,bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,customdropdown,cmslinker,link,unlink,anchor,image,charmap,cleanup,separator,forecolor,backcolor,separator,code,spellchecker,fullscreen,help',NULL,NULL),('TinyMCE_mapi_pref_toolbar3','',NULL,NULL),('TinyMCE_mapi_pref_allow_tables','1',NULL,NULL),('TinyMCE_mapi_pref_allowupload','0',NULL,NULL),('TinyMCE_mapi_pref_showtogglebutton','1',NULL,NULL),('TinyMCE_mapi_pref_advanced_toolbar1','cut,paste,pastetext,pasteword,copy,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,formatselect,fontselect,fontsizeselect',NULL,NULL),('TinyMCE_mapi_pref_advanced_toolbar2','bold,italic,underline,strikethrough,advhr,separator,bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,customdropdown,cmslinker,link,unlink,anchor,image,charmap,cleanup,separator,forecolor,backcolor,separator,code,spellchecker,fullscreen,help',NULL,NULL),('TinyMCE_mapi_pref_advanced_toolbar3','',NULL,NULL),('TinyMCE_mapi_pref_advanced_allow_tables','1',NULL,NULL),('TinyMCE_mapi_pref_advanced_allowupload','0',NULL,NULL),('TinyMCE_mapi_pref_advanced_showtogglebutton','1',NULL,NULL),('TinyMCE_mapi_pref_front_toolbar1','cut,paste,pastetext,pasteword,copy,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,formatselect,fontselect,fontsizeselect',NULL,NULL),('TinyMCE_mapi_pref_front_toolbar2','bold,italic,underline,strikethrough,advhr,separator,bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,cmslinker,link,unlink,anchor,image,charmap,cleanup,separator,forecolor,backcolor,separator,code,spellchecker,fullscreen,help',NULL,NULL),('TinyMCE_mapi_pref_front_toolbar3','',NULL,NULL),('TinyMCE_mapi_pref_front_allow_tables','1',NULL,NULL),('TinyMCE_mapi_pref_front_showtogglebutton','1',NULL,NULL),('TinyMCE_mapi_pref_plugins','advlink,advimage,paste,spellchecker,imagemanager,inlinepopups,contextmenu',NULL,NULL),('TinyMCE_mapi_pref_newlinestyle','p',NULL,NULL),('TinyMCE_mapi_pref_usehtml5scheme','0',NULL,NULL),('TinyMCE_mapi_pref_usecompression','0',NULL,NULL),('TinyMCE_mapi_pref_entityencoding','raw',NULL,NULL),('TinyMCE_mapi_pref_bodycss','',NULL,NULL),('TinyMCE_mapi_pref_forcedrootblock','false',NULL,NULL),('TinyMCE_mapi_pref_customdropdown','Insert CMS version info|{cms_version} {cms_versionname}\r\n---|---\r\nInsert Smarty {literal} around selection|{literal}|{/literal}',NULL,NULL),('TinyMCE_mapi_pref_extraconfig','theme_advanced_styles : \"Image Responsive=img-responsive;Image Rounded=img-rounded;\"',NULL,NULL),('TinyMCE_mapi_pref_forcecleanpaste','0',NULL,NULL),('TinyMCE_mapi_pref_startenabled','1',NULL,NULL),('TinyMCE_mapi_pref_loadcmslinker','1',NULL,NULL),('TinyMCE_mapi_pref_cmslinkerstyle','selflink',NULL,NULL),('TinyMCE_mapi_pref_cmslinkeradds','',NULL,NULL),('TinyMCE_mapi_pref_usestaticconfig','0',NULL,NULL),('TinyMCE_mapi_pref_ignoremodifyfiles','0',NULL,NULL),('TinyMCE_mapi_pref_dropdownblockformats','h1,h2,h3,h4,h5,h6,blockquote,dt,dd,code,samp',NULL,NULL),('CGSmartImage_mapi_pref_embed_mode','smart',NULL,NULL),('CGSmartImage_mapi_pref_embed_size','32',NULL,NULL),('CGSmartImage_mapi_pref_embed_type','png,jpg,gif',NULL,NULL),('CGSmartImage_mapi_pref_image_url_hascachedir','0',NULL,NULL),('CGSmartImage_mapi_pref_cache_age','0',NULL,NULL),('CGSmartImage_mapi_pref_responsive','0',NULL,NULL),('CGSmartImage_mapi_pref_progressive','0',NULL,NULL),('CGSmartImage_mapi_pref_aliases','a:1:{i:0;a:2:{s:4:\"name\";s:13:\"std_thumbnail\";s:7:\"options\";s:39:\"filter_watermark=1 width=150 height=150\";}}',NULL,NULL),('thumbnail_width','252',NULL,NULL),('thumbnail_height','252',NULL,NULL),('searchmodule','Search',NULL,NULL),('TinyMCE_mapi_pref_module_plugins','',NULL,NULL),('Portfolio_mapi_pref_item_alias_edit','1',NULL,NULL),('TinyMCE_mapi_pref_allowresizing','both',NULL,NULL),('TinyMCE_mapi_pref_makethumbnail','1',NULL,NULL),('TinyMCE_mapi_pref_dateformat','%Y-%m-%d',NULL,NULL),('TinyMCE_mapi_pref_timeformat','%H:%M:%S',NULL,NULL),('TinyMCE_mapi_pref_showthumbnailfiles','0',NULL,NULL),('18015d14f40b78e66a2ab3170d20b64e','1487317765',NULL,NULL),('SlideShow_mapi_pref_item_title','Title',NULL,NULL),('SlideShow_mapi_pref_item_detail_returnid','-1',NULL,NULL),('SlideShow_mapi_pref_custom_fields_default','1,2',NULL,NULL),('SlideShow_mapi_pref_mode','advanced',NULL,NULL),('SlideShow_mapi_pref_sortorder_advanced','desc',NULL,NULL),('SlideShow_mapi_pref_sortby_advanced','create_date',NULL,NULL),('SlideShow_mapi_pref_summary_pagelimit_advanced','25',NULL,NULL),('SlideShow_mapi_pref_sortorder_simple','desc',NULL,NULL),('SlideShow_mapi_pref_current_summary_template','Sample',NULL,NULL),('SlideShow_mapi_pref_default_detail_template','<div class=\"item\">\n    {*values*}\n    <h2 class=\"item-title\">{$item->title}</h2>\n    <div class=\"item-category\">Category: {$item->category_name}</div>\n    <p>\n        Date: {$item->item_date}\n    </p>\n    <p>\n        Date end: {$item->item_date_end}\n    </p>\n    {*custom fields*}\n    {if !empty($item->fielddefs)}\n        <div class=\"item-properties\">\n            {foreach from=$item->fielddefs item=fielddef}\n                {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\n                    {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\n                    {*CGSmartImage quality=90 src=$item.file_location|cat:\'/\':$fielddef.value quality=90 filter_resize=\'w,500\' alt=$item->title*}                    \n                {else}\n                    {$fielddef.name}: {$fielddef.value}<br />\n                {/if}\n            {/foreach}\n        </div>\n    {/if}\n\n    {*gallery*}\n    {if $item->images|@count}\n        <ul>\n            {foreach from=$item->images item=\'image\'}        \n                <li>         \n                    <img src=\"{$image.file_location}/{$image.filename}\" alt=\"\" />\n                    {*CGSmartImage quality=90 src=$image[\'file_location\']|cat:\'/\':$image[\'filename\'] quality=90 filter_resize=\'w,500\' alt=\'\'*}\n                </li>\n            {/foreach}\n        </ul>\n    {/if}\n</div><!-- item -->',NULL,NULL),('SlideShow_mapi_pref_current_detail_template','Sample',NULL,NULL),('SlideShow_mapi_pref_default_filter_template','<div class=\"filter\">                    \n    {$formstart}\n    <fieldset>\n           {if isset($custom_fielddef)}\n        {foreach from=$custom_fielddef item=\'field\'}\n            {if $field->field}\n                <div class=\"pageoverflow\">\n                    <p class=\"pagetext\">{$field->prompt}:</p>\n                    <p class=\"pageinput\">\n                    {if !empty($field->help)}({$field->help})<br />{/if}\n                    {$field->field}\n                    {if isset($field->filename)}<br />\n                        <br />\n                        {$field->delete_file} {$field->filename}<br />\n                    {/if}\n                </p>\n            </div>\n\n        {else}\n            <div class=\"pageoverflow\">\n                <p class=\"pagetext\">{$field->prompt}</p>\n            </div>\n        {/if}\n    {/foreach}\n    {/if}\n    </fieldset>\n    {$input_submit}\n    {$formend}\n       \n</div>\n\n{if isset($results)}\n{$results}\n{/if}',NULL,NULL),('SlideShow_mapi_pref_current_filter_template','Sample',NULL,NULL),('SlideShow_mapi_pref_url_prefix','slideshow',NULL,NULL),('SlideShow_mapi_pref_friendlyname','SlideShow',NULL,NULL),('SlideShow_mapi_pref_item_singular','Item',NULL,NULL),('SlideShow_mapi_pref_item_plural','Items',NULL,NULL),('SlideShow_mapi_pref_default_category_template','{if $count > 0}\n<ul>\n{foreach from=$cats item=node}\n{if $node.depth > $node.prevdepth}\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\n{elseif $node.depth < $node.prevdepth}\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\n</li>\n{elseif $node.index > 0}</li>\n{/if}\n<li>\n{if $node.count > 0}\n	<a href=\"{$node.url}\">{$node.category_name}</a> ({$node.count}){else}<span>{$node.category_name} (0)</span>{/if}\n{/foreach}\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\n</ul>\n{/if}',NULL,NULL),('SlideShow_mapi_pref_current_category_template','Sample',NULL,NULL),('4028e365aa35ae0896851b9fa325a364','1496324305',NULL,NULL),('b38740cffe5d40756e5dd8d2190f18d9','1500903700',NULL,NULL),('d1e6e83365605bcd17f7eaa1d30e24ad','1487667158',NULL,NULL),('SlideShow_mapi_pref_default_summary_template','{foreach from=$items item=item}\n<h2>{$item->title}</h2>\n<p>{$item->item_date|cms_date_format}</p>\n{if $item->category_name}<p>{$item->category_name}<p>{/if}\n{if !empty($item->fields)}\n    <div class=\"item-properties\">\n    {foreach from=$item->fields item=fielddef}\n        {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\n            {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\n        {else}\n            {$fielddef.name}: {$fielddef.value}<br />\n        {/if}\n    {/foreach}\n    </div>\n{/if}\n<a href=\"{$item->link}\">{$item->link}</a>\n{/foreach}\n\n{if isset($pagecount) && $pagecount gt 1}\n<p>\n        {if $prevurl}<a href=\"{$prevurl}\" class=\"prev\">«</a>&nbsp;{/if}\n        <em>{$pagenumber} / {$pagecount}</em>\n        {if $nexturl}<a href=\"{$nexturl}\" class=\"next\">»</a>&nbsp;{/if}\n    </p>\n{/if}',NULL,NULL),('TinyMCE_mapi_pref_showfilemanagement','0',NULL,NULL),('TinyMCE_mapi_pref_restrictdirs','0',NULL,NULL),('TinyMCE_mapi_pref_advanced_showfilemanagement','0',NULL,NULL),('__listcontent_timelock__','1484308581',NULL,NULL),('FileManager_mapi_pref_advancedmode','0',NULL,NULL),('FileManager_mapi_pref_showthumbnails','1',NULL,NULL),('FileManager_mapi_pref_permissionstyle','xxx',NULL,NULL),('FileManager_mapi_pref_thousanddelimiter','.',NULL,NULL),('FileManager_mapi_pref_create_thumbnails','1',NULL,NULL),('SEOTools2_mapi_pref_verification','-iQ69MHroOO764oFurxGmbVh94Tt2CYR-Z_APhftZqw',NULL,NULL),('TinyMCE_mapi_pref_skinvariation','',NULL,NULL),('TinyMCE_mapi_pref_extrastyles','li {\r\n  margin-left : 16px;\r\n}',NULL,NULL),('TinyMCE_mapi_pref_loadstylesheet','1',NULL,NULL),('TinyMCE_mapi_pref_avoidlinkconversion','0',NULL,NULL),('TinyMCE_mapi_pref_relativeurls','1',NULL,NULL),('TinyMCE_mapi_pref_includeonlyscreencss','0',NULL,NULL),('Portfolio_mapi_pref_item_plural','Items',NULL,NULL),('Portfolio_mapi_pref_item_title','Title',NULL,NULL),('Portfolio_mapi_pref_item_title_edit','1',NULL,NULL),('Portfolio_mapi_pref_preview_admin','1',NULL,NULL),('Testimoniale_mapi_pref_default_category_template','{if $count > 0}\r\n<ul>\r\n{foreach from=$cats item=node}\r\n{if $node.depth > $node.prevdepth}\r\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\r\n{elseif $node.depth < $node.prevdepth}\r\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\r\n</li>\r\n{elseif $node.index > 0}</li>\r\n{/if}\r\n<li>\r\n{if $node.count > 0}\r\n	<a href=\"{$node.url}\">{$node.category_name}</a> ({$node.count}){else}<span>{$node.category_name} (0)</span>{/if}\r\n{/foreach}\r\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\r\n</ul>\r\n{/if}',NULL,NULL),('Portfolio_mapi_pref_mode','advanced',NULL,NULL),('Portfolio_mapi_pref_sortorder_advanced','desc',NULL,NULL),('Portfolio_mapi_pref_sortby_advanced','create_date',NULL,NULL),('Portfolio_mapi_pref_summary_pagelimit_advanced','25',NULL,NULL),('Portfolio_mapi_pref_current_summary_template','Sample',NULL,NULL),('Portfolio_mapi_pref_default_detail_template','<div class=\"item\">\r\n    {*values*}\r\n    <h2 class=\"item-title\">{$item->title}</h2>\r\n    <div class=\"item-category\">Category: {$item->category_name}</div>\r\n    <p>\r\n        Date: {$item->item_date}\r\n    </p>\r\n    <p>\r\n        Date end: {$item->item_date_end}\r\n    </p>\r\n    {*custom fields*}\r\n    {if !empty($item->fielddefs)}\r\n        <div class=\"item-properties\">\r\n            {foreach from=$item->fielddefs item=fielddef}\r\n                {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n                    {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n                    {*CGSmartImage quality=90 src=$item.file_location|cat:\'/\':$fielddef.value quality=90 filter_resize=\'w,500\' alt=$item->title*}                    \r\n                {else}\r\n                    {$fielddef.name}: {$fielddef.value}<br />\r\n                {/if}\r\n            {/foreach}\r\n        </div>\r\n    {/if}\r\n\r\n    {*gallery*}\r\n    {if $item->images|@count}\r\n        <ul>\r\n            {foreach from=$item->images item=\'image\'}        \r\n                <li>         \r\n                    <img src=\"{$image.file_location}/{$image.filename}\" alt=\"\" />\r\n                    {*CGSmartImage quality=90 src=$image[\'file_location\']|cat:\'/\':$image[\'filename\'] quality=90 filter_resize=\'w,500\' alt=\'\'*}\r\n                </li>\r\n            {/foreach}\r\n        </ul>\r\n    {/if}\r\n</div><!-- item -->',NULL,NULL),('Portfolio_mapi_pref_current_detail_template','Sample',NULL,NULL),('Portfolio_mapi_pref_default_filter_template','<div class=\"filter\">                    \r\n    {$formstart}\r\n    <fieldset>\r\n           {if isset($custom_fielddef)}\r\n        {foreach from=$custom_fielddef item=\'field\'}\r\n            {if $field->field}\r\n                <div class=\"pageoverflow\">\r\n                    <p class=\"pagetext\">{$field->prompt}:</p>\r\n                    <p class=\"pageinput\">\r\n                    {if !empty($field->help)}({$field->help})<br />{/if}\r\n                    {$field->field}\r\n                    {if isset($field->filename)}<br />\r\n                        <br />\r\n                        {$field->delete_file} {$field->filename}<br />\r\n                    {/if}\r\n                </p>\r\n            </div>\r\n\r\n        {else}\r\n            <div class=\"pageoverflow\">\r\n                <p class=\"pagetext\">{$field->prompt}</p>\r\n            </div>\r\n        {/if}\r\n    {/foreach}\r\n    {/if}\r\n    </fieldset>\r\n    {$input_submit}\r\n    {$formend}\r\n       \r\n</div>\r\n\r\n{if isset($results)}\r\n{$results}\r\n{/if}',NULL,NULL),('Portfolio_mapi_pref_current_filter_template','Sample',NULL,NULL),('Portfolio_mapi_pref_url_prefix','portfolio',NULL,NULL),('Portfolio_mapi_pref_friendlyname','Portfolio',NULL,NULL),('Portfolio_mapi_pref_item_singular','Item',NULL,NULL),('Portfolio_mapi_pref_default_category_template','{if $count > 0}\r\n<ul>\r\n{foreach from=$cats item=node}\r\n{if $node.depth > $node.prevdepth}\r\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\r\n{elseif $node.depth < $node.prevdepth}\r\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\r\n</li>\r\n{elseif $node.index > 0}</li>\r\n{/if}\r\n<li>\r\n{if $node.count > 0}\r\n	<a href=\"{$node.url}\">{$node.category_name}</a> ({$node.count}){else}<span>{$node.category_name} (0)</span>{/if}\r\n{/foreach}\r\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\r\n</ul>\r\n{/if}',NULL,NULL),('Portfolio_mapi_pref_default_summary_template','{foreach from=$items item=item}\r\n<h2>{$item->title}</h2>\r\n<p>{$item->item_date|cms_date_format}</p>\r\n{if $item->category_name}<p>{$item->category_name}<p>{/if}\r\n{if !empty($item->fields)}\r\n    <div class=\"item-properties\">\r\n    {foreach from=$item->fields item=fielddef}\r\n        {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n            {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n        {else}\r\n            {$fielddef.name}: {$fielddef.value}<br />\r\n        {/if}\r\n    {/foreach}\r\n    </div>\r\n{/if}\r\n<a href=\"{$item->link}\">{$item->link}</a>\r\n{/foreach}\r\n\r\n{if isset($pagecount) && $pagecount gt 1}\r\n<p>\r\n        {if $prevurl}<a href=\"{$prevurl}\" class=\"prev\">«</a>&nbsp;{/if}\r\n        <em>{$pagenumber} / {$pagecount}</em>\r\n        {if $nexturl}<a href=\"{$nexturl}\" class=\"next\">»</a>&nbsp;{/if}\r\n    </p>\r\n{/if}',NULL,NULL),('Portfolio_mapi_pref_current_category_template','Sample',NULL,NULL),('ca405c45ad0fb2b37747f40c479d4334','1480340198',NULL,NULL),('Parteneri_mapi_pref_default_category_template','{if $count > 0}\r\n<ul>\r\n{foreach from=$cats item=node}\r\n{if $node.depth > $node.prevdepth}\r\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\r\n{elseif $node.depth < $node.prevdepth}\r\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\r\n</li>\r\n{elseif $node.index > 0}</li>\r\n{/if}\r\n<li>\r\n{if $node.count > 0}\r\n	<a href=\"{$node.url}\">{$node.category_name}</a> ({$node.count}){else}<span>{$node.category_name} (0)</span>{/if}\r\n{/foreach}\r\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\r\n</ul>\r\n{/if}',NULL,NULL),('Parteneri_mapi_pref_current_category_template','Sample',NULL,NULL),('Parteneri_mapi_pref_default_summary_template','{foreach from=$items item=item}\r\n<h2>{$item->title}</h2>\r\n<p>{$item->item_date|cms_date_format}</p>\r\n{if $item->category_name}<p>{$item->category_name}<p>{/if}\r\n{if !empty($item->fields)}\r\n    <div class=\"item-properties\">\r\n    {foreach from=$item->fields item=fielddef}\r\n        {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n            {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n        {else}\r\n            {$fielddef.name}: {$fielddef.value}<br />\r\n        {/if}\r\n    {/foreach}\r\n    </div>\r\n{/if}\r\n<a href=\"{$item->link}\">{$item->link}</a>\r\n{/foreach}\r\n\r\n{if isset($pagecount) && $pagecount gt 1}\r\n<p>\r\n        {if $prevurl}<a href=\"{$prevurl}\" class=\"prev\">«</a>&nbsp;{/if}\r\n        <em>{$pagenumber} / {$pagecount}</em>\r\n        {if $nexturl}<a href=\"{$nexturl}\" class=\"next\">»</a>&nbsp;{/if}\r\n    </p>\r\n{/if}',NULL,NULL),('Parteneri_mapi_pref_current_summary_template','Sample',NULL,NULL),('Parteneri_mapi_pref_default_detail_template','<div class=\"item\">\r\n    {*values*}\r\n    <h2 class=\"item-title\">{$item->title}</h2>\r\n    <div class=\"item-category\">Category: {$item->category_name}</div>\r\n    <p>\r\n        Date: {$item->item_date}\r\n    </p>\r\n    <p>\r\n        Date end: {$item->item_date_end}\r\n    </p>\r\n    {*custom fields*}\r\n    {if !empty($item->fielddefs)}\r\n        <div class=\"item-properties\">\r\n            {foreach from=$item->fielddefs item=fielddef}\r\n                {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n                    {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n                    {*CGSmartImage quality=90 src=$item.file_location|cat:\'/\':$fielddef.value quality=90 filter_resize=\'w,500\' alt=$item->title*}                    \r\n                {else}\r\n                    {$fielddef.name}: {$fielddef.value}<br />\r\n                {/if}\r\n            {/foreach}\r\n        </div>\r\n    {/if}\r\n\r\n    {*gallery*}\r\n    {if $item->images|@count}\r\n        <ul>\r\n            {foreach from=$item->images item=\'image\'}        \r\n                <li>         \r\n                    <img src=\"{$image.file_location}/{$image.filename}\" alt=\"\" />\r\n                    {*CGSmartImage quality=90 src=$image[\'file_location\']|cat:\'/\':$image[\'filename\'] quality=90 filter_resize=\'w,500\' alt=\'\'*}\r\n                </li>\r\n            {/foreach}\r\n        </ul>\r\n    {/if}\r\n</div><!-- item -->',NULL,NULL),('Parteneri_mapi_pref_current_detail_template','Sample',NULL,NULL),('Parteneri_mapi_pref_default_filter_template','<div class=\"filter\">                    \r\n    {$formstart}\r\n    <fieldset>\r\n           {if isset($custom_fielddef)}\r\n        {foreach from=$custom_fielddef item=\'field\'}\r\n            {if $field->field}\r\n                <div class=\"pageoverflow\">\r\n                    <p class=\"pagetext\">{$field->prompt}:</p>\r\n                    <p class=\"pageinput\">\r\n                    {if !empty($field->help)}({$field->help})<br />{/if}\r\n                    {$field->field}\r\n                    {if isset($field->filename)}<br />\r\n                        <br />\r\n                        {$field->delete_file} {$field->filename}<br />\r\n                    {/if}\r\n                </p>\r\n            </div>\r\n\r\n        {else}\r\n            <div class=\"pageoverflow\">\r\n                <p class=\"pagetext\">{$field->prompt}</p>\r\n            </div>\r\n        {/if}\r\n    {/foreach}\r\n    {/if}\r\n    </fieldset>\r\n    {$input_submit}\r\n    {$formend}\r\n       \r\n</div>\r\n\r\n{if isset($results)}\r\n{$results}\r\n{/if}',NULL,NULL),('Parteneri_mapi_pref_current_filter_template','Sample',NULL,NULL),('Parteneri_mapi_pref_url_prefix','parteneri',NULL,NULL),('Parteneri_mapi_pref_friendlyname','Parteneri',NULL,NULL),('Parteneri_mapi_pref_item_singular','Item',NULL,NULL),('Parteneri_mapi_pref_item_plural','Items',NULL,NULL),('Parteneri_mapi_pref_item_title','Title',NULL,NULL),('Parteneri_mapi_pref_item_title_edit','1',NULL,NULL),('Parteneri_mapi_pref_item_category_edit','1',NULL,NULL),('Parteneri_mapi_pref_mode','advanced',NULL,NULL),('Parteneri_mapi_pref_sortorder_advanced','desc',NULL,NULL),('Parteneri_mapi_pref_sortby_advanced','create_date',NULL,NULL),('Parteneri_mapi_pref_summary_pagelimit_advanced','25',NULL,NULL),('Parteneri_mapi_pref_sortorder_simple','desc',NULL,NULL),('Parteneri_mapi_pref_sortby_simple','position',NULL,NULL),('Parteneri_mapi_pref_summary_pagelimit_simple','10000',NULL,NULL),('Parteneri_mapi_pref_has_admin','1',NULL,NULL),('Parteneri_mapi_pref_searchable','1',NULL,NULL),('Parteneri_mapi_pref_images_size_admin','200x',NULL,NULL),('3d4a5077a4e8bf38a2ca55747d5df096','1500904024',NULL,NULL),('Portfolio_mapi_pref_sortorder_simple','desc',NULL,NULL),('Portfolio_mapi_pref_sortby_simple','position',NULL,NULL),('Portfolio_mapi_pref_summary_pagelimit_simple','10000',NULL,NULL),('Portfolio_mapi_pref_has_admin','1',NULL,NULL),('Portfolio_mapi_pref_searchable','1',NULL,NULL),('Portfolio_mapi_pref_images_size_admin','200x',NULL,NULL),('c3354694b09c67ac942336a2f5fc350b','1488355972',NULL,NULL),('Portfolio_mapi_pref_has_gallery','1',NULL,NULL),('Portfolio_mapi_pref_gallery_sortorder','asc',NULL,NULL),('Testimoniale_mapi_pref_current_category_template','Sample',NULL,NULL),('Testimoniale_mapi_pref_default_summary_template','{foreach from=$items item=item}\r\n<h2>{$item->title}</h2>\r\n<p>{$item->item_date|cms_date_format}</p>\r\n{if $item->category_name}<p>{$item->category_name}<p>{/if}\r\n{if !empty($item->fields)}\r\n    <div class=\"item-properties\">\r\n    {foreach from=$item->fields item=fielddef}\r\n        {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n            {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n        {else}\r\n            {$fielddef.name}: {$fielddef.value}<br />\r\n        {/if}\r\n    {/foreach}\r\n    </div>\r\n{/if}\r\n<a href=\"{$item->link}\">{$item->link}</a>\r\n{/foreach}\r\n\r\n{if isset($pagecount) && $pagecount gt 1}\r\n<p>\r\n        {if $prevurl}<a href=\"{$prevurl}\" class=\"prev\">«</a>&nbsp;{/if}\r\n        <em>{$pagenumber} / {$pagecount}</em>\r\n        {if $nexturl}<a href=\"{$nexturl}\" class=\"next\">»</a>&nbsp;{/if}\r\n    </p>\r\n{/if}',NULL,NULL),('Testimoniale_mapi_pref_current_summary_template','Sample',NULL,NULL),('Testimoniale_mapi_pref_default_detail_template','<div class=\"item\">\r\n    {*values*}\r\n    <h2 class=\"item-title\">{$item->title}</h2>\r\n    <div class=\"item-category\">Category: {$item->category_name}</div>\r\n    <p>\r\n        Date: {$item->item_date}\r\n    </p>\r\n    <p>\r\n        Date end: {$item->item_date_end}\r\n    </p>\r\n    {*custom fields*}\r\n    {if !empty($item->fielddefs)}\r\n        <div class=\"item-properties\">\r\n            {foreach from=$item->fielddefs item=fielddef}\r\n                {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n                    {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n                    {*CGSmartImage quality=90 src=$item.file_location|cat:\'/\':$fielddef.value quality=90 filter_resize=\'w,500\' alt=$item->title*}                    \r\n                {else}\r\n                    {$fielddef.name}: {$fielddef.value}<br />\r\n                {/if}\r\n            {/foreach}\r\n        </div>\r\n    {/if}\r\n\r\n    {*gallery*}\r\n    {if $item->images|@count}\r\n        <ul>\r\n            {foreach from=$item->images item=\'image\'}        \r\n                <li>         \r\n                    <img src=\"{$image.file_location}/{$image.filename}\" alt=\"\" />\r\n                    {*CGSmartImage quality=90 src=$image[\'file_location\']|cat:\'/\':$image[\'filename\'] quality=90 filter_resize=\'w,500\' alt=\'\'*}\r\n                </li>\r\n            {/foreach}\r\n        </ul>\r\n    {/if}\r\n</div><!-- item -->',NULL,NULL),('Testimoniale_mapi_pref_current_detail_template','Sample',NULL,NULL),('Testimoniale_mapi_pref_default_filter_template','<div class=\"filter\">                    \r\n    {$formstart}\r\n    <fieldset>\r\n           {if isset($custom_fielddef)}\r\n        {foreach from=$custom_fielddef item=\'field\'}\r\n            {if $field->field}\r\n                <div class=\"pageoverflow\">\r\n                    <p class=\"pagetext\">{$field->prompt}:</p>\r\n                    <p class=\"pageinput\">\r\n                    {if !empty($field->help)}({$field->help})<br />{/if}\r\n                    {$field->field}\r\n                    {if isset($field->filename)}<br />\r\n                        <br />\r\n                        {$field->delete_file} {$field->filename}<br />\r\n                    {/if}\r\n                </p>\r\n            </div>\r\n\r\n        {else}\r\n            <div class=\"pageoverflow\">\r\n                <p class=\"pagetext\">{$field->prompt}</p>\r\n            </div>\r\n        {/if}\r\n    {/foreach}\r\n    {/if}\r\n    </fieldset>\r\n    {$input_submit}\r\n    {$formend}\r\n       \r\n</div>\r\n\r\n{if isset($results)}\r\n{$results}\r\n{/if}',NULL,NULL),('Testimoniale_mapi_pref_current_filter_template','Sample',NULL,NULL),('Testimoniale_mapi_pref_url_prefix','testimoniale',NULL,NULL),('Testimoniale_mapi_pref_friendlyname','Testimoniale',NULL,NULL),('Testimoniale_mapi_pref_item_singular','Item',NULL,NULL),('Testimoniale_mapi_pref_item_plural','Items',NULL,NULL),('Testimoniale_mapi_pref_item_title','Title',NULL,NULL),('Testimoniale_mapi_pref_item_title_edit','1',NULL,NULL),('Testimoniale_mapi_pref_item_category_edit','1',NULL,NULL),('Testimoniale_mapi_pref_item_alias_edit','1',NULL,NULL),('Testimoniale_mapi_pref_mode','advanced',NULL,NULL),('Testimoniale_mapi_pref_sortorder_advanced','desc',NULL,NULL),('Testimoniale_mapi_pref_sortby_advanced','create_date',NULL,NULL),('Testimoniale_mapi_pref_summary_pagelimit_advanced','25',NULL,NULL),('Testimoniale_mapi_pref_sortorder_simple','desc',NULL,NULL),('Testimoniale_mapi_pref_sortby_simple','position',NULL,NULL),('Testimoniale_mapi_pref_summary_pagelimit_simple','10000',NULL,NULL),('Testimoniale_mapi_pref_has_admin','1',NULL,NULL),('Testimoniale_mapi_pref_searchable','1',NULL,NULL),('Testimoniale_mapi_pref_images_size_admin','200x',NULL,NULL),('36677c84373da09c18a6c2728e130239','1500903013',NULL,NULL),('Portfolio_mapi_pref_custom_fields_gallery_default','4',NULL,NULL),('Careers_mapi_pref_default_category_template','{if $count > 0}\r\n<ul>\r\n{foreach from=$cats item=node}\r\n{if $node.depth > $node.prevdepth}\r\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\r\n{elseif $node.depth < $node.prevdepth}\r\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\r\n</li>\r\n{elseif $node.index > 0}</li>\r\n{/if}\r\n<li>\r\n{if $node.count > 0}\r\n	<a href=\"{$node.url}\">{$node.category_name}</a> ({$node.count}){else}<span>{$node.category_name} (0)</span>{/if}\r\n{/foreach}\r\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\r\n</ul>\r\n{/if}',NULL,NULL),('Careers_mapi_pref_current_category_template','Sample',NULL,NULL),('Careers_mapi_pref_default_summary_template','{foreach from=$items item=item}\r\n<h2>{$item->title}</h2>\r\n<p>{$item->item_date|cms_date_format}</p>\r\n{if $item->category_name}<p>{$item->category_name}<p>{/if}\r\n{if !empty($item->fields)}\r\n    <div class=\"item-properties\">\r\n    {foreach from=$item->fields item=fielddef}\r\n        {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n            {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n        {else}\r\n            {$fielddef.name}: {$fielddef.value}<br />\r\n        {/if}\r\n    {/foreach}\r\n    </div>\r\n{/if}\r\n<a href=\"{$item->link}\">{$item->link}</a>\r\n{/foreach}\r\n\r\n{if isset($pagecount) && $pagecount gt 1}\r\n<p>\r\n        {if $prevurl}<a href=\"{$prevurl}\" class=\"prev\">«</a>&nbsp;{/if}\r\n        <em>{$pagenumber} / {$pagecount}</em>\r\n        {if $nexturl}<a href=\"{$nexturl}\" class=\"next\">»</a>&nbsp;{/if}\r\n    </p>\r\n{/if}',NULL,NULL),('Careers_mapi_pref_current_summary_template','Sample',NULL,NULL),('Careers_mapi_pref_default_detail_template','<div class=\"item\">\r\n    {*values*}\r\n    <h2 class=\"item-title\">{$item->title}</h2>\r\n    <div class=\"item-category\">Category: {$item->category_name}</div>\r\n    <p>\r\n        Date: {$item->item_date}\r\n    </p>\r\n    <p>\r\n        Date end: {$item->item_date_end}\r\n    </p>\r\n    {*custom fields*}\r\n    {if !empty($item->fielddefs)}\r\n        <div class=\"item-properties\">\r\n            {foreach from=$item->fielddefs item=fielddef}\r\n                {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n                    {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n                    {*CGSmartImage quality=90 src=$item.file_location|cat:\'/\':$fielddef.value quality=90 filter_resize=\'w,500\' alt=$item->title*}                    \r\n                {else}\r\n                    {$fielddef.name}: {$fielddef.value}<br />\r\n                {/if}\r\n            {/foreach}\r\n        </div>\r\n    {/if}\r\n\r\n    {*gallery*}\r\n    {if $item->images|@count}\r\n        <ul>\r\n            {foreach from=$item->images item=\'image\'}        \r\n                <li>         \r\n                    <img src=\"{$image.file_location}/{$image.filename}\" alt=\"\" />\r\n                    {*CGSmartImage quality=90 src=$image[\'file_location\']|cat:\'/\':$image[\'filename\'] quality=90 filter_resize=\'w,500\' alt=\'\'*}\r\n                </li>\r\n            {/foreach}\r\n        </ul>\r\n    {/if}\r\n</div><!-- item -->',NULL,NULL),('Careers_mapi_pref_current_detail_template','Sample',NULL,NULL),('Careers_mapi_pref_default_filter_template','<div class=\"filter\">                    \r\n    {$formstart}\r\n    <fieldset>\r\n           {if isset($custom_fielddef)}\r\n        {foreach from=$custom_fielddef item=\'field\'}\r\n            {if $field->field}\r\n                <div class=\"pageoverflow\">\r\n                    <p class=\"pagetext\">{$field->prompt}:</p>\r\n                    <p class=\"pageinput\">\r\n                    {if !empty($field->help)}({$field->help})<br />{/if}\r\n                    {$field->field}\r\n                    {if isset($field->filename)}<br />\r\n                        <br />\r\n                        {$field->delete_file} {$field->filename}<br />\r\n                    {/if}\r\n                </p>\r\n            </div>\r\n\r\n        {else}\r\n            <div class=\"pageoverflow\">\r\n                <p class=\"pagetext\">{$field->prompt}</p>\r\n            </div>\r\n        {/if}\r\n    {/foreach}\r\n    {/if}\r\n    </fieldset>\r\n    {$input_submit}\r\n    {$formend}\r\n       \r\n</div>\r\n\r\n{if isset($results)}\r\n{$results}\r\n{/if}',NULL,NULL),('Careers_mapi_pref_current_filter_template','Sample',NULL,NULL),('Careers_mapi_pref_url_prefix','careers',NULL,NULL),('Careers_mapi_pref_friendlyname','Careers',NULL,NULL),('Careers_mapi_pref_item_singular','Item',NULL,NULL),('Careers_mapi_pref_item_plural','Items',NULL,NULL),('Careers_mapi_pref_item_title','Title',NULL,NULL),('Careers_mapi_pref_item_title_edit','1',NULL,NULL),('Careers_mapi_pref_item_category_edit','1',NULL,NULL),('Careers_mapi_pref_item_alias_edit','1',NULL,NULL),('Careers_mapi_pref_mode','advanced',NULL,NULL),('Careers_mapi_pref_sortorder_advanced','desc',NULL,NULL),('Careers_mapi_pref_sortby_advanced','create_date',NULL,NULL),('Careers_mapi_pref_summary_pagelimit_advanced','25',NULL,NULL),('Careers_mapi_pref_sortorder_simple','desc',NULL,NULL),('Careers_mapi_pref_sortby_simple','position',NULL,NULL),('Careers_mapi_pref_summary_pagelimit_simple','10000',NULL,NULL),('Careers_mapi_pref_has_admin','1',NULL,NULL),('Careers_mapi_pref_searchable','1',NULL,NULL),('Careers_mapi_pref_images_size_admin','200x',NULL,NULL),('014bc00c5e25145673c379ecf76f7684','1500902959',NULL,NULL),('Portfolio_mapi_pref_item_detail_returnid','-1',NULL,NULL),('Portfolio_mapi_pref_item_category_returnid','-1',NULL,NULL),('Portfolio_mapi_pref_copy_admin','1',NULL,NULL),('Portfolio_mapi_pref_item_category_edit','1',NULL,NULL),('Testimoniale_mapi_pref_gallery_sortorder','desc',NULL,NULL),('FaQ_mapi_pref_default_category_template','{if $count > 0}\r\n<ul>\r\n{foreach from=$cats item=node}\r\n{if $node.depth > $node.prevdepth}\r\n{repeat string=\"<ul>\" times=$node.depth-$node.prevdepth}\r\n{elseif $node.depth < $node.prevdepth}\r\n{repeat string=\"</li></ul>\" times=$node.prevdepth-$node.depth}\r\n</li>\r\n{elseif $node.index > 0}</li>\r\n{/if}\r\n<li>\r\n{if $node.count > 0}\r\n	<a href=\"{$node.url}\">{$node.category_name}</a> ({$node.count}){else}<span>{$node.category_name} (0)</span>{/if}\r\n{/foreach}\r\n{repeat string=\"</li></ul>\" times=$node.depth-1}</li>\r\n</ul>\r\n{/if}',NULL,NULL),('FaQ_mapi_pref_current_category_template','Sample',NULL,NULL),('FaQ_mapi_pref_default_summary_template','{foreach from=$items item=item}\r\n<h2>{$item->title}</h2>\r\n<p>{$item->item_date|cms_date_format}</p>\r\n{if $item->category_name}<p>{$item->category_name}<p>{/if}\r\n{if !empty($item->fields)}\r\n    <div class=\"item-properties\">\r\n    {foreach from=$item->fields item=fielddef}\r\n        {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n            {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n        {else}\r\n            {$fielddef.name}: {$fielddef.value}<br />\r\n        {/if}\r\n    {/foreach}\r\n    </div>\r\n{/if}\r\n<a href=\"{$item->link}\">{$item->link}</a>\r\n{/foreach}\r\n\r\n{if isset($pagecount) && $pagecount gt 1}\r\n<p>\r\n        {if $prevurl}<a href=\"{$prevurl}\" class=\"prev\">«</a>&nbsp;{/if}\r\n        <em>{$pagenumber} / {$pagecount}</em>\r\n        {if $nexturl}<a href=\"{$nexturl}\" class=\"next\">»</a>&nbsp;{/if}\r\n    </p>\r\n{/if}',NULL,NULL),('FaQ_mapi_pref_current_summary_template','category_list',NULL,NULL),('FaQ_mapi_pref_default_detail_template','<div class=\"item\">\r\n    {*values*}\r\n    <h2 class=\"item-title\">{$item->title}</h2>\r\n    <div class=\"item-category\">Category: {$item->category_name}</div>\r\n    <p>\r\n        Date: {$item->item_date}\r\n    </p>\r\n    <p>\r\n        Date end: {$item->item_date_end}\r\n    </p>\r\n    {*custom fields*}\r\n    {if !empty($item->fielddefs)}\r\n        <div class=\"item-properties\">\r\n            {foreach from=$item->fielddefs item=fielddef}\r\n                {if $fielddef.type == \'upload_file\' || $fielddef.type == \'select_file\'}\r\n                    {$fielddef.name}: <a href=\"{$item->file_location}/{$fielddef.value}\">{$fielddef.value}</a><br />\r\n                    {*CGSmartImage quality=90 src=$item.file_location|cat:\'/\':$fielddef.value quality=90 filter_resize=\'w,500\' alt=$item->title*}                    \r\n                {else}\r\n                    {$fielddef.name}: {$fielddef.value}<br />\r\n                {/if}\r\n            {/foreach}\r\n        </div>\r\n    {/if}\r\n\r\n    {*gallery*}\r\n    {if $item->images|@count}\r\n        <ul>\r\n            {foreach from=$item->images item=\'image\'}        \r\n                <li>         \r\n                    <img src=\"{$image.file_location}/{$image.filename}\" alt=\"\" />\r\n                    {*CGSmartImage quality=90 src=$image[\'file_location\']|cat:\'/\':$image[\'filename\'] quality=90 filter_resize=\'w,500\' alt=\'\'*}\r\n                </li>\r\n            {/foreach}\r\n        </ul>\r\n    {/if}\r\n</div><!-- item -->',NULL,NULL),('FaQ_mapi_pref_current_detail_template','Sample',NULL,NULL),('FaQ_mapi_pref_default_filter_template','<div class=\"filter\">                    \r\n    {$formstart}\r\n    <fieldset>\r\n           {if isset($custom_fielddef)}\r\n        {foreach from=$custom_fielddef item=\'field\'}\r\n            {if $field->field}\r\n                <div class=\"pageoverflow\">\r\n                    <p class=\"pagetext\">{$field->prompt}:</p>\r\n                    <p class=\"pageinput\">\r\n                    {if !empty($field->help)}({$field->help})<br />{/if}\r\n                    {$field->field}\r\n                    {if isset($field->filename)}<br />\r\n                        <br />\r\n                        {$field->delete_file} {$field->filename}<br />\r\n                    {/if}\r\n                </p>\r\n            </div>\r\n\r\n        {else}\r\n            <div class=\"pageoverflow\">\r\n                <p class=\"pagetext\">{$field->prompt}</p>\r\n            </div>\r\n        {/if}\r\n    {/foreach}\r\n    {/if}\r\n    </fieldset>\r\n    {$input_submit}\r\n    {$formend}\r\n       \r\n</div>\r\n\r\n{if isset($results)}\r\n{$results}\r\n{/if}',NULL,NULL),('FaQ_mapi_pref_current_filter_template','Sample',NULL,NULL),('FaQ_mapi_pref_url_prefix','faq',NULL,NULL),('FaQ_mapi_pref_friendlyname','FaQ',NULL,NULL),('FaQ_mapi_pref_item_singular','Question',NULL,NULL),('FaQ_mapi_pref_item_plural','Questions',NULL,NULL),('FaQ_mapi_pref_item_title','Question',NULL,NULL),('FaQ_mapi_pref_item_title_edit','1',NULL,NULL),('FaQ_mapi_pref_item_category_edit','1',NULL,NULL),('FaQ_mapi_pref_item_url_edit','1',NULL,NULL),('FaQ_mapi_pref_mode','advanced',NULL,NULL),('FaQ_mapi_pref_sortorder_advanced','desc',NULL,NULL),('FaQ_mapi_pref_sortby_advanced','create_date',NULL,NULL),('FaQ_mapi_pref_summary_pagelimit_advanced','25',NULL,NULL),('FaQ_mapi_pref_sortorder_simple','desc',NULL,NULL),('FaQ_mapi_pref_sortby_simple','position',NULL,NULL),('FaQ_mapi_pref_summary_pagelimit_simple','10000',NULL,NULL),('FaQ_mapi_pref_has_admin','1',NULL,NULL),('FaQ_mapi_pref_searchable','1',NULL,NULL),('FaQ_mapi_pref_images_size_admin','200x',NULL,NULL),('ef48f17ca5691606df91dfac52b4e905','1496324274',NULL,NULL),('FaQ_mapi_pref_item_detail_returnid','-1',NULL,NULL),('FaQ_mapi_pref_item_category_returnid','-1',NULL,NULL),('FaQ_mapi_pref_filter_categories','1',NULL,NULL),('FaQ_mapi_pref_filter','1',NULL,NULL),('FaQ_mapi_pref_gallery_sortorder','desc',NULL,NULL),('Careers_mapi_pref_gallery_sortorder','desc',NULL,NULL),('Careers_mapi_pref_item_url_edit','1',NULL,NULL),('Parteneri_mapi_pref_gallery_sortorder','desc',NULL,NULL),('Parteneri_mapi_pref_copy_admin','1',NULL,NULL),('Portfolio_mapi_pref_filter','1',NULL,NULL),('Portfolio_mapi_pref_filter_categories','1',NULL,NULL),('SlideShow_mapi_pref_sortby_simple','position',NULL,NULL),('SlideShow_mapi_pref_summary_pagelimit_simple','10000',NULL,NULL),('SlideShow_mapi_pref_has_admin','1',NULL,NULL),('SlideShow_mapi_pref_searchable','1',NULL,NULL),('SlideShow_mapi_pref_images_size_admin','200x',NULL,NULL),('SlideShow_mapi_pref_gallery_sortorder','desc',NULL,NULL),('SlideShow_mapi_pref_item_category_returnid','-1',NULL,NULL),('Search_mapi_pref_savephrases','true',NULL,NULL),('Search_mapi_pref_alpharesults','false',NULL,NULL),('Search_mapi_pref_resultpage','-1',NULL,NULL);
/*!40000 ALTER TABLE `cms_siteprefs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_templates`
--

DROP TABLE IF EXISTS `cms_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_templates` (
  `template_id` int(11) NOT NULL,
  `template_name` varchar(160) DEFAULT NULL,
  `template_content` text DEFAULT NULL,
  `stylesheet` text DEFAULT NULL,
  `encoding` varchar(25) DEFAULT NULL,
  `active` tinyint(4) DEFAULT NULL,
  `default_template` tinyint(4) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`template_id`),
  KEY `cms_index_templates_by_template_name` (`template_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_templates`
--

LOCK TABLES `cms_templates` WRITE;
/*!40000 ALTER TABLE `cms_templates` DISABLE KEYS */;
INSERT INTO `cms_templates` VALUES (23,'index','{assign var=\'page_lang\' value=$cgsimple->get_root_alias()}\r\n{global_content name=\'header\'}\r\n<div style=\"display:none\">{content}</div>\r\n  <!-- START CONTENT -->\r\n  <div class=\"content_page\">\r\n    <div class=\"container\">\r\n      <div class=\"row\">\r\n        <div class=\"col-xs-12\">\r\n        {SlideShow}\r\n        </div>\r\n      </div>\r\n      <div class=\"text\">\r\n{if $page_lang === \'en\'}\r\n             Introducing a new way to outsource.\r\n             \r\n             Get your quality graphic design materials \r\n             <br class=\"hidden-sm\">\r\n             from our team of expert designers.\r\n              <a href=\"#get_in_touch-modal\" data-toggle=\"modal\" title=\"SEOtitle\">Get in touch!</a>\r\n{else}\r\n             Un nou mod de a face outsourcing.\r\n             \r\n             Realizeaza materialele grafice mai usor \r\n             <br class=\"hidden-sm\">\r\n             cu echipa noastra de designeri experti.\r\n              <a href=\"#get_in_touch-modal\" data-toggle=\"modal\" title=\"SEOtitle\">Scrie-ne aici!</a>\r\n{/if}\r\n      </div>\r\n      <!-- STARD MANSORY -->\r\n      <div class=\"text-ce\" id=\"featured\">\r\n{if \'en\' === $page_lang }\r\n        {Portfolio summarytemplate=\'mansory_more\' detailpage=\'work\' sortby=\"random\"}\r\n{else}\r\n        {Portfolio summarytemplate=\'mansory_more\' detailpage=\'portofoliu\' sortby=\"random\"}\r\n{/if}\r\n        <div class=\"row text-center\">\r\n          <a href=\"{if \'en\' === $page_lang } {cms_selflink href=\'work\'} {else} {cms_selflink href=\'portofoliu\'} {/if}\" class=\"gray_cta2 mtop50\" title=\"SEOtitle\">{if $page_lang === \'en\'}See More{else}Vezi mai multe{/if}</a>\r\n        </div>\r\n      </div>\r\n      <!-- END MANSORY -->\r\n      <!-- START TEXT -->\r\n    </div>\r\n      <div class=\"homepage_text pbottom60 ptop60 mtop50\" style=\"margin-top: -12px !important;\">\r\n        <div class=\"container text-left\">\r\n          <div class=\"row\">\r\n            <div class=\"col-sm-6\">\r\n{if $page_lang === \'en\'}\r\n              <h3 class=\"title\">Why VISMARK<sup>&reg;</sup>?</h3>\r\n              <ul class=\"homepage_list\">\r\n                <li><img src=\"images/benefit.png\" alt=\"SEOalt\" title=\"SEOtitle\">A new and easy way for you to outsource graphic design</li>\r\n                <li><img src=\"images/icon_vmk2.png\" alt=\"SEOalt\" title=\"SEOtitle\">Give any number of feedbacks directly on your materials</li>\r\n                <li><img src=\"images/icon_vmk3.png\" alt=\"SEOalt\" title=\"SEOtitle\">No counted hours for the project we collaborate on</li>\r\n                <li><img src=\"images/icon_vmk4.png\" alt=\"SEOalt\" title=\"SEOtitle\">An entire design team will work on your projects in order to get them done fast</li>\r\n              </ul>\r\n<a href=\"#get_in_touch-modal\" class=\"btn btn-default gray_cta\" title=\"Get Design\" data-toggle=\"modal\">Get in touch!</a>\r\n{else}\r\n              <h3 class=\"title\">De ce VISMARK<sup>&reg;</sup>?</h3>\r\n\r\n              <ul class=\"homepage_list\">\r\n                <li><img src=\"images/benefit.png\" alt=\"SEOalt\" title=\"SEOtitle\">Un mod nou si simplu de a externaliza designul grafic</li>\r\n                <li><img src=\"images/icon_vmk2.png\" alt=\"SEOalt\" title=\"SEOtitle\">Numar nelimitat de feedback-uri direct pe materialele grafice</li>\r\n                <li><img src=\"images/icon_vmk3.png\" alt=\"SEOalt\" title=\"SEOtitle\">Fara contorizare de ore pentru proiectele pe care lucram impreuna</li>\r\n                <li><img src=\"images/icon_vmk4.png\" alt=\"SEOalt\" title=\"SEOtitle\">Proiectele tale vor fi realizate rapid de o intreaga echipa de designeri</li>\r\n              </ul>\r\n<a href=\"#get_in_touch-modal\" class=\"btn btn-default gray_cta\" title=\"Get Design\" data-toggle=\"modal\">Contacteaza-ne!</a>\r\n{/if}\r\n            </div> <!-- END ./col-sm-6 -->\r\n            <div class=\"col-sm-6\" style=\"position: relative; min-height: 550px;\">\r\n              <img src=\"http://vismark.eu/uploads/images/homepage-vmk.jpg\" alt=\"\" style=\"position: absolute; left: 0;\">\r\n            </div> <!-- END ./col-sm-6 -->\r\n          </div>\r\n        </div>\r\n      </div>\r\n      <!-- END TEXT -->\r\n      <!-- STARD SLIDER CLIENTS -->\r\n      <div class=\"clients bgk_gray pbottom25 ptop50 mtop50\">\r\n      <!-- <div class=\"container\"> -->\r\n      <!-- <img src=\"images/grad_left.png\" id=\"grad_left\" alt=\"SEOalt\"> -->\r\n      <!-- <img src=\"images/grad_right.png\" id=\"grad_right\" alt=\"SEOalt\"> -->\r\n      <div class=\"grad_left\"></div>\r\n      <div class=\"grad_right\"></div>\r\n        <section class=\"center slider slider1\">\r\n          {Parteneri}\r\n        </section>\r\n      <!-- </div> -->\r\n      </div>\r\n      <!-- END SLIDER CLIENTS -->\r\n      {cms_module module=\"Testimoniale\" summarytemplate=\"homepage\" category=\"video\"}\r\n  <!-- END CONTENT -->\r\n  {global_content name=\'modal_lets_chat\'}\r\n  {global_content name=\'footer\'}','','',1,1,'2016-07-06 12:01:34','2017-02-28 11:22:17'),(28,'just_content','{assign var=\'page_lang\' value=$cgsimple->get_root_alias()}\r\n{content assign=\'continut\'}\r\n{global_content name=\'header\'}\r\n  <!-- START CONTENT -->\r\n          {$continut}\r\n  <!-- END CONTENT -->\r\n \r\n  {global_content name=\'footer\'}','','',1,0,'2016-11-29 09:16:43','2016-12-21 16:31:07'),(29,'contact','{assign var=\'page_lang\' value=$cgsimple->get_root_alias()}\r\n{global_content name=\'header\'}\r\n  <!-- START CONTENT -->\r\n\r\n{content}\r\n\r\n<!-- IF RO -->\r\n{if \'ro\' === $page_lang }\r\n\r\n{* ROMANA *}\r\n{assign var=\'FullName\' value=\'Nume Prenume\'}\r\n{assign var=\'Company\' value=\'Companie\'}\r\n{assign var=\'Phone\' value=\'Telefon\'}\r\n{assign var=\'Email\' value=\'E-mail\'}\r\n{assign var=\'Message\' value=\'Mesaj...\'}\r\n{assign var=\'Submit\' value=\'Trimite mesaj\'}\r\n\r\n{else}<!-- ELSE EN -->\r\n\r\n{* ENGLEZA *}\r\n{assign var=\'FullName\' value=\'Full Name\'}\r\n{assign var=\'Company\' value=\'Company\'}\r\n{assign var=\'Phone\' value=\'Phone\'}\r\n{assign var=\'Email\' value=\'Email\'}\r\n{assign var=\'Message\' value=\'Message...\'}\r\n{assign var=\'Submit\' value=\'Send\'}\r\n\r\n{/if}<!-- END IF -->\r\n\r\n<div id=\"contact_form_vismark\" class=\"content_page bgk_gray\">\r\n    <div class=\"text\">\r\n      <div class=\"container about pbottom60 ptop30 contact\">\r\n        <div class=\"row text-center\">\r\n        {if \'en\' === $page_lang}\r\n          <h3 class=\"title pbottom0\">Get In Touch</h3>\r\n          <p>We\'re here for you, and we\'re wearing our thinking caps. <br> You might also find what you\'re looking for by visiting our <a href=\"{cms_selflink href=\'faq\'}\">FaQ</a> page.</p>\r\n        {else}\r\n          <h3 class=\"title pbottom0\">Contacteaza-ne</h3>\r\n          <p>Iti vom raspunde intr-un timp foarte scurt. <br> Daca mai ai si alte intrebari, te invitam sa accesezi sectiunea <a href=\"{cms_selflink href=\'intrebari-frecvente\'}\">FaQ</a>.</p>\r\n        {/if}\r\n        </div>\r\n        <div id=\"result\" class=\"form-group text-center\"></div>\r\n        <div class=\"contact-form\">\r\n            <form id=\"contact_form\" action=\"\">\r\n            <input type=\"hidden\" name=\"page_lang\" value=\"{$page_lang}\">\r\n              <div class=\"form-group\">\r\n                <input type=\"text\" name=\"FullName\" id=\"FullName\" class=\"form-control input-lg\" placeholder=\"{$FullName}\" required style=\"margin: 0;\">\r\n              </div>\r\n              <div class=\"form-group\">\r\n                <input type=\"text\" name=\"Company\" id=\"Company\" class=\"form-control input-lg\" placeholder=\"{$Company}\" style=\"margin: 0;\">\r\n              </div>\r\n              <div class=\"form-group\">\r\n                <input type=\"text\" name=\"Phone\" id=\"Phone\" class=\"form-control input-lg\" placeholder=\"{$Phone}\" required style=\"margin: 0;\">\r\n              </div>\r\n              <div class=\"form-group\">\r\n                <input type=\"text\" name=\"Email\" id=\"Email\" class=\"form-control input-lg\" placeholder=\"{$Email}\" required style=\"margin: 0;\">\r\n              </div>\r\n              <div class=\"form-group\">\r\n                    <textarea name=\"Message\" id=\"Message\" rows=\"6\" class=\"form-control input-lg\" placeholder=\"{$Message}\" required></textarea>\r\n              </div>\r\n              <div class=\"form-group\">\r\n                    <input type=\"submit\" value=\"{$Submit}\" class=\"btn-block\" style=\"margin-top:0;\">\r\n                    <div id=\"error_container\" class=\"hide\"></div>\r\n              </div>\r\n            </form>\r\n            <script src=\"/js/bootstrapValidator.min.js\"></script>\r\n            <script>\r\n                $(document).ready(function() {\r\n                    $(\'#contact_form\').bootstrapValidator({\r\n                        container: \'#error_container\',\r\n                        excluded: [\':disabled\', \':hidden\', \':not(:visible)\'],\r\n                        message: \' \',\r\n                        feedbackIcons: {\r\n                            valid: \'fa fa-check\',\r\n                            invalid: \'fa fa-times\',\r\n                            validating: \'fa fa-refresh\'\r\n                        },\r\n                        live: \'enabled\',\r\n                        fields: {\r\n                            Phone: { // Nume\r\n                                validators: {\r\n                                    regexp: {\r\n                                        regexp: /^[0-9]+$/i,\r\n                                    }\r\n                                }\r\n                            },\r\n                            Email: { //Email\r\n                                validators: {\r\n                                    emailAddress: {}\r\n                                }\r\n                            }\r\n                        } // Fileds Obj.   \r\n                    })\r\n                    .on(\'success.field.fv\', function(e, data) {\r\n                        if (data.fv.getInvalidFields().length > 0) {    // There is invalid field\r\n                            data.fv.disableSubmitButtons(true);\r\n                        }\r\n                    })\r\n                    .on(\'success.form.bv\', function(e) {\r\n                      // Prevent default form submission\r\n                      e.preventDefault();\r\n\r\n                      var $form = $(e.target);\r\n\r\n                      // Send all form data to back-end\r\n                      $.ajax({\r\n                          url: \'contact_process.php\',\r\n                          type: \'POST\',\r\n                          data: $form.serialize(),\r\n                          dataType: \'json\',\r\n                          success: function(response) {\r\n                              if(response.type == \'error\')\r\n                              {\r\n                                  output = response.text;\r\n                              }else{\r\n                                  output = response.text; \r\n                                  $form.bootstrapValidator(\'resetForm\', true);\r\n                              }\r\n                              $(\"#result\").hide().html(output).slideDown();\r\n\r\n                          }\r\n                      }); //ajax\r\n                    }); //ON function\r\n                });\r\n            </script>\r\n        </div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n\r\n  <!-- END CONTENT -->\r\n  {global_content name=\'footer\'}','','',1,0,'2016-11-29 11:42:09','2017-02-23 18:36:04'),(27,'index_bb','<!DOCTYPE html>\r\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"ro\"> <![endif]-->\r\n<!--[if IE 7]>    <html class=\"no-js ie7 oldie\" lang=\"ro\"> <![endif]-->\r\n<!--[if IE 8]>    <html class=\"no-js ie8 oldie\" lang=\"ro\"> <![endif]-->\r\n<!--[if gt IE 8]><!--> <html  dir=\"ltr\" lang=\"ro\"> <!--<![endif]-->\r\n<head>\r\n    {SEOTools2 showbase=\'true\'}\r\n    <title>Vismark Consulting - graphic design</title>\r\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n    <meta name=\"description\" content=\"Free Web tutorials Free Web tutorials Free Web tutorials\">\r\n    <meta name=\"keywords\" content=\"HTML,CSS,XML,JavaScript\">\r\n    <meta name=\"author\" content=\"Hege Refsnes\">\r\n    <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css\">\r\n    <link href=\"css/style.css\" rel=\"stylesheet\">\r\n    <link href=\'https://fonts.googleapis.com/css?family=Lato:400,300,600,700,700italic,600italic,400italic\' rel=\'stylesheet\' type=\'text/css\'>\r\n    <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css\">\r\n    <script src=\"js/jquery.min.js\"></script>\r\n\r\n    <!--[if lt IE 9]>\r\n      <script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>\r\n      <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>\r\n    <![endif]-->\r\n</head>\r\n<body>\r\n  <!-- STARD HEADER -->\r\n<div class=\"container header\">\r\n  <nav class=\"navbar navbar-default\" role=\"navigation\">\r\n    <div class=\"container-fluid\">\r\n      <div class=\"navbar-header\">\r\n        <button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-ex1-collapse\">\r\n          <span class=\"sr-only\">Toggle navigation</span>\r\n          <span class=\"icon-bar\"></span>\r\n          <span class=\"icon-bar\"></span>\r\n          <span class=\"icon-bar\"></span>\r\n        </button>\r\n        <a class=\"navbar-brand\" href=\"index.php\" title=\"SEOtitle\">\r\n          <img src=\"http://vismark.ro/svg/vmk_black_svg/logo_03.svg\" alt=\"Vismark Consulting\" class=\"logo1\">\r\n          <img src=\"http://vismark.ro/svg/vmk_black_svg/slogan.svg\" alt=\"Vismark Consulting\" class=\"logo2\">\r\n          <img src=\"http://vismark.ro/svg/vmk_black_svg/logo_02.svg\" alt=\"Vismark Consulting\" class=\"logo3\">\r\n        </a>\r\n      </div>\r\n      <div class=\"collapse navbar-collapse navbar-ex1-collapse\">\r\n         {menu items=\"work,about,articles,customers,department,app-login\"}\r\n      </div>\r\n    </div>\r\n  </nav>\r\n</div>\r\n  <!-- END HEADER -->\r\n  <!-- START CONTENT -->\r\n  <div class=\"content_page\">\r\n    <div class=\"container\">\r\n      <div class=\"row\">\r\n        <div class=\"container\">\r\n        {CMS_Module module=\"SlideShow\"}\r\n        </div>\r\n      </div>\r\n      <div class=\"text\">\r\n              Lorem ipsum dolor sit amet, consectetur adipiscing \r\n              <br>\r\n              elit, sed do eiusmod tempor incididunt ut labore \r\n              <br>\r\n              et dolore magna aliqua.\r\n              <a href=\"#\" title=\"SEOtitle\">Get in touch</a>\r\n      </div>\r\n      <!-- STARD MANSORY -->\r\n      <div class=\" text-ce\">\r\n        <div class=\"mansory\">\r\n          <div class=\"item\">\r\n            <div class=\"well\"> \r\n              <a href=\"project.php\" title=\"SEOtitle\">\r\n                <img src=\"images/mansory_01.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <div class=\"hover_mansory\">\r\n                  <div class=\"details\">\r\n                    <strong>Crystal Dental Clinic</strong>\r\n                    <span>Nume proiect</span>\r\n                  </div>\r\n                </div>\r\n              </a>\r\n            </div>\r\n          </div>\r\n          <div class=\"item\">\r\n            <div class=\"well\"> \r\n              <a href=\"project.php\" title=\"SEOtitle\">\r\n                <img src=\"images/mansory_02.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <div class=\"hover_mansory\">\r\n                  <div class=\"details\">\r\n                    <strong>Crystal Dental Clinic</strong>\r\n                    <span>Nume proiect</span>\r\n                  </div>\r\n                </div>\r\n              </a>\r\n            </div>\r\n          </div>\r\n          <div class=\"item\">\r\n            <div class=\"well\"> \r\n              <a href=\"project.php\" title=\"SEOtitle\">\r\n                <img src=\"images/mansory_03.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <div class=\"hover_mansory\">\r\n                  <div class=\"details\">\r\n                    <strong>Crystal Dental Clinic</strong>\r\n                    <span>Nume proiect</span>\r\n                  </div>\r\n                </div>\r\n              </a>\r\n            </div>\r\n          </div>\r\n          <div class=\"item\">\r\n            <div class=\"well\"> \r\n              <a href=\"project.php\" title=\"SEOtitle\">\r\n                <img src=\"images/mansory_04.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <div class=\"hover_mansory\">\r\n                  <div class=\"details\">\r\n                    <strong>Crystal Dental Clinic</strong>\r\n                    <span>Nume proiect</span>\r\n                  </div>\r\n                </div>\r\n              </a>\r\n            </div>\r\n          </div>\r\n          <div class=\"item\">\r\n            <div class=\"well\"> \r\n              <a href=\"project.php\" title=\"SEOtitle\">\r\n                <img src=\"images/mansory_05.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <div class=\"hover_mansory\">\r\n                  <div class=\"details\">\r\n                    <strong>Crystal Dental Clinic</strong>\r\n                    <span>Nume proiect</span>\r\n                  </div>\r\n                </div>\r\n              </a>\r\n            </div>\r\n          </div>\r\n          <div class=\"item\">\r\n            <div class=\"well\"> \r\n              <a href=\"project.php\" title=\"SEOtitle\">\r\n                <img src=\"images/mansory_06.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <div class=\"hover_mansory\">\r\n                  <div class=\"details\">\r\n                    <strong>Crystal Dental Clinic</strong>\r\n                    <span>Nume proiect</span>\r\n                  </div>\r\n                </div>\r\n              </a>\r\n            </div>\r\n          </div>\r\n          <div class=\"item\">\r\n            <div class=\"well\"> \r\n              <a href=\"project.php\" title=\"SEOtitle\">\r\n                <img src=\"images/mansory_07.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <div class=\"hover_mansory\">\r\n                  <div class=\"details\">\r\n                    <strong>Crystal Dental Clinic</strong>\r\n                    <span>Nume proiect</span>\r\n                  </div>\r\n                </div>\r\n              </a>\r\n            </div>\r\n          </div>\r\n          <div class=\"item\">\r\n            <div class=\"well\"> \r\n              <a href=\"project.php\" title=\"SEOtitle\">\r\n                <img src=\"images/mansory_08.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <div class=\"hover_mansory\">\r\n                  <div class=\"details\">\r\n                    <strong>Crystal Dental Clinic</strong>\r\n                    <span>Nume proiect</span>\r\n                  </div>\r\n                </div>\r\n              </a>\r\n            </div>\r\n          </div>\r\n          <div class=\"item\">\r\n            <div class=\"well\"> \r\n              <a href=\"project.php\" title=\"SEOtitle\">\r\n                <img src=\"images/mansory_09.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <div class=\"hover_mansory\">\r\n                  <div class=\"details\">\r\n                    <strong>Crystal Dental Clinic</strong>\r\n                    <span>Nume proiect</span>\r\n                  </div>\r\n                </div>\r\n              </a>\r\n            </div>\r\n          </div>\r\n        </div>\r\n        <div class=\"row text-center\">\r\n          <a href=\"work.html\" class=\"gray_cta2 mtop50\" title=\"SEOtitle\">See More</a>\r\n        </div>\r\n      </div>\r\n      <!-- END MANSORY -->\r\n      <!-- START TEXT -->\r\n    </div>\r\n      <div class=\"homepage_text pbottom60 ptop60 mtop50\">\r\n        <div class=\"container text-left\">\r\n          <div class=\"row\">\r\n            <div class=\"col-md-6\">\r\n              <h3 class=\"title\">Lorem ipsum dolor sit amet<br>tempor incididunt ut lab</h3>\r\n              <h4 class=\"title\">Sed ut perspiciatis unde omnis iste natus error sit volupta</h4>\r\n              <ul class=\"homepage_list\">\r\n                <li><img src=\"images/benefit.png\" alt=\"SEOalt\" title=\"SEOtitle\">Lorem ipsum dolor sit amet, consectetur adipiscing elit</li>\r\n                <li><img src=\"images/benefit.png\" alt=\"SEOalt\" title=\"SEOtitle\">Ed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </li>\r\n                <li><img src=\"images/benefit.png\" alt=\"SEOalt\" title=\"SEOtitle\">Ut enim ad minim veniam, quis nostrud exercitation </li>\r\n                <li><img src=\"images/benefit.png\" alt=\"SEOalt\" title=\"SEOtitle\">St dolore magna aliqua.t enim ad minim veniam</li>\r\n              </ul>\r\n\r\n              <a href=\"#\" class=\"gray_cta\" title=\"SEOtitle\">Okay!</a>\r\n            </div>\r\n          </div>\r\n        </div>\r\n      </div>\r\n      <!-- END TEXT -->\r\n      <!-- STARD SLIDER CLIENTS -->\r\n      <div class=\"clients bgk_gray pbottom60 ptop60 mtop50\">\r\n      <!-- <div class=\"container\"> -->\r\n      <!-- <img src=\"images/grad_left.png\" id=\"grad_left\" alt=\"SEOalt\"> -->\r\n      <!-- <img src=\"images/grad_right.png\" id=\"grad_right\" alt=\"SEOalt\"> -->\r\n      <div class=\"grad_left\"></div>\r\n      <div class=\"grad_right\"></div>\r\n        <section class=\"center slider slider1\">\r\n          <div><img src=\"images/client_1.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_2.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_2.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_2.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_2.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_2.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_2.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_2.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_2.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_2.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_2.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_2.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_2.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_2.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_3.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_4.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_5.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n          <div><img src=\"images/client_6.png\" alt=\"SEOalt\" title=\"SEOtitle\"></div>\r\n        </section>\r\n      <!-- </div> -->\r\n      </div>\r\n      <!-- END SLIDER CLIENTS -->\r\n      <div class=\"testimonials text-center\">\r\n          <section class=\"slider2\">\r\n            <div>\r\n              <div class=\"item\">\r\n                <a data-toggle=\"modal\" data-target=\"#popup1\" title=\"SEOtitle\">\r\n                  <div class=\"testimonial_details\">\r\n                    <h1>\r\n                      \"testimonial 1 \r\n                      <br>\r\n                      have always delivered in the shortest time and worked \r\n                      <br>\r\n                      with great professionalism.\"\r\n                    </h1>\r\n                    <h4>Naghy Tibor, Lego Romania</h4>\r\n                    <img src=\"images/slider_player.png\" alt=\"SEOalt\" class=\"slider_player\">\r\n                  </div>\r\n                </a>\r\n              </div>\r\n              <img src=\"images/testimonial.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n            </div>\r\n            <div>\r\n              <div class=\"item\">\r\n                <a data-toggle=\"modal\" data-target=\"#popup1\" title=\"SEOtitle\">\r\n                  <div class=\"testimonial_details\">\r\n                    <h1>\r\n                      \"testimonial 1 \r\n                      <br>\r\n                      have always delivered in the shortest time and worked \r\n                      <br>\r\n                      with great professionalism.\"\r\n                    </h1>\r\n                    <h4>Naghy Tibor, Lego Romania</h4>\r\n                    <img src=\"images/slider_player.png\" alt=\"SEOalt\" class=\"slider_player\">\r\n                  </div>\r\n                </a>\r\n              </div>\r\n              <img src=\"images/testimonial.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n            </div>\r\n            <div>\r\n              <div class=\"item\">\r\n                <a data-toggle=\"modal\" data-target=\"#popup1\" title=\"SEOtitle\">\r\n                  <div class=\"testimonial_details\">\r\n                    <h1>\r\n                      \"testimonial 1 \r\n                      <br>\r\n                      have always delivered in the shortest time and worked \r\n                      <br>\r\n                      with great professionalism.\"\r\n                    </h1>\r\n                    <h4>Naghy Tibor, Lego Romania</h4>\r\n                    <img src=\"images/slider_player.png\" alt=\"SEOalt\" class=\"slider_player\">\r\n                  </div>\r\n                </a>\r\n              </div>\r\n              <img src=\"images/testimonial.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n            </div>\r\n            <div>\r\n              <div class=\"item\">\r\n                <a data-toggle=\"modal\" data-target=\"#popup1\" title=\"SEOtitle\">\r\n                  <div class=\"testimonial_details\">\r\n                    <h1>\r\n                      \"testimonial 1 \r\n                      <br>\r\n                      have always delivered in the shortest time and worked \r\n                      <br>\r\n                      with great professionalism.\"\r\n                    </h1>\r\n                    <h4>Naghy Tibor, Lego Romania</h4>\r\n                    <img src=\"images/slider_player.png\" alt=\"SEOalt\" class=\"slider_player\">\r\n                  </div>\r\n                </a>\r\n              </div>\r\n              <img src=\"images/testimonial.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n            </div>\r\n            <div>\r\n              <div class=\"item\">\r\n                <a data-toggle=\"modal\" data-target=\"#popup1\" title=\"SEOtitle\">\r\n                  <div class=\"testimonial_details\">\r\n                    <h1>\r\n                      \"testimonial 1 \r\n                      <br>\r\n                      have always delivered in the shortest time and worked \r\n                      <br>\r\n                      with great professionalism.\"\r\n                    </h1>\r\n                    <h4>Naghy Tibor, Lego Romania</h4>\r\n                    <img src=\"images/slider_player.png\" alt=\"SEOalt\" class=\"slider_player\">\r\n                  </div>\r\n                </a>\r\n              </div>\r\n              <img src=\"images/testimonial.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n            </div>\r\n            <div>\r\n              <div class=\"item\">\r\n                <a data-toggle=\"modal\" data-target=\"#popup1\" title=\"SEOtitle\">\r\n                  <div class=\"testimonial_details\">\r\n                    <h1>\r\n                      \"testimonial 1 \r\n                      <br>\r\n                      have always delivered in the shortest time and worked \r\n                      <br>\r\n                      with great professionalism.\"\r\n                    </h1>\r\n                    <h4>Naghy Tibor, Lego Romania</h4>\r\n                    <img src=\"images/slider_player.png\" alt=\"SEOalt\" class=\"slider_player\">\r\n                  </div>\r\n                </a>\r\n              </div>\r\n              <img src=\"images/testimonial.png\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n            </div>\r\n          </section>\r\n          <div class=\"container s33\">\r\n            <section class=\"slider3 row\">\r\n              <div>\r\n                <img src=\"images/testimonial_people.png\" class=\"people\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <img src=\"images/testimonial_logo.png\" class=\"logo\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n              </div>\r\n              <div>\r\n                <img src=\"images/testimonial_people.png\" class=\"people\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <img src=\"images/testimonial_logo.png\" class=\"logo\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n              </div>\r\n              <div>\r\n                <img src=\"images/testimonial_people.png\" class=\"people\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <img src=\"images/testimonial_logo.png\" class=\"logo\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n              </div>\r\n              <div>\r\n                <img src=\"images/testimonial_people.png\" class=\"people\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <img src=\"images/testimonial_logo.png\" class=\"logo\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n              </div>\r\n              <div>\r\n                <img src=\"images/testimonial_people.png\" class=\"people\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <img src=\"images/testimonial_logo.png\" class=\"logo\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n              </div>\r\n              <div>\r\n                <img src=\"images/testimonial_people.png\" class=\"people\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n                <img src=\"images/testimonial_logo.png\" class=\"logo\" alt=\"SEOalt\" title=\"SEOtitle\">\r\n              </div>\r\n            </section>\r\n          </div>\r\n          <a href=\"customers.html\" class=\"gray_cta2 mtop50\" title=\"SEOtitle\">See more opinions</a>\r\n      </div>\r\n  <!-- END CONTENT -->\r\n  <!-- START FOOTER -->\r\n  <div class=\"footer\">\r\n    <div class=\"container\">\r\n      <div class=\"row\">\r\n        <div class=\"col-md-4 col-sm-12\">\r\n          <p class=\"section\">\r\n            Latest Tweets\r\n          </p>\r\n\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\nTWITTER\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n<!-- ==================================================================================================== -->\r\n          </ul>\r\n        </div>\r\n        <div class=\"col-md-2 col-sm-12\">\r\n          <p class=\"section\">\r\n            Navigation\r\n          </p>\r\n         {menu items=\"work,about,articles,customers,department,careers\" template=\"footer_navigation.tpl\"}\r\n        </div>\r\n        <div class=\"col-md-2 col-sm-12\">\r\n          <p class=\"section\">\r\n            Contact\r\n          </p>\r\n          <p class=\"content\">\r\n            <strong>New Projects</strong>\r\n            <br>\r\n            <a href=\"#\" title=\"SEOtitle\">hello@vismark.eu</a>\r\n            <br>\r\n            <a href=\"#\" title=\"SEOtitle\">+4 021 367 33 94 </a>\r\n            <br>\r\n            <br>\r\n            <strong>Partnerships</strong>\r\n            <br>\r\n            <a href=\"#\" title=\"SEOtitle\">office@vismark.eu</a>\r\n            <br>\r\n            <a href=\"#\" title=\"SEOtitle\">+4074 11 73 744</a>\r\n            <br>\r\n            <br>\r\n            <strong>Join Us</strong>\r\n            <br>\r\n            <a href=\"#\" title=\"SEOtitle\">careers@vismark.eu</a>\r\n          </p>\r\n        </div>\r\n        <div class=\"col-md-2 col-sm-12\">\r\n          <p class=\"section\">\r\n            Office Location\r\n          </p>\r\n          <p class=\"content\">\r\n            44 Mircea Voda Blvd\r\n            <br>\r\n            Building M17\r\n            <br>\r\n            3rd Floor, Sector 3, \r\n            <br>\r\n            Zip Code 030664 \r\n            <br>\r\n            Bucharest, RO\r\n            <br>\r\n            <a data-toggle=\"modal\" data-target=\"#popupcontact\" title=\"SEOtitle\" class=\"seeonmap\">See on map</a>\r\n          </p>\r\n        </div>\r\n        <div class=\"col-md-2 col-sm-12\">\r\n          <p class=\"section\">\r\n            App & Legal\r\n          </p>\r\n         {menu items=\"app-login,newsletter,terms-of-use,privacy-policy\" template=\"footer_navigation.tpl\"}\r\n        </div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n  <div class=\"copyright\">\r\n    <div class=\"container\">\r\n      <div class=\"row\">\r\n        <div class=\"col-md-6 col-sm-12 copy\">\r\n          &copy;2016 VISMARK<sup>&reg;</sup>. All rights reserved.\r\n        </div>\r\n        <div class=\"col-md-6 col-sm-12 social\">\r\n          We\'re social: \r\n          <ul>\r\n            <li><a target=\"_blank\" href=\"https://www.youtube.com/user/VISMARKro\"><i class=\"fa fa-youtube\"></i></a></li>\r\n            <!-- <li><a target=\"_blank\" href=\"#\"><i class=\"fa fa-instagram\"></i></a></li> -->\r\n            <li><a target=\"_blank\" href=\"https://twitter.com/vismark_ro\"><i class=\"fa fa-twitter\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"https://plus.google.com/+VismarkRo\"><i class=\"fa fa-google-plus\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"https://www.linkedin.com/company/vismark-consulting\"><i class=\"fa fa-linkedin\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"https://www.facebook.com/vismark.eu\"><i class=\"fa fa-facebook\"></i></a></li>\r\n            <!-- <li><a target=\"_blank\" href=\"#\"><i class=\"fa fa-vimeo\"></i></a></li> -->\r\n          </ul>\r\n        </div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n  <!-- END FOOTER -->\r\n  <!-- START MODALE -->\r\n<div id=\"popup1\" class=\"modal fade bs-example-modal-lg\" role=\"dialog\">\r\n  <div class=\"modal-dialog\">\r\n    <div class=\"modal-content\">\r\n      <div class=\"modal-header\">\r\n        <button type=\"button\" class=\"close\" data-dismiss=\"modal\">&times;</button>\r\n        <h4 class=\"modal-title\">Vismark in 60 seconds</h4>\r\n      </div>\r\n      <div class=\"modal-body\">\r\n        <div class=\"embed-responsive embed-responsive-16by9\"><iframe width=\"auto\" height=\"auto\" src=\"https://www.youtube.com/embed/f103sH2oC5M\" frameborder=\"0\" allowfullscreen></iframe></div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n</div>\r\n<div id=\"popup2\" class=\"modal fade bs-example-modal-lg\" role=\"dialog\">\r\n  <div class=\"modal-dialog\">\r\n    <div class=\"modal-content\">\r\n      <div class=\"modal-header\">\r\n        <button type=\"button\" class=\"close\" data-dismiss=\"modal\">&times;</button>\r\n        <h4 class=\"modal-title\">Vismark in 60 seconds</h4>\r\n      </div>\r\n      <div class=\"modal-body\">\r\n        <div class=\"embed-responsive embed-responsive-16by9\"><iframe width=\"auto\" height=\"auto\" src=\"https://www.youtube.com/embed/f103sH2oC5M\" frameborder=\"0\" allowfullscreen></iframe></div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n</div>\r\n<div id=\"popup3\" class=\"modal fade bs-example-modal-lg\" role=\"dialog\">\r\n  <div class=\"modal-dialog\">\r\n    <div class=\"modal-content\">\r\n      <div class=\"modal-header\">\r\n        <button type=\"button\" class=\"close\" data-dismiss=\"modal\">&times;</button>\r\n        <h4 class=\"modal-title\">Vismark in 60 seconds</h4>\r\n      </div>\r\n      <div class=\"modal-body\">\r\n        <div class=\"embed-responsive embed-responsive-16by9\"><iframe width=\"auto\" height=\"auto\" src=\"https://www.youtube.com/embed/f103sH2oC5M\" frameborder=\"0\" allowfullscreen></iframe></div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n</div>\r\n<div id=\"popupcontact\" class=\"modal fade bs-example-modal-lg\" role=\"dialog\">\r\n  <div class=\"modal-dialog\">\r\n    <div class=\"modal-content\">\r\n      <div class=\"modal-header\">\r\n        <button type=\"button\" class=\"close\" data-dismiss=\"modal\">&times;</button>\r\n        <h4 class=\"modal-title\">Where we are?</h4>\r\n      </div>\r\n      <div class=\"modal-body\">\r\n        <div class=\"embed-responsive embed-responsive-16by9\"><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2849.6769216621765!2d26.110367951625452!3d44.41927497899994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x40b202461d3d6793%3A0x173c5f1b335650cd!2zVklTTUFSS8Ku!5e0!3m2!1sen!2sro!4v1479899850933\" width=\"auto\" height=\"auto\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe></div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n</div>\r\n  <!-- END MODALE -->\r\n  <script src=\"js/mansory.js\"></script>\r\n  <script src=\"js/main.js\"></script>\r\n  <script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js\"></script>\r\n  <script type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>\r\n  <script src=\"js/responsive-tabs.js\"></script>\r\n{content}\r\n</body>\r\n</html>','','',1,0,'2016-11-28 15:51:22','2016-11-28 15:51:22'),(30,'work','{process_pagedata}\r\n{assign var=\'page_lang\' value=$cgsimple->get_root_alias()}\r\n{content assign=\'continut\'}\r\n\r\n{Portfolio action=\"categories\" sortby=\"category_name\" allrow=\'categories\'}\r\n\r\n{if isset($este_articol)}\r\n<!-- START - ELSEIF $este_articol -->\r\n{global_content name=\'header\'}\r\n\r\n    {$continut}\r\n\r\n<!-- END - ELSEIF $este_articol -->\r\n{elseif isset($este_categorie) and $este_categorie === true}\r\n<!-- Start - ELSEIF $este_categorie -->\r\n\r\n{* Getting the category info by searching in the last item the cat id *}\r\n{foreach from=$categories item=cat}\r\n  {if $items[0]->category_id === $cat.category_id}\r\n    {if \'en\' === $page_lang }\r\n      {assign var=\'ArticleTitle\' value=$cat.category_name}\r\n      {assign var=\'metadescription\' value=$cat.meta_desc_cat}\r\n      {assign var=\'detail_keywords\' value=$cat.meta_key_cat}\r\n      {assign var=\'category_name\' value=$cat.category_name}\r\n    {else}\r\n      {assign var=\'ArticleTitle\' value=$cat.category_name}\r\n      {assign var=\'metadescription\' value=$cat.meta_desc_cat_ro}\r\n      {assign var=\'detail_keywords\' value=$cat.meta_key_cat_ro}\r\n      {assign var=\'category_name\' value=$cat.category_name}\r\n    {/if}\r\n  {/if}\r\n{/foreach}\r\n\r\n{global_content name=\'header\'}\r\n\r\n  <!-- START CONTENT -->\r\n  <div class=\"content_page pbottom100\">\r\n    <div class=\"text\">\r\n      <div class=\"container\">\r\n      <h1>{$category_name}</h1>\r\n        <div class=\"row\">\r\n          <div class=\"col-md-12 work\">\r\n              <ul id=\"myTab\" class=\"nav nav-tabs nav-tabs-responsive\" role=\"tablist\">\r\n              </ul>\r\n              <div role=\"tabpanel\" class=\"tab-pane fade in active\" id=\"featured\" aria-labelledby=\"featured-tab\">\r\n              {if $page_lang == \'ro\'}\r\n                {Portfolio summarytemplate=\'mansory\' category=$category_name detailpage=\'portofoliu\' sortby=\"random\"}\r\n              {else}\r\n                {Portfolio summarytemplate=\'mansory\' category=$category_name detailpage=\'work\' sortby=\"random\"}\r\n              {/if}\r\n              </div><!-- ./tab-pane -->\r\n          </div><!-- ./work -->\r\n        </div> <!-- ./ROW -->\r\n      </div><!-- ./container -->\r\n    </div><!-- ./text -->\r\n  </div><!-- ./content_page -->\r\n\r\n  <!-- END CONTENT -->\r\n<!-- END - ELSEIF $este_categorie -->\r\n{else}\r\n\r\n{global_content name=\'header\'}\r\n\r\n<!-- Start Work Page -->\r\n\r\n  <!-- START CONTENT -->\r\n  <div class=\"content_page pbottom100\">\r\n    <div class=\"text\">\r\n      <div class=\"container\">\r\n        <div class=\"row\">\r\n          <div class=\"col-md-12 work\">\r\n{$continut}\r\n{global_content name=\'modal_lets_chat\'}\r\n<!-- ============================================================================== -->\r\n    <div class=\"bs-example bs-example-tabs\" role=\"tabpanel\" data-example-id=\"togglable-tabs\">\r\n      <ul id=\"myTab\" class=\"nav nav-tabs nav-tabs-responsive\" role=\"tablist\">\r\n        <li role=\"presentation\" class=\"next\">\r\n          <a href=\"#design\" role=\"tab\" id=\"design-tab\" data-toggle=\"tab\" aria-controls=\"design\">\r\n            <span class=\"text\">{if $page_lang == \'ro\'}Dupa Categorie{else}by Design Type{/if}</span>\r\n          </a>\r\n        </li>\r\n        <li role=\"presentation\" class=\"next\">\r\n          <a href=\"#industry\" role=\"tab\" id=\"industry-tab\" data-toggle=\"tab\" aria-controls=\"industry\">\r\n            <span class=\"text\">{if $page_lang == \'ro\'}Dupa Industrie{else}by Industry{/if}</span>\r\n          </a>\r\n        </li>\r\n        <li role=\"presentation\" class=\"next\">\r\n          <a href=\"#brand\" role=\"tab\" id=\"brand-tab\" data-toggle=\"tab\" aria-controls=\"brand\">\r\n            <span class=\"text\">{if $page_lang == \'ro\'}Dupa Brand{else}by Brand{/if}</span>\r\n          </a>\r\n        </li>\r\n        <li role=\"presentation\" class=\"active\">\r\n          <a href=\"#featured\" id=\"featured-tab\" role=\"tab\" data-toggle=\"tab\" aria-controls=\"featured\" aria-expanded=\"true\">\r\n            <span class=\"text\">{if $page_lang == \'ro\'}Recomandate{else}Featured{/if}</span>\r\n          </a>\r\n        </li>\r\n      </ul>\r\n<div id=\"myTabContent\" class=\"tab-content\">\r\n        <!-- ============ Featured -->\r\n        <div role=\"tabpanel\" class=\"tab-pane fade in active\" id=\"featured\" aria-labelledby=\"featured-tab\">\r\n          {if $page_lang == \'ro\'}\r\n            {Portfolio summarytemplate=\'mansory\' category=$category_name detailpage=\'portofoliu\' sortby=\"random\"}\r\n          {else}\r\n            {Portfolio summarytemplate=\'mansory\' category=$category_name detailpage=\'work\' sortby=\"random\"}\r\n          {/if}\r\n        </div>\r\n\r\n\r\n\r\n        <!-- ============ By BRAND -->\r\n        <div role=\"tabpanel\" class=\"tab-pane fade\" id=\"brand\" aria-labelledby=\"brand-tab\">\r\n          \r\n          {if !empty($categories)}\r\n            {assign var=\'first_letter\' value=\'\'}\r\n\r\n            {foreach from=$categories item=cat1}\r\n              {if $first_letter === $cat1.category_name|substr:0:1} {continue} {/if}\r\n              {assign var=\'first_letter\' value=$cat1.category_name|substr:0:1}\r\n              <div class=\"row\">\r\n                  <div class=\"title\">\r\n                      {$first_letter|upper}\r\n                  </div>\r\n                  <div class=\"content\">\r\n                    <ul class=\'workk\'>\r\n                        {foreach from=$categories item=categ name=\'foo\'}\r\n                            {if $categ.category_name|substr:0:1 === $first_letter and $categ.count > 0}\r\n                              <li><a href=\"{$categ.url}\">{$categ.category_name}</a></li>\r\n                            {else if $categ.category_name|substr:0:1 === $first_letter}\r\n                              <li>{$categ.category_name}</li>\r\n                            {/if} \r\n                        {/foreach}\r\n                    </ul>\r\n                  </div> <!-- content -->\r\n              </div><!-- ./ROw -->\r\n            {/foreach}\r\n            {/if}\r\n        </div>\r\n\r\n\r\n        <!-- ============ By Industry -->\r\n        <div role=\"tabpanel\" class=\"tab-pane fade\" id=\"industry\" aria-labelledby=\"industry-tab\">\r\n          {portfolio_by_industry assign=\'industries\'}\r\n\r\n          {if !empty($industries)}\r\n\r\n            {foreach from=$industries item=industry}\r\n\r\n              {assign \'has_item\' value=false}\r\n              {foreach from=$categories item=cat_test}\r\n                {if $industry.value === $cat_test.industry} {assign \'has_item\' value=true} {/if}\r\n              {/foreach}\r\n\r\n              {if true === $has_item}\r\n              <div class=\"row\">\r\n                <div class=\"title\">\r\n                  {$industry.title}\r\n                </div>\r\n                <div class=\"content\">\r\n                  <ul class=\'workk\'>\r\n                  {foreach from=$categories item=cat_industry}\r\n                    {if $industry.value === $cat_industry.industry}\r\n                      {if $cat_industry.count > 0}\r\n                        <li><a href=\"{$cat_industry.url}\">{$cat_industry.category_name}</a></li>\r\n                      {else}\r\n                        <li>{$cat_industry.category_name}</li>\r\n                      {/if}\r\n                    {/if}\r\n                  {/foreach}\r\n                  </ul>\r\n                </div>\r\n              </div><!-- ./row -->\r\n              {/if}\r\n            {/foreach}\r\n\r\n          {/if}\r\n        </div> <!-- ./By industry -->\r\n\r\n        <!-- ============ By Design Type -->\r\n        <div role=\"tabpanel\" class=\"tab-pane fade\" id=\"design\" aria-labelledby=\"design-tab\">\r\n          {portfolio_by_design_type assign=\'design_types\'}\r\n            {if !empty($design_types)}\r\n            {foreach from=$design_types item=dtype}\r\n{if $page_lang == \'ro\'}\r\n                {Portfolio detailpage=\'portofoliu\' filter_9_equal=$dtype.value allrow=\'items_design\'}\r\n{else}\r\n                {Portfolio detailpage=\'work\' filter_9_equal=$dtype.value allrow=\'items_design\'}\r\n{/if}\r\n                  {if !empty($items_design)}\r\n                    <h3>\r\n                      {$dtype.title}\r\n                    </h3>\r\n                    <div>\r\n                      <ul class=\'mansory list-unstyled\'>\r\n                        <div class=\"grid-sizer\"></div>\r\n                          {foreach from=$items_design item=item_dtype}\r\n                            <div class=\"item\">\r\n                                <div class=\"well\"> \r\n                                  <a href=\"{$item_dtype->link}\" title=\"{$item_dtype->title}\">\r\n                                    <img src=\"{$item_dtype->file_location}/{$item_dtype->fields.featured_image.value}\" alt=\"{$item_dtype->title}\" title=\"{$item_dtype->title}\">\r\n                                    <div class=\"hover_mansory\">\r\n                                      <div class=\"details\">\r\n                                        <strong>{$item_dtype->category_name}</strong>\r\n                                        {if $page_lang == \'en\'}\r\n                                          <span>{$item_dtype->title}</span>\r\n                                        {else}\r\n                                          {if !empty($item_dtype->title_ro)}\r\n                                          <span>{$item_dtype->title_ro}</span>\r\n                                          {else}\r\n                                          <span>{$item_dtype->title}</span>\r\n                                          {/if}\r\n                                        {/if}\r\n                                      </div>\r\n                                    </div>\r\n                                  </a>\r\n                                </div>\r\n                            </div>\r\n                        {/foreach}\r\n                      </ul>\r\n                    </div>\r\n                  {/if}\r\n            {/foreach}\r\n          {/if}\r\n        </div> <!-- ./By design type -->\r\n\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  <!-- END CONTENT -->\r\n\r\n<!-- END Work Page -->\r\n{/if}\r\n\r\n  {global_content name=\'footer\'}','','',1,0,'2016-11-29 15:00:13','2017-02-20 18:08:19'),(31,'testimonials','{assign var=\'page_lang\' value=$cgsimple->get_root_alias()}\r\n{global_content name=\'header\'}\r\n  <!-- START CONTENT -->\r\n<div class=\"content_page\">\r\n    <div class=\"text\">\r\n      <div class=\"container\">\r\n        <div class=\"row\">\r\n          <div class=\"col-md-12 text-center\">\r\n            {content}\r\n          </div>\r\n        </div>\r\n        <div class=\"row mtop50 mbottom50\">\r\n          {content block=\"testimoniale\"}\r\n        </div>\r\n        <div class=\"row text-center\">\r\n        {if \'en\' == $page_lang}\r\n            <h3 class=\"title\">So what`s next?  We`re ready!</h3>\r\n            <a href=\"#get_in_touch-modal\" class=\"gray_cta\" data-toggle=\"modal\">Get in touch</a> \r\n        {else}\r\n            <h3 class=\"title\">Suntem pregatiti pentru noi proiecte!</h3>\r\n            <a href=\"#get_in_touch-modal\" class=\"gray_cta\" data-toggle=\"modal\">Hai sa lucram impreuna</a> \r\n        {/if}\r\n        </div>\r\n      </div>\r\n    </div>\r\n  </div>\r\n  <!-- END CONTENT -->\r\n\r\n{global_content name=\'modal_lets_chat\'}\r\n\r\n{global_content name=\'footer\'}','','',1,0,'2016-11-30 09:57:38','2017-03-01 11:08:51'),(32,'intro','{content}','','',1,0,'2017-01-13 14:23:00','2017-01-30 17:07:28');
/*!40000 ALTER TABLE `cms_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_templates_seq`
--

DROP TABLE IF EXISTS `cms_templates_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_templates_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_templates_seq`
--

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

--
-- Table structure for table `cms_user_groups`
--

DROP TABLE IF EXISTS `cms_user_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_user_groups` (
  `group_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `modified_date` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_user_groups`
--

LOCK TABLES `cms_user_groups` WRITE;
/*!40000 ALTER TABLE `cms_user_groups` DISABLE KEYS */;
INSERT INTO `cms_user_groups` VALUES (1,1,'2006-07-25 21:22:33','2006-07-25 21:22:33');
/*!40000 ALTER TABLE `cms_user_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_userplugins`
--

DROP TABLE IF EXISTS `cms_userplugins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_userplugins`
--

LOCK TABLES `cms_userplugins` WRITE;
/*!40000 ALTER TABLE `cms_userplugins` DISABLE KEYS */;
INSERT INTO `cms_userplugins` VALUES (3,'hierarchy_position','/** \r\n * Returns page_alias of valid [friendly] position \r\n * \r\n * @param string $params[\'friendly_position\'] Mandatory. \r\n * @param string $params[\'assign\']\r\n */\r\n \r\n$return = FALSE;\r\nif (!empty($params[friendly_position])) {\r\n    $delim                   = \'.\';\r\n    $hierarchy_array         = array();\r\n    $friendly_position_array = explode($delim, $params[\'friendly_position\']);\r\n    foreach ($friendly_position_array as $one) {\r\n        $hierarchy_array[] = str_pad($one, 5, \'0\', STR_PAD_LEFT);\r\n    }\r\n    $hierarchy = implode($delim, $hierarchy_array);\r\n    \r\n    $query  = \'SELECT content_alias FROM \' . cms_db_prefix() . \'content WHERE hierarchy = ?\';\r\n    $db     = cmsms()->GetDB();\r\n    $return = $db->GetOne($query, array(\r\n        $hierarchy\r\n    ));\r\n}\r\nif (!empty($params[\'assign\'])) {\r\n    $smarty = cmsms()->GetSmarty();\r\n    $smarty->assign($params[\'assign\'], $return);\r\n} else {\r\n    return $return;\r\n}','','2016-07-06 11:10:09','2016-12-06 11:54:15'),(4,'twitter_lastest','include(\"twitter.php\");','','2016-11-28 17:11:14','2016-11-28 17:39:26'),(5,'portfolio_by_industry','// Industry Array\r\n$industries = [\r\n	[ \"value\" => \"agriculture-agribusiness\", 				\"title\" => \"Agriculture & Agribusiness\" ],\r\n	[ \"value\" => \"airline-tourism\",									\"title\" => \"Airline, Travel & Tourism\" ],\r\n	[ \"value\" => \"achitecture-decorative-coatings\", \"title\" => \"Architecture & Decorative Coatings\" ],\r\n	[ \"value\" => \"automotive-logistics\", 						\"title\" => \"Automotive & Logistics\" ],\r\n	[ \"value\" => \"fashion-beauty-cosmetics\", 				\"title\" => \"Fashion, Beauty & Cosmetics\" ],\r\n	[ \"value\" => \"financial-legal-accounting\", 			\"title\" => \"Financial, Legal & Accounting\" ],\r\n	[ \"value\" => \"food-beverages\", 									\"title\" => \"Food & Beverages\" ],\r\n	[ \"value\" => \"healthcare\", 											\"title\" => \"Healthcare\" ],\r\n	[ \"value\" => \"horeca\", 													\"title\" => \"Horeca\" ],\r\n	[ \"value\" => \"industrial-engineering\", 					\"title\" => \"Industrial & Engineering\" ],\r\n	[ \"value\" => \"insurance-security\", 							\"title\" => \"Insurance & Security\" ],\r\n	[ \"value\" => \"nonprofits-NGOs\", 								\"title\" => \"Nonprofits & NGOs\" ],\r\n	[ \"value\" => \"photo-video\", 										\"title\" => \"Photo & Video\" ],\r\n	[ \"value\" => \"publishing\", 											\"title\" => \"Publishing\" ],\r\n	[ \"value\" => \"real-estate\", 										\"title\" => \"Real Estate\" ],\r\n	[ \"value\" => \"retail\", 													\"title\" => \"Retail\" ],\r\n	[ \"value\" => \"services\", 												\"title\" => \"Services\" ],\r\n	[ \"value\" => \"sports-entertainment\", 						\"title\" => \"Sports and Entertainment\" ],\r\n	[ \"value\" => \"technology-telecom\", 							\"title\" => \"Technology and Telecom\" ],\r\n	[ \"value\" => \"training-coathing-education\", 		\"title\" => \"Training, Coaching & Education\" ],\r\n];\r\n\r\n\r\nif (!empty($params[\'assign\'])) {\r\n    $smarty = cmsms()->GetSmarty();\r\n    $smarty->assign($params[\'assign\'], $industries);\r\n} else {\r\n	$options = [];\r\n	foreach ($industries as $ind) {\r\n		$options[$ind[\'title\']]=$ind[\'value\'];\r\n	}\r\n    return $options;\r\n}','','2016-12-05 12:39:15','2017-01-29 12:07:04'),(6,'portfolio_by_design_type','/** \r\n * Returns Design Types Array to process in template and modules\r\n * @param string $params[\'assign\']\r\n * @param string $params[\'lang\']\r\n */\r\n$types = FALSE;\r\nif ($params[\'lang\'] === \'ro\') {\r\n    // Design Type Array\r\n    $types = [\r\n        [\"value\" => \"logo-and-identity\", \"title\" => \"Logo & Identity\"],\r\n        [\"value\" => \"print-design\", \"title\" => \"Print Design\"],\r\n        [\"value\" => \"web-and-app-design\", \"title\" => \"Web Design - UI/UX Design\"],\r\n        [\"value\" => \"packaging\", \"title\" => \"Packaging\"],\r\n    ];\r\n}else {\r\n    // Design Type Array\r\n    $types = [\r\n        [\"value\" => \"logo-and-identity\", \"title\" => \"Logo & Identity\"],\r\n        [\"value\" => \"print-design\", \"title\" => \"Print Design\"],\r\n        [\"value\" => \"web-and-app-design\", \"title\" => \"Web Design - UI/UX Design\"],\r\n        [\"value\" => \"packaging\", \"title\" => \"Packaging\"],\r\n    ];\r\n}\r\n\r\nif (!empty($params[\'assign\'])) {\r\n    $smarty = cmsms()->GetSmarty();\r\n    $smarty->assign($params[\'assign\'], $types);\r\n} else {\r\n    $options = [];\r\n    foreach ($types as $ind) {\r\n        $options[$ind[\'title\']]=$ind[\'value\'];\r\n    }\r\n    return $options;\r\n}','','2016-12-05 15:18:15','2017-01-20 13:46:04'),(7,'get_browserlang','// Read browser language \r\n$foo = $_SERVER[\'HTTP_ACCEPT_LANGUAGE\']; \r\n// Only need the first two characters \r\n$lang = substr($foo,0,2); \r\n// Passing the parameter $lang to the template \r\n \r\n$smarty->assign(\'lang\', $lang);','','2017-01-13 14:17:30','2017-01-13 14:21:44');
/*!40000 ALTER TABLE `cms_userplugins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_userplugins_seq`
--

DROP TABLE IF EXISTS `cms_userplugins_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_userplugins_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_userplugins_seq`
--

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

--
-- Table structure for table `cms_userprefs`
--

DROP TABLE IF EXISTS `cms_userprefs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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 `cms_index_userprefs_by_user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_userprefs`
--

LOCK TABLES `cms_userprefs` WRITE;
/*!40000 ALTER TABLE `cms_userprefs` DISABLE KEYS */;
INSERT INTO `cms_userprefs` VALUES (1,'use_wysiwyg','1',NULL),(1,'default_cms_language','ro_RO',NULL),(1,'date_format_string','%x %X',NULL),(1,'admintheme','OneEleven',NULL),(1,'bookmarks','1',NULL),(1,'recent','on',NULL),(1,'indent','1',NULL),(1,'ajax','0',NULL),(1,'paging','0',NULL),(1,'hide_help_links','0',NULL),(1,'wysiwyg','TinyMCE',NULL),(1,'gcb_wysiwyg','1',NULL),(1,'syntaxhighlighter','-1',NULL),(1,'enablenotifications','0',NULL),(1,'default_parent','-1',NULL),(1,'homepage','',NULL),(1,'listtemplates_pagelimit','20',NULL),(1,'liststylesheets_pagelimit','20',NULL),(1,'listgcbs_pagelimit','20',NULL),(1,'ignoredmodules','',NULL),(1,'collapse','0=1.86=1.87=1.',NULL),(1,'filemanager_cwd','uploads/images',NULL),(1,'changegroupassign_group','1',NULL),(1,'faq_children','0',NULL),(1,'faq_pagelimit','500',NULL),(1,'faq_sortby','create_date',NULL),(1,'faq_sortorder','asc',NULL),(1,'faq__children','0',NULL),(1,'faq_hierarchy','General',NULL),(1,'portfolio_children','0',NULL),(1,'portfolio_pagelimit','25',NULL),(1,'portfolio_sortby','create_date',NULL),(1,'portfolio_sortorder','desc',NULL),(1,'portfolio__children','0',NULL),(1,'portfolio_hierarchy','',NULL),(1,'portfolio_custom_fields',NULL,NULL),(1,'portfolio_customfields9','',NULL);
/*!40000 ALTER TABLE `cms_userprefs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_users`
--

DROP TABLE IF EXISTS `cms_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_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=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_users`
--

LOCK TABLES `cms_users` WRITE;
/*!40000 ALTER TABLE `cms_users` DISABLE KEYS */;
INSERT INTO `cms_users` VALUES (1,'admin','4bdd9ff59fa19fd23df247d194feb4c7',1,'','','alex@vismark.ro',1,'2006-07-25 21:22:33','2017-01-09 09:23:43');
/*!40000 ALTER TABLE `cms_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_users_seq`
--

DROP TABLE IF EXISTS `cms_users_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_users_seq` (
  `id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_users_seq`
--

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

--
-- Table structure for table `cms_version`
--

DROP TABLE IF EXISTS `cms_version`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cms_version` (
  `version` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_version`
--

LOCK TABLES `cms_version` WRITE;
/*!40000 ALTER TABLE `cms_version` DISABLE KEYS */;
INSERT INTO `cms_version` VALUES (37);
/*!40000 ALTER TABLE `cms_version` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2019-07-20  8:14:53
